V7: POS print Format error

Hi,

i got problem in v7 in POS print… my print format can be displayed in sales invoice… but while in POS it cant… is there any limitation to the print formats in offline mode ?

Thanks
Bobby

Hi @bobzz_zone,

Any error during printing on console log?
You can set print format on POS profile.

Thanks, Rohit

@rohit_w just notified i should changes the print format type to JS…
is there any guide to js print formt? i think its new… :slight_smile:

i think we cant fetch all field…the available field is only at the pos form… any auto fetch field like terms is cant be fetched right ?

You can refer existing print format Point of Sale.

Yes, you can only use the field which are available on POS form.

Thanks, Rohit

@rohit_w could you give me a clue how to add field in POS ?

Hi @bobzz_zone,

You can not add custom field on POS, to make changes on POS screen you need to check the below link
https://github.com/frappe/erpnext/tree/develop/erpnext/public/js/pos

Thanks, Rohit