Closing Balance of a Particular BillName "MAX5"

Discussion in 'Tally Developer' started by Gangadhar C Beldar, Jul 24, 2022.

    

  1. Help with a piece of code while making Sales Entry, want to display closing balance of a Particular Bill. Tried as under;

    [#Line : EI Consignee]
    Add : Option : SplSalesBill :mad:@IsSales
    [!Line : SplSalesBill]
    Fields: TField, TAmount
    [Field: TField]
    Use : Name Field
    Set as : "SplSalesBill"
    Skip : Yes
    [FIELD : TAmount]
    Use : Amount Field

    Set As : $(Ledger,@@BillCondition).BillAllocations.ClosingBalance
    BillCondition : $LedgerName = $PartyLedgerName AND BillName = "SplSalesBill"
     


Share This Page