Topic: How to clean the database from transactions?

How can I delete all transactions in the program so that the invoice number resets to 1, while keeping the data of items, categories, suppliers, customers, and quantities?

Re: How to clean the database from transactions?

I would copy the database then clear the tables you want cust_trans table bank_trans table etc
or create a new one then import the tables (probably more work)
PHPmysql is good and easy way to edit mysql tables