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

quick service split a barcode into materialid and price

antonell
Explorer
0 Kudos
167

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?

Accepted Solutions (0)

Answers (0)