I think what you're looking for is some variant of the relatively new Django admin action functionality - http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#ref-contrib-admin-actions
You could easily implement an action to select multiple items and mark them as shipped. Is that what you were thinking? -Chris On Thu, Jun 25, 2009 at 2:11 PM, lzantal <[email protected]> wrote: > > Hi, > > Before I go ahead and start figuring this out I thought I ask if > someone made something like this.:) > Here it goes: > I am in a need of a Warehouse module where workers in the warehouse > could see all the completed orders, print Shipping labels, gather > together all the items for packaging, when finished packaging > they will update the status to shipped. > > I know it is something similar to the View Orders but I would prefer > if they would only have the change_list view with a check box for > shipped. > > I hope it make sense, let me know if I am trying to overcomplicate it, > I tend to do that lately.:) > > Thank you > > Laszlo > > http://twitter.com/lzantal > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
