You are not logged in.
Pages: 1
I am trying to add a field to my invoices.... {Loc}
This is a custom field with a name...
I am trying to add a barcode for the result of this field, but it does not show up on the invoice..
I can get it to show up if i add a field outside the main table called {LocList), but i need this in the actaul itemised invoice..
Any ideas?
Thanks in advance
Offline
You will need to change the source of the invoice frame, but click here to download the update first, to fix a bug in the source code editor.
Then you need to add a barcode font style and ! to your code.
... style="font:14pt '3 of 9 Narrow'">!{Loc}!</td>Offline
Thats Great.... thanks so much for that...
Offline
Forgot to mention, the font name options are:
3 of 9 Narrow
3 of 9 Narrow ASCII
3 of 9 Wide
3 of 9 Wide ASCII
128 Barcode
Offline
Pages: 1