Party's Previous Balance in POS

Discussion in 'Tally Developer' started by Muddasar Shaikh, Dec 27, 2013.

    

  1. I am trying to get the Party Previous Balance on POS Invoice Screen but No Success please help

    [#Line: VCH POS PartyContact]
    Field : Simple Prompt, VCH POS PartyContact, oldbalance
    Local : Field : Simple Prompt : Set as : $$LocaleString:"Party's A/c Name :"
    Invisible : NOT @@IsPOSInvoice
    Space Top : 0.25

    [Field:eek:ldbalance]
    Field : Simple Prompt, Amount Field
    Local : Field : Simple Prompt : Info : "Previous Balance:"
    Local : Field : Simple Prompt : Width : 14
    Local : Field : Amount Field : Set as : If ($$IsDr:$$ToValue:$Date:$ClosingBalance:Ledger:$$CollectionField:$LedgerName:1:LedgerEntries) +
    then($$ToValue:$Date:$ClosingBalance:Ledger:$$CollectionField:$LedgerName:1:LedgerEntries)-$$abs:#POSTotalAmount else +
    ($$ToValue:$Date:$ClosingBalance:Ledger:$$CollectionField:$LedgerName:1:LedgerEntries)+$$abs:#POSTotalAmount
    Local : Field : Amount Field : Format : "Symbol,DrCr"
     



  2. Hi I have Created Another Code but it does not work in Creation Mode Please help

    [#Line :VCH POS PartyContact]
    Right Field : EXPINVBalance

    [Field :EXPINVBalance]

    Use : Name Field
    Set As : "Closing Balance : " + $$String:mad:ABC
    ABC:$$ToValue:$Date:$ClosingBalance:Ledger:$PartyLedgerName
     


Share This Page