Same here, no difference even going through all tax category id's! That's a pretty big issue for a non-beta version :(
Since the latest 4.5.3 update I have the problem that whether 'set tax included on startup' is checked or not, it always sets the net price (before taxes) on variable price products. Is there a way to fix that by myself or do i have to downgrade and wait for an update again? Thanks!
Assuming you have a USB printer on Win10, use the method Dionysos described here
Use the method Dionysos described here
Hi, i know that's possible by adding an new customer but that's too many clicks for me so i want to modify the 'Add Notes to line' function so that i can put the note anywhere on the ticket without beeing tied to a product line. how do i have to change the code? index = sales.getSelectedIndex(); if (index >= 0) { line = ticket.getLine(index); value = javax.swing.JOptionPane.showInputDialog("Line Notes", line.getProperty("notes")); if (value != null) { // the user pressed OK line.setProperty("notes",...
So after a simple server server shutdown he no longer starts and instead spits out a 500 line error code. why does mysql have to be so scuffed? seriously mysql has managed to make something as simple as a table very very complicated... how can i use my data in derby? 2017-08-16 18:12:03 - Workbench will use cmd shell commands to start/stop this instance 2017-08-16 18:12:05 - Starting server... 2017-08-16 18:12:09 - Server start done. FROM E6530.err: 2017-08-16T17:12:06 0 Warning TIMESTAMP with implicit...
Sorry for all the questions in a short period of time but again i didn't find a answer on google and i have to set up the pos asap. Unfortunately I have no experience with SQL or databases in general, therefore i may made a stupid mistake at the db creation... So i configured the system on my laptop and the plan (may not the smartest) is to tranfer the necessary tables onto the final working server (new installation, new database). However when i'm trying to make a backup via workbench or dump them...
Sorry for all the questions in a short period of time but again i didn't find a answer on google and i have to set up the pos asap. Unfortunately I have no experience with SQL or databases in general, therefore i may made a stupid mistake at the db creation... So i configured the system on my laptop and the plan (may not the smartest) is to tranfer the necessary tables onto the final working server (new installation, new database). However when i'm trying to make a backup via workbench or dump them...
Sorry for all the questions in a short period of time but again i didn't find a answer on google and i have to set up the pos asap. Unfortunately I have no experience with SQL or databases in general, therefore i may made a stupid mistake at the db creation... So i configured the system on my laptop and the plan (may not the smartest) is to tranfer the necessary tables onto the final working server (new installation, new database). However when i'm trying to make a backup via workbench or dump them...
On Print. Yes, not the tax Value but the rate/name. e.g. Tax Name is (A) with 8% rate Now i want all products with that tax rate (on the printer.ticket) to have the (A) in front of them like: (A) Product Name...$1.00 (A) Product Name...$2.00 (B) Product Name...$20.00 (C) Product Name...$50.00 At the end of the ticket will be the summary like: Tax: Base: Total: (A) 8% $3.00 $0.24 (B)10% $20.00 $2.00 (C)15% $50.00 $7.50
Hello, i'm trying to insert the tax in front of each ${ticketline.printName()} line The manual way would be to edit all 800 article and put the tax rate info in the name but there must be an extra function for this!? Sorry if the question was asked before but i couldn't find...
can you tell me where did you get the manual from? Could only find the driver: http://www.maxnavia.com/products/ProdID/116/58mm_pos_thermal_printer_with_android_support_5890t
Checked and tested everything that might come into question under both preferences and properties but definitely no line or character adjustment on driver side. So what code should i try in the printer.ticket script? I mean if thats not working i guess i just have to life with it.
Well, i dont have many settings to play with here and when i try any printer other than printer/pos58 its not working at all.
Sure! Sorry didn't thought this information would be necessary: uniCenta v4.4 on Win7 64bit No Name 58mm Thermal USB Printer (Model: POS-5890T) Driver installed!
Since using more than 2 lines under 1 tag does not really work - due to a 42 character limit i guess/read - i'm wondering if there is another solution to bring at least the Header Line 1-6 closer together? My printer does not support any setting arrangements. xml seems to be very limited here so any help would be awesome! Thanks!