As I can assign thousands separator in prices POS ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
Settings / Translation / Language - select the language and set separator format to: [3,0] This means that you have one separator between every three integers - infinitely (zero means that repeat this for all integers in the number.
Hello,
You can set decimal precision by going to Configuration -> DB Structure -> Decimal precision.
Set Product Price to : 3
Also, in the Point Of Sale, if you want orders to have decimal precision set to 3, you have to add one entry in Configuration -> DB Structure -> Decimal precision
Create a new one and type "Point Of Sale" (without commas), and set it to 3 digits.
This is because in point_of_sale.py, some columns try to retrieve decimal precision from decimal.precision model, looking for "Point Of Sale" , but no entry has been set for this.
See in point_of_sale.py, in pos_order class :
dp.get_precision('Point Of Sale')
About decimal precision, see on top of file :
import openerp.addons.decimal_precision as dp
It seems that OpenERP Team forgot this step.
Best regards
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Jan 25
|
1605 | ||
|
0
Okt 18
|
2683 | ||
|
2
Agu 16
|
4390 | ||
|
2
Mei 16
|
4399 | ||
|
4
Agu 25
|
2816 |