Skip to content

Conversation

@Gems2019
Copy link

Summary

Converted MVC sales invoice functionality to Blazor components for both AccountGoWeb and BlazorGDB projects, replacing hardcoded dropdown data with dynamic API calls.

Key Changes

  • Converted MVC sales invoice views to Blazor components (AddSalesInvoice.razor)
  • Added sales invoice management to both AccountGoWeb and BlazorGDB
  • Replaced hardcoded dropdown data with API integration:
    • Customers from /api/sales/customers
    • Payment Terms from /api/common/paymentterms
    • Items from /api/inventory/items
    • Measurements from /api/common/measurements
  • Removed empty dropdown entries for cleaner UX
  • Added proper error handling and loading states

Technical Details

  • Framework: ASP.NET Core 9.0 / Blazor Server
  • Dual routing support for add/edit operations
  • Environment variable configuration for API URL

medhatelmasry and others added 30 commits July 6, 2024 10:04
…deed-books

[Fix issue] Change app name to Good Deed Books
[Fix issue] Financials >> Taxes : There are clickable columns on this page but appear to do nothing.
[Fix issue] Financials >> Taxes : There are clickable columns on this page but appear to do nothing.
[Fix issue] Financials >> Taxes : Redirection to base_route/#settings
…accounts

[Feature issue] Exand & collapse chart of accounts
…ller to protect unauthorized user acessing financial data.
medhatelmasry and others added 30 commits December 5, 2024 13:27
aspire workload in yml files
changed 8.0 to 9.0 on dotnet publish line in api yml
…re-Solution

Got Aspire working with SQL Server in an automated fashion with a wor…
updated all packages to latest and upgraded aspire to .net 9.0
… and blazorgdb and also inject to according cshtml files
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.