Summary: | Descriptions of system internal debit types and credit types should be editable | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | System Administration | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, martin.renvoize, sbrown |
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: | ||
Circulation function: |
Description
Katrin Fischer
2022-01-31 21:38:04 UTC
Pretty sure those were done this way at the time as a requirement.. if we allow them to be edited then the translations break from memory. I think we use the codes for the translation in the templates, so this should be ok. There is an additional description that is English by default and can be translated via the installer files. But when we add new system internal debit types/credit types that are added via the database updates, the library has no means to translate them as well and they will be a mix of languages. I think the description might be used in reports. It would be helpful in general for libraries to be able to edit these descriptions, not just for translating. For instance, if a library applies a refund to a manually invoiced charged that is not a fine, the description for REFUND (A refund applied to a patrons fine) won't be accurate. It can then be confusing for staff on reports. (If this should be its own bug, I can file separately!) (In reply to Sara Brown from comment #3) > It would be helpful in general for libraries to be able to edit these > descriptions, not just for translating. For instance, if a library applies a > refund to a manually invoiced charged that is not a fine, the description > for REFUND (A refund applied to a patrons fine) won't be accurate. It can > then be confusing for staff on reports. > > (If this should be its own bug, I can file separately!) I think i would not have the effect you expect: the description from the database are basically only used for reporting. What you see in the templates is built from the codes, so they can be translated. |