hiramvillarreal / iotpos

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

Edit Receipt Layout #6

Open willymarlian opened 7 years ago

willymarlian commented 7 years ago

I understand the script print-cups.cpp and can edit it, please tell me the command to compile this script to only modify the print receipt section.

I think it will be better if there is a GUI tool to update the print layout.

Thanks.

hiramvillarreal commented 7 years ago

Did you already try to modify the file and ther recompile and reinstalll the entire program and check the results? Hugs.

willymarlian commented 7 years ago

Yes. I did. I did make and make install, everything works as expected but it takes a while because it was compiled all scripts. I was thinking to compile only the file printer-cups so it will speed ip the process. Can you help me with that?

willymarlian commented 7 years ago

I have another problem, when I printed receipt for 30 items it was ok, but if the items more than 30, it will be cropped. Do you know how to solve this problem? Does this problem has something to do with paper length or buffer printer limited?

hiramvillarreal commented 7 years ago

Hi, I never notice letme check, are you using a serial printer via gpio? or a CUPS printer?

willymarlian commented 7 years ago

I'm using CUPS printer because I cannot setup serial printer with my Thermal Printer, maybe the thermal printer it is not compatible. Thanks for checking.

Shaggs commented 5 years ago

Looking to close old issues has this been resolved?

hiramvillarreal commented 5 years ago

Not resolved get working on...

Shaggs commented 5 years ago

ill have a look at this once i have sorted out the Credit print issue. Sounds like it could be a buffer issue or paper size issue.