cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

This method is not working in kiosko Mode but is correct in retail mode, What is the cause of that?

Former Member
0 Likes
407

@PluginAt(pluginClass=IReceiptManager.class, method="dirtyStore", where=POSITION.BEFORE) public void performReceiptValidation(Object proxy, Object[] args, StackTraceElement callStack) throws BreakExecutionException{

//This method is called when the receipt is posted (When to users presses the "OK" button on the sales screen) System.out.println("**********Validacion de Factura*************************");

}

Accepted Solutions (0)

Answers (2)

Answers (2)

R_Zieschang
Active Contributor

Hi Isaac,

can you please check, if you can do your validation in the method="finishReceipt"? Afaik the dirtyStore Method is not being called anymore.

Also check this one:

PluginAt(pluginClass=ReceiptPosService.class, method="postReceipt", where=POSITION.BEFORE)

Regards

Robert

Former Member
0 Likes

Dear Isaac,
does it work now?
Julian