hiramvillarreal / iotpos

IotPOS, an open source Point of Sale software.
GNU General Public License v2.0
146 stars 77 forks source link

How to cancel printing of receipt after partial payment in credit info #22

Closed reyhanlee closed 5 years ago

reyhanlee commented 6 years ago

First of all, I'd like to thank you for sharing your work. I have been testing it for a while now and I realized I don't need to print a credit balance sheet after every partial payment in credit info.

How do you disable this?

hiramvillarreal commented 6 years ago

Hello Friend, what print method are you using Cups or Serial?

reyhanlee commented 6 years ago

Sorry forgot to mention it. I am using Cups.

hiramvillarreal commented 6 years ago

Ok, yes we are looking to fix that I will let you know as soon we can.

Shaggs commented 5 years ago

working on a fix now. will do some testing and give some options shortly

Shaggs commented 5 years ago

So the easiest way would be making a dialog box. This way you can choose if you wish to print it or not. Some people may want to continue to print as displays the current outstanding balance.

Making this a setting in options could be done but is not an easy task.

thoughts?

Shaggs commented 5 years ago

used a message box to fix this issue https://github.com/hiramvillarreal/iotpos/pull/25

@hiramvillarreal Upto you to approve