Discount control

Discussion in 'Tally Developer' started by saif, Aug 26, 2016.

    
  1. saif

    saif New Member


    Sir

    How to Discount Control
     

    Attached Files:



  2. ebek

    ebek Member


    Admin sir Please help this tdl` discount control.`
     
    Last edited: Aug 29, 2016


  3. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    [#Field : EIACCRATE]
    SET AS : If $Ledgername contains "Cash Discount" and (#EIValueSubTotal >100 and #EIValueSubTotal <= 500 ) then -1 else @d2
    d2 : If $Ledgername contains "Cash Discount" and (#EIValueSubTotal >501 and #EIValueSubTotal <= 1000 ) then -2 else @d3
    d3 : If $Ledgername contains "Cash Discount" and (#EIValueSubTotal >1001) then -3 else $$Value
     


  4. saif

    saif New Member


    Thanks for feedback, but discount not control under 5%
     
    Last edited: Oct 31, 2016


  5. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    I hv given up to 3%
    if u want for 5% you can add condtion
     


  6. ebek

    ebek Member


    how to control Maximum discount under 10% in sales voucher.
     


  7. saif

    saif New Member


    [#Field: EI ValueSubTotal]
    Inactive:Not $$IsSales:##SVVoucherType
    [#Field:EIAccRate]
    Set as: if ($$IsSales:##SVVoucherType and #EIAccDesc="Cash Discount" and #EIValueSubTotal > 1 and #EIValueSubTotal < 5000 ) Then<-5 Else $$Value
    Set Always:$$IsSales:##SVVoucherType

    ;or
    ;;[#Field : EIACCRATE]
    ;;SET AS : If $Ledgername contains "Cash Discount" and (#EIValueSubTotal >1 and #EIValueSubTotal <= 5000 ) then <-6 else $$Value
    ;;Set Always:$$IsSales:##SVVoucherType


    ;I want maximum or less then cash discount 5% or 6%, that control.
    ;Any Admin sir help Please.
     


  8. ebek

    ebek Member


    Admin sir
    Please help me. how to control any leader maximum 10% discount total sales value.
     


  9. saif

    saif New Member


    sir
    any tdl, total subvalue discount unter 12%. don`t 13 to aboue.
     


  10. ebek

    ebek Member


     


Share This Page