changing PDF logo

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

changing PDF logo

Support
hello

can you help me to change all PDF report logo
am using ofbiz 16.11

Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

Jason RJ
I believe you can change the logo by uploading an image to your primary party in the party content panel, upload a file and set the type to "Logo Image URL".

This should catch most cases where logos are applied.

Jason

On 26/03/2019 08:52, Support wrote:
hello

can you help me to change all PDF report logo
am using ofbiz 16.11

Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

Jacques Le Roux
Administrator
In reply to this post by Support
Hi,

Your message has been moderated.

Please subscribe to the user ML for such questions and then use your email client
See also why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
The wider the audience the better the answers you might get

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could)

Thanks

Jacques

Le 26/03/2019 à 09:52, Support a écrit :
> hello
>
> can you help me to change all PDF report logo
> am using ofbiz 16.11
>
>
Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

Jacques Le Roux
Administrator
In reply to this post by Jason RJ
Thanks Jason,

Your message has been moderated.

Please subscribe to the user ML for such questions and then use your email client
See also why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
The wider the audience the better the answers you might get

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could)

Thanks

Jacques

Le 26/03/2019 à 10:20, Jason RJ a écrit :

> I believe you can change the logo by uploading an image to your primary party in the party content panel, upload a file and set the type to "Logo Image URL".
>
> This should catch most cases where logos are applied.
>
> Jason
>
> On 26/03/2019 08:52, Support wrote:
> hello
>
> can you help me to change all PDF report logo
> am using ofbiz 16.11
>
Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

fawzi
In reply to this post by Jason RJ
thx for your fast replay
i did as you explained
but pdf shows no logo at all



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

Deepak Dixit-4
Are you verifying it on local or on any domain?

Please check the fop.xconf and update the base url

<!-- Base URL for resolving relative URLs -->
<base>http://localhost:8080</base>

Please use the http url

Kind Regards,
Deepak Dixit
DIRECTOR OF PRODUCT ENGINEERING
mobile: +91 9826754548
email: [hidden email]
*www.hotwax.co <http://www.hotwax.co/>*


On Tue, Mar 26, 2019 at 3:48 PM fawzi <[hidden email]> wrote:

> thx for your fast replay
> i did as you explained
> but pdf shows no logo at all
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>
Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

fawzi
am verifying it on local

i saw fop.xconf it has the same line <base>http://localhost:8080</base>
what should i do



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
Reply | Threaded
Open this post in threaded view
|

Re: changing PDF logo

Deepak Dixit-4
Could you please update the CompanyHeader.ftl file and add the following
line?
Please share the output of following line:

<fo:block text-align="left">
  <@ofbizContentUrl>${logoImageUrl!}</@ofbizContentUrl>
</fo:block>


Kind Regards,
Deepak Dixit
DIRECTOR OF PRODUCT ENGINEERING
mobile: +91 9826754548
email: [hidden email]
*www.hotwax.co <http://www.hotwax.co/>*


On Tue, Mar 26, 2019 at 5:07 PM fawzi <[hidden email]> wrote:

> am verifying it on local
>
> i saw fop.xconf it has the same line <base>http://localhost:8080</base>
> what should i do
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>