Tax Invoice Border Issue

Discussion in 'Requests' started by vinayprasad.Dubai, Aug 8, 2022.

    

  1. Dear Team,

    Kindly Help me to solve the border issue, I have attached a Screenshots. The border is not coming in the body of the invoice if there is no items selected.

    Border is coming only in the item selected area.

    upload_2022-8-8_18-16-52.png [​IMG]
     


  2. gangstar

    gangstar Member


    [Part:InvDet]
    Line:Inventory
    Repeat:Inventory:Inventory Entries
    Common Border:Yes
    Float:No
    Total:QTY,AMT
    Scroll:Vertical

    Use Float Sir
     



  3. I have Tried and solved the issue. Thank you so much @gangstar
     



  4. Could you please help me in one more thing,

    If i need to generate 2 copies of invoice (first as original) Second as (Duplicate) how to add in the customization.
     


  5. ONKAR

    ONKAR Active Member


    @vinayprasad.Dubai brother try this one , i hope you will get result

    [Part: KA Opening Page Break]
    Part: KA Invoice Title, KA CMP Details, KA Leading Details, KA Coloumn Titles
    Vertical: Yes
    [Part:KA Invoice Title]
    Line:KA Invoice Title
    [Line:KA Invoice Title]
    Field: Simple Field
    Right Field:Name Field
    Local: Field: Simple Field: Set as: "TAX INVOICE"
    Local: Field: Simple Field: Style: Large Bold
    Local: Field: Simple Field: Space Left: 45
    Local: Field: Simple Field: Full Width: Yes
    Local: Field: Name Field: Set as:If @@GetCopyNum = 1 Then "ORIGINAL FOR RECIPIENT" Else +
    If @@GetCopyNum = 2 Then $$LocaleString:"DUPLICATE FOR SUPPLIER" Else +
    If @@GetCopyNum = 3 Then $$LocaleString:"TRIPLICATE FOR TRANSPOTER" Else +
    If @@GetCopyNum = 4 Then $$LocaleString:"EXTRA COPY" Else $$LocaleString:"EXTRA COPY"
     



  6. T
    ha
     


Share This Page