invoice customization for tally partners

Discussion in 'Free Source Codes' started by shubham sancheti, Sep 17, 2017.

    
  1. shubham sancheti

    shubham sancheti New Member


    respected admin/members,

    please find the attached sources code and the attached screenshot for the requirements and errors.
    along with this one more requirement is :
    1. skip the field of sr. no. and key if no product selected in 2nd line
    2. this customisation should work on slelcted company for specific voucher class of sales name "tally sales". as we are offering some other services where these fields are not required to print or if possible add some code to make it invisible if blank

    this will help many tally partners.
    thanks in advance
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      178.8 KB
      Views:
      392
    • 2.jpg
      2.jpg
      File size:
      39.7 KB
      Views:
      413
    • LRC New 2.txt
      File size:
      3 KB
      Views:
      154


  2. Prema75

    Prema75 New Member


    Hi Shubham Sancheti

    I altered your code. Try this....
     

    Attached Files:



  3. shubham sancheti

    shubham sancheti New Member


    THANK YOU SO MUCH SIR BUT ONE PROBLEM IS THERE PLEASE CHECK THE IMAGE
    CORRECTION.jpg
     


  4. Prema75

    Prema75 New Member


    Hi Shubham Sancheti

    1.The Sr.No. & Key field border alignment problem and you can do it by adjusting the width space
    2. You need CGST & CGST should come to Description . For this I had given solution

    [#Field: EXPINV AccName]

    Align : Left
     


  5. shubham sancheti

    shubham sancheti New Member


    I tried by adjusting the width to 10 but same problem exists
     


  6. shubham sancheti

    shubham sancheti New Member


    Further I want to make these both fields invisible in printing if no data entered in these.
     


  7. Prema75

    Prema75 New Member


    Hello Shubham Sancheti

    Try it by using invisible in field
     


  8. shubham sancheti

    shubham sancheti New Member


    Actually I don't know the exact coding for the same. Can you please share the code.
     


  9. Prema75

    Prema75 New Member


    Try it....

    Invisible : $$IsEmpty:$DNSSrNo
    Invisible: $$IsEmpty:$DNSKey
     


Share This Page