hftlclub / ng-iltis

Angular frontend for ILTIS
MIT License
1 stars 0 forks source link

Missing feature: Sorting of products when counting storage/counter #107

Open jBuchholz590 opened 6 years ago

jBuchholz590 commented 6 years ago

Right now when counting the storage or the counter you get a list of all products sorted by categories. Since the storages are ordered otherwise (heavily) you can not use this form efficently. You either have to run from one product to the next in your storage or you have to "jump" between products in the form. Either way it increases the time to process the whole list heavily (as frequently complained about when discussing the written form). The objective would be to have a form in which an administrator can define an order (which of course has to be persisted in the database) and then arrange the products in the list accordingly.

fmalcher commented 6 years ago

Sub ideas: A clickable wizard with an admin-defined order that fills the table. I'd really like to leave the existing table as basement and let the user switch to an alternative counting method that then leads back to the table again.