Each product has three prices depending on the quanity. Each price is a flat value and not a percentage discount. So I would have to define these prices on the per product basis and also the rule for the quantity. Is there a way to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
4
回复
8163
查看
Base it on the standard public or cost price and use the formula:
New Price = Base Price * ( 1 + -1.0 ) + fixed price
This is the same as:
New Price = fixed price
Thx Ray, I try it immediatly
Can we use the discount by quantity in POS?
Hi,
I would like to do the same things but I don't found any solution. Have you got an answer or have you resolve the problem?
Hello Every body,
It's work verry well Thks Ray. Just don't forget to play with the sequence and it's OK
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
1月 24
|
6096 | ||
|
4
10月 22
|
5539 | ||
|
3
3月 24
|
5242 | ||
|
2
3月 24
|
3278 | ||
|
1
11月 23
|
29 |
Reposted answer as a comment: Marc: Hi,
I would like to do the same things but I don't found any solution. Have you got an answer or have you resolve the problem?