Anybody knows how to develop POS level customization in retail.If anyone knows please guide me how can it be done at least some basic things or forward some links where i can get the sample.
Can u be more specific about the requirement/functinoality.
Which technology are your looking for is it AX Retail/LS Retail ?
Hi Sudhakar
LS Retail in POS Customization i want.
If i want any customization then i have to take the respective dll from Retail POS-PlugIn and replace the dll into Retail POS Folder.Thank you for this valuable article but what i have to write the code making me confused actually.When i saw the existing code it merely consists of only try and catch.Can you do guide me giving some example in detail.When i am clicking Suspend Transaction button in POS ,a message box comes telling ‘Do you want suspend transaction’ ?If i click Yes then suspend transaction gets incremented.Where is the code written for if i click yes then suspend transaction’ll be get incremented ?
Thank You
| When i am clicking Suspend Transaction button in POS ,a message box comes telling ‘Do you want suspend transaction’ ?If i click Yes then suspend transaction gets incremented.Where is the code written for if i click yes then suspend transaction’ll be get incremented ? | |
|---|---|
You can find the code for this in “EPOS Main” (99008951)Form.Can check the code in “SuspendPressed” Function,here when a transaction is suspended by clicking the “Suspend Command”.System is storing the transaction details in a POS Trans. Line table ie. it will consume a transaction number/receipt number for the same.Immediately if a transaction is done Receipt/Transaction number will be incremented automatically.
Once the suspended transaction is retrived, details will be moved from Pos Trans.Line table to Transaction header,line,payment entries etc.
For better understanding go though the code.
Hi Sudhakar,
What if the same thing we have to do in the AX POS 2012 ? Is there any code available for this ?
Actually i want to put the search button on the recall form . I have done it through the blank operations, i have designed the same form but if i click on recall transaction then the transaction is not reflecting on the main POS sale screen.
What will you suggest for this?