1. Fix(Authentication): User login on production. \n 2. Fix(SQL): Refactoring of Stock Items to include foreign key for Supplier Purchase Order, Manufacturing Purchase Order, and Customer Sales Order IDs.

This commit is contained in:
2024-11-22 12:54:06 +00:00
parent 64d0e2b95f
commit ed13ccb2c1
32 changed files with 1353 additions and 47393 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +0,0 @@
-- File: combined.sql
GO

View File

@@ -27,6 +27,7 @@ $output = New-Object System.Text.StringBuilder
Get-ChildItem -Path $sourceFolder -Filter $filePattern -File |
Where-Object { $_.Name -notin $excludeFiles -and $_.Name -ne $outputFileName } |
ForEach-Object {
Write-Host "Processing file: $($_.Name)"
[void]$output.AppendLine("-- File: $($_.Name)")
# Read file content and remove BOM if present
$content = [System.IO.File]::ReadAllBytes($_.FullName)