Deleting Closed PO's

Hello,

We have RMS Manager 2.0 and are trying to delete a closed PO. Is there any way to do this? we are access the PO's by Inventory -> Purchase Orders -> closed orders.

Thanks,

Brad

Reply to
aneuron
Loading thread data ...

Database |Configuration | Options Tab | Purchase order options | [x] Allow edit of closed PO's

see if that works.

Reply to
root

execute the following SQL statements individually and in successive order:

delete PurchaseOrder where status=2 delete PurchaseOrderEntry where PurchaseOrderID not in (select ID from PurchaseOrder) delete PurchaseOrderEntryDetail where PurchaseOrderEntryID not in (select PurchaseOrderEntryID from PurchaseOrderEntry)

Reply to
Kaibin

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.