победил кто-нибудь на новых версиях вывод постоянного подитога на ДП?
ИТОГО отображается только после нажатия ПОДИТОГ на кассе, функцию в скрипте display.lua менял на эту:
Цитата: function print_display_item_20_2(__display, __item)
local text = "";
text = text .. hw_goto_xy(0,0);
text = text .. ukm.adjustment(ukm.left(__item.name, 20 - string.len(" " .. tostring(__item.total))), tostring(__item.total), 20, " ");
text = text .. hw_goto_xy(0,1);
local core = ukm.get_core(ukm.mashine.handle);
if core.header.__ok then
if (core:receipt_amount() - core:receipt_payed()) ~= ukm.currency(0) then
text = text .. ukm.left(ukm.leftpad(tostring(core:receipt_amount() - core:receipt_payed()), 20, " "),20);
end
end
return text;
end
не помогло, ошибок нет, но и ИТОГО не выводится