Need Help In Invoice

Discussion in 'Requests' started by nrj, Sep 22, 2017.

    
  1. nrj

    nrj New Member


    Hello,
    I have added a column in my invoice.
    How to adjust the vertical alignment of Column head.
    and when I am deducting anything in the bill a less: is written in that column please help with this.
    I am using Tally 9.erp Release 1

    My Code is- and I have marked the errors in the invoice, please check the attached file



    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; print ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    [#Line: EXPSMP Column1]
    Add : Fields : after : EXPINV DescTitle : MRPPRINT: vertical align: top


    [#Line: EXPSMP InvDetails]
    Add : Fields : BEFORE : EXPINV Desc :MRPPRINT1:align:top

    [#Line: EXPINV Column2]
    Add : Fields : BEFORE: EXPINV DescTitle :MRPPRINT


    [#Line: EXPINV InvDetails]
    Add : Fields : BEFORE : EXPINV Desc :MRPPRINT1



    [Field: MRPPRINT]
    set as : "Item Code"
    Width : 6
    Border: Thin left right




    [Field: MRPPRINT1]
    Width : 6
    Set as : $Category:StockItem:$Stockitemname
    Border: Thin Left Right
    align:centre


    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; print ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; invoice.jpg
     


  2. Murali.R

    Murali.R Member


    [Field: MRPPRINT]
    set as : "Item Code"
    Width : 6
    Border: Thin Bottomleft right
     


  3. nrj

    nrj New Member


    [#Line: EXPINV Column2]
    Add : Fields : BEFORE: EXPINV DescTitle :MRPPRINT


    [#Line: EXPINV InvDetails]
    Add : Fields : BEFORE : EXPINV Desc :MRPPRINT1



    [Field: MRPPRINT]
    set as : "Item Code"
    Width : 6
    Border: Thin right




    [Field: MRPPRINT1]
    Width : 6
    Set as : $Category:StockItem:$Stockitemname
    Border: Thin Left Right
    align:centre


    please help in setting the alignment of the MRPPRINT.
     


Share This Page