PLEASE HELP-CUSTOMIZED INVOICE

Discussion in 'Requests' started by amit jangid, May 28, 2014.

    
  1. amit jangid

    amit jangid New Member


    I have modified sample code of customized voucher and created two column is sales voucher before stock item name. but this code show column only not printing. how can print this two column in simple and std invoice. see the attach jpg file and code.
     

    Attached Files:




  2. try add this code in your file



    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; print ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    [#Line: EXPSMP Column1]
    Add : Fields : before : EXPINV DescTitle : MRPPRINT,FREEPRINT

    [#Line: EXPSMP InvDetails]
    Add : Fields : before : EXPINV Desc :MRPPRINT1,FREEPRINT1




    [Field: MRPPRINT]
    set as : "chalan no"
    Width : 5
    Border: Thin Left Right

    [Field: FREEPRINT]
    set as : "date "
    Width : 5
    Border: Thin Left Right



    [Field: MRPPRINT1]
    Width : 5
    set as :BasicPackageMarks
    Border: Thin Left Right

    [Field: FREEPRINT1]
    Width : 5
    set as :BasicNumPackages
    Border: Thin Left Right


    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; print ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     


  3. amit jangid

    amit jangid New Member


    THANK MR. KISHAN BUT THIS CODE SHOW COLUMN IN PRINT BUT I WANT TO BOTH COLUMN SHOW AND PRINT IN SALES VOUCHER.:)
     



  4. bhai pura code add karna padga file me try this ..........
    full code


    [#Line: EI ColumnOne] ;; Invoice Column Headings1 without class

    Option: Global EI ColumnOne : @@IsSales



    [!Line: Global EI ColumnOne]

    Add: LEFT Fields : At Beginning : Global VCH Marks, Global VCH NumPack



    Local : Field : Default : Align : Center

    Local : Field : Global VCH Marks : Info: "CHALLAN NO"
    Local: Field: Global VCH NumPack: Info: "DATE"

    [#Line: EI ColumnTwo] ;; Invoice Column Headings1 without class

    Option : Global EI ColumnTwo : @@IsSales

    [!Line: Global EI ColumnTwo]

    Add : LEFT Fields : At Beginning: Global VCH Marks, Global VCH NumPack
    Local : Field : Default : Align : Center

    Local : Field : Global VCH Marks : Info : ""
    Local : Field: Global VCH NumPack: Info : ""

    [#Line: EI InvDetails]

    Option : Global EI InvDetails : @@IsSales

    [!Line: Global EI InvDetails]

    Delete : Lines : EI Marks, EI NumPackages

    [#Line: CI InvDetails]

    Option : Global CI InvDetails : @@IsSales

    [!Line: Global CI InvDetails]

    Delete : Lines : CI MarksPackages

    [#Line: EI InvInfo] ;; Invoice Inventory Entries without Class

    Option : Global EI InvInfo : @@IsSales

    [#Line: CI InvInfo] ;; Invoice Inventory Entries with Class

    Option : Global EI InvInfo : @@IsSales

    [!Line: Global EI InvInfo]

    Add : LEFT Fields : At Beginning : Global VCH Marks, Global VCH NumPack
    Local : Field : Global VCH Marks : Storage : BasicPackageMarks
    Local : Field : Global VCH NumPack : Storage : BasicNumPackages

    [Field: Global VCH Marks]

    Use : Short Name Field
    Width : 8
    Align : CENTER
    Border : Thin Left Right
    Invisible : NOT ##VrVarC1
    Skip NO: $$IsEnd:$StockItemName
    ;;Inactive : $$IsEnd:$StockItemName

    [Field: Global VCH NumPack]

    Use : Short Name Field
    Width : 8
    Align : CENTER
    Border : Thin Left Right
    Invisible : NOT ##VrVarC1
    Skip NO: $$IsEnd:$StockItemName
    ;;Inactive : $$IsEnd:$StockItemName

    [#Form: Export Invoice]

    Option : Global Export Invoice NP : @@IsSales

    [!Form : Global Export Invoice NP]

    Local : Line : VCH NarrPrompt: Add : Right Fields : At Beginning : Global Total Marks, Global Total NumPack

    [Field: Global Total Marks]

    Use : Global VCH Marks
    Border : Totals
    Set as : $$String:mad:@NumPackMarksTotal
    Set always : Yes
    Skip : NO


    [Field: Global Total NumPack]

    Use : Global VCH NumPack
    Border : Totals
    Set as : $$String:mad:@NumNumPackTotal
    Skip : NO
    Set always : Yes



    ;; End-of-File


    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; print ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    [#Line: EXPSMP Column1]
    Add : Fields : before : EXPINV DescTitle : MRPPRINT,FREEPRINT

    [#Line: EXPSMP InvDetails]
    Add : Fields : before : EXPINV Desc :MRPPRINT1,FREEPRINT1




    [Field: MRPPRINT]
    set as : "chalan no"
    Width : 5
    Border: Thin Left Right

    [Field: FREEPRINT]
    set as : "date "
    Width : 5
    Border: Thin Left Right



    [Field: MRPPRINT1]
    Width : 5
    set as : $BasicPackageMarks
    Border: Thin Left Right

    [Field: FREEPRINT1]
    Width : 5
    set as :$BasicNumPackages
    Border: Thin Left Right


    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; print ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     
    mansoor likes this.



  5. FILE UPLOAD
     

    Attached Files:

    • 6.txt
      File size:
      4 KB
      Views:
      132


  6. R. VIJAY

    R. VIJAY Member


    Sir, What about sales has voucher class
     


  7. amit jangid

    amit jangid New Member


    THE FINAL CODE IS HERE:)
     

    Attached Files:

    • LRC.txt
      File size:
      2.6 KB
      Views:
      172


  8. amit jangid

    amit jangid New Member


    HOW CAN I CREATE PACKING SLIP (QTY AND STOCK ITEM DETAIL) FROM THIS CODE IN SALES VOUCHER
     


  9. Nupur

    Nupur Member


    HELP ME-I WANT TO ADD 1 MORE COLUMN BEFORE QTY AND MULTIPLY THIS COLUMN TO QTY AND RATE . HOW CAN DO THIS. ANYBODY CAN TELL ME ? SEE THE ATTACH IMAGE.
     

    Attached Files:



  10. Nupur

    Nupur Member


    please help for full code for this?
     


  11. Drishti Jangid

    Drishti Jangid New Member


    please help..I am also want to this code?
     


  12. Nupur

    Nupur Member


    Please.... Please....Help.........I WANT TO ADD 1 MORE COLUMN BEFORE QTY AND MULTIPLY THIS COLUMN TO QTY AND RATE .:rolleyes:
     


  13. Nupur

    Nupur Member


    In my business create daily challan for different party and create invoice last date of month party wise. how to print all column in simple format. in this code print only challan no. and challan date in simple format not print pcs and box column. see the attach code and image
     

    Attached Files:



  14. Mahesh Sethi

    Mahesh Sethi Member



    Dear Nupur,

    Try This

    Manish
    tally_indore@yahoo.com
     

    Attached Files:

    Praveen Davis likes this.


  15. Praveen Davis

    Praveen Davis Member


    How to print additional accounting entries like transportation charges/ discount/ round off in this attached tdl invoice printout?


    tally additional entries.png tally scrn shot.png
     

    Attached Files:

    • a.txt
      File size:
      2.4 KB
      Views:
      76


  16. 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:



Share This Page