Menu Path: Control Panel > System Admint > EMP Configuration > Trading
...
Expand |
---|
|
Expand |
---|
| Default Sales Return Option for Invoices Default Sales Return Option for Cashsales - CREDIT MEMO - When customer returned a purchased product, you can only choose to offset with a Credit Memo (issue Credit Note). Therefore, no return in cash is involved.
- CASH REFUND - Refund the customer in cash
- CREDIT CARD REFUND
- CHEQUE REFUND
- POST DTED CHEQUE REFUND
- COUPON REFUND
- Other/Contra
|
Expand |
---|
title | Apply Five Cent Concept |
---|
| - This is for 5 cents rounding adjustment
- Tick Enable to apply this
- Before set the item code , please configure the glcode and item first by add item for rounding.
|
Expand |
---|
title | Rounding option when adding item |
---|
| No rounding : It will follow default value which is 12 decimal places 0 : No decimal 2 : 2 decimal places 3 : 3 decimal places 4 : 4 decimal places 6 : 6 decimal places 12 : 12 decimal places If checkbox is not ticked, It will follow default value which is 12 decimal places Example : -
|
Expand |
---|
title | Enable Item Search Using Regular Expression |
---|
| Main purpose is to find the correct keyword from a pattern. Suppose SUPPLIERCODE-ITEMCODE-GRNDATE-COSTPRICE is a patter. Using regular expression system will be able to find ITEMCODE from here. - Applicable to New Item Search Form
- Set Regular Expression, A sample is here:
<data>
<rules>
<parentElementRE>^*([_A-Za-z0-9\.]{3,10})*-([_A-Za-z0-9\.]{3,20})*-([_A-Za-z0-9]{4})*-([_A-Za-z0-9]{4})$</parentElementRE>
<separator>-</separator>
<keywordPosition>1</keywordPosition>
<child>
<childName>ItemCode</childName><childElementRE>^*([_A-Za-z0-9\.]{6,10})$</childElementRE>
<childName>BatchNumber</childName><childElementRE></childElementRE>
<childName>keyword</childName><childElementRE></childElementRE>
</child>
</rules>
</data>
Here mandatory tags are: - parentElementRE => Main Regular Expression to identify a pattern. System will continue looking at this Regular Expression if only this pattern matches with input search keyword
- separator => This is used to separate elements in Regular Expression. Suppose the whole keyword consist itemcode-batchcode-price. Here '-' is a separator
- keywordPosition => keywordPosition or child, only 1 of these 2 will be used. If keywordPosition is mentioned system will take the keyword from that position only. Suppose above pattern has combination of 4 different elements. If keywordPosition is 2 then system will consider 2nd element as keyword
- child => child tag has 2 sub tags:
1. childName: Currently it supports ItemCode or BatchNumber or keyword. 2. childElementRE: Regular Expression to identify child from long keyword
If ItemCode is mentioned in childName and it has a regular expression in childElementRE then system will match pattern and findout the itemcode from the long keyword If BatchNumber is mentioned in childName and it has a regular expression in childElementRE then system will match pattern and findout the batchNumber from the long keyword. Later with the combination of ItemCode and BatchNumber the correct item with BatchNumber will be selected If keyword is mentioned in childName and it has a regular expression in childelementRE then system will match pattern and findout the keyword from the long keyword. This Regular Expression mainly used to find keyword from a pattern. Now it's applicable to Item Search. |
Expand |
---|
title | Popup item search does not need to load and show serial numbers |
---|
|
- Untick to disable
- If Disable, when user scan the SN at Full Screen Cash Sale → it will direct add the item without show the item pop up
- System will show Error Message when Serial Number is not exist
- System does not allowed to add same Serial Number which already shown at the full screen cash sale
|
Expand |
---|
|
|
Expand |
---|
title | Group Same Child Item for Invoice |
---|
| Image Added - Untick to disable
- The child item which has same item code will be grouped together in one row
Image Added |
|
Expand |
---|
|
Expand |
---|
title | Stock Checking In Jobsheet (Upon Saving Jobsheet) |
---|
| - When saving job-sheet upon creation/editing in Trading, system will check to see if there is sufficient stock for all items in the job-sheet. System will stop the saving process if any one of those items have insufficient stock.
- Check the checkbox to activate stock checking OR
- uncheck it to deactivate stock checking, then click Submit.
|
Expand |
---|
title | Stock Checking In Jobsheet (Upon Adding Items) |
---|
| - When selecting Item, stock not in the inventory or insufficient stock, EMP will notify the user.
- Check the checkbox to deactivate stock checking OR
- uncheck it to activate stock checking, then click Submit.
|
Expand |
---|
title | Display stock with quantity ZERO in item search for Jobsheet |
---|
| - Check the checkbox to Allow to display stock with quantity ZERO in item search widget for Jobsheet
- uncheck it to disallow to display stock with quantity ZERO in item search widget for Jobsheet
|
Expand |
---|
title | Jobsheet Minimum Price Checking when Consolidate |
---|
|
Expand |
---|
title | Job Sheet Minimum Price Checking While Consolidate |
---|
|
- Tick to Enable the checking
- Key in the Minimum Price for the Jobsheet
- Select the Item Category → if any
- Click SUbmit
|
|
|
...
Expand |
---|
|
Expand |
---|
title | Hide Previous SRV No |
---|
| By Defualt once RMA by Branch Created the system will shown the Previous SRN No at the top of the page
- To remove this function
- Tick and Submit
|
Expand |
---|
title | Extra RMA State Option |
---|
| - List down the status should be added
- Click (Submit)
Example
Before ( No PANDING_PART, PENDING_BOARD in the dropdown list of the Status ) Image Modified After ( DENDING _PART, PENDING BOARD are included in the Status dropdown list )
|
Expand |
---|
title | RMA Faulty Goods Pickup Option |
---|
| - List down Pickup Option that should be added
- Click (Submit)
Example
Result
|
Expand |
---|
title | Enabled Problem Field Dropdown List |
---|
| This function allow users to choose problems by ticking problem instead of writing it down. - Tick (Enabled Problem Field Dropdown List)
- Click ( Submit)
Example
Before
After
|
Expand |
---|
title | Compulsory Fields For RMA |
---|
| Example
Before
After
|
Expand |
---|
title | RMA by Department - Owner Details is Read Only |
---|
|
Result: there is no eidt button for Owner details
|
|
...