I was trying to figure out how to format customer numbers like this in the Ticket Template 082-488-7140. I could do it on the system but it did not print like that on the receipt.
So I tried this by following this kb
##General
<T> (Title) : When used it will format line as a title.
<F> (Fill) : For example <F>- creates a line with - chars or <F>= creates a line with = chars.
<EB> (Enable Bold) Prints everything Bold until <DB> command.
<DB> (Disable Bold) Ends <EB> command
<Jxy> (Justified) Justifies a line from pipe char. <J00>Total:|0.00 separates line from pipe (|) char. It aligns Total: part left and 0.00 part right. When used on a ESC/POS compatible ticket printer numeric parts sets font size. Fi…
<EB>
<L10>Name: {ENTITY NAME}
<L10>Ph/No:[=F('{ENTITY DATA:Phone}',<number>,<###-###-###>')]
<J10>Addr: {ENTITY DATA:Address}