Print Payment Status on Receipt

Hi,

Pls I need to show payment status on the invoice receipt like Paid, Unpiad…

I went to printer module,under Setup template, it shows what can be captured on the receipt.

I created a setup template with the code below, but the Invoice status is not showing at all

Any Assistance?

See code below

{dol_align_center}{dol_print_logo}\r\n
{dol_print_text_bold}Facture {dol_value_object_status}\r\n
{dol_print_text}Receipt No: {dol_value_object_ref}\r\n
{dol_line_feed}\r\n
{dol_align_center}\r\n
{dol_print_object_lines}\r\n
{dol_line_feed}\r\n
{dol_print_object_tax}\r\n
{dol_line_feed}\r\n
{dol_print_object_total}\r\n
{dol_line_feed}\r\n
{dol_cut_paper_full}

Can a code guru help spot out why it isn’t reflecting and possibly give a solution code?

Thank you

Hi,

up to version 20.0.3 there is imho no function “dol_print_text_bold”

Hello DG,

Thanks for the feedback, However, I still don’t understand, is it the bold before Facture that is the cause why the Sattus of paid or unpaid isn’t showing on the receipt?

Hi @jonbendtsen ,

I want this printer receipt template below to also have the status of transaction that shows on the PoS Screen.

Setup Template

{dol_align_center}{dol_print_logo}\r\n
{dol_print_text_bold}Facture {dol_value_object_status}\r\n(I added this line, though it didn’t work)
{dol_print_text}Receipt No: {dol_value_object_ref}\r\n
{dol_line_feed}\r\n
{dol_align_center}\r\n
{dol_print_object_lines}\r\n
{dol_line_feed}\r\n
{dol_print_object_tax}\r\n
{dol_line_feed}\r\n
{dol_print_object_total}\r\n
{dol_line_feed}\r\n
{dol_cut_paper_full}

Can a code guru help spot out why it isn’t reflecting and possibly give a solution code?

I think there should be a way to add that status to the template to have it captured on the reciept

Can you help?

See image below

sorry, I can not help you, I do not use the POS module

Pls does anyone have an update on this?

Thank you