Nota de credito con controlador fiscal TM-u220afii
Publicado por Claudio (33 intervenciones) el 12/03/2015 20:55:15
Hola a todos, alguien sabe como se hace una nota de credito con el controlador fiscal epson tm-u220afii?
para hacer los ticket o las facturas uso
respuesta = Me.PrinterFiscal1.OpenTicket("G")
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendTicketItem("ARTICULO ", "1000", "100", "2100", "M", "0", "0", "0")
If Not respuesta Then respuesta = Me.PrinterFiscal1.GetTicketSubtotal("P", "LINDO SUB") ' Calificador
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendTicketPayment("PAGO1", "200", "T")
If Not respuesta Then respuesta = Me.PrinterFiscal1.CloseTicket
Case 1
'Tique Factura A
' respuesta = Me.PrinterFiscal1.OpenInvoice("T", "C", "A", "1", "P", "12", "I", "I", "PEPE", "LE BOU", "CUIT", "2034534534545", "N", "LA", "PAMPA", "98", "REM 1", "REM 2", "G")
'Tique Factura B
respuesta = Me.PrinterFiscal1.OpenInvoice("T", "C", "B", "1", "P", "12", "I", "F", "PEPE", "LE BOU", "CUIT", "2034534534545", "N", "LA", "PAMPA", "98", "REM 1", "REM 2", "G")
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendInvoiceItem("ARTICULO 1", "1000", "100", "2100", "M", "0", "0", "EXTRA", "EXTRA", "EXTRA", "1050", "0")
If Not respuesta Then respuesta = Me.PrinterFiscal1.GetInvoiceSubtotal("P", "LINDO SUB")
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendInvoicePayment("PAGO1", "200", "T")
If Not respuesta Then respuesta = Me.PrinterFiscal1.CloseInvoice("T", "A", "HOLA")
para hacer los ticket o las facturas uso
respuesta = Me.PrinterFiscal1.OpenTicket("G")
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendTicketItem("ARTICULO ", "1000", "100", "2100", "M", "0", "0", "0")
If Not respuesta Then respuesta = Me.PrinterFiscal1.GetTicketSubtotal("P", "LINDO SUB") ' Calificador
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendTicketPayment("PAGO1", "200", "T")
If Not respuesta Then respuesta = Me.PrinterFiscal1.CloseTicket
Case 1
'Tique Factura A
' respuesta = Me.PrinterFiscal1.OpenInvoice("T", "C", "A", "1", "P", "12", "I", "I", "PEPE", "LE BOU", "CUIT", "2034534534545", "N", "LA", "PAMPA", "98", "REM 1", "REM 2", "G")
'Tique Factura B
respuesta = Me.PrinterFiscal1.OpenInvoice("T", "C", "B", "1", "P", "12", "I", "F", "PEPE", "LE BOU", "CUIT", "2034534534545", "N", "LA", "PAMPA", "98", "REM 1", "REM 2", "G")
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendInvoiceItem("ARTICULO 1", "1000", "100", "2100", "M", "0", "0", "EXTRA", "EXTRA", "EXTRA", "1050", "0")
If Not respuesta Then respuesta = Me.PrinterFiscal1.GetInvoiceSubtotal("P", "LINDO SUB")
If Not respuesta Then respuesta = Me.PrinterFiscal1.SendInvoicePayment("PAGO1", "200", "T")
If Not respuesta Then respuesta = Me.PrinterFiscal1.CloseInvoice("T", "A", "HOLA")
Valora esta pregunta


0