Initial commit: Epson ePOS Node backend + Vue3 UI (printer matricial2)

This commit is contained in:
2025-09-27 16:06:57 -06:00
commit f3c13b356b
26 changed files with 5015 additions and 0 deletions

13
templates/referencia.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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" }
]
}