LimeSoda / LimeSoda_SampleDataGenerator

Tool to generate Magento websites, stores, categories, products, customers etc.
42 stars 12 forks source link

Order Creation #11

Open amenk opened 10 years ago

amenk commented 10 years ago

What about creating orders?

This would be a good start:

https://gist.github.com/ajzele/2781404

mzeis commented 10 years ago

Would be possible. I'm in the mid of a refactoring right now; it may be better to think about adding new features when v0.2 is released.

philwinkle commented 10 years ago

An additional request may be to add sales order data generator for testing of EE features like customer segments, benchmarking purposes.

philwinkle commented 10 years ago

Yes of course - to be sure I have created generators that do this to some degree; but to create orders on the order of 100's of thousands would likely take quite a while. Perhaps I was thinking a more direct, insert-based approach (though that may be outside the bounds of the limesoda generator)

On Mon, Sep 9, 2013 at 9:50 AM, Alexander Menk notifications@github.comwrote:

What about creating orders?

This would be a good start:

https://gist.github.com/ajzele/2781404

— Reply to this email directly or view it on GitHubhttps://github.com/LimeSoda/LimeSoda_SampleDataGenerator/issues/11 .

Follow me on Twitter - @philwinkle Friend me on Facebook - http://www.facebook.com/philwinkle

mzeis commented 10 years ago

Exactly. We don't want to use raw SQL statements. The goal of v0.2 will be to be more flexible in creating the test data. While I can't promise it may be possible that you write your own adapter to insert data rows directly without using Magento models.

philwinkle commented 10 years ago

While I'm anti-raw-sql as well, a generator where one could create a more performant insert would be fantastic -- I look forward to v0.2 to see if this would be possible.

Cheers.