on ‎2020 Sep 11 5:05 PM
When I use the retail mode it does not execute me when invoicing in the pluginAT of the method = "postReceipt" method and the ListenToExit send in the post additional values in the invoice. If anyone has any solution ?
Thank you.
PluginAt:
@PluginAt(pluginClass=ReceiptPosService.class, method="postReceipt", where=POSITION.BEFORE)
public void postReceiptBefore(Object proxy, Object[] args, StackTraceElement callStack) throws BreakExecutionException
Request clarification before answering.
Hello isaacceo
For retail mode you have to use class IReceiptManager instead of ReceiptPosService. Your requested method does not exist there but you could try method finishReceipt. You are using FP09?
@PluginAt(pluginClass = IReceiptManager.class, method="finishReceipt", where=POSITION.BEFORE)
public void finishReceiptBefore(Object proxy, Object[] args, StackTraceElement callStack) throws BreakExecutionException
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 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.