Help to Remove Extra Line from Default Invoice

Discussion in 'Requests' started by Johar, Sep 25, 2018.

    
  1. Johar

    Johar Member


    Sir,

    Unable to remove the extra line from Invoice Body can any body help

    Code is attached :

    [#Line: EXPINV Column1]
    Add: Right Fields : After: EXPINV DiscTitle : EXPINV DiscAmtTit
    Add Local : Field : EXPINV DiscAmtTit

    [#Line: EXPINV Column2]
    Add: Right Fields : After: EXPINV DiscTitle : EXPINV DiscAmtTit1
    Add Local : Field : EXPINV DiscAmtTit1


    [Field: EXPINV DiscAmtTit]
    Use : Name Field ;;NumberTitleField
    Info : $$LocaleString:"Disc Amt."
    Border : Thin Left
    Align : Centre
    Width : 5
    Style : Small

    [Field: EXPINV DiscAmtTit1]
    Use : Name Field ;;NumberTitleField
    Info : $$LocaleString:" "
    Border : Thin Left
    Align : Centre
    Width : 5
    Style : Small


    [#Line: EXPINV InvDetails]
    Add: Right Fields: After: EXPINV Discount: EXPINV DiscAmt


    [#Line: EXPINV AccTitle]
    Add: Right Fields: After: EXPINV Discount: EXPINV DiscAmt
    Add Local : Field : EXPINV DiscAmt

    [Field:EXPINV DiscAmt]
    Use : Amount Field
    Set as : $GDiscount
    Align : Right
    Style : Small
    Width : 5
    Border : Thin Left
    Format : "NoZero,Decimals:2"


    [#Line: EXPINV AccSubTotal]
    Add: Right Fields: After: EXPINV Discount: EXPINV DiscAmt


    [#Line: EXPINV Totals]
    Add: RightFields: After: EXPINV DiscTotal: EXPINV DiscAmt1


    [Field: EXPINV DiscAmt1]

    Use : Amount Field
    Storage : EXPINVDiscAmt1
    Set Always : Yes
    Set as : $DNSDiscTotal
    Border : Thin Left
    Width : 5
    Style : Small


    Thanks
     


  2. Johar

    Johar Member


    Image File
     

    Attached Files:



  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You have the TItle, the body and the Totals.......... examine the codes carefully in Tally developer and you can then align them properly.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    If required...you add a blank field also, so that they are aligned properly.
     


  5. Johar

    Johar Member


    Sir,
    This happens when i use invoice with GST if i use without GST then align is correct i am unable to trace it out i have seen in developer also where you would suggest to align ??

    Thanks
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    i got request for help on similar problem by someone else..... as much as i tried in limited time possible for me I could not trace that DAMN invisible field.......

    Yes. right... if u inactive the HSN field, it will align properly.........
     


  7. Johar

    Johar Member


    Can anybody help ?? As to how to remove that extra line
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Contact Member Ms.Poonam ........she got it removed.
     


  9. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member


    Delete:border
     


  10. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member



  11. Johar

    Johar Member


    Sir,

    Delete Border is not working i tried can you tell me the Line where to apply
     


  12. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Check out this Field.......[#Line: EXPSMP AccDetails]

    your problem coming from this Field..........
     


  13. Johar

    Johar Member


    Thank you very much for your help, my problem got solved
     


  14. sivam

    sivam Active Member



    you not added field in Accounts Part. Add your Field to Accounts part also. and Try
     


  15. ch ruchitha

    ch ruchitha Member


    If possible please tell me how to remove that extra borders.today I faced the same problem.
     


Share This Page