Koha/admin
Julian Maurice 58edcef03d Bug 19036: Add ability to enable credit number for only some credit types
This feature is disabled by default for all credit types. To enable it
you have to set the syspref AutoCreditNumber to the value of your choice
and then enable the feature for each credit type you want.
System credit types can be modified too (but only this particular field
can be modified)

Also, throw an exception when the feature is enabled and a value for
credit_number has already been set

Updated test plan:
Test plan:
0. Apply patch, run updatedatabase and update_dbix_class_files
1. Go to Admin » Column settings, and uncheck the 'hidden' box for
   column credit_number in table account-fines. It will be easier for
   testing
2. Create a manual credit for a borrower. Verify in Transactions tab
   that this credit has no number generated
3. In Admin » Credit types:
  a. edit the FORGIVEN type and enable credit number generation
  b. create a new type A, check "can be manually added" and "enable
     credit number"
  c. create a new type B, check "can be manually added". Do NOT enable
     credit number
4. Change syspref 'AutoCreditNumber' to 'incremental'
5. Create more manual credits with types CREDIT and B, and verify that
   the numbers are not generated
6. Create more manual credits with types FORGIVEN and A, and verify that
   the numbers generated are 1, 2, 3, ...
7. Change syspref 'AutoCreditNumber' to 'annual'
8. Create more manual credits with types CREDIT and B, and verify that
   the numbers are not generated
9. Create more manual credits with types FORGIVEN and A, and verify that
   the numbers generated are '2020-0001', '2020-0002', ...
10. Change syspref to 'AutoCreditNumber' to 'branchyyyymmincr'
11. Create more manual credits with types CREDIT and B, and verify that
    the numbers are not generated
12. Create more manual credits with types FORGIVEN and A, and verify
    that the numbers generated are 'BRANCHA2020020001',
    'BRANCHA2020020002', ... (assuming you are connected to library
    BRANCHA, and it's February 2020)
13. Set library to another one, say BRANCHB
14. Create more manual credits with types FORGIVEN and A, and verify
    that the numbers generated are 'BRANCHB2020020001',
    'BRANCHB2020020002', ...
15. Edit the letter ACCOUNT_CREDIT, and add [% account.credit_number %]
    somewhere. Go back to Transactions tab and click on 'Print' for one
    line that has a credit number. Make sure the number is there.
16. prove t/db_dependent/Koha/Account.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-20 12:31:59 +02:00
..
searchengine/elasticsearch Bug 25873: Ignore malformed data for Elasticsearch integer fields 2020-07-31 15:07:42 +02:00
add_user_search.pl
additional-fields.pl
admin-home.pl Bug 20415: Remove UseKohaPlugins system preference 2020-03-26 11:42:02 +00:00
adveditorshortcuts.pl Bug 21411: Address QA concerns 2019-05-10 18:59:39 +00:00
aqbudgetperiods.pl Bug 10577: (QA follow-up) Remove bad call signature 2019-03-28 12:46:14 +00:00
aqbudgets.pl Bug 22786: Prevent fund creation for locked budgets 2019-09-06 13:17:47 +01:00
aqcontract.pl
aqplan.pl
audio_alerts.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
auth_subfields_structure.pl
auth_tag_structure.pl
authorised_values.pl Bug 25651: Fix modification of authorised value 2020-06-12 09:57:31 +02:00
authtypes.pl
biblio_framework.pl
branch_transfer_limits.pl
branches.pl Bug 25288: (QA follow-up) Escape data and restore empty list behaviour 2020-06-24 15:15:41 +02:00
cash_registers.pl Bug 24481: Correct permission name in admin/cash_registers.pl 2020-01-23 08:48:43 +00:00
categories.pl Bug 10796: Handle can_change_password on the staff interface 2019-04-12 02:32:07 +00:00
check_budget_parent.pl
check_parent_total.pl
checkmarc.pl
cities.pl Bug 25279: Use another var name for the filter 2020-05-12 11:40:07 +01:00
classsources.pl
clone-rules.pl Bug 18936: (follow-up) Add cloning of circulation rules back to Koha 2020-02-04 09:56:29 +00:00
columns_settings.pl Bug 24156: Fix set sort order to the first column 2020-06-25 10:51:59 +02:00
columns_settings.yml Bug 19036: Add ability to auto generate a number for account credits 2020-08-20 12:31:59 +02:00
credit_types.pl Bug 19036: Add ability to enable credit number for only some credit types 2020-08-20 12:31:59 +02:00
currency.pl
debit_types.pl Bug 23354: (follow-up) Make display of debit types configurable 2020-01-13 14:05:14 +00:00
desks.pl Bug 13881: (QA follow-up) Check for manage_libraries permission 2020-03-25 09:19:34 +00:00
didyoumean.pl Bug 20399: Remove "did you mean" for the staff interface 2020-03-26 11:55:37 +00:00
edi_accounts.pl Bug 20415: Remove UseKohaPlugins system preference 2020-03-26 11:42:02 +00:00
edi_ean_accounts.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
import_export_framework.pl Bug 23398: Disable the XML import/export format for biblio framework 2019-11-08 12:51:16 +00:00
item_circulation_alerts.pl
items_search_field.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
items_search_fields.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
itemtypes.pl Bug 21946: Update Administration->Item types to allow for defining parent types 2020-08-13 10:13:14 +02:00
koha2marclinks.pl
library_groups.pl Bug 21674: Prevent to insert twice the same library in a group 2020-01-30 15:36:25 +00:00
localization.pl
marc_subfields_structure.pl Bug 25826: Forbid changing the hidden attributes for biblionumber 2020-08-07 09:55:50 +02:00
marctagstructure.pl Bug 17232: Make sure all fields are copies when creating a new framework from another 2020-04-27 11:44:32 +01:00
matching-rules.pl
oai_set_mappings.pl Bug 21520: More complex OAI sets mappings 2020-01-15 13:49:19 +00:00
oai_sets.pl
overdrive.pl
patron-attr-types.pl Bug 22844: Add the new entry to the patron attr types form 2020-07-20 16:08:22 +02:00
preferences.pl Bug 22844: Simplify the process of selecting database columns for system preferences 2020-07-20 16:08:22 +02:00
share_content.pl Bug 23075: Do not 'Send' if the url is not correct 2019-11-06 17:05:18 +00:00
smart-rules.pl Bug 25663: Remove Koha::RefundLostItemFeeRule and uses 2020-08-13 07:55:44 +02:00
sms_providers.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
sru_modmapping.pl
systempreferences.pl
transport-cost-matrix.pl
usage_statistics.pl
z3950servers.pl Bug 11297: Add support for custom PQF attributes for Z39.50 server searches. 2020-02-19 16:07:59 +00:00