I need to export a text file in the following format for my barcode printer I have two fields that I need to export and two fixed text strings, the fields are "ITMnumber" and "Title", does the export use a common php file accross all views?
CCTRACKER (fixed text)
ITMnumber
Title
DO NOT REMOVE (fixed text)
CCTRACKER (fixed text)
ITMnumber
Title
DO NOT REMOVE (fixed text)
...
...
...
...
...
and so on
So basically it needs to create the list going down the page instead of in table format, it also needs to have the extension .dat
what files do I need to edit to allow me to do this?
regards
Morpheus