Hi,
I have to generate 300 vouchers per month, UM doesn’t print serial numbers with. How can I customize it to print serial numbers on every voucher. I am using this voucher ttemplate from wiki:
It uses a POS printer to produce tickets similar to what you would see from a retail store recept.
It will take the CSV files from RouterOS, deteman the proper printer (reachable via TCPIP) and print the ticket
with appopriate verbage, UPC code for inventory and serial numbers if needed. (Serialised by ticket and cross referanced to the user ID.)
I use a windows pc to create the users (add batch).
the CSV file is written to a speciffic folder on the windows box.
my code wathces this filder and parces the CSV file.
The code bounces this data against a database and figures out
what printer to output to. and obtaines other information IE contact information, logos etc.
it then creates database records for the data (inserted records IDs) and then prints the ticket.
All of the preceding is working fine..
I just need to build some reporting and some management screens, so that ACCESS from Microsoft is not needed to maintain the system.
I am hoping to make a few $$ for the project as it has taken ALOT of time to write..
I havent put a bunch of time into it lately as there wasnt a scream for it at the last USA MUM…