Tuesday, June 3, 2025
3 changes · saas-18.3
Enhancements to existing features
The accounting app now opens the bank reconciliation widget more efficiently by avoiding repeated attachment lookups. This reduces delays for users working through bank reconciliation, especially when many records or attachments are involved.
Original PR description
This commit will remove the search in the loop that was present and was causing some performance issues when opening the bank reconciliation widget. no task id
Users can now upload bank statements directly from the bank reconciliation widget when the journal is not connected to automatic synchronization or Codabox. This makes manual statement import easier and keeps the reconciliation workflow in one place.
Original PR description
This commit enable the upload features in the bank rec widget if the journal is not in synchronisation mode or Codabox. To do so, we use the "bank_statements_source" field in the context keys. task-4809006
Resolved issues and error corrections
Opening a restaurant point of sale with a Belgian blackbox configured no longer causes an error. This helps affected businesses start their POS sessions reliably without interruption.
Original PR description
This commit fixes a traceback that happens when someone opens a pos
config with a belgian blackbox configured. The traceback is caused by
the _notify "CLOCKING" where the "_" fields are not sent.