Over time the list of bank accounts can become quite long. It would be useful to add a closed flag to a bank account. The account would then be excluded from all drop downs and so no further transactions can be added.
Issues for implementation
The account should have a zero balance
All cash book transactions should be reconciled
No active pl and sl accounts that have the accounts as default (i.e. inactive flag = F)
The default account flag should be false
Checks on transaction entry will need a backstop to prevent posting if closed = F (perhaps if a closed SL account is reactivated and the bank account change missed).
Can be implemented at the same time as issue #131 is fixed.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Over time the list of bank accounts can become quite long. It would be useful to add a closed flag to a bank account. The account would then be excluded from all drop downs and so no further transactions can be added.
Issues for implementation
Checks on transaction entry will need a backstop to prevent posting if closed = F (perhaps if a closed SL account is reactivated and the bank account change missed).
Can be implemented at the same time as issue #131 is fixed.