text = text .. ukm.adjustment(ukm.left( __item.name, 20 - ukm.str_len(" " .. tostring(__item.total))), tostring(__item.total), 20, " ");
text = text .. ukm.adjustment(ukm.left(" " .. __item.name, 20 - ukm.str_len(" " .. tostring(__item.total))), tostring(__item.total), 20, " ");
text = text .. ukm.left(" ",1) .. ukm.adjustment(ukm.left( __item.name, 20 - ukm.str_len(" " .. tostring(__item.total))), tostring(__item.total), 20, " ");