Editting in XSL FO Contract terms

Hi Experts,
I need to hide some of the field on the contract terms ,like this
Signatures
Buyer Supplier
(Authorized Representative Signature) (Authorized Representative Signature)
(Name) (Name)
(Title) (Title)
(Date) (Date)
PLease advice from where in XSL FO i can commment the code.
Thanks,
Rehan

Hi,
Try : <fo:block text-align="right">Your text here</fo:block>
Regards,
Colectionaru

Similar Messages

  • Anyone can help?Trying to know the name of a Contract Terms xsl template

    I am trying to change some of the data fields in a Contract. It is not in the Contract Terms part, but in the first page, when I view the Contract via 'Purchase Order' Form > Terms > View Contract Terms and then select Preview Contract. There appears to be three parts, the first page that has the Contractors name, address, tele and email, then the PO on the next page then the Contract Terms on the following pages. It is the address data on the first page (which is taken from the 'Bill-To' on the PO) that I am trying to get from another data source (the DFF on the PO).
    1) What is the name of the xsl template for this first page?
    2) In order to customise this first page, to bring further data into the XML, how is this possible? I understand that the XML is created 'on the fly' and its not possible to obtain this, but is there any way of customising the fields that are put into this XML?
    prasanna
    Edited by: prasamb on Jul 27, 2009 7:58 AM

    xsl template is PO_STANDARD_XSLFO.xsl
    u must know how to code in xsl also
    u can not modify seeded xsl ,so you need to create new xsl-fo template
    Thanks
    Rahul

  • Modifying the XSL-FO for Contract terms Layout template

    I want to modify the XSL-FO for contract terms Layout template.
    Also i want to add company logo on to the template could please guide on how to do these steps.
    I also want to format the structure, change the alignment terms and Conditions from Right to Left.
    has any one formatted XSL- FO for Contract terms Layout template before?
    Please guide me
    Its Urgent !!
    Thanks in Advance

    Rehan,
    I don't have experience with the Contract Terms but with the Standard PO I do. As far as I know you cannot covert the XSL-FO to an RTF. I also only had the stylesheet to work from.
    What I did is created a new rtf template and added my data field codes to the rtf. I was able to add a logo to my template and make any other changes that the business had requested. Once done with the .rtf I exported that to a XSL-FO.xsl file and replaced the old stylesheet with the new one in Oracle.
    One issue I have run into with this is that we have some flex fields in tables that are the same name, example attribute1 in the Line Table and Shipment Line. When attribute1 from the line table is null it pulls the data that is in the Shipment line attribute1 column. I'm not sure if I have to establish the path in the stylesheet or if I can write something in the .rtf saying... if null then null. (If anyone else reading this post and knows the answer I have posted my a full post here: Modifying the XSL-FO stylesheet. )
    Keep me updated!
    Thanks,
    Jessica

  • Unable to preview Contract Terms for Standard Purchase Order

    Unable to preview View Contract Terms for Standard Purchase Order,displays error
    We have defined the same contract terms and Document type layouts to documents Contract Purchase Order and Standard Purchase Order.
    Created a Contract PO,Attached a template able to preview the contract template in PDF successfully
    Created a Standard PO,Attached a template not able to preview the contract template in PDF
    Displays the foll error
    Problem: The system could not generate the PDF document.
    Reason: The system detected an error in the following code/object.
    Code: XML
    Object: PO
    Action: Please contact the system administrator and try again
    ### Steps to Reproduce Problem ###
    Steups
    Created a custom XSL-FO template for Contract template and defined it for Standard PO and Contracts PO.
    Steps to Reproduce
    1.Create a PO,give any category of 100 Qty
    2.Click Terms and CLick Author Contract Terms\
    3.Select the custom Template ,Click Apply Template
    4.Click Preview.
    Following error displayed
    Problem: The system could not generate the PDF document.
    Reason: The system detected an error in the following code/object.
    Code: XML
    Object: PO
    Action: Please contact the system administrator and try again
    Please Note:The above scenario works for Contracts PO.
    The problem is only for Standard PO
    We have reviewed note:454479.1
    The file version of POXVCOMB.pls 115.69.11510.28
    But we have another test instance this also has the same version , the scenario works fine
    So we are confused why this is reproducible only for a particular instance with same file versions
    If anyone can suggest a solution pls give me a reply
    Already SR is logged for the same -SR 3-1272761221, awaiting reply from support

    Please reply if any update on the above query is present.

  • Contract Terms-Document sequence was not found for generating clause number

    Hi All,
    I am in very strange situation and not able to find out the solution for below problem.
    when i am trying to create clause number from Contracts Terms --> Contract Terms Library : Clauses , i found below error.
    " Document sequence was not found for generating clause number. Check the document sequence setup."
    where i have setup the document sequence setup? Please help me how to resolve this issue.
    Thanks in advance.
    Edited by: user627525 on Feb 8, 2011 7:25 AM

    Hi,
    I have the same error when trying to create clause number from Contracts Terms --> Contract Terms Library : " Document sequence was not found for generating clause number. Check the document sequence setup."
    Would you like to tell me how did you solve it, please?
    Regards,
    tinar

  • Procurement Contract Terms

    Can anyone explain the significance of using Procurement Contract Terms from the end-user perspective?I mean, when and why is it used? We have a case where the client has different terms and conditions with different vendors (mostly for different annual maintenance contracts).Can we attach these as templates(using Procurement Contracts) and get the output from seeded reports in Purchasing?
    Any document reference, apart from throwing light on the above queries would be of immense help.
    thanx!!

    Hi
    Procurement contract is basically a set of rules set by a company for his suppliers....In apps, basically it will go to supplier (note to supplier) as an attachment along with the PO through mail.
    Please refer below link to understand what is a procurement contract
    http://www.wisegeek.com/what-is-a-procurement-contract.htm
    Your another query is :
    We have a case where the client has different terms and conditions with different vendors (mostly for different annual maintenance contracts).
    This can be handled by different terms and conditions templates/files, but to be honest we have never tried this option before.
    Regards,
    S.P DASH

  • How to edit PO_STANDARD_XSLFO.xsl

    How to edit PO_STANDARD_XSLFO.xsl.
    this is EBS12.04 purchse order seeded report. i want to edit its some of contents.
    Edited by: fassi on Nov 12, 2008 3:09 AM

    May be,
    you can add a cuf when you stock your file signature path
    and you modify the PO_STANDARD_XSLFO.xsl to used this path.

  • URGENT: Changing 'Purchasing:Contract Terms' PDF output Layout

    Hi,
    My requirement is to change the layout of 'Contract Template' which is in the Purchasing: Contract Terms OAF page. I wanted to know how the xml file is generated and passed to the template inorder to obtain the PDF output.
    Could anyone suggests the different ways of generating the XML output for the template and also how the PDF file is obtained.
    Please help me to solve the above issue. Its very urgent.
    Thanks
    Harsha

    Hi
    Go to SU3
    Parameter tab- write down SD_SWU_ACTIVE
    Parameter value - X
    Save
    now run Sales document type . you eill find attachment icon at very lefyt corner of Application bar.
    thanks
    and reward this answer

  • Unable to find Contract term in the navigation bar at the top left side of the souring page

    HI,erveryone:
    i can't find Contract term in the navigation bar at the top left side of the souring page.
    this is what i have tried:
    1,an approved contract module connected with RFI,RFQ
    2,set porfiles in system administrator->porfile->system  :PO: Contracts Enabled YES
    what else i shall set??
    THANKS

    In Firefox 3.6 on Windows you can hide the menu bar via "View > Toolbars" or via the right click context menu on a toolbar.
    Press and hold the Alt key down to bring up the menu bar.
    Go to "View > Toolbars" or right-click the menu bar or press Alt+V T to select which toolbars to show or hide.
    See also [[Menu bar is missing]]

  • Errors while editing the xsl for dataview web part

    while modifying a dataview webpart in sharepoint designer, i finding the issues for the below line
    <xsl:for-each select="$Rows[substring-before(substring-after(substring-after(@FullName, '?ID='), '>'), '<') = $FullName]">
    errors:
    the tag is marked invalid because it is missing quote for  '>' and '<'
    the tag is marked invalid because it has an extra quote ">

    Hi ,
    According to your description, my understanding is that you got an error when you edited the xsl for dataview web part.
    Please try to change
    <xsl:for-each select="$Rows[substring-before(substring-after(substring-after(@FullName, '?ID='), '>'), '<') = $FullName]">
    To
    <xsl:for-each select="$Rows[substring-before(substring-after(substring-after(@FullName, '?ID='), '&gt;'), '&lt;') = $FullName]">
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Syntax for including a picture in contract terms

    Hello folks,
    I want to include an picture (.jpg) into a clause. There is no way simply by cut&paste from my original RTF-text. Also linking to a existing image in $APPS_MEDIA with html-syntax (<img src="picture01.jpg">) is not doing right.
    I'm looking for the right syntax, so that the XSL:FO processorr generates the picture into the final contract.pdf .
    A alternative way is to include this picture in template layout definition (xsl:fo). This works fine. But I don't want to have this picture in document header or footer. I want this as part of a clause.
    Thanks for your help.
    Mario.
    Edited by: user4834760 on 10.12.2008 09:42

    refer doc ID 759269.1 and 758423.1
    Can you try including an absolute path in <IMG> tag of HTML? i.e. host your image on a server where you can refer it through a complete URL
    For example
    http://forums.oracle.com/forums/themes/english/resources/oralogo_small.gif
    so your image tag would look like
    <IMG SRC="http://forums.oracle.com/forums/themes/english/resources/oralogo_small.gif" />
    Thanks
    Sid.

  • Real Estate Classic Question (General Contract - Term End Date)

    Hi there.  I wonder if there is anyone who could answer this question for me.
    I am currently using RE Classic and I am having a problem capturing the true end date of a lease (General Contract).
    We are currently driven by the date of when the GC is paid up to and is causing us problems when it comes to reporting.
    Hopefully my example might help:-
    The Start Date of the Lease is 01.04.2009
    The End Date of the Lease is 31.03.2011 (This is the date held in the Resubmission - Lease Expiry)
    We want to bring the Lease to a close due to ending our agreement early. The date of this is 31.03.2010.
    However due to the fact we have paid in advance up to the 31.03.2011 I cant enter the date of 31.03.2010 otherwise this will create follow up postings.
    The problem I now have, is that I want to run a report with all my current Leases (General Contracts) but this one still appears because the End Date in the system is 31.03.2011, even though we have ended on the 31.03.2010. (The report is assuming this GC is still live)
    Has anyone else experienced this problem?  Or do I need to explain this in more detail?
    Any help would be greatly appreciated.
    Thanks
    JD

    Thanks for your reply Diane.
    The problem is two fold.  Putting in the actual date of the lease ending is causing follow up postings in the cash flow, hence the reason we have been advised to put in the date of the final posting date. (and not the true expiry date)
    And on both Standard and ABAP reports the problem it causes is due to the date of the contract end being set to the final posting date.
    The reports look at today being the 8th June and sees that this contract is live because we haven't reached the final posting date.  So effectively this lease has ended but because the final posting date is say 30.11.2010 it will stay on the reports until the 1st December then it will drop off.
    Hopefully I have explained this clearly for you.  If not please say.
    Thanks
    JD

  • Contract Term

    Hi there,
     Just out of curiosity when I signed up with BT.  BB Option 1. unlimited anytime calls. Monthly line rental, in May 2010
     I had 3 months free except line rental which I pay monthly.  When would my 18 month contract start from May or
     August 2010   Thanks for any information   Pat.
    Solved!
    Go to Solution.

    Thanks ernie_c and justatwork, I have no intention of changing suppliers at this time, but may try to negotiate a better deal when the time comes. Pat

  • Status of Contract Term

    Hi RE Masters,
    i have a requirment where i have to find the status of the contract
    is their a FM where by we give the contrcat number and it gives the status of the contract?
    or else in which table can i be able to find the staus?
    your help is highly appriciated.
    thank you,
    pasala.

    Hi pasala,
    ET_STATUS is an export parameter of the function module.
    You may check it out as follows.
    se37: API_RE_CN_GET_DETAIL
    choose Test Function Module
    enter company code and contract number
    execute
    You will find ET_STATUS in the result screen and can check the entries there. ET_STATUS contains all status entries that are assigned to the contract.
    Hope that helps.
    Regards, Franz

  • Referring to logo in Purchase Order Template

    I am making changes to the stylesheet inorder to add logo to the template. We put th eimage in the OA_MEDIA directory and i am reffering to it in the stylesheet as 'http://ora01.heliovolt.internal:8020/OA_MEDIA/heliovolt.jpg'. This is not working. When the PO Output for communication runs, it does not pick up the image from that directory. Can someone please help me to see if I am reffering to it correctly in the template. This is extremely urgent and I need help
    Thanks
    Vidhya

    Hi Vidya,
    I Want to change the alignment of Terms and Conditions in XSL-FO contract terms template , can you guide me in how to change the alignment.
    As in this defualt is Left i want it to be on Right
    Terms and Conditions
    *1- Instructions to Tenderers*
    *1.a. Intructions*
    Instructions to Tenderers and supplier's XX Ltd
    *2- Agreement*
    *2.a. Agreement1*
    This Agreement is with the supplier XX Ltd and city is_________
    Changes has been made to this clause
    *3- Terms of Payment*
    *3.a. Terms of Payment*
    Terms of Payment
    total amount
    *4- General Conditions*
    *4.a. General Conditions1*
    General Conditions
    *5- Consulting Hours of Work clause*
    *5.a. Consulting Hours of Work clause*
    Consulting Hours of Work clause
    Terms and Conditions
    *1- Instructions to Tenderers*
    *1.a. Intructions*
    Instructions to Tenderers and supplier's XX Ltd
    *2- Agreement*
    *2.a. Agreement1*
    This Agreement is with the supplier XX Ltd and city
    Changes has been made to this clause
    *3- Terms of Payment*
    *3.a. Terms of Payment*
    Terms of Payment
    total amount
    *4- General Conditions*
    *4.a. General Conditions1*
    General Conditions
    *5- Consulting Hours of Work clause*
    *5.a. Consulting Hours of Work clause*
    Consulting Hours of Work clause

Maybe you are looking for