Skip to content

Conversation

@joyceh14
Copy link

@joyceh14 joyceh14 commented Apr 4, 2025

The issue where the "Posted" checkbox value wasn’t being saved properly has now been resolved.
The "Posted" state was being determined based on whether the GeneralLedgerHeaderId field in the SalesInvoice entity was null or not from existing logic. Although the checkbox value was selected in the UI, it wasn't being properly tied to the logic that assigns the GeneralLedgerHeaderId, which caused the invoice to remain "unposted" in the backend.
Now when the "Posted" checkbox is selected, it triggers the logic to set the GeneralLedgerHeaderId, making the invoice marked as "Posted" in the system. As a result, these invoices will now appear correctly when selecting Sales Receipts for allocation.
Picture0
Picture1

Sahil Rai and others added 30 commits May 18, 2024 05:13
…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
arickor and others added 30 commits December 4, 2024 17:19
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
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.