msg box at end of Voucher date

Discussion in 'Tally Developer' started by Pulkit lila, Aug 28, 2012.

    
Thread Status:
Not open for further replies.
  1. Pulkit lila

    Pulkit lila New Member


    I want a msg box to appear at the end of voucher date if the date is being written is less than(before)the last voucher date.

    Reason: if u enter any voucher in back date....all voucher no. after it change.(a huge prob for me)
    plz help.

    Pulkit
     


  2. admin

    admin Administrator Staff Member


    [#Field : Plain VCH Date]
    Control : VCHMsgDate: $$Value < @@LastvoucherDate

    [System: Formula]
    VCHMsgDate : "Date is less than Last voucher Date"
     


  3. Pulkit lila

    Pulkit lila New Member


    thanks admin for the reply,but this shows an error msg n dosent allow me to continue, i only want an intimation,it should allow me to continue with the back date if the situation requires me to.
     


  4. Azar Shaikh

    Azar Shaikh New Member


    Use This

    [#Field : Plain VCH Date]
    Notify : VCHMsgDate: $$Value < @@LastvoucherDate

    [System: Formula]
    VCHMsgDate : "Date is less than Last voucher Date"​
     


  5. Pulkit lila

    Pulkit lila New Member


    Thanx a lot azar......btw admin cud u tell me how do u know the various fields n collection of the entries...like date party name etc....it wud help alot
     



  6. It's Come from Experience.
     


  7. Girdhar

    Girdhar Member


    Thats it, it comes from experience

    Girdhar Gopal
    Intelli Solutions
    Karnal, Haryana
     


  8. Nirav Merchant

    Nirav Merchant Active Member


    All default fields are available in Tally Developer go through it - use it and u will learn it
     


  9. GOURAV JAIN

    GOURAV JAIN Member



    There is a problem.. It works only at voucher alteration mode not in creation mode.

    Please look it.
     


  10. Nirav Merchant

    Nirav Merchant Active Member


    Hi Chk with this it is working for me

    [#Field : Plain VCH Date]
    Notify : VCHMsgDate: $date < @@LastvoucherDate ;;$$value
    [System: Formula]
    VCHMsgDate : "Date is less than Last voucher Date"

    [Disable - date skipping from F12 Config]
     


Thread Status:
Not open for further replies.

Share This Page