Help on Method during Voucher entry

Discussion in 'General Discussions' started by Bipin Damania, Aug 13, 2014.

    
  1. Bipin Damania

    Bipin Damania Active Member


    I want to filter following methods during Voucher Entry for Ledger under Loans (Liability), Loans & Advances (Asset), Sundry Creditors & Sundry Debtors

    ;; Address, PAN, TIN Check during Voucher Entry

    [#Line: VCHCURBAL ExplLine]

    Add : Field : After : VCH CurBalance : MasAdd,MasPan,MasTin

    [Field : MasAdd]
    Invisible : NOT ##CurBalanceFlag
    Field : Simple Prompt, Name Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"Address:"
    Local : Field : Name Field :Set as : $Address:Ledger:#SVLedger
    Set Always: Yes

    [Field : MasPan]
    Invisible : NOT ##CurBalanceFlag
    Field : Simple Prompt, Name Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"PAN:"
    Local : Field : Name Field : Set as : $IncomeTaxNumber:Ledger:#SVLedger
    Set Always: Yes

    [Field : MasTin]
    Invisible : NOT ##CurBalanceFlag
    Field : Simple Prompt, Name Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"TIN:"
    Local : Field : Name Field : Set as : $VATTinNumber:Ledger:#SVLedger
    Set Always: Yes


    Also Want to know Ledger name field during Voucher Entry so I can change Ledger Name + Alias

    Please Reply.
     


  2. Muhammadhaneef

    Muhammadhaneef New Member



  3. Bipin Damania

    Bipin Damania Active Member


    Dear Muhammad Haneef

    Thanks for asking me. But I am also learner.Please post in general.
     


Share This Page