Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Default Sales Return Refund Option

 


  • Blank              - Option for both.

...

  • Cash Refund  - Refund the customer in cash.

 


  • Click 'Submit'.

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 and uncheck it to deactivate stock checking, then click Submit.

 


Stock Checking In Jobsheet (Upon Adding Items)

  • When selecting Item, stock not in the inventory or insufficient stock, EMP will notify the user.

 


  • Tick / Untick Disable and click 'Submit'.

...

<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

...

This Regular Expression mainly used to find keyword from a pattern. Now it's applicable to Item Search.


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 : -

Image Added

Image Added