Credit Limit and Ledger Closing Balance...

Discussion in 'Free Source Codes' started by ANAND J, Jan 6, 2022.

    
  1. ANAND J

    ANAND J Member


    Dear Admin,

    help me how add fetch the Credit Limit and Ledger closing balance in invoice printout screen.. already i tried but not coming:)


    [Field : LedBalanceAmount];;;
    Use : Short Name Field;Amount Forex Field;Amount Field
    ;Set as : if $$IsDr:$Amount then $$AsDrAmt:$Amount else "";;;;Ledger tottal is comming
    ;Set as : if $$IsDr:$ClosingBalance then $amount else "0.1" ;;Not Working
    ;Set as : if $$IsDr:$ClosingBalance then $$AsDrAmt:$ClosingBalance else "";;no
    ;Set as : if $$IsDr:$ClosingBalance then $$AsDrAmt:$Amount else "";;no
    ;Set as : if NOT $$IsDr:$ClosingBalance then $ClosingBalance else 0;;Not Working
    ;Set as : $ClosingBalance;;not working

    [Field:SDCusCRLIMIT]
    Use : Short Name Field
    Set as : $CREDITLIMIT
     


  2. Rohit001

    Rohit001 Member


    Field : LedBalanceAmount];;;
    Use : Short Name Field;Amount Forex Field;Amount Field
    Set as:$closingbalance:ledger:$partyledgername
    ;if $$IsDr:$Amount then $$AsDrAmt:$Amount else "";;;;Ledger tottal is comming
    ;Set as : if $$IsDr:$ClosingBalance then $amount else "0.1" ;;Not Working
    ;Set as : if $$IsDr:$ClosingBalance then $$AsDrAmt:$ClosingBalance else "";;no
    ;Set as : if $$IsDr:$ClosingBalance then $$AsDrAmt:$Amount else "";;no
    ;Set as : if NOT $$IsDr:$ClosingBalance then $ClosingBalance else 0;;Not Working
    ;Set as : $ClosingBalance;;not working

    [Field:SDCusCRLIMIT]
    Use : Short Name Field
    Set as : $CREDITLIMIT:ledger:$partyledgername
     
    ANAND J likes this.


  3. ANAND J

    ANAND J Member


    Its working ... thanks a lot bro
     


Share This Page