I have a Java GWT project, where I make an invoice, the whole process of saving and returning in the SQL DB works well, the problem is when in two or more terminals the sales process is executed simultaneously, since at the time of showing the data that will go on the printed invoices, always shows only the data of an invoice in all terminals.
My report is filled with a direct query in it, so just wait for the 2 parameters you need, that works fine, when it's just a terminal or non-simultaneous sales.
Does anyone know what is going on? Will that be my iReport version's problem? Has someone suffered the same?
waiting for your orientation