|
Lines 4-25
Link Here
|
| 4 |
[%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span> |
4 |
[%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span> |
| 5 |
[%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span> |
5 |
[%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span> |
| 6 |
[%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span> |
6 |
[%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span> |
| 7 |
[%- CASE 'VOID' -%]<span>Voided</span> |
|
|
| 8 |
[%- CASE 'N' -%]<span>New card</span> |
7 |
[%- CASE 'N' -%]<span>New card</span> |
| 9 |
[%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span> |
8 |
[%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span> |
| 10 |
[%- CASE 'A' -%]<span>Account management fee</span> |
9 |
[%- CASE 'A' -%]<span>Account management fee</span> |
| 11 |
[%- CASE 'M' -%]<span>Sundry</span> |
10 |
[%- CASE 'M' -%]<span>Sundry</span> |
| 12 |
[%- CASE 'L' -%]<span>Lost item</span> |
11 |
[%- CASE 'L' -%]<span>Lost item</span> |
| 13 |
[%- CASE 'W' -%]<span>Writeoff</span> |
12 |
[%- CASE 'W' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
| 14 |
[%- CASE 'HE' -%]<span>Hold waiting too long</span> |
13 |
[%- CASE 'HE' -%]<span>Hold waiting too long</span> |
| 15 |
[%- CASE 'Rent' -%]<span>Rental fee</span> |
14 |
[%- CASE 'Rent' -%]<span>Rental fee</span> |
| 16 |
[%- CASE 'FOR' -%]<span>Forgiven</span> |
15 |
[%- CASE 'FOR' -%]<span>Forgiven[%- PROCESS account_status_description account=account -%]</span> |
| 17 |
[%- CASE 'LR' -%]<span>Lost item fee refund</span> |
16 |
[%- CASE 'LR' -%]<span>Lost item fee refund[%- PROCESS account_status_description account=account -%]</span> |
| 18 |
[%- CASE 'PF' -%]<span>Processing fee</span> |
17 |
[%- CASE 'PF' -%]<span>Processing fee</span> |
| 19 |
[%- CASE 'PAY' -%]<span>Payment</span> |
18 |
[%- CASE 'PAY' -%]<span>Payment[%- PROCESS account_status_description account=account -%]</span> |
| 20 |
[%- CASE 'WO' -%]<span>Writeoff</span> |
19 |
[%- CASE 'WO' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
| 21 |
[%- CASE 'C' -%]<span>Credit</span> |
20 |
[%- CASE 'C' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
| 22 |
[%- CASE 'CR' -%]<span>Credit</span> |
21 |
[%- CASE 'CR' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
| 23 |
[%- CASE -%][% account.accounttype | html %] |
22 |
[%- CASE -%][% account.accounttype | html %] |
| 24 |
[%- END -%] |
23 |
[%- END -%] |
| 25 |
[%- END -%] |
24 |
[%- END -%] |
|
Lines 43-48
Link Here
|
| 43 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
42 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
| 44 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
43 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
| 45 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
44 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
|
|
45 |
[%- CASE 'VOID' -%]<span> (Voided)</span> |
| 46 |
[%- CASE -%] |
46 |
[%- CASE -%] |
| 47 |
[%- END -%] |
47 |
[%- END -%] |
| 48 |
[%- END -%] |
48 |
[%- END -%] |