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: koha-bugs@lists.koha-community.org Reporter: philippe.blouin@inlibro.com QA Contact: testopia@bugs.koha-community.org 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.