I need help please, on how to generate and print out created user ID’s for clients.
How can i generate multiples user ID’s and print them all on an A4 paper?
I tried many times, but i found that, i can only print 3 id’s to an A4 paper only… how can i make or export them to another application for easy printing?
I sent VB code to MikroTik to print Tickets in a thermal recepipt printer.
It created unique IDs for the tags, recored them in a database as to which location they were for Etc.
It could be managed from one location, and print to ANY thermal ptinter it could see via a windows share. (printer)
IE: You could have a hotspot subscriber in LA, and the raduis server in NY. The Admin in NY creates a batch of tickets in the system for the LA office VIA usermanager in NY, the tickets print in LA and the serial numbers are recorded in the database in NY..
“The Boys” have the code. I suggested they make a plug in for the Dude or use it as a stand alone…
I dont know if it is on there slate of things to look at or not, but there it is..
I think this is a set back about the mikrotik os in terms of tickets generation in multiples since there is no simple and easy means of generating and printing many id’s to an a4 paper…
In short Im just reading the CSV file generated by UserManager using the Microsoft “Stream Reader” object. (VB 2008)
From there I insert the data to a local memory table, I then cycle thru the records and insert them into a perminant Access table file. The reasoning for all this table manupulation is to create a “serial number” for the ticket.
Once the serial number is obtained (I use an identity field in access) I cycle thru the local table, and using a reporting object (Data Dynamics “ActiveReports”) I build the output page and sent it to the printer.
I store printer names, location prefixes Etc (As well as ticket history) in the same Access DB file..