Batch MRP Price

Discussion in 'Tally Developer' started by Gunasekaran, Oct 15, 2012.

    
  1. Gunasekaran

    Gunasekaran Member


    Dear Experts:

    I add one column in Purchase Voucher-Item allocation-Batch Allocation-BatchMrpPrice.In Sales Voucher Select the Batch then BatchmrpPrice Display in automatic .How is it Possible.Please Any One help me.

    Thanks And Regards

    Gunasekaran.S
     


  2. Girdhar

    Girdhar Member


    Hello,​
    Can u share the code, i think a system formula can do this.​
     


  3. Gunasekaran

    Gunasekaran Member


    Dear Mr.Gridhar.
    Please find the Attachment.

    Thanks and Regards
    Gunasekaran.S
     

    Attached Files:



  4. Gunasekaran

    Gunasekaran Member


    Dear Experts.

    Please Any one help me .


    Thanks And Regards.

    Gunasekaran.S
     


  5. Vikram

    Vikram Member


    dear Gunasekaran,

    I hope you might have got the issue resolved , but i have attached modified file FYR.

    I want to share some good coding practices, i have learnt in the process of learning TDL ;

    1.for the title purpose use "info" rather than using "SET AS" which will reduce ur typing work of code by not allowing you to use again SKIP : YES
    2.Try not to use the Measument in mms or whatever in report and entry screen as no on measures like in printing
    3.avoid too much of overwriting Tally's Default Code
    4.Try to use the proper alignment.
    5.for batchlevel to storage additional information try to store them in string and convert it to your required datatype.

    Hope you will not mind adopting some of the above changes.

    Vikram
     

    Attached Files:



  6. Gunasekaran

    Gunasekaran Member


    Dear Vikram:

    Thank you verymuch.Its working fine.

    Thanks And regards
    Gunasekaran.S
     


  7. Raman

    Raman New Member


    hi,
    when i m using this code in tally 9 its giving error
    Duplicate description name
    error in line 71 please help
     



  8. Dear Mr.Vikram,

    Why you have changed the data type in the code of Mr.Gunasekar. Is there any specific reason. In the code it is used as Amount you have changed as String.
    Waiting for your reply.

    thanks & Regards
    A.Marudhachalamurthi
     



  9. Dear Mr.Raman,

    This is release specific issue. Hence you are using Tally9.0.
    I feel that ParmVar is Not their in Tally9.0

    Thanks & Regards,
    A.Marudhachalamurthi
     


  10. Gunasekaran

    Gunasekaran Member


    Please use Tally.Erp9 rel 3.0 above

    Thanks and Regards
    Gunasekaran.S
     


  11. Gopaalran

    Gopaalran New Member


    Hi Vikram,
    when I am using this code at the time of sales bill it is showing 0 only, it is not showing purchase mrp.
     


  12. Gopaalran

    Gopaalran New Member


    Hi Gunasekaran,
    kindly upload the rectified file.
    Thanks & Regards
     


  13. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member




    Good suggestions
    Thank you
     


Share This Page