Open up new voucher of particular type

Discussion in 'Tally Developer' started by Grace K, Apr 23, 2022.

    
  1. Grace K

    Grace K New Member


    This is my problem : I have two POS voucher types, POS Normal and POS Insurance. POS Insurance is only for customers that have taken an insurance policy. The number of such customers are very low compared to normal customers.
    My requirement is this : When a POS Insurance voucher is entered and saved(or printed) the new voucher that opens should be of POS Normal type. Otherwise, I need to navigate to F8 and select POS Normal to enter a normal bill, and there is a chance that i might mistakenly enter a normal bill in the POS Insurance voucher if i forget to change the voucher type

    Is there any way of automatically opening up a new voucher of a certain voucher type when a voucher is saved, or atleast be able to popup the f8 menu when the previous voucher is saved? That way, atleast the user will be reminded to change the voucher type
    I tried various methods, but i am unable to implement the above. Kindly help me out with your suggestions. Please ask me if any clarifications are required. Thank you.
     


  2. balajimg

    balajimg Active Member


    use
    On : form accept :
    in voucher form level
     


  3. sattam

    sattam Active Member


    Create a group of pos insurance customers and use class for two different vch type and includes or exclude those group as per your Needs.
    In this way when you record pos insurance transactions only those customers will in list of ledger who have insurance policy.
     
    Gangadhar C Beldar likes this.


Share This Page