Hi Saamzox, You can reach out to me at mithilsha AT gmail DOT com . I can help you out.
Can you share the screenshot or details of error message? The link is not working.
Hi Tejen, What do you mean by 'from sales transaction'? You can write a Java function to fetch all expenses/incomes using SQL query. Do you need help with writing SQL query?
@Raj, The tax calcualtion is correct. You are interpreting it wrong way.
What issue are you facing? Can you share the screenshots?
I don't have a ready to use solution for this. But I can tell you how can implement this if you know how to code. You will have to create properties for each product like <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key=”kitchencategory”>Starters</entry> <entry key="sendstatus">No</entry> </properties> and make changes to your Printer.Ticket script similar to attached script. We have implement this...
I don't have a ready to use solution for this. But I can tell you how can implement this if you know how to code. You will have to create properties for each product like <properties> <entry key="”kitchencategory”">Starters</entry> <entry key="sendstatus">No</entry> </properties> and make changes to your Printer.Ticket script similar to attached script. We have implement this for Kitchen Printing.