Add Column in Sales voucher

Discussion in 'Tally Developer' started by amit jangid, Mar 7, 2014.

    
  1. amit jangid

    amit jangid New Member


    How to add 2 Column in sales voucher before stock item name and this column also on print sales voucher? Please Help.
     


  2. sivam

    sivam Active Member


    Dear Amit,
    Use
    [#Line: EI ColumnOne] and
    [#Line: EI InvInfo]
    to add Fields in sales Voucher
     


  3. nagaraju

    nagaraju New Member


    attribute started without val description error is commning
     


  4. Raju Das

    Raju Das Member



    ;;;;;Here is it bro....

    [#Line : EI Column One]
    Add : Right Fields: Before : VCH QtyTitle : Amit Title

    [#Line : EI Inv Info] ;; Inventory Repeat Line - - With out Class
    Add : Right Fields: Before : VCH BilledQty : Amit Number

    [#Line : CI Inv Info] ;; Inventory Repeat Line - - With Class
    Add : Right Fields: Before : VCH BilledQty : Amit Number


    [Field : Amit Title]
    Use : Name Field
    Width : 10
    Skip : Yes
    Set As : "Amit"
    Align: Centre
    Invisible : NOT @@ISSale or Not @@ISPurchase
    Style:Normal bold
    Border: Thin Left : $$InPrintMode

    [Field : Amit Number]
    Use : Name Field
    Storage: amitno
    Set as: ""
    Scroll: Vertical
    Width : 10
    Align: Centre
    Invisible : NOT @@ISSale or Not @@ISPurchase
    Skip: No
    Border: Thin Left : $$InPrintMode

    [#Line: EXPINV Column1]
    Left Fields : EXPINV SLNoTitle, EXPINV MarksTitle1, EXPINV PackagesTitle1, EXPINV DescTitle
    Right Fields: EXPINV PartNoTitle, EXPINV MRPTitle, EXPINV VATPercTitle, EXPINV DueTitle, EXPINV QtyTitle, EXPINV RateTitle, EXPINV RatePerTitle, EXPINV DiscTitle, EXPINV AmountTitle
    Add: Right Field: After: EXPINV PartNoTitle: Amit Title


    [#Line: EXPINV InvDetails]
    Left Fields : EXPINV SLNo, EXPINV Marks, EXPINV Packages, EXPINV Desc
    Right Fields: EXPINV PartNo, EXPINV MRPValue, EXPINV VATPerc, EXPINV DueOn, EXPINV ActualQty, EXPINV Qty, EXPINV Rate, EXPINV RatePer, EXPINV Discount, EXPINV Amount
    Add: Right Field: After:EXPINV PartNo:Amit Number

    [System:UDF]

    amitno : Number:1000
     
    Muhammadhaneef likes this.


  5. laxman

    laxman Member


    dear raju Ji i neeed to discount vallue column after Disc% column please Help
     


  6. amit jangid

    amit jangid New Member


    THANX BRO RAJU DAS BUT I HAVE FACE THE FOLLOWING ERROR. SEE THE ATTACH IMAGE. IS THIS CODE SHOW COLUMN ON SALES VOUCHER SCREEN ?
     

    Attached Files:



  7. laxman

    laxman Member


    Please find correct code...

    [#Line : EI Column One]
    Add : Right Fields: Before : VCH QtyTitle : Amit Title

    [#Line : EI Inv Info] ;; Inventory Repeat Line - - With out Class
    Add : Right Fields: Before : VCH BilledQty : Amita

    [#Line : CI Inv Info] ;; Inventory Repeat Line - - With Class
    Add : Right Fields: Before : VCH BilledQty : Amita

    [Field : Amit Title]
    Use : Name Field
    Width : 10
    Skip : Yes
    Set As : "Amit"
    Align: Centre
    Invisible : NOT @@ISSale or Not @@ISPurchase
    Style:Normal bold
    Border: Thin Left : $$InPrintMode

    [Field : Amita]
    Use : Amount Field
    Storage: amitno
    Set as: ""
    Scroll: Vertical
    Width : 10
    Align: Centre
    Invisible : NOT @@ISSale or Not @@ISPurchase
    Skip: No
    Border: Thin Left : $$InPrintMode

    [#Line: EXPINV Column1]
    Left Fields : EXPINV SLNoTitle, EXPINV MarksTitle1, EXPINV PackagesTitle1, EXPINV DescTitle
    Right Fields: EXPINV PartNoTitle, EXPINV MRPTitle, EXPINV VATPercTitle, EXPINV DueTitle, EXPINV QtyTitle, EXPINV RateTitle, EXPINV RatePerTitle, EXPINV DiscTitle, EXPINV AmountTitle
    Add: Right Field: After: EXPINV PartNoTitle: Amit Title


    [#Line: EXPINV InvDetails]
    Left Fields : EXPINV SLNo, EXPINV Marks, EXPINV Packages, EXPINV Desc
    Right Fields: EXPINV PartNo, EXPINV MRPValue, EXPINV VATPerc, EXPINV DueOn, EXPINV ActualQty, EXPINV Qty, EXPINV Rate, EXPINV RatePer, EXPINV Discount, EXPINV Amount
    Add: Right Field: After:EXPINV PartNo:Amit Number

    [System:UDF]

    amitno : Amount:1999
     


  8. amit jangid

    amit jangid New Member


    NOT WORKING. NOT SHOWING COLUMN ON SALES VOUCHER SCREEN AND CAN'T PRINT VOUCHER. I HAVE FACE THIS ERROR
     

    Attached Files:



Share This Page