box
{ “token”:”111111111″, “fields”:[ { “name”:”qrcode” }, { “name”:”nronota” }, { “name”:”data” }, { “name”:”cliente” }, { “name”:”total” }, { “name”:”subtotal”, “formula”:”subtotal+total” } ], “data”:[ { “qrcode”:”1111111″, “nronota”:1, “data”:”2020-01-01 08:10:00″, “cliente”:”Cliente aaaaaaaa”, “total”:120.40 }, { “qrcode”:”222222″, “nronota”:2, “data”:”2020-01-01 08:20:20″, “cliente”:”Cliente bbbbbbbb”, “total”:129.40 }, { “qrcode”:”333333″, “nronota”:3, “data”:”2020-01-01 09:20:00″, “cliente”:”Cliente cccccccc”, “total”:20.10 }, { “qrcode”:”444444″, “nronota”:4, “data”:”2020-01-01 10:00:00″, “cliente”:”Cliente dddddddd”, “total”:390.20 } ], “report”:{ “orientation”: “P”, “pagesize”: “Letter”, “margins”: { “left”: 10, “top”: 15, “right”: 10 }, “rowh”:12, “header”:{ “titles”:[ { “rowh”:12, “components”:[ { “type”:”text”, “col”:12, “value”:”‘Relatório de Nota Fiscal'”, “size”:12, “font”:”arial”, “style”:”BI”, “align”:”C” } ] } ], “columns”:[ “QRCODE”, “Nro”, “Data”, “Cliente”, “Total”, “Subtotal” ], “bgcolor”:{ “red”:144, “green”:144, “blue”:144 }, “size”:9, “font”:”arial”, “style”:”BI”, “align”:”L”, “grid”: [ 1, 1, 2, 6, 1, 1 ], “line”:1 }, “detail”:{ “columns”:[ { “type”:”qrcode”, “col”:1, “value”:”qrcode”, “center”:false, “percent”:70 }, “sprintf(‘#0.0f’,nronota)”, “format(’02-Jan-2006′,data)”, “cliente”, { “type”:”text”, “col”:2, “value”:”sprintf(‘#0.2f’,total)”, “size”:10, “font”:”arial”, “align”:”R” }, { “type”:”text”, “col”:2, “value”:”sprintf(‘#0.2f’,subtotal)”, “size”:10, “font”:”arial”, “style”:”BI”, “align”:”R” } ], “size”:10, “font”:”courier”, “align”:”L”, “grid”: [ 1, 1, 2, 4, 2, 2 ], “zebracolor”:{ “red”:200, “green”:200, “blue”:200 } }, “footer”:{ “line”:1, “content”:[ { “rowh”:10, “components”:[ { “type”:”text”, “col”:12, “value”:”‘Total geral: ‘+sprintf(‘#0.2f’,tg)”, “size”:10, “font”:”arial”, “style”:”B”, “align”:”R” } ] }, { “rowh”:6, “components”:[ { “type”:”text”, “col”:12, “value”:”‘Página _PAGE_'”, “size”:9, “font”:”arial”, “style”:”B”, “align”:”C” } ] } ] }, “formulas”:[ { “name”:”tg”, “formula”:”tg+total” } ], “init”:[ { “name”:”tg”, “value”:10 } ] } }
Open chat