-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warehouse support #10
Comments
I thought of this while building the first version, but I didn't need it in that version. Maybe going to look at it later. PR is always welcome :) |
@gizburdt thanks for your reply. I'm thinking a simple concept may be to use a second "warehouse_id" column then count stock based on the two as a simple way of handling it, do you think that'd work and be acceptable? |
Will think about it |
Have you also been using this in production? Wonder if it's worth while implementing a cache functionality so it doesn't need to sum through all the columns every time? |
plus one for this feature :) |
I think this one can be achieved by using the
|
Would it be possible to add warehouse support? Maybe like an extra pivot model so like:
Book + Warehouse = the stock
The text was updated successfully, but these errors were encountered: