RH
Asked
Hi,
can i can rounded 3 integer ex: IDR 143.750 to : IDR: 144.000 ? IDR 103.200 to : IDR: 103.000 ?
thanks
can i can rounded 3 integer ex: IDR 143.750 to : IDR: 144.000 ? IDR 103.200 to : IDR: 103.000 ?
thanks
- MSAnsweredHello,
Rounding feature is only for POS Module and nothing to do with decimals. You can set `Rounding` in pos setting as you need. There are options for nearest integer and next integer. - RHAnsweredyes,
i had try use nearest integer and next integer, but just can up 1 point, i want round my currency up to 3 digit? where files can i modify - MSAnswered> We can't help with modifications and modified versions you are allowed to do it at your own risk. If you don't know, please hire developer to help you modify the item as you need.
Controllers are in `app/controllers/admin/`, view files in `themes/default/admin/view/pos/` and javascript in `themes/default/admin/assets/pos/js/` - Login to Reply