border difference?

Discussion in 'Free Source Codes' started by RAJESH KUMAR JAKKA, Jun 10, 2023.

    
  1. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    Dear experts,

    can you solve my border difference problem as pictured in the image, what is the reason and can you just modify my code to get uniformity in border


    thanking you,
    rajesh
    upload_2023-6-10_20-50-10.png
     


  2. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    my code is as follows;
    ;;jay ganesha
    [#Line: EI COLUMNONE]
    Add:Right Fields:After:VCH QtyTitle:incrat;invhsn,hsnrat
    [Field:incrat]
    Use:NAME FIELD
    Set as:"Incl Rate"
    Width: 6
    Color: BLUE
    ;Style: NORMAL BOLD
    Align : Right
    Skip : YES
    Set Always: Yes
    [#Line:ei invinfo]
    Add:Right Fields:after:VCH BilledQty:incrat1;invhsnum,hsnrat1

    [#Line:ci invinfo]
    Add:Right Field:After: VCH BilledQty:incrat1;invhsnum,hsnrat1
    [Field:incrat1]
    Use : rate Field
    Set as: (($amount/$billedqty) * (100 + $GSTIGSTRate:StockItem:$StockItemName)/100)
    Align : Right
    Skip : Yes
    Width:8
    Set Always: Yes
    ;;=====================================================================================================================================

    [#Line: EXPINV Column1]
    Add:Left Field:After:EXPINV DescTitle:FT
    [Field:FT]

    Use:NAME FIELD
    Set as:"Including"
    Width: 10
    ;Style: NORMAL BOLD
    Align : Center
    Skip : YES
    Border:thin left
    [#Line: EXPINV Column2]
    Add:Left Field:After:EXPINV DescTitle:FT1
    [Field:FT1]

    Use:NAME FIELD
    Set as:"GST"
    Space Left: 30
    Width: 10
    ;Style: NORMAL BOLD
    Align : Center
    Skip : YES

    [#Line: EXPINV InvDetails]
    Add:Left Field:After:EXPINV Desc:incrat3
    [Field:incrat3]
    Use: rate field
    Set as: (($amount/$billedqty) * (100 + $GSTIGSTRate:StockItem:$StockItemName)/100)
    Align : Center
    Style: NORMAL BOLD
    Width:10
    Set Always: Yes
    Border:thin left
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    adding on Left is problematic in the print code

    Try adding on the Right fields --- at beginning.
     


  4. Preyash Shah

    Preyash Shah New Member


    Other way, change font style to small in Including GST column value, its consume more than allocated space
     


  5. RAJESH KUMAR JAKKA

    RAJESH KUMAR JAKKA New Member


    AMITH SIR
    THANK YOU AND

    MR.Preyash shah, thank you and as per your advice i just reduced the size for title now it is even,
     


Share This Page