• DevPilot's avatar
    fix(accounting): cheque register summary lost closed cheques and cards did not reconcile · 761ee72a
    DevPilot authored
    A cheque that was collected and then closed fell out of every bucket, so the
    five cards stopped summing to the total. 'closed' is archival and is reachable
    from collected/paid/endorsed/returned/replaced/cancelled, so resolve it back to
    the status it held before the close movement.
    
    Buckets are now defined once in bucketStatuses() and read by both the summary
    and the filter, and the cards link by bucket instead of a single status, so the
    number on a card equals what you get when you click it. 'open' is the remainder
    so the cards always reconcile. The summary ignores the selected status/bucket
    so you can still navigate between cards after clicking one.
    761ee72a
Name
Last commit
Last update
..
AccountStatementController.php Loading commit data...
AccrualController.php Loading commit data...
BankAccountController.php Loading commit data...
BankLoanController.php Loading commit data...
BankReconciliationController.php Loading commit data...
BillingController.php Loading commit data...
BouncedChequeController.php Loading commit data...
BranchFeeController.php Loading commit data...
BudgetController.php Loading commit data...
ChartOfAccountsController.php Loading commit data...
CostCenterController.php Loading commit data...
DailyTransactionController.php Loading commit data...
DimensionController.php Loading commit data...
DocumentaryCreditController.php Loading commit data...
FiscalYearController.php Loading commit data...
GapController.php Loading commit data...
InstrumentPortfolioController.php Loading commit data...
InstrumentRegisterController.php Loading commit data...
JournalEntryController.php Loading commit data...
JournalTypeController.php Loading commit data...
LetterOfGuaranteeController.php Loading commit data...
NegotiableInstrumentController.php Loading commit data...
NotesPayableController.php Loading commit data...
OpeningEntryController.php Loading commit data...
PeriodClosingController.php Loading commit data...
PostingChainController.php Loading commit data...
ReclassificationController.php Loading commit data...
ReportController.php Loading commit data...
RevenueMappingController.php Loading commit data...
SettlementController.php Loading commit data...
VoucherController.php Loading commit data...