current balance field value

Discussion in 'Tally Developer' started by kosi, Mar 14, 2019.

    
  1. kosi

    kosi Member


    ;;Dear Learned Programmers
    ;;please help me fetch the ledger
    current balance at the field level
    I want to retrieve ledger current balance at the field level


    [#Form: Sales Order Color]

    ;;Background :Red;;@@SV_SALESORDERVOUCHER
    Delete: Print : Printed Invoice
    Add:print:Qoutation Print
    ;; Print After Save: @@PrintAfterSave
    ;;Delete : Key : SVAcctsInvoice

    [Report:Qoutation Print]
    Form:Qoutation Print
    Object:Voucher

    [Form:Qoutation Print]
    Part:Qoutation Print

    [Part:Qoutation Print]
    Line:Qoutation Print


    [Line:Qoutation Print]
    Field:Name field
    Local:Field:Name Field:Set as:""

    Thanks
    Regards
    Philip
     


  2. Salman

    Salman Member


    please use this code

    set as:$Closingbalance:Ledger:$partyLedgerName
     


Share This Page