콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
8046 화면

As I can assign thousands separator in prices POS ?

아바타
취소
베스트 답변

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

아바타
취소
관련 게시물 답글 화면 활동
1
1월 25
1720
0
10월 18
2807
2
8월 16
4500
2
5월 16
4517
4
8월 25
3059