Bug 22435: Update CREATE offset types
[koha-ffzg.git] / installer / data / mysql / mandatory / account_offset_types.sql
1 INSERT INTO account_offset_types ( type ) VALUES
2 ('CREATE'),
3 ('Writeoff'),
4 ('Payment'),
5 ('Purchase'),
6 ('Lost Item'),
7 ('Lost Item Found'),
8 ('Processing Fee'),
9 ('Manual Credit'),
10 ('Manual Debit'),
11 ('Reverse Payment'),
12 ('Forgiven'),
13 ('Dropbox'),
14 ('Account Fee'),
15 ('Rental Fee'),
16 ('Reserve Fee'),
17 ('Hold Expired'),
18 ('Overpayment'),
19 ('OVERDUE_INCREASE'),
20 ('OVERDUE_DECREASE'),
21 ('OVERDUE'),
22 ('Void Payment'),
23 ('Credit Applied'),
24 ('PAYOUT'),
25 ('DISCOUNT'),
26 ('REFUND'),
27 ('CANCELLATION'),
28 ('VOID');