-
Notifications
You must be signed in to change notification settings - Fork 136
pharmacy_purhcase_order_list_to_approve
Dr M H B Ariyaratne edited this page Jul 15, 2026
·
2 revisions
Source: /pharmacy/pharmacy_purhcase_order_list_to_approve.xhtml
-
Calculating bill count using the item in bills- controlscalculating bill count using the item in billsbehaviour. -
Enable Consignment in Pharmacy Purchasing- controlsenable consignment in pharmacy purchasingbehaviour. -
Maximum Number of records for default search- controlsmaximum number of records for default searchbehaviour. -
OPD Itemized Sale Summary - Legacy Method- controlsopd itemized sale summary - legacy methodbehaviour. -
OPD Itemized Sale Summary - Optimized Method- controlsopd itemized sale summary - optimized methodbehaviour. -
Pharmacy Good Recipt With Approval- controlspharmacy good recipt with approvalbehaviour. -
Remove Refunded Bill From OPD Staff Payment- controlsremove refunded bill from opd staff paymentbehaviour. -
Restrict Filter Reset of Cashier Summaries- controlsrestrict filter reset of cashier summariesbehaviour.
-
PurchaseOrdersApprovel- requiresPurchaseOrdersApprovelpermission.
-
Item removal now requires confirmation, and double-click/duplicate removal is blocked — the "Remove All" and per-item remove buttons on the PO approval page now show a confirm dialog before removing, and the underlying
removeSelected()/removeItem()methods are synchronized with idempotency checks so a double-click (or two concurrent clicks) can no longer silently remove more items than intended. (Issue #14846, PR #22135)