|
|||||||
исправление ндс
Время создания: 06.07.2020 12:20
Раздел: INFO - JOB - rtneo - BC
Запись: wwwlir/Tetra/master/base/1593698382pfpzjnljyo/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
SELECT count(*) FROM public.rtneo_accrual a WHERE a.delete_ts is null and a.comment = 'Перерасчет по факту'; - SELECT count(*) FROM public.rtneo_accrual a WHERE a.delete_ts is null and a.comment = 'Перерасчет по факту' and round(a.total_sum, 2) = round(((a.total_sum/1.2)-a.total_sum)*-1, 5); SELECT count(*) FROM public.rtneo_accrual a WHERE a.delete_ts is null and a.comment = 'Перерасчет по факту' and round(a.nds_sum, 5) = round(((a.total_sum/1.2)-a.total_sum)*-1, 5); --SELECT a.total_sum, a.nds_sum, round(((a.total_sum/1.2)-a.total_sum)*-1, 2) FROM public.rtneo_accrual a WHERE a.id = 'fffffed1-1417-df5a-6658-10579e3b4d3b' -- update public.rtneo_accrual set nds_sum = round(((total_sum/1.2)-total_sum)*-1, 5), nds_sum_base = round(((total_sum/1.2)-total_sum)*-1, 5) WHERE delete_ts is null and comment = 'Перерасчет по факту' and not round(nds_sum, 2) = round(((total_sum/1.2)-total_sum)*-1, 2); |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|