Bug 21167: Fix price formatting on printed fee invoice and receipt
authorKatrin Fischer <katrin.fischer.83@web.de>
Wed, 8 Aug 2018 19:26:47 +0000 (19:26 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 28 Sep 2018 19:41:36 +0000 (19:41 +0000)
commit184c44ee31bf54ad179f9fb9fd501114902a0176
tree0d36a77205560cddef506fc8c8aa5f22dcd35595
parentca839922fd4bf3c455454f6dd9182203b1481831
Bug 21167: Fix price formatting on printed fee invoice and receipt

The prices were not formatted correctly on the printed receipts
for fines and payments in the patron account.

This patch introduces the use of the Price TT plugin to those
templates.

Also:
- Fixes a few capitalization errors
- Removes spaces in front of :
- Updates accounttype-to-description list to the one used
  in other templats as a lot of values were missing (Credit etc.)

To test:
- Create several fines, use some .00 and some with other values
- Pay some fines
- Create a manual credit
- Use print button for all of those (credit, fee, payment)
- Verify that:
  - prices ending in .00 are displayed without the decimal part
  - instead of Credit only C is shown in the description
- Apply patch
- Print invoices and receipts again
- Verify that:
  - prices are now formatted according to CurrencyFormat system
    preference, decimal part always included
  - verify that correct description for Credit is shown

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt
members/printfeercpt.pl