Skip to content
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

Округление розничных цен #2606

Closed
gsbelarus opened this issue Jun 30, 2015 · 4 comments
Closed

Округление розничных цен #2606

gsbelarus opened this issue Jun 30, 2015 · 4 comments

Comments

@gsbelarus
Copy link
Member

Originally reported on Google Code with ID 2606

В Беларуси будут округлять розничные цены и тарифы в связи с планами Нацбанка вывести
из обращения расчетные билеты номиналом Br10 и Br20. Минторг подготовил рекомендации
о порядке округления розничных цен и тарифов в связи с поступающими от субъектов хозяйствования
и населения вопросами, сообщили корреспонденту БЕЛТА в отраслевом министерстве.

Розничная цена (тариф) округляется за принятую единицу измерения (штуку, десяток, метр,
килограмм, литр и т.п.). Так, значения в сумме до Br25 отбрасываются, от Br25 включительно
до Br75 округляются до Br50, от Br75 рублей включительно и выше округляются до Br100.

У нас так не настроишь округление. 

http://news.tut.by/economics/255891.htm

Reported by kovli.gs on 2011-10-26 09:16:34

@gsbelarus
Copy link
Member Author

X = Round(X / 50 + 0.00001) * 50
нужное округление

Reported by Alexander.GoldenSoft on 2011-10-26 13:42:46

@gsbelarus
Copy link
Member Author

В настройках указываете Кратно 50 рублей и именно так оно будет округлять это математическое
округление.

Reported by mikleshoihet on 2011-10-26 13:45:05

@gsbelarus
Copy link
Member Author

Reported by gs1994 on 2011-10-31 11:12:07

  • Labels added: Type-Other, Priority-Medium, Retail, Depot

@gsbelarus
Copy link
Member Author


  Закрываем тему.

Reported by NikolayUkleyko on 2014-04-23 07:31:16

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant