CUSTOMIZE SALES VOUCHER

Discussion in 'Requests' started by Nupur, Mar 1, 2014.

    
  1. Nupur

    Nupur Member


    How to add two column before item name and create sales voucher in this format ? any tdl or any idea to develop tdl in this format.
     

    Attached Files:



  2. Maulik Patel

    Maulik Patel Active Member


    Dear Nupur,

    For entry level you have to modify two lines.
    [#Line: EI ColumnOne]
    Add : Fields : Before : VCH ItemTitle : <Your Title Field Names>

    [#Line: EI InvInfo]
    Add : Fields : Before : VCH StockItem : <Your Field Names>

    For report it is depended on invoice type like, Excise Manufacturing Invoice, Excise Trading Invoice, Simple Invoice, Comprehensive Invoice.
    So first tell specific Invoice Type to experts so that experts can help you.
     


  3. Nupur

    Nupur Member


    Thanx maulik patelji Its simple invoice and Comprehensive invoice.:)
     


  4. Maulik Patel

    Maulik Patel Active Member


    Dear Nupur,

    ===================
    For Comprehensive Invoice
    ===================
    [#Line: EXPINV Column1]
    Add : Fields : Before : EXPINV DescTitle : <Your Title Field Names>
    [#Line: EXPINV Column2]
    Add : Fields : Before : EXPINV DescTitle : <Your Title Field Names>
    [#Line: EXPINV InvDetails]
    Add : Fields : Before : EXPINV Desc : <Your Field Names>


    ===================
    For Simple Invoice
    ===================
    [#Line: EXPSMP Column1]
    Add : Fields : Before : EXPINV DescTitle : <Your Title Field Names>
    [#Line: EXPSMP Column2]
    Add : Fields : Before : EXPINV DescTitle : <Your Title Field Names>
    [#Line: EXPSMP InvDetails]
    Add : Fields : Before : EXPINV Desc : <Your Field Names>
     


  5. amit jangid

    amit jangid New Member


    Please give full code????
     


  6. Maulik Patel

    Maulik Patel Active Member


    Dear Amit,

    Please read the post carefully... We are modifying existing code of Default Tally.

    Full code is not needed as it is default tally code, we are just modifying existing code.
    Still if you want full code then you can find in Tally Developer. :)
     
    Ras Raj likes this.


  7. Nupur

    Nupur Member


    Mr. Maulik I have created two column challan no. and date in sales voucher. but I can't print this column. see the attach image....how can print this column in sales voucher in simple format.
     

    Attached Files:



  8. Maulik Patel

    Maulik Patel Active Member


    Dear Nupur,

    For invoice printing, my earlier post will work, I have mentioned code both for Simple Invoice and Comprehensive Invoice. I dont think that there will be any problem in earlier post. Just try for it. Still if you are not getting it, please notify me so that me and other developers can know what is wrong with earlier post.
     


  9. Nupur

    Nupur Member


    THANX MAULIK I HAVE DONE ...
     


  10. varun tarun kumar

    varun tarun kumar New Member


    AUTO DEDECT CHALLAN NO AND DATE IN SALES WITH A COULOMB
     


Share This Page