Bug 27787

Summary: Point of Sale Receipt extra line
Product: Koha Reporter: Kelly McElligott <kelly>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: cbrannon, martin.renvoize, sally.healey
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 13985    
Attachments: Double entry on receipt

Description Kelly McElligott 2021-02-24 23:18:04 UTC
Created attachment 117283 [details]
Double entry on receipt

When printing a Point of Sale receipt (RECEIPT) under Notices and Slips, there is an extra line under the Description of Charges.  There appears to be two lines dedicated to the charge- one with the description and one just blank, but showing the dollar ammount.  Can we have the Koha notice, RECEIPT, changed to have only one line for the Description and charge, this is confusing.
Comment 1 Christopher Brannon 2021-02-24 23:20:14 UTC
I have confirmed that the unlabeled line with value at the top of the list is the balance due.
Comment 2 Katrin Fischer 2021-03-04 11:27:14 UTC
So maybe this requires better labelling instead?
Comment 3 Kelly McElligott 2021-03-04 12:22:56 UTC
Katrin,
Possibly, but it is a blank line with the $ amount.  Then the next line shows the description and the $ amount- this is confusing as it shows the $ amount twice- although we only need it to show 1x.
Comment 4 Katrin Fischer 2021-03-04 12:30:30 UTC
What I thought Christopher's comment meant is that the amount will be different in some cases - maybe you need multiple lines on the receipt or something like that? Not really a double up in that case.
Comment 5 Christopher Brannon 2021-03-04 15:41:27 UTC
No, it is just a value duplicated in the receipt.  Luke from ByWater figured out how to fix the receipt.  I'll point him to this ticket.  The receipt will need to be fixed for out of the box use.
Comment 6 Martin Renvoize 2021-11-10 15:26:59 UTC
Bug 28374 resolves this too..

The issues is with how we record 'CREATE' offsets.

You can either add in a condition to filter it out in the template or use the debits relation instead.