[Main]-Interest Document issued with non-taxable VAT does not generate non-taxable VAT entries in the Spanish localization#9514
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes Spanish localization behavior so that issuing a Finance Charge Memo (interest document) can generate No Taxable VAT entries when the interest G/L account is configured with No Taxable VAT. It also adds automated test coverage to validate both the positive and negative scenarios.
Changes:
- Extend
No Taxable Mgt.posting logic to create No Taxable Entries for Finance Charge Memo postings. - Add ES localization tests covering issuance of finance charge memos with non-taxable vs taxable interest VAT setups.
- Add a request page handler to automate “Suggest Fin. Charge Memo Lines” during tests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Layers/ES/Tests/Local/NoTaxableDocuments.Codeunit.al | Adds two tests and supporting helpers to verify No Taxable Entry creation (or not) when issuing Finance Charge Memos. |
| src/Layers/ES/BaseApp/Local/Finance/VAT/Calculation/NoTaxableMgt.Codeunit.al | Adds Finance Charge Memo handling to the No Taxable Entry creation flow during customer posting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot PR ReviewIteration 1 · Outcome: completed Knowledge source: https://github.com/microsoft/BCQuality@186d8a131465475c79244d994acb872cd5c0d4bf Orchestrator pre-filter (2 file(s) excluded)
Findings produced by the AL review agent v1.7.3. Reply 👎 on any inline comment to flag false positives. |
Workitem :-Bug 642269: [master] [all-e]Interest Document issued with non-taxable VAT does not generate non-taxable VAT entries in the Spanish localization
Fixes AB#642269