-
Notifications
You must be signed in to change notification settings - Fork 76
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
Raw product #4
Comments
If you mean to sell fraction of units (other than piece)
create more units like liters kilograms etc.
When you select a unit of the item make double clic in the line below and a window asking for decimal will open.
You can use this 0.5*code to get 0.5 of that product unit.
Any other but unit Pc or piece can be fractionated.
Enviado desde mi Samsung Mobile de Telcel
…-------- Mensaje original --------
De: dov29 <[email protected]>
Fecha: 06/12/2016 9:09 PM (GMT-07:00)
A: hiramvillarreal/iotpos <[email protected]>
Asunto: [hiramvillarreal/iotpos] Raw product (#4)
Hi,
Is there any workaround to do that ?
e.g : For stock, we need to be able to order 1 glass of wine (125ml or 1/6) from a bottle (750ml) and get either 625ml or 5 units remaining in the bottle from the stock.
Thanks,
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#4>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKFJWJ693AD8VMpj5DnUEr8BHBaiQhK3ks5rFjGUgaJpZM4LGLaZ>.
|
Thanks your quick answer. I got your point, I can indeed input decimal when order an item. What would be great is to create this bottle as raw product and this glass as a sale item linked to this product. When we order a glass, it has to fraction the bottle. |
@hiramvillarreal a work around could be
|
For a strange reason the code on lemonPos (from where IotPos was deririvated) the author doesn’t allow to add Raw products to packages, here is his explanation found on an old blog for lemonPOS, I will like to change that as you said will be great to add raw products to packages’, could you help me to understand the reason he did that way? Here is some explanations from the author of lemonPOs about this topic: It is due to the fact that you marked (checked) the product as "Raw Raw Products are products that are not available as sellables alone. This Check these links too: https://sourceforge.net/p/lemonpos/mailman/message/27435360/ |
It would be great to do that way: To use raw products that indeed are going to be "manufactured" Without this "special orders" function, a workaround would be to be able to add raw products to a croup/package (that is possible with the hack I explained above) but the sale cost of a group is calculated automatically that doesn't answer the need. Hope I am clear enough... ;) |
Any feedback @hiramvillarreal ? |
Heyt buddy, been I little bussy these days, this weekend I will give you some ideas doing a test with your needs. |
Thanks buddy ! |
Hi,
Is there any workaround to do that ?
e.g : For stock, we need to be able to order 1 glass of wine (125ml or 1/6) from a bottle (750ml) and get either 625ml or 5 units remaining in the bottle from the stock.
Thanks,
The text was updated successfully, but these errors were encountered: