How can I remove all 'Items' from the RMS Database and start inventory clean?
*This post is locked for comments
I have the same question (0)First note that all tables are connected together by id numbers, so if you delete the items you will have issues in tables related to that, like the transaction tables (and Customer history,etc.).
Having said that, you can run a query in the so admin like 'DELETE FROM [Item]'.
Same for Department, Category.