DIY Script

RM400.00

DIY Script is Additional Module which allow user to override or customise the SQL System.
☑️The Language use is Pascal
 Subject to Service Tax (SST)

Key Features of DIY Script:

1. Get UDF From Maintain Customer
2. Get Transfer Information - QT to IV
Below is Example are doing following action

  • Quotation direct Transfer to Invoice.
  • Get the Invoice number, Date & Qty which had transferred to Invoice in the Quotation and shown it below the Browse button
3. Only Enable Some of the field on Click Edit by User
Below is Example are doing following action in Sales Cash Sales

  • Set all Field to Read Only at Header except Agent, DocNo, DocRef1, DocNoEx & UDF_Expired
  • Set all Detail Field to Read Only except Description & Account Field
4. Simple DropDown Selection List
Below is Example are doing following actions

  • Create Label
  • Create a drop down list at Maintain Customer for UDF_SearchKey
5. Only Enable Some of the field on Click Edit by User
Below is Example are doing following action in Sales Cash Sales

  • Set all Field to Read Only at Header except Agent, DocNo, DocRef1, DocNoEx & UDF_Expired
  • Set all Detail Field to Read Only except Description & Account Field
6. Auto Add Service Charge
Below is Example are doing following actions

  • Auto Append ItemCode SERVICE
  • Do Calculation for ItemCode SERVICE UnitPrice := Total Doc Amount (Excluding GST) * 0.1 & Round to 2 decimal point
7. Simulate build-in Calculation using UDF Fields
Below is Example are doing following actions

  • Get Discount Amount
  • Get Tax Amount
  • Do Calculation Amt := (UDF_UnitPrice*UDF_Qty)-UDF_Disc)*(TaxRate)