Hey Jacques, Your comment is really interesting. Each time we want to run tests with a fresh OFBiz, we have to reset the database, and for this we run a custom install-seed-initial method which takes time. So it would be great to have a way to "reset" the database in live and so to be able to run tests without restarting and reinitializing OFBiz. It's kind of extension of your proposition to have quick delete for orders test data.
Cimballi On Mon, Nov 9, 2009 at 5:54 PM, Jacques Le Roux <[email protected]> wrote: > Zhibin, > > Actually it's a recurring problem and I begin to wonder if we should not try > to provide some help at least to delete orders, invoices, payments and all > related entities created just after a setup to verify that all is working > correctly. This of course without having to reset all the DB (the records - > tuples actually - created being there just for the purpose of testing the DB > setup) > I guess we have all been in this situation : clients like to see some > results before going in production... > > Jacques > > From: "Zhibin Liang" <[email protected]> >> >> Hi Kumaraswamy, >> >> Thanks a lot for the feedback, the information you provide is very >> helpful. >> I just tried to clean up some demo and test data before moving into >> production. But that's not absolutely necessary I guess. >> >> Best regards, >> Zhibin >> >> -----Original Message----- >> From: Kumaraswamy nandipati [mailto:[email protected]] >> Sent: Monday, November 09, 2009 6:49 PM >> To: [email protected] >> Subject: Re: How to delete a catalog or catagory ? >> >> Hi Zhibin, >> >> Delete feature is lil. bit in secure(unfortunate delete will impact more >> on >> business). May be because of this reason, delete action for catalog and >> category was not provided from years. >> >> if you want to delete, write a stored procedure to delete >> catalog/category. >> Otherwise, expire them to maintain it as historical data(sometimes, it is >> important in ecommerce industry to maintain historical data.). >> >> >> >> On Sat, Nov 7, 2009 at 5:34 PM, Zhibin Liang <[email protected]> >> wrote: >> >>> Hi, >>> >>> I did some search on the old archives, it mentioned this can't be done. >> >> but >>> >>> that was back in 2004, Just wondering if things have been changed since >>> then >>> ? >>> >>> Thanks much. >>> >>> >> >> >> -- >> Thanks, >> Kumaraswamy.N >> 91-9866805250. >> >> > > >
