[18.0][ADD] l10n_jp_summary_invoice_untaxed_unrounded - #132
Open
AungKoKoLin1997 wants to merge 1 commit into
Open
[18.0][ADD] l10n_jp_summary_invoice_untaxed_unrounded#132AungKoKoLin1997 wants to merge 1 commit into
AungKoKoLin1997 wants to merge 1 commit into
Conversation
AungKoKoLin1997
force-pushed
the
18.0-add-l10n_jp_summary_invoice_untaxed_unrounded
branch
2 times, most recently
from
June 8, 2026 06:13
c7a6942 to
2fc777b
Compare
AungKoKoLin1997
marked this pull request as ready for review
June 8, 2026 06:13
AungKoKoLin1997
marked this pull request as draft
June 8, 2026 06:30
AungKoKoLin1997
force-pushed
the
18.0-add-l10n_jp_summary_invoice_untaxed_unrounded
branch
from
June 8, 2026 07:14
2fc777b to
7d78ef1
Compare
AungKoKoLin1997
marked this pull request as ready for review
June 8, 2026 07:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Module
l10n_jp_summary_invoice_untaxed_unroundedOn the summary invoice report, per-line subtotals and the per-invoice
"Amount Untaxed" are shown with the currency precision. Under Round
Globally tax rounding with a zero-decimal currency (such as JPY), this
rounding can hide decimals, so the displayed amounts no longer reconcile
with the invoice untaxed total.
This bridge module applies the unrounded disclosure provided by
account_invoice_report_untaxed_unroundedto the summary invoicereport: the per-line subtotal (
price_subtotal_unrounded) and theper-invoice untaxed amount (
amount_untaxed_unrounded) are shown atfull precision, formatted with the per-company Untaxed Unrounded
Digits.
Depends on
account_invoice_report_subtotal_unrounded)@qrtl QT6785