You cannot view this unit as you're not logged in yet.

10 thoughts on “Case Study : Discount Project II

  1. Nct Solutions Nct Solutions says:

    Thanks u so much sir for uploading this video.
    My queries in this module get solved and i successfully completed this module.
    And also thanks for telling us how to give the name to a file properly so that we can identify it easily.

  2. knbestsolution says:

    I had Completed Discount Project
    Screen short Uploaded in drop box
    No issues working perfectly

  3. Mohammed Karjatwala says:

    [Field: VchSpecialDiscAmt]
    Use: Amount Field
    Set as: ($VchSpecialDiscRate)*($BilledQty)
    Storage: VCHSpecialDiscAmt
    Width: 15
    Align: Center
    Format: “NoZero”
    Skip: No

    ;;Finally the invoice value will change with the below code;;(+

    [#Field: VCH InvoiceVal]
    Skip on: @@IsSales
    Set as: ($BilledQty*$Rate)-($VCHDiscFirstAmt+$VCHAddlDiscAmt+$VCHSpecialDiscAmt)
    Skip: No
    Style: Normal
    Read Only: No
    Set Always: Yes
    Background: Yellow

    This part of the TDL not working. In the 3rd discount i have put at discount in Rs. per qty. However however much I tried, it is not calculating.please see and help.

        1. yes
          It can work for amount also but it was not the part of the chapter.
          You can cretae an a number type field and then use a function $$number or $$amount to convert it and then calculate it. It will work.
          Solutions of such issues you have to found on your own. only then you can learn it Becuase in coding no one can get a ready solutions for everything.

          If you try and struggle you can make it work for amount also. Max I can give hints how to do it.

Leave a Reply