[Koha-bugs] [Bug 26403] Move debit and credit types to YAML files to make them translatable for use in reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 10 08:44:44 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403

--- Comment #22 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
You can also keep the original patches if you want.. but the test plan should
be altered to:

To test:
1. Apply patch
2. Update po files
   ./misc/translator/translate update xx-XX
3. View the xx-XX-installer.po file
   -->The default account debit and credit types (and cash payment type)
      should be available to be translated
4. Translate the strings
5. Apply the translations
   ./misc/translator/translate install xx-XX
6. Load the new translated YAML files (with a fresh install, or by deleting
   the values in the db and using ./misc/load_yaml.pl to load the files)
7. In the staff interface, go to Reports
8. Create a report that includes credit_type.description and
debit_type.description
9. Run the report and note the translated values

For ALL other occurrences of credit type or debit type in the UI and notices,
you should find translations are already applied using the template based
translations.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list