Skip to content

Conversation

@offmitch
Copy link

  • Converted Inventory Control Journal to a Blazor Component
  • Converted Sales Quotations to a Blazor Componenet
  • Converted Add Sales Quotation to a Blazor Component

ydongchoi and others added 30 commits August 23, 2024 13:24
…le-add-sales-invoice

[Fix issue] Bug in accounts receivable add sales invoice #22
Changes:
_LayoutPrev.cshtml - added missing closing </b> tags

AddNewTax.cshtml - removed extra quotes at the end of the button declaration.

AddPurchaseOrder.cshtml - Added a missing closing <div> tag and also auto formatted the file.

Quotation.cshtml - removed a hanging }); near the bottom script tag and reformatting the file.
I noticed there were some small syntax errors in the account go project.
…one by Brett, Helen, Sukhraj. 15 hours total spent researching, debugging, and testing. Solution: To create a new DatabaseSeeder class inside of Api/Data/Seed and leverage previous coding architecture that used the data initalizer that is not called in the DatabaseSeeder. Inside of the Program.cs we add the scope of the DatabaseSeeder then after migrations we call the seeder. The seed will only be called once on initalize. No bugs introduced
Github Issue 45 - Seed Data through migrations in the API project
medhatelmasry and others added 30 commits December 3, 2025 12:15
#165, #191: Make the BlazorGDB participate in Aspire
Add xUnit test suite for Services project with 31 tests
112 & 189- FIX Quotation Edit Page Only Saves Last Row and Accounts Receivable >> Sales Quotation Item Totals are incorrect
Issues #150 & #151: Convert Purchase Orders and Invoices to Blazor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.