Hi ,
I wanted to store minimum order quantity (MOQ) at product level. going by the OOTB product management screen eg: https://demo-stable.ofbiz.apache.org/catalog/control/EditProduct?productId=WG-9943 i do not apparently see a place to store it. can/should I be using "Attributes" for storing such attributes ? I also wanted to store "Maximum Order Quantity" and some more custom details about the product. regds mallah. |
Dear Rajesh,
Have you tried using the tab "Suppliers" with the link below? https://demo-stable.ofbiz.apache.org/catalog/control/EditProductSuppliers?productId=WG-9943 If I understand your question correctly, MOQ in ERP/MRP II/MRP could be used for business processes calculation like triggering a new purchase requisition when a certain demand could not be met. Normally it applies to the purchased item, however, theoretically it could be also set for manufactured item. In your example, it's the latter case. Back to your another question, if you create a record for "product_attribute", which gives us only a link between product_id and the attr_name/attr_value. Based on what I have seen in MrpServices.java, it seems the field value of "product_attribute" is not considered during MRP run. So I think the chance is little. Let us know if there is any progress. Thanks HIH. Schumann -----邮件原件----- 发件人: Rajesh Mallah <[hidden email]> 发送时间: 2018年4月14日 22:21 收件人: [hidden email] 主题: usage of product attributes Hi , I wanted to store minimum order quantity (MOQ) at product level. going by the OOTB product management screen eg: https://demo-stable.ofbiz.apache.org/catalog/control/EditProduct?productId=WG-9943 i do not apparently see a place to store it. can/should I be using "Attributes" for storing such attributes ? I also wanted to store "Maximum Order Quantity" and some more custom details about the product. regds mallah. |
Hi Schumann ,
I was wanting MOQ ( minimum order quantity ) for the purpose of selling the product. The MOQ under suppliers of product is for purchase. It does not hurt me in current application. Hence i am using product attribute only. regds mallah. On Mon, Apr 16, 2018 at 6:30 AM, Schumann Ye <[hidden email]> wrote: > Dear Rajesh, > > Have you tried using the tab "Suppliers" with the link below? > https://demo-stable.ofbiz.apache.org/catalog/control/EditProductSuppliers? > productId=WG-9943 > > If I understand your question correctly, MOQ in ERP/MRP II/MRP could be > used for business processes calculation like triggering a new purchase > requisition when a certain demand could not be met. > Normally it applies to the purchased item, however, theoretically it could > be also set for manufactured item. > > In your example, it's the latter case. > > Back to your another question, if you create a record for > "product_attribute", which gives us only a link between product_id and the > attr_name/attr_value. > Based on what I have seen in MrpServices.java, it seems the field value of > "product_attribute" is not considered during MRP run. > So I think the chance is little. > > Let us know if there is any progress. > Thanks > > HIH. > > Schumann > > -----邮件原件----- > 发件人: Rajesh Mallah <[hidden email]> > 发送时间: 2018年4月14日 22:21 > 收件人: [hidden email] > 主题: usage of product attributes > > Hi , > > I wanted to store minimum order quantity (MOQ) at product level. > going by the OOTB product management screen eg: > > https://demo-stable.ofbiz.apache.org/catalog/control/ > EditProduct?productId=WG-9943 > i do not apparently see a place to store it. > > can/should I be using "Attributes" for storing such attributes ? > I also wanted to store "Maximum Order Quantity" and some more custom > details about the product. > > > regds > mallah. > |
Hi Rajesh,
Good to know. I am more focusing on back end erp functioning so I got you wrong. Have a nice day. B.R. Schumann +86-1800-150-1800 -------- 原始邮件 -------- 主题:Re: 答复: usage of product attributes 发件人:Rajesh Mallah 收件人:[hidden email] 抄送: Hi Schumann , I was wanting MOQ ( minimum order quantity ) for the purpose of selling the product. The MOQ under suppliers of product is for purchase. It does not hurt me in current application. Hence i am using product attribute only. regds mallah. On Mon, Apr 16, 2018 at 6:30 AM, Schumann Ye wrote: > Dear Rajesh, > > Have you tried using the tab "Suppliers" with the link below? > https://demo-stable.ofbiz.apache.org/catalog/control/EditProductSuppliers? > productId=WG-9943 > > If I understand your question correctly, MOQ in ERP/MRP II/MRP could be > used for business processes calculation like triggering a new purchase > requisition when a certain demand could not be met. > Normally it applies to the purchased item, however, theoretically it could > be also set for manufactured item. > > In your example, it's the latter case. > > Back to your another question, if you create a record for > "product_attribute", which gives us only a link between product_id and the > attr_name/attr_value. > Based on what I have seen in MrpServices.java, it seems the field value of > "product_attribute" is not considered during MRP run. > So I think the chance is little. > > Let us know if there is any progress. > Thanks > > HIH. > > Schumann > > -----邮件原件----- > 发件人: Rajesh Mallah > 发送时间: 2018年4月14日 22:21 > 收件人: [hidden email] > 主题: usage of product attributes > > Hi , > > I wanted to store minimum order quantity (MOQ) at product level. > going by the OOTB product management screen eg: > > https://demo-stable.ofbiz.apache.org/catalog/control/ > EditProduct?productId=WG-9943 > i do not apparently see a place to store it. > > can/should I be using "Attributes" for storing such attributes ? > I also wanted to store "Maximum Order Quantity" and some more custom > details about the product. > > > regds > mallah. > |
Hi Rajesh,
It is supported OOTB add product price of type MINIMUM_ORDER_PRICE so that your quantity get calculated. For example; If your selling price per piece is $100 and you want to set the minimum order quantity to 5, then set the MINIMUM_ORDER_PRICE as $500. Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Wed, Apr 18, 2018 at 6:10 PM, Schumann Ye <[hidden email]> wrote: > Hi Rajesh, > > Good to know. > I am more focusing on back end erp functioning so I got you wrong. > Have a nice day. > > B.R. > Schumann > +86-1800-150-1800 > > > -------- 原始邮件 -------- > 主题:Re: 答复: usage of product attributes > 发件人:Rajesh Mallah > 收件人:[hidden email] > 抄送: > > > Hi Schumann , > > I was wanting MOQ ( minimum order quantity ) for the purpose of > selling the product. The MOQ under suppliers of product is for purchase. > > It does not hurt me in current application. Hence i am using product > attribute > only. > > regds > mallah. > > > On Mon, Apr 16, 2018 at 6:30 AM, Schumann Ye > wrote: > > > Dear Rajesh, > > > > Have you tried using the tab "Suppliers" with the link below? > > https://demo-stable.ofbiz.apache.org/catalog/control/ > EditProductSuppliers? > > productId=WG-9943 > > > > If I understand your question correctly, MOQ in ERP/MRP II/MRP could be > > used for business processes calculation like triggering a new purchase > > requisition when a certain demand could not be met. > > Normally it applies to the purchased item, however, theoretically it > could > > be also set for manufactured item. > > > > In your example, it's the latter case. > > > > Back to your another question, if you create a record for > > "product_attribute", which gives us only a link between product_id and > the > > attr_name/attr_value. > > Based on what I have seen in MrpServices.java, it seems the field value > of > > "product_attribute" is not considered during MRP run. > > So I think the chance is little. > > > > Let us know if there is any progress. > > Thanks > > > > HIH. > > > > Schumann > > > > -----邮件原件----- > > 发件人: Rajesh Mallah > > 发送时间: 2018年4月14日 22:21 > > 收件人: [hidden email] > > 主题: usage of product attributes > > > > Hi , > > > > I wanted to store minimum order quantity (MOQ) at product level. > > going by the OOTB product management screen eg: > > > > https://demo-stable.ofbiz.apache.org/catalog/control/ > > EditProduct?productId=WG-9943 > > i do not apparently see a place to store it. > > > > can/should I be using "Attributes" for storing such attributes ? > > I also wanted to store "Maximum Order Quantity" and some more custom > > details about the product. > > > > > > regds > > mallah. > > > |
Thanks . Its doable i feel at least for MOQ
On Wed, Apr 18, 2018 at 7:20 PM, Rishi Solanki <[hidden email]> wrote: > Hi Rajesh, > It is supported OOTB add product price of type MINIMUM_ORDER_PRICE so that > your quantity get calculated. > For example; > If your selling price per piece is $100 and you want to set the minimum > order quantity to 5, then set the MINIMUM_ORDER_PRICE as $500. > > > > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Wed, Apr 18, 2018 at 6:10 PM, Schumann Ye <[hidden email]> > wrote: > > > Hi Rajesh, > > > > Good to know. > > I am more focusing on back end erp functioning so I got you wrong. > > Have a nice day. > > > > B.R. > > Schumann > > +86-1800-150-1800 > > > > > > -------- 原始邮件 -------- > > 主题:Re: 答复: usage of product attributes > > 发件人:Rajesh Mallah > > 收件人:[hidden email] > > 抄送: > > > > > > Hi Schumann , > > > > I was wanting MOQ ( minimum order quantity ) for the purpose of > > selling the product. The MOQ under suppliers of product is for purchase. > > > > It does not hurt me in current application. Hence i am using product > > attribute > > only. > > > > regds > > mallah. > > > > > > On Mon, Apr 16, 2018 at 6:30 AM, Schumann Ye > > wrote: > > > > > Dear Rajesh, > > > > > > Have you tried using the tab "Suppliers" with the link below? > > > https://demo-stable.ofbiz.apache.org/catalog/control/ > > EditProductSuppliers? > > > productId=WG-9943 > > > > > > If I understand your question correctly, MOQ in ERP/MRP II/MRP could be > > > used for business processes calculation like triggering a new purchase > > > requisition when a certain demand could not be met. > > > Normally it applies to the purchased item, however, theoretically it > > could > > > be also set for manufactured item. > > > > > > In your example, it's the latter case. > > > > > > Back to your another question, if you create a record for > > > "product_attribute", which gives us only a link between product_id and > > the > > > attr_name/attr_value. > > > Based on what I have seen in MrpServices.java, it seems the field value > > of > > > "product_attribute" is not considered during MRP run. > > > So I think the chance is little. > > > > > > Let us know if there is any progress. > > > Thanks > > > > > > HIH. > > > > > > Schumann > > > > > > -----邮件原件----- > > > 发件人: Rajesh Mallah > > > 发送时间: 2018年4月14日 22:21 > > > 收件人: [hidden email] > > > 主题: usage of product attributes > > > > > > Hi , > > > > > > I wanted to store minimum order quantity (MOQ) at product level. > > > going by the OOTB product management screen eg: > > > > > > https://demo-stable.ofbiz.apache.org/catalog/control/ > > > EditProduct?productId=WG-9943 > > > i do not apparently see a place to store it. > > > > > > can/should I be using "Attributes" for storing such attributes ? > > > I also wanted to store "Maximum Order Quantity" and some more custom > > > details about the product. > > > > > > > > > regds > > > mallah. > > > > > > |
Free forum by Nabble | Edit this page |