Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Victor Grousset 3e23c85bce Bug 19928: Acquisitions' CSV exports now honors syspref "delimiter"
Bonus fixes:
- Basketgroup: there was an unnecessary space.
  " RRP tax excluded" replaced by "RRP tax excluded"
- Late orders:
  - leading spaces before every line
  - surrounding spaces for [% orders.size %]

Other changes:
- quoted "Total orders in late" to no worry about additional spaces
- Late orders: additional spaces which shouldn't be a problem because
  all the fields are enclosed by quotes.

Test plan:
1. Set syspref "delimiter" to "#'s"
2. Change the language e.g. FR-fr

3. Create a vendor with minimal info
4. Create a basket with two items
5. Go to the basket. URL should be
   /cgi-bin/koha/acqui/basket.pl?basketno=XXXXX
6. Close this basket
7. "Export as CSV"
8. You should see that the file contains commas "," This is the bug.
   Leave the file open for future comparison to ensure that there are
   no regressions.

9. Create a basket group with two baskets
   (tick the close this basket group check box)
10. Go to the "Closed" tab to see your basket group
11. "Export as CSV"
12. You should see that the file contains commas "," This is the bug.
    Leave the file open for future comparison to ensure that there are
    no regressions.

13. Go to /cgi-bin/koha/acqui/lateorders.pl
14. Tick two orders. Of the same vendor, otherwise Koha won't let you tick
    orders of different vendors.
15. "Export as CSV"
16. You should see that the file contains commas "," This is the bug.
    Leave the file open for future comparison to ensure that there are
    no regressions.

17. Apply this patch
18. Translation stuff
    1. cd misc/translator
    2. perl translate update YOUR_LANG
    3. manually edit the po file, remove the fuzzy tags.
       And translate the string. You can just copy the original and
       replace some parts by gibberish.
    4. perl translate install YOUR_LANG

19. Re-export the same CSVs and compare with the original version to check that
    - delimiter syspref is honored
    - the headers are translatable
    - there is no whitespace regression (additional newlines or spaces)

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
2018-02-08 14:52:01 -03:00
..
acqui Bug 19928: Acquisitions' CSV exports now honors syspref "delimiter" 2018-02-08 14:52:01 -03:00
admin Bug 20109: (follow-up) Use double quote instead of simple-quote 2018-02-05 09:55:50 -03:00
authorities
basket Bug 19356: Move staff client cart JavaScript to the footer 2017-10-20 16:54:29 -03:00
batch
catalogue Bug 20062: Remove support for Internet Explorer 7 in the staff client 2018-02-05 09:47:09 -03:00
cataloguing Bug 20062: Remove support for Internet Explorer 7 in the staff client 2018-02-05 09:47:09 -03:00
circ Bug 20051: Invalid markup in staff client's header.inc 2018-02-02 12:08:41 -03:00
clubs Bug 19627: (follow-up) Include tools-menu.js on required templates 2017-12-14 16:58:14 -03:00
common
course_reserves Bug 19230: (follow-up) Preventing warn when deleting course 2018-01-30 14:18:21 -03:00
errors
help Bug 19096: Online help changes 2017-12-07 14:44:15 -03:00
ill Bug 7317: Display all the libraries, not only one 2017-11-09 13:31:10 -03:00
installer Bug 18819: "UNIMARC is used in Europe" text changed to "UNIMARC is used in a few European countries" 2017-12-20 13:34:10 -03:00
labels
members Bug 19988: Fixing the case where terminolgy referred to sex instead of gender. 2018-01-19 15:50:32 -03:00
offline_circ Bug 19825: Make links to biblios on pending offline circulation page working again 2018-01-19 15:50:31 -03:00
onboarding Bug 19221: Onboarding tool says user needs to be made superlibrarian 2018-01-19 15:50:31 -03:00
patron_lists Bug 19647: Move patron lists templates JS to the footer 2017-12-11 11:34:20 -03:00
patroncards Bug 18528: Patron card creator template: switch form fields for card height and card width 2017-10-09 16:15:52 -03:00
plugins Bug 19710: Move plugins templates javascript to the footer 2017-12-11 11:34:23 -03:00
reports Bug 16782: Use uri filter instead of html 2018-01-09 17:24:33 -03:00
reserve Bug 19300: Replace C4::Reserves::OPACItemHoldsAllowed 2018-01-02 11:46:39 -03:00
reviews Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
rotating_collections Bug 19656: Move rotating collections templates JS to the footer 2017-12-11 11:34:22 -03:00
serials Bug 19767: Remove unused serial-issues.pl script 2017-12-14 16:58:39 -03:00
services
suggestion Bug 19659: Move JS to the footer: Suggestions and tags 2017-12-11 11:34:22 -03:00
tags Bug 19659: Move JS to the footer: Suggestions and tags 2017-12-11 11:34:22 -03:00
test
tools Bug 18201: Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality 2017-12-21 13:10:03 -03:00
virtualshelves Bug 19658: Style fix for staff client lists page 2017-12-20 13:34:10 -03:00
about.tt Bug 7143: Update about page for new dev - Jenny Way 2018-02-05 10:03:35 -03:00
auth.tt
intranet-main.tt Bug 19860: Make staff client home page responsive 2017-12-26 12:52:34 -03:00