on ‎2019 Feb 01 2:13 PM
@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*************************");
}
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Isaac,
does it work now?
Julian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.