14 lines
457 B
JSON
14 lines
457 B
JSON
{
|
|
"widthChars": 42,
|
|
"sections": [
|
|
{ "align": "center", "font": "font_b", "size": { "width": 2, "height": 2 }, "lines": ["AJUSTAR_TITULO"] },
|
|
{ "align": "left", "lines": ["AJUSTAR_SUBTITULO_O_DIRECCION", "FECHA_Y_HORA"] },
|
|
{ "hr": true },
|
|
{ "columns": { "widths": [24, 8, 10], "rows": [["ITEM", "CANT", "IMPORTE"]] } },
|
|
{ "hr": true },
|
|
{ "align": "right", "lines": ["TOTAL 999,99"] },
|
|
{ "feedLines": 2, "cut": "feed" }
|
|
]
|
|
}
|
|
|