Automatically Changing the Voucher from Invoice mode to Voucher Mode

Discussion in 'Tally Developer' started by Manthan Gandhi, Nov 3, 2015.

    

  1. Dear Experts,

    Case :
    There is the Multi user application installed.The users will be passing voucher entries in the Invoice Mode, and the owner will be viewing those vouchers in the Voucher Mode.

    As Tally itself is giving this feature. But this is helpful in passing the voucher entries. Not in displaying the voucher. (i mean repeating the state of voucher in the next visit as per the last state, this is beneficial in the entry mode. We cant continue the last state in the Display/Alter mode of the voucher).

    Like suppose if the User has made a Sales entry in Invoice mode and the Owner wants to see the voucher then, he/she will have the Invoice Mode view for that voucher unless and until he uses the Ctrl+V key combination. So every time for the every voucher the owner will have to press the Button to change the mode. As they are viewing the already entered vouchers.

    I also tried to change the variables at the Report : Voucher (variables: SVViewName and InvoicingModeFlag) but this didn't worked.

    So suggest steps to achieve the needful. Just like to change the voucher view of to Accounting View if the user level is admin, or else to its default view (i.e. Inventory View).
     


  2. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Manthan

    For your query you need to do the correction in Tally.ini file, follow the below steps:-

    1. Open the Tally.ini file in tally folder
    2. Their you will find config :
    3. Type Config=.

    Follow the above steps in each & every nodes including server.
     



  3. Dear Mr. Taufeeq,

    I just want that the admin should get the entered vouchers in the voucher mode and the users will be entering the vouchers in the Inoicve mode.
    i want to toggle the Ctrl + V button is the user level is Admin/Owner on Voucher Load.

    Can u suggest any steps?
     


  4. admin

    admin Administrator Staff Member


    You can write a function, and in the function first change the variable and call the default voucher collection.

    From menu, you can call this function instead if default voucher collection.
     


Share This Page