|
Lines 325-331
$credit_type can be any of:
Link Here
|
| 325 |
- 'CREDIT' |
325 |
- 'CREDIT' |
| 326 |
- 'payment' |
326 |
- 'payment' |
| 327 |
- 'forgiven' |
327 |
- 'forgiven' |
| 328 |
- 'lost_item_return' |
328 |
- 'LOST_RETURN' |
| 329 |
- 'writeoff' |
329 |
- 'writeoff' |
| 330 |
|
330 |
|
| 331 |
=cut |
331 |
=cut |
|
Lines 718-724
sub reconcile_balance {
Link Here
|
| 718 |
our $offset_type = { |
718 |
our $offset_type = { |
| 719 |
'CREDIT' => 'Manual Credit', |
719 |
'CREDIT' => 'Manual Credit', |
| 720 |
'FORGIVEN' => 'Writeoff', |
720 |
'FORGIVEN' => 'Writeoff', |
| 721 |
'lost_item_return' => 'Lost Item', |
721 |
'LOST_RETURN' => 'Lost Item', |
| 722 |
'payment' => 'Payment', |
722 |
'payment' => 'Payment', |
| 723 |
'writeoff' => 'Writeoff', |
723 |
'writeoff' => 'Writeoff', |
| 724 |
'ACCOUNT' => 'Account Fee', |
724 |
'ACCOUNT' => 'Account Fee', |
|
Lines 741-747
our $offset_type = {
Link Here
|
| 741 |
our $account_type_credit = { |
741 |
our $account_type_credit = { |
| 742 |
'CREDIT' => 'CREDIT', |
742 |
'CREDIT' => 'CREDIT', |
| 743 |
'FORGIVEN' => 'FORGIVEN', |
743 |
'FORGIVEN' => 'FORGIVEN', |
| 744 |
'lost_item_return' => 'LOST_RETURN', |
744 |
'LOST_RETURN' => 'LOST_RETURN', |
| 745 |
'payment' => 'Pay', |
745 |
'payment' => 'Pay', |
| 746 |
'writeoff' => 'W' |
746 |
'writeoff' => 'W' |
| 747 |
}; |
747 |
}; |