Topic: How to print on TXT file!?

Hi there,

In my country there are some (fiscal printers) and these printers will print the receipt (dimensions 57mmx...)
The printer waits to get invoice from a folder p.s (c:\temp\bill01.txt).

How to print on Bill01.txt?

in this format

Item name; quantity; selling price; TaxGroup; amoount;

p.s

coca cola; 10; 0.50; 2; 5;


Thank you,

2 (edited by apmuthu 05/10/2015 06:11:52 pm)

Re: How to print on TXT file!?

Include a php script to output a txt file with the necessary invoice line items data just before outputting the invoice report as PDF/XLS.