[Solved] How to Delete All Vouchers

Discussion in 'Tally Developer' started by Himanshu-2002, Aug 16, 2020.

    
  1. Himanshu-2002

    Himanshu-2002 Active Member


    [Collection: DeleteVouchers]
    Type: Voucher

    [Function: Delete Vouchers]
    00: Walk Collection: DeleteVouchers
    10: Set Target
    20: Delete Target
    30: End Walk: DeleteVouchers

    [#Menu: Gateway Of Tally
    Add: Button: DeleteAllVoucherButton

    [Button: DeleteAllVoucherButton]
    Title: "Delete All Vouchers"
    Key: Alt + T
    Action: Call: Delete Vouchers
     
    Last edited: Aug 29, 2020


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Already there in default Tally....

    Is there any issue with your code ???
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    No, Yesterday I have to delete all vouchers from my tally...It takes 1 Hour To understand How to do it in single shot So, I think If someone is in same problem then He can copy my code and use it
     


  4. Himanshu-2002

    Himanshu-2002 Active Member



  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  6. Himanshu-2002

    Himanshu-2002 Active Member


    Problem Solved
     


  7. vikash mishra

    vikash mishra New Member


    Himanshu ji for deleting voucher in Tally Release 4.93
    Set Target
    Delete Target
    Work nahi kar raha hai so please share some to delete voucher in tally 4.93 release
     


  8. Himanshu-2002

    Himanshu-2002 Active Member


    [Collection: DeleteVouchers]
    Type: Voucher

    [Function: Delete Vouchers]
    00: Walk Collection: DeleteVouchers
    10: Set Target:..
    20: Delete Target
    30: End Walk: DeleteVouchers

    [#Menu: Gateway Of Tally
    Add: Button: DeleteAllVoucherButton

    [Button: DeleteAllVoucherButton]
    Title: "Delete All Vouchers"
    Key: Alt + T
    Action: Call: Delete Vouchers

    Now ?
     


Share This Page