here i want to add header of company after tax invoice title & transporter copy pls help sir!

Discussion in 'Free Source Codes' started by Nikhil dixit, Jan 20, 2020.

    
  1. Nikhil dixit

    Nikhil dixit New Member


    [#Form: Comprehensive Invoice]

    Add:part:Before:EXPINV OpPageBreak:EXPINV OpPageHead,EXPINV OpPageHeadDET
    [Part:EXPINV OpPageHead]
    Height:6% Page
    Lines:EXPINV NAMENIK,EXPINvaddressNIK
    [Line:EXPINV NAMENIK]
    Height:3% page
    Field:EXPINV NAMENIK
    [Field:EXPINV NAMENIK]
    Set as:mad:@CmpMailName
    Full Width:Yes
    Align:Center
    Style:ABC
    [Style:ABC]
    Font Name:Calibri
    Height:20
    Bold:Yes

    [Line:EXPINvaddressNIK]
    Height:3% Page

    Field:EXPINvaddressNIK
    [Field:EXPINvaddressNIK]
    Set as:$Address:Company:##SVCurrentCompany
    Full Width:Yes
    Align:Center

    [Part:EXPINV OpPageHeadDET]
    Height:2% PAGE
    Width:100% PAGE
    Line:EXPINV DETAILSNIK
    [Line:EXPINV DETAILSNIK]
    Height:2% page


    Field:Symbol Field1,namefield11,Symbol Field2,namefield22,Symbol Field3,namefield32,Symbol Field4,namefield42,Symbol Field5,namefield52

    [Field:Symbol Field1]
    Set as:"*Phones:"
    Width:6% Page
    Align:Center




    [Field:namefield11]
    Set as:$PhoneNumber:Company:##SVCurrentCompany
    Width:14% Page
    Align:Left
    [Field:Symbol Field2]
    Set as:"*Fax:"
    Width:6% Page
    Align:Left

    [Field:namefield22]
    Set as:$FaxNumber:Company:##SVCurrentCompany
    Width:14% Page
    Align:Left





    [Field:Symbol Field3]
    Set as:"*Mobile:"
    Width:6% Page
    Align:Center

    [Field:namefield32]
    Set as:$MobileNumbers:Company:##SVCurrentCompany
    Width:14% Page
    Align:Left

    [Field:Symbol Field4]
    Set as:"*Mail:"
    Width:6% Page
    Align:Center

    [Field:namefield42]
    Set as:$Email:Company:##SVCurrentCompany
    Width:14% Page
    Align:Left


    [Field:Symbol Field5]
    Set as:"*Website:"
    Width:6% Page
    Align:Center


    [Field:namefield52]
    Set as:$Website:Company:##SVCurrentCompany
    Width:14% Page
    Align:Left
     

    Attached Files:



  2. Nikhil dixit

    Nikhil dixit New Member


    Anybody help pls!
     


  3. Rakesh1988

    Rakesh1988 New Member


    can u please elaborate the issue its not clear what u want and how u want pls share the format in excel screenshot
     


  4. Nikhil dixit

    Nikhil dixit New Member


    ..sir,i want a tax invoice title in my invoice at top of the page in my code add a header of company details. But they shown me top of the page tax invoice title are given below , i want to know only the part of the invoice title
     


  5. Rakesh1988

    Rakesh1988 New Member


    can u please share the output in the screenshot that how u want your output?
     


  6. Rakesh1988

    Rakesh1988 New Member


    ;Here is by default code of invoice format if u know code u can play with this coding.

    ;------------------------------------

    [Form: Global Invoice1]
    Use : STD Invoice Dimensions
    Space Left : @@InvSpaceLeft inch
    Space Right : 0
    Space Bottom: 0
    Parts : STD Invoice Top, GI OpPgBrk, Global Invoice Body
    Bottom Parts: Global Invoice Bottom
    Page Break : GI ClPgBrk, GI OpPgBrk
    [Part: GI ClPgBrk]
    Lines : GI ClPgBrk
    [Line: GI ClPgBrk]
    Fields : Simple Field
    Local: Field: Simple Field : Set As : "Continued..."
    Local: Field: Simple Field : FullWidth : Yes
    Local: Field: Simple Field : Align : Right
    Border : Full Thin Top
    [Part: GI OpPgBrk]
    Parts : Global Invoice Top, Global Invoice Add, GI Inventory Title
    Vertical : Yes
    [Part: Global Invoice Top]
    Lines : GI Cmp Name, GI Title
    Space Bottom : 1
    Border : Thin Cover
    [Line: GI Cmp Name]
    Fields : Simple Field
    Local: Field: Simple Field : Set As : @@CmpMailName
    Local: Field: Simple Field : Align : Center
    Local: Field: Simple Field : FullWidth : Yes
    Local: Field: Simple Field : WideSpaced: Yes
    Local: Field: Simple Field : Style : Cmp Style
    [Line: GI Title]
    Use : GI Cmp Name
    Space Top : 1
    Local: Field: Simple Field : Set As : "INVOICE"
    Local: Field: Simple Field : Style : Normal Bold
     


Share This Page