HELP For collection total in specific Ledger automatic

Discussion in 'Tally Developer' started by narayane88, Jan 2, 2018.

    
  1. narayane88

    narayane88 Active Member


    Any one helf for collection total in specific Ledger automatic

    Hamali : $hrate:StockItem:$StockItemName*@@NumNumPack
    HamaliTotal : $$CollNumTotal:InventoryEntries:mad:@Hamali


    I want Automatic Total In Sales Voucher under Ledger Name Hamali
     


  2. sattam

    sattam Active Member


    Set as : $$CollNumTotal:InventoryEntries:$$Number:mad:Hamali
     


  3. narayane88

    narayane88 Active Member


    sir i got answer


    [#Field: EI Value]
    Set By Condition:$LedgerName = "Hamali" :mad:@HamaliTotal
     


  4. narayane88

    narayane88 Active Member



    but another query is Amount auto calculate only Sales Voucher I Want Calculate in Purchase Voucher Also
     


  5. narayane88

    narayane88 Active Member


    [#Part: STKI Basic Features]

    Add: Part: Before: STKI Batch : Hamali
    ;;-------------- Hamali
    [Part: Hamali]
    Line: Hamali
    Space Top : 0.25
    Width: 5

    [Line: Hamali]
    Field: Name Field, Colon Field, Amount Forex Field

    local:Field: Name Field: Info: $$LocaleString:"Hamali"
    local:Field: Name Field: Width: 14
    local:Field: Amount Forex Field: Max: 3
    local:Field: Amount Forex Field: Width:5
    local:Field: Amount Forex Field:Align:Left
    local:Field: Amount Forex Field:Storage:Hamali


    [System:UDF]

    Hamali:Amount:1155

    [System: Formula]
    Hamali : $Hamali:StockItem:$StockItemName*$$Number:$BilledQty
    HamaliTotal : $$CollNumTotal:InventoryEntries:mad:@Hamali
    [#Field: CI Value]
    Set By Condition:$LedgerName = "Hamali" :mad:@HamaliTotal


    [#Field: EI Value]
    Set By Condition:$LedgerName = "Hamali" :mad:@HamaliTotal



    for Automatic Hamali Calculation
     


  6. narayane88

    narayane88 Active Member


    Thanks for guide me $$Number Statement I have used in TDL
     


Share This Page