Hi Hans and all,
While looking at the help system you put in place, there is a question I have : in the applications/accounting/data/helpdata/HELP_ACCOUNTING_invoices.xml file, you put <xi:include href="..."/> after the last paragraph. I've seen it is to make links between documents but I can't see the links displayed in the help window. So, have I misunderstood the goal of those elements or is that the displaying of the links is not yet implemented ? thanks in advance, -- Erwan |
Hi Erwan,
the help system is part of the documentation system. The links you mention are part of the Apache OFBiz document you can view at: http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML and in the content component content -> content -> navigation -> documents -> view apache ofbiz html So in other words the help page information is included in the ofbiz document, however not the other way around. Regards, Hans On Tue, 2009-10-13 at 22:43 +0200, Erwan de FERRIERES wrote: > Hi Hans and all, > > While looking at the help system you put in place, there is a question I > have : > in the > applications/accounting/data/helpdata/HELP_ACCOUNTING_invoices.xml file, > you put <xi:include href="..."/> after the last paragraph. > > I've seen it is to make links between documents but I can't see the > links displayed in the help window. > So, have I misunderstood the goal of those elements or is that the > displaying of the links is not yet implemented ? > > thanks in advance, > Antwebsystems.com: Quality OFBiz services for competitive rates |
Hi Hans,
Thanks for the explanation ! Everything is clear now. Regards, Le 14/10/2009 05:35, Hans Bakker a écrit : > Hi Erwan, > > the help system is part of the documentation system. The links you > mention are part of the Apache OFBiz document you can view at: > http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML > > and in the content component content -> content -> navigation -> > documents -> view apache ofbiz html > > So in other words the help page information is included in the ofbiz > document, however not the other way around. > > Regards, > Hans > > > On Tue, 2009-10-13 at 22:43 +0200, Erwan de FERRIERES wrote: >> Hi Hans and all, >> >> While looking at the help system you put in place, there is a question I >> have : >> in the >> applications/accounting/data/helpdata/HELP_ACCOUNTING_invoices.xml file, >> you put<xi:include href="..."/> after the last paragraph. >> >> I've seen it is to make links between documents but I can't see the >> links displayed in the help window. >> So, have I misunderstood the goal of those elements or is that the >> displaying of the links is not yet implemented ? >> >> thanks in advance, >> -- Erwan |
In reply to this post by hans_bakker
hi Hans,
I understand docbook now is used for online help system. Is it possible to output the help content to pdf? -- Regards, Michael Xu (xudong) www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 9807 | Fax: (8610) 62670096 On Wed, Oct 14, 2009 at 11:35 AM, Hans Bakker <[hidden email] > wrote: > Hi Erwan, > > the help system is part of the documentation system. The links you > mention are part of the Apache OFBiz document you can view at: > http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML > > and in the content component content -> content -> navigation -> > documents -> view apache ofbiz html > > So in other words the help page information is included in the ofbiz > document, however not the other way around. > > Regards, > Hans > > > On Tue, 2009-10-13 at 22:43 +0200, Erwan de FERRIERES wrote: > > Hi Hans and all, > > > > While looking at the help system you put in place, there is a question I > > have : > > in the > > applications/accounting/data/helpdata/HELP_ACCOUNTING_invoices.xml file, > > you put <xi:include href="..."/> after the last paragraph. > > > > I've seen it is to make links between documents but I can't see the > > links displayed in the help window. > > So, have I misunderstood the goal of those elements or is that the > > displaying of the links is not yet implemented ? > > > > thanks in advance, > > > -- > Antwebsystems.com: Quality OFBiz services for competitive rates > > |
hi Hans,
Another question is how to internationalize online help system? Any advice? -- Regards, Michael Xu (xudong) www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 9807 | Fax: (8610) 62670096 On Mon, Dec 14, 2009 at 8:52 PM, Michael Xu (xudong) <[hidden email]>wrote: > hi Hans, > > I understand docbook now is used for online help system. Is it possible to > output the help content to pdf? > > -- > Regards, > Michael Xu (xudong) > www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 > 0135 9807 | Fax: (8610) 62670096 > > > > On Wed, Oct 14, 2009 at 11:35 AM, Hans Bakker < > [hidden email]> wrote: > >> Hi Erwan, >> >> the help system is part of the documentation system. The links you >> mention are part of the Apache OFBiz document you can view at: >> http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML >> >> and in the content component content -> content -> navigation -> >> documents -> view apache ofbiz html >> >> So in other words the help page information is included in the ofbiz >> document, however not the other way around. >> >> Regards, >> Hans >> >> >> On Tue, 2009-10-13 at 22:43 +0200, Erwan de FERRIERES wrote: >> > Hi Hans and all, >> > >> > While looking at the help system you put in place, there is a question I >> > have : >> > in the >> > applications/accounting/data/helpdata/HELP_ACCOUNTING_invoices.xml file, >> > you put <xi:include href="..."/> after the last paragraph. >> > >> > I've seen it is to make links between documents but I can't see the >> > links displayed in the help window. >> > So, have I misunderstood the goal of those elements or is that the >> > displaying of the links is not yet implemented ? >> > >> > thanks in advance, >> > >> -- >> Antwebsystems.com: Quality OFBiz services for competitive rates >> >> > |
Hi Michael,
just go to this address : http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML#N21FF6 This will explain you how to internationalize the help system. Le 14/12/2009 13:54, Michael Xu (xudong) a écrit : > hi Hans, > > Another question is how to internationalize online help system? Any advice? > ../.. -- Erwan de FERRIERES www.nereide.biz |
hi Erwan,
Thanks for your info, which is really helpful. -- Regards, Michael Xu (xudong) www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 9807 | Fax: (8610) 62670096 On Mon, Dec 14, 2009 at 9:03 PM, Erwan de FERRIERES < [hidden email]> wrote: > Hi Michael, > > just go to this address : > http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML#N21FF6 > > This will explain you how to internationalize the help system. > > Le 14/12/2009 13:54, Michael Xu (xudong) a écrit : > > hi Hans, >> >> Another question is how to internationalize online help system? Any >> advice? >> >> > ../.. > -- > Erwan de FERRIERES > www.nereide.biz > |
In reply to this post by Michael Xu (xudong)
Currently only to html, i could not get it yet to convert to pdf....
regards, Hans On Mon, 2009-12-14 at 20:52 +0800, Michael Xu (xudong) wrote: > hi Hans, > > I understand docbook now is used for online help system. Is it possible to > output the help content to pdf? > > -- > Regards, > Michael Xu (xudong) > www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 > 9807 | Fax: (8610) 62670096 > > > On Wed, Oct 14, 2009 at 11:35 AM, Hans Bakker <[hidden email] > > wrote: > > > Hi Erwan, > > > > the help system is part of the documentation system. The links you > > mention are part of the Apache OFBiz document you can view at: > > http://localhost:8080/cmssite/cms/APACHE_OFBIZ_HTML > > > > and in the content component content -> content -> navigation -> > > documents -> view apache ofbiz html > > > > So in other words the help page information is included in the ofbiz > > document, however not the other way around. > > > > Regards, > > Hans > > > > > > On Tue, 2009-10-13 at 22:43 +0200, Erwan de FERRIERES wrote: > > > Hi Hans and all, > > > > > > While looking at the help system you put in place, there is a question I > > > have : > > > in the > > > applications/accounting/data/helpdata/HELP_ACCOUNTING_invoices.xml file, > > > you put <xi:include href="..."/> after the last paragraph. > > > > > > I've seen it is to make links between documents but I can't see the > > > links displayed in the help window. > > > So, have I misunderstood the goal of those elements or is that the > > > displaying of the links is not yet implemented ? > > > > > > thanks in advance, > > > > > -- > > Antwebsystems.com: Quality OFBiz services for competitive rates > > > > Antwebsystems.com: Quality OFBiz services for competitive rates |
Free forum by Nabble | Edit this page |