Hi Ricky, Thanks for the response. That's right, the product seach (magnifying glass button on the sales screen). It also searches by barcode and category (and by the looks of it, buy/sell price - but these do not work). Why would you do that? If you were having to hide the category 'some how' then you might as well just hide the product 'some how'. The work involved would more than likely be the same. I haven't looked at this in detail, however it should be possible to modify the getProductList()...
Hi Ricky, Thanks for the response. That's right, the product seach (magnifying glass button on the sales screen). It also searches by barcode and category (and by the looks of it, buy/sell price - but these do not work). Why would you do that? If you were having to hide the category 'some how' then you might as well just hide the product 'some how'. The work involved would more than likely be the same. I haven't looked at this in detail, however it should be possible to modify the getProductList()...
Hi Ricky, How would that help with the product search? If a product is not to be shown, we wouldn't want it appearing in the product search - this would just lead to confusion. Maybe I'm wrong but disabling a product seems like a pretty handy feature for keeping things in order....it used to be available, I wonder why it was removed.
Hello Henry, I'm sure there are lots of developers who could help. Best advice would be to list your modifications (what you are wanting to achieve), depending on this there may be scripts already available. If not then you could try either, contacting uniCenta (excerpt from unicenta.com): Specialist requirements and tweaking of uniCenta oPOS to suit your business is the core of what we do. Failing this you could always try looking for a freelance java developer (toptal, peopleperhour, github jobs,...
...adding to this: I've added the tax amount per line to the printer.ticket (using ${ticketline.printTax()}). This shows the tax how it should be (image attached).
Hello, I'm having an issue where the price (inc tax) is slightly wrong, here's an example: Tax @ 20% Ticket Lines (tax-free price): Item 1 - 15.00 Item 2 - 11.00 Item 3 - 9.99 Item 4 - 4.58 Ticket Lines (with tax) 15 x 1.2 = 18.00 - TAX = 3.00 11 x 1.2 = 13.2.0 - TAX = 2.20 9.99 x 1.2 = 11.99 (11.988) - TAX = 2.00 4.58 x 1.2 = 5.50 (5.496) - TAX = 0.92 Sub: 40.57 Tax: 8.12 Total: 48.69 Within the sales screen, each line item has the correct pre/taxed prices. However the total shows 48.68 and the...
Hello, I'm having an issue where the price (inc tax) is slightly wrong, here's an example: Tax @ 20% Ticket Lines (tax-free price): Item 1 - 15.00 Item 2 - 11.00 Item 3 - 9.99 Item 4 - 4.58 Ticket Lines (with tax) 15 x 1.2 = 18.00 - TAX = 3.00 11 x 1.2 = 13.2.0 - TAX = 2.20 9.99 x 1.2 = 11.99 (11.988) - TAX = 2.00 4.58 x 1.2 = 5.50 (5.496) - TAX = 0.92 Sub: 40.57 Tax: 8.11 Total: 48.69 Within the sales screen, each line item has the correct pre/taxed prices. However the total shows 48.68 and the...
Hello, I'm having an issue where the price (inc tax) is slightly wrong, here's an example: Tax @ 20% Ticket Lines (tax-free price): Item 1 - 15.00 Item 2 - 11.00 Item 3 - 9.99 Item 4 - 4.58 Ticket Lines (with tax) 15 x 1.2 = 18.00 - TAX = 3.00 11 x 1.2 = 13.2.0 - TAX = 2.20 9.99 x 1.2 = 11.99 (11.988) - TAX = 2.00 4.58 x 1.2 = 5.50 (5.496) - TAX = 0.92 Sub: 40.57 Tax: 8.12 Total: 48.69 Within the sales screen, each line item has the correct pre/taxed prices. However the total shows 48.68 and the...