degust-cupom-txt
Advanced tools
Comparing version
@@ -78,3 +78,3 @@ const { ClienteModel } = require('./models/cliente'); | ||
const cliente_sexo = lines[2].substr(970, 1).trim() || null; | ||
const cliente_observacao = lines[2].substr(675, 40).trim() || null; | ||
const cliente_observacao = lines[2].substr(675, 40).trim() || lines[1].substr(286, 55).trim() || null; | ||
@@ -81,0 +81,0 @@ _tmp = lines[2].substr(659, 8).trim() || null; |
{ | ||
"name": "degust-cupom-txt", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Module capaz de extrair os dados dos cupons .txt que o PDV Linx Degust gera", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
28873
0.12%