Sunday, December 22, 2024
2 changes · master
Enhancements to existing features
Bank reconciliation now includes draft invoices and bills, helping users match payments without creating duplicate documents. When a draft document is selected for reconciliation, it is posted first so the payment can be matched cleanly.
Original PR description
Since users cannot view draft invoices/bills on the bank recon screen, duplicates may be created. To avoid this, and to simplify the process for users who might pay on draft bills, we allow the reconciliation of bank statement lines with draft invoices & bills - by posting them first. Task-4286245
Document shortcuts are now hidden for users who temporarily lose access to the target instead of being deleted. This keeps shortcuts available to other users and restores visibility automatically if access is regained, reducing confusion and unnecessary cleanup.
Original PR description
... when target becomes inaccessible. Better because it * keeps the shortcut visible to others * restores shortcut visibility if access to target is restored * is code-wise cleaner Partial revert of stable fix at aa61b07f Task-4353544