http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11062
Bug ID: 11062
Summary: Invoice's shipment/shipping cost should be included
PRE-gst tax (as an option)
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Acquisitions
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Here in Canada, invoices items should be included in the following order:
Price
Shipment
Taxes
Subtotal
Total
At least, as an option. Right now, our library gets the wrong Total since
shipping is added to the subtotal, not including the taxes.
I looked for preferences, but the code seemed very clear in acqui/invoice.pl:
my $total_gsti_shipment = $total_est_gsti + $details->{shipmentcost};
Unless a nice solution already exists, I think this ordering should be
customizable.
Comments and input (on what else should be affected) are very welcomed.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/