Add a concrete text to the invoice footer #421
-
Hi, We want to ad a text to the invoice footer and it should not be editable in the system. I meant that it should be a text line which can not edit by any users of the system. Can we do it from the back end codes. How can we do that ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That means you want to hardcode a value on the system. Unfortunately, we cannot do such a thing on the core. If you want to perform that modification on your own project, you should look here : https://github.com/Blair2004/NexoPOS-4x/blob/master/resources/ts/pages/dashboard/orders/ns-order-invoice.vue |
Beta Was this translation helpful? Give feedback.
-
Is this the receipt code? |
Beta Was this translation helpful? Give feedback.
That means you want to hardcode a value on the system. Unfortunately, we cannot do such a thing on the core. If you want to perform that modification on your own project, you should look here : https://github.com/Blair2004/NexoPOS-4x/blob/master/resources/ts/pages/dashboard/orders/ns-order-invoice.vue