I have tested, and the following lines removes all inventory movements.
Please backup your database BEFORE running this.
DELETE FROM [InventoryTransactionDocuments] GO DELETE FROM [InventoryTransactions] GO DELETE FROM [WarehouseConsumptions] GO DELETE FROM [PeriodicConsumptionItems] GO DELETE FROM [PeriodicConsumptions] GO
1 answers
** TRY AT YOUR OWN RISK **
I have tested, and the following lines removes all inventory movements.
Please backup your database BEFORE running this.
DELETE FROM [InventoryTransactionDocuments]
GO
DELETE FROM [InventoryTransactions]
GO
DELETE FROM [WarehouseConsumptions]
GO
DELETE FROM [PeriodicConsumptionItems]
GO
DELETE FROM [PeriodicConsumptions]
GO