So, by Django command do you mean management command or admin form action? My thought was to introduce a new model in a custom app for batches or waves of orders. Modify the "create" screen for a wave to include a list of eligible orders, let the user select which ones they want, then create. Then customize the "edit" screen for a wave to let the user download the CSV and upload an ack CSV which would then update statuses.
I hear you, though, in that it's usually pretty client specific, especially the CSV format. I just wanted to make sure I wasn't missing some functionality somewhere. On Dec 29, 4:15 pm, Bruce Kroeze <[email protected]> wrote: > I've done this several times for clients. Usually I just make a Django > command to export new orders and another to import order status updates. > The latter then sets the appropriate status for updated items. > > It isn't built into Satchmo because requirements are much too > situation-specific to generalize. > > On Wed, Dec 29, 2010 at 2:02 PM, Doug Van Horn <[email protected]>wrote: > > > > > > > > > > > I'm looking at bringing a new store online for a customer using > > Satchmo and I'm trying to work out the warehouse integration details. > > > In the common scenario, orders need to be exported to a custom CSV > > format for import into a Warehouse Management System (WMS). Exporting > > from Satchmo would change the status to "In Process". > > > When orders are completed at the warehouse, a CSV export would be > > generated from their WMS containing order numbers and tracking > > numbers. That CSV would be imported into Satchmo and order status > > would move to "Shipped", triggering customer emails, captures, etc. > > > I can't seem to find this kind of functionality in Satchmo, so I'm > > wondering if anyone has run into this kind of requirement. I would > > think it's pretty standard for anyone running a store and using a 3PL > > warehouse for their fulfillment. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<satchmo-users%2bunsubscr...@goog > > legroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/satchmo-users?hl=en. > > -- > Bruce Kroezehttp://www.ecomsmith.com > It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
