Problem in interting part at bottom of the invoice

Discussion in 'Tally Developer' started by surendra19, May 23, 2019.

    
Tags:
  1. surendra19

    surendra19 Member


    Dear Sir,

    I am trying to insert a Part at the bottom of the the invoice after the part EXPINV InvoiceCompGen, but the Part is inserted before total of Invoice.


    [#Form: Comprehensive Invoice]

    Delete:BottomParts : EXPINV Totals , EXPINV SignOff , EXPINV Customer, EXPINV Jurisdiction, EXPINV InvoiceCompGen
    Add:BottomParts: EXPINV Totals , EXPINV SignOff , EXPINV Customer, EXPINV Jurisdiction, EXPINV InvoiceCompGen,MyImagePart

    [Part: MyImagePart]
    Line:OTS Image
    Border: Thick Box
    Height: 0.50 inch
    Print BG:green

    [Line:OTS Image]
    Field: Simple Field
    Local: Field: Simple Field: Set as:"My Image Part"

    Requested to kindly help me.

    Thanks in Advance
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Form: Comprehensive Invoice]

    BottomParts: EXPINV Totals , EXPINV SignOff , EXPINV Customer, EXPINV Jurisdiction, EXPINV InvoiceCompGen,MyImagePart
     


  3. surendra19

    surendra19 Member


    Dear Amit Sir,

    I have change the code as suggested by you, but part is still inserting before the total in invoice instead of bottom of invoice.

    Regards
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Part: EXPINV InvoiceCompGen]
    Option : MyImagePart : Yes

    [!Part: MyImagePart]
    Line:OTS Image
    Border: Thick Box
    Height: 0.50 inch
    Print BG:green

    [Line:OTS Image]
    Field: Simple Field
    Local: Field: Simple Field: Set as:"My Image Part"
     


  5. surendra19

    surendra19 Member


    Dear Amit sir,

    Thank you very much, now its working properly.

    Thanks and Regards
     


Share This Page