Bugzilla – Attachment 105443 Details for
Bug 25545
Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25545: Add adjustments to total tax included
Bug-25545-Add-adjustments-to-total-tax-included.patch (text/plain), 1.83 KB, created by
Katrin Fischer
on 2020-05-31 13:36:20 UTC
(
hide
)
Description:
Bug 25545: Add adjustments to total tax included
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-31 13:36:20 UTC
Size:
1.83 KB
patch
obsolete
>From c01d5da55bf589a490e7edbf02a5812aff823d28 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 27 May 2020 10:38:03 +0000 >Subject: [PATCH] Bug 25545: Add adjustments to total tax included > >Adjustments are not affected by tax, they are meant as a way to alter invoice >values after receiving (damaged items, refuneds, extra charges, etc) > >When adjustments were added the tax included column was missed > >To test: >- Add a basket with at least one order >- Close it >- Receive shipment >- Receive the order >- Finish receiving >- Add an adjustment of any amount >- Verify in the invoice details table: > - Total tax exc. is showing including the adjustmnt > - Total tax inc. is missing the adjustment >- Apply patch >- Reload > - Total tax exc. is showing including the adjustmnt > - Total tax inc. is showing including the adjustment > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 24b488421c..ef4f37404d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -324,7 +324,7 @@ > <th class="replacementprice"/> > <th>[% total_quantity | html %]</th> > <th class="tax_excluded">[% total_tax_excluded_shipment + total_adj | $Price %]</th> >- <th class="tax_included">[% total_tax_included_shipment | $Price %]</th> >+ <th class="tax_included">[% total_tax_included_shipment + total_adj | $Price %]</th> > <th> </th> > <th>[% total_tax_value | $Price %]</th> > <th> </th> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25545
:
105107
|
105381
|
105443
|
105444
|
105646
|
105647