on 2021 Jan 08 6:27 PM
Hey all,
Can you please help me with this task?
I want to read a barcode and before added in the sales table I want to split the first part of the barcode and recognized it as the material id and the second part to be the price.
I managed to do this in the retail mode but I have hard time to do it in the quick service mode.
In the retail mode I used the below two annotations
@PluginAt(method="readMaterialByExternalID",pluginClass=IMaterialManager.class,where=POSITION.BEFORE)
@PluginAt(method="updateSalesItemTypeMaterial",pluginClass=ISalesItemManager.class,where=POSITION.AFTER)
Can you please help me to find the correct annotations for the quick service mode?
Request clarification before answering.
| User | Count |
|---|---|
| 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.