quote report files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

quote report files

CaseT
Hi,

My company info is overlapping the Quote "Address" label. I need to move
"Address" down.
I've tried  adjusting quoteReportContactMechs.fo.ftl Address table from,
<fo:table border-spacing="3pt">
to <fo:table border-spacing="3pt" space-before="0.5in">
But this doesn't do anything.
I can't find the file that pulls the quote .fo.ftl files together. So, I
can't find where the company data is inserted.

Anyone know what file pulls together:
quoteReportContactMechs.fo.ftl, quoteReportBody.fo.ftl, and
quoteReportHeader.fo.ftl to produce the Quote Reports pdf???

Thanks much, Case


Reply | Threaded
Open this post in threaded view
|

Re: quote report files

Scott Gray
Usually the best way to find things:
1.  Look in the controller.xml of the app for the request name
2.  Find the view at the bottom of the controller that the request referred
to
3.  Find the screen that the view referred to.

Regards
Scott


On 15/01/2008, Case Torres <[hidden email]> wrote:

>
> Hi,
>
> My company info is overlapping the Quote "Address" label. I need to move
> "Address" down.
> I've tried  adjusting quoteReportContactMechs.fo.ftl Address table from,
> <fo:table border-spacing="3pt">
> to <fo:table border-spacing="3pt" space-before="0.5in">
> But this doesn't do anything.
> I can't find the file that pulls the quote .fo.ftl files together. So, I
> can't find where the company data is inserted.
>
> Anyone know what file pulls together:
> quoteReportContactMechs.fo.ftl, quoteReportBody.fo.ftl, and
> quoteReportHeader.fo.ftl to produce the Quote Reports pdf???
>
> Thanks much, Case
>
>
>
Reply | Threaded
Open this post in threaded view
|

RE: quote report files

CaseT
Thanks Scott. I knew that a while back and forgot.
 

Case Torres
[hidden email]

 


  _____  

From: Scott Gray [mailto:[hidden email]]
Sent: Monday, January 14, 2008 1:33 PM
To: [hidden email]; [hidden email]
Subject: Re: quote report files


Usually the best way to find things:
1.  Look in the controller.xml of the app for the request name
2.  Find the view at the bottom of the controller that the request referred
to
3.  Find the screen that the view referred to.

Regards
Scott



On 15/01/2008, Case Torres <[hidden email]> wrote:

Hi,

My company info is overlapping the Quote "Address" label. I need to move
"Address" down.
I've tried  adjusting quoteReportContactMechs.fo.ftl Address table from,
<fo:table border-spacing="3pt">
to <fo:table border-spacing="3pt" space-before="0.5in">
But this doesn't do anything.
I can't find the file that pulls the quote .fo.ftl files together. So, I
can't find where the company data is inserted.

Anyone know what file pulls together:
quoteReportContactMechs.fo.ftl, quoteReportBody.fo.ftl, and
quoteReportHeader.fo.ftl to produce the Quote Reports pdf???

Thanks much, Case