https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19850 Bug ID: 19850 Summary: Enhance invoicing functionality for each line item Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: j.j.brown@lboro.ac.uk QA Contact: testopia@bugs.koha-community.org Enhancement to the invoicing functionality: Currently when paying an invoice the accounting form for each line item just has a Tax percentage field. This is inadequate for accounting purposes. We would like to see 2 fields which allow you to input an amount (not based upon a percentage) – 1 for tax, 1 for additional costs. These fields should then be added to the price of the book to give a total/actual cost of each book. For example, a CD with a book and servicing may need 3 tax elements for a single order line. That is Book 0%, CD 20%, Servicing 20%. This may be achievable with a separate table of aqtaxamounts attached to aqinvoices? We need to use amounts (rather than any sort of %). This would make it compatible with EDI INVOIC which only sends a value. It would require changes to database structure, UI and EDI code. Add a system preference to leave as it is now or switch on “advanced invoicing”. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.