-
1. Re: Repository inventory/stock for articles
Ryan Jenson Mar 15, 2019 1:33 PM (in response to David Kumar)1 of 1 people found this helpfulHello David,
The description for Article.QuantityMin is:
Number specifying the intervals in which the item can be ordered.
The numbering for the intervals always starts from the specified minimum order quantity.
The unit for the quantity interval is the order unit.
Example: 1 (i.e. 5, 6, 7, ... cases)
Example: 2 (i.e. 5, 7, 9, ... cases)
If you feel this is the right explanation of your field then you may use this repo location.
As for having two stores:
You can place the new field in a repository field which is enumerated by either the reserved/custom Logical-Key or, as pictured, by customer (from the Customers perspective).
You may create a new enum to the tune of enum.InventoryPerLocation.entry.123ParkStreet or easily add a new Customer which will look like this:
Both solutions will let you add/remove new stores with relative ease while only using a single repository field.
-
2. Re: Repository inventory/stock for articles
David Kumar Mar 19, 2019 2:01 AM (in response to Ryan Jenson)Thanks.
great idea.
I used a reserved field in ArtileSales.
David