How to Open the Current Voucher

Discussion in 'Tally Developer' started by Taufeeq Shaikh, Dec 4, 2020.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    [Field : tgvchdt]

    Use : Uni Date Field
    Width : 8
    Border : Thin Right
    Align : Left
    Set As : $VCHDate ;;$Date
    Style : Normal
    Alter : Voucher
    Display : DisplayOnEnter ;;VCH Display ;;: $$IsVoucher AND NOT $IsDeleted
     


  2. anish

    anish Member


    [Field : tgvchdt]

    Use : Uni Date Field
    Width : 8
    Border : Thin Right
    Align : Left
    Set As : $VCHDate ;;$Date
    Style : Normal
    Alter : Voucher
    Option : DisplayOnEnter
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Sir To alter a Voucher You have to use Master ID....
     


  4. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Case Solved...
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Congrats....Sherlock Holmes :) :)

    Very good.
     
    SUSHIL SHARMA likes this.



  6. how to do sir? not working,
    [Field:VMRvn]
    Border : Thin Left
    Use: Name Field
    Set as: $$getNarr:#vId
    Alter: Voucher

    ;Display : DisplayOnEnter

    [Function: getNarr]
    Parameter : pVchId : String
    OBJECT : (Voucher, ##pVchId)
    RETURNS : String
    015 : Return : $VoucherNumber
     


Share This Page