Re: Seed Data

2018-02-08 Thread Jacques Le Roux

Le 09/02/2018 à 02:18, Mike a écrit :

Best practices was to create all your seed data in hot-deploy and load
custom data using ONLY xml seed data.

Almost, better to have this data differentiated from seed as "ext" data. See 
entity-data-reader in framework/entity/config/entityengine.xml

HTH

Jacques



Aw: Re: Order Management

2018-02-08 Thread Siegfried Theobald
Hi Jacques,

thanks for your advice.

Ticket has been created.

https://issues.apache.org/jira/browse/OFBIZ-10211

Don't hesitate to contact me, if there are questions.

Best regards.

Siegfried
 

 

Gesendet: Donnerstag, 08. Februar 2018 um 22:30 Uhr
Von: "Jacques Le Roux" 
An: user@ofbiz.apache.org
Betreff: Re: Order Management
Please create a Jira, specify the version where you found the issue and the 
steps to reproduce

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Contributors+Best+Practices

Thanks

Jacques


Le 07/02/2018 à 10:48, Siegfried Theobald a écrit :
> Hi all,
>
> ofbiz crashed after entering the figure 50 instead of a date.
> See following error message.
>
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://order/widget/ordermgr/RequirementScreens.xml#ApproveRequirements]:
>  java.lang.IllegalArgumentException: Error running script at location 
> [component://order/groovyScripts/requirement/SelectCreatedProposed.groovy]: 
> org.apache.ofbiz.service.GenericServiceException: Service [prepareFind] 
> target threw an unexpected exception (Could not convert field value for the 
> field: [requiredByDate] on the [Requirement] entity to the 
> [java.sql.Timestamp] type for the value [50]: 
> org.apache.ofbiz.base.util.GeneralException: java.text.ParseException: 
> Unparseable date: "50 00:00:00.000" (java.text.ParseException: Unparseable 
> date: "50 00:00:00.000")) (Error running script at location 
> [component://order/groovyScripts/requirement/SelectCreatedProposed.groovy]: 
> org.apache.ofbiz.service.GenericServiceException: Service [prepareFind] 
> target threw an unexpected exception (Could not convert field value for the 
> field: [requiredByDate] on the [Requirement] entity to the 
> [java.sql.Timestamp] type for the value [50]: 
> org.apache.ofbiz.base.util.GeneralException: java.text.ParseException: 
> Unparseable date: "50 00:00:00.000" (java.text.ParseException: Unparseable 
> date: "50 00:00:00.000")))
>
> HTH
>
> Best regards
> Siegfried
>

 


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Tarun Thakur
Hello Sharan,

Want to join in too. Don't have that much of OFBiz experience but can be
helpful with my Oracle POS & Retail knowledge here. Please consider my
request.

*Thanks & Regards*,
[image: Inline image 2]
*Tarun Singh Thakur *| *Business Development Representative*
Mobile: +91-8826544218
www.*karyonsolutions*.com | *Building the Nucleus*

On Fri, Feb 9, 2018 at 10:02 AM, Akash Jain 
wrote:

> Hi Sharan,
>
> Please count me in.
>
> Thanks and Regards
> --
> Akash Jain
>
> On Wed, Feb 7, 2018 at 7:02 PM, Sharan Foga  wrote:
>
> > Hi Everyone
> >
> > (Trying again as my first post didn't reach this list)
> >
> > If you have read the latest project blog post then you will have seen a
> > section about the discussions that have been happening on our development
> > list about the new proposed OFBiz documentation framework.
> >
> > https://s.apache.org/VfxE
> >
> > It is based on asciidoc and will be able to generate documentation in
> > various formats. This means that we can start to consolidate our OFBiz
> > documentation within OFBiz itself and adapt it to any new releases.
> >
> > Feedback to the proposal have been very positive and once the code is
> > moved into our current trunk we will need to start some documentation
> work.
> > We will be looking for volunteers to become part of a documentation team
> > that will work on reviewing the documents we already have in the wiki and
> > other sources, then help to re-structure them to fit into the new
> > documentation framework model.
> >
> > Being involved with documentation is a good way to learn OFBiz :-)
> >
> > So if you are interested in being part of the OFBiz documentation team
> > then please respond to this message and I will add you to the list.
> >
> > Thanks
> > Sharan
> >
>


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Akash Jain
Hi Sharan,

Please count me in.

Thanks and Regards
--
Akash Jain

On Wed, Feb 7, 2018 at 7:02 PM, Sharan Foga  wrote:

> Hi Everyone
>
> (Trying again as my first post didn't reach this list)
>
> If you have read the latest project blog post then you will have seen a
> section about the discussions that have been happening on our development
> list about the new proposed OFBiz documentation framework.
>
> https://s.apache.org/VfxE
>
> It is based on asciidoc and will be able to generate documentation in
> various formats. This means that we can start to consolidate our OFBiz
> documentation within OFBiz itself and adapt it to any new releases.
>
> Feedback to the proposal have been very positive and once the code is
> moved into our current trunk we will need to start some documentation work.
> We will be looking for volunteers to become part of a documentation team
> that will work on reviewing the documents we already have in the wiki and
> other sources, then help to re-structure them to fit into the new
> documentation framework model.
>
> Being involved with documentation is a good way to learn OFBiz :-)
>
> So if you are interested in being part of the OFBiz documentation team
> then please respond to this message and I will add you to the list.
>
> Thanks
> Sharan
>


Re: Seed Data

2018-02-08 Thread Mike
It can be done, and it'll be real tricky.

Best practices was to create all your seed data in hot-deploy and load
custom data using ONLY xml seed data.  If you needed to edit (i.e. via the
GUI), track down the change you made and  edit an existing xml file (or
create a new one) in hot-deploy that matches the edit.  There are enough
examples in demo to load any sort of data you need.

If you have been making dozens of config changes via the GUI and NOW you
want to start with empty accounting, then you might be in for a LOT of
work.  It IS possible, but you'll be spending countless hours tracing down
the dependencies.  You can try to delete a record via SQL using recursive
or cascade options, but it may end up deleting data you want/need.  Make a
backup.




On Thu, Feb 8, 2018 at 12:29 AM,  wrote:

> Hi we are trying to delete all transactional data, inventory data, and
> other items only leaving parties and financial set up data.  Is there
> any issue in writing a script to delete all data?  Should we be
> concerned with breaking any dependencies?  Any best practices for doing
> this?
>
> Thanks,
>
> James
>


adding static pages to ecommerce site

2018-02-08 Thread Fred Wang
I am trying to add static pages to ecommerce site, the pages will
contain text, images and pdf. I found the the doc there is outdated
http://www.voidcn.com/link?url=https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Content+Management+How+to

>From content manager UI of  the latest 16.04 release, I can see pages
can be easily made up and link to somewhere, but I don't not how to do
it step by step, can someone point me to the latest document?

Thanks,


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Piotr Walesiak
Hello,

Not sure whether i can help much since i'm quite new to OFBiz. However
count me in, pls.

P.

08.02.2018 9:29 AM "Michael Brohl"  napisał(a):

> Hi Sharan,
>
> please add me to the list :-)
>
> Regards,
>
> Michael
>
> Am 07.02.18 um 14:32 schrieb Sharan Foga:
>
>> Hi Everyone
>>
>> (Trying again as my first post didn't reach this list)
>>
>> If you have read the latest project blog post then you will have seen a
>> section about the discussions that have been happening on our development
>> list about the new proposed OFBiz documentation framework.
>>
>> https://s.apache.org/VfxE
>>
>> It is based on asciidoc and will be able to generate documentation in
>> various formats. This means that we can start to consolidate our OFBiz
>> documentation within OFBiz itself and adapt it to any new releases.
>>
>> Feedback to the proposal have been very positive and once the code is
>> moved into our current trunk we will need to start some documentation work.
>> We will be looking for volunteers to become part of a documentation team
>> that will work on reviewing the documents we already have in the wiki and
>> other sources, then help to re-structure them to fit into the new
>> documentation framework model.
>>
>> Being involved with documentation is a good way to learn OFBiz :-)
>>
>> So if you are interested in being part of the OFBiz documentation team
>> then please respond to this message and I will add you to the list.
>>
>> Thanks
>> Sharan
>>
>
>
>


Re: master data - new supplier

2018-02-08 Thread Jacques Le Roux

Not sure if you found your way with Rishi's advice, here is another one

https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductSuppliers?productId=GZ-1000

HTH

Jacques


Le 07/02/2018 à 07:35, Rishi Solanki a écrit :

Here you go:

-
https://cwiki.apache.org/confluence/display/OFBIZ/Business+Process+Reference+Book
- https://cwiki.apache.org/confluence/display/OFBIZ/Documentation

HTH!



Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Wed, Feb 7, 2018 at 2:38 AM, Siegfried Theobald 

Re: Order Management

2018-02-08 Thread Jacques Le Roux

Please create a Jira, specify the version where you found the issue and the 
steps to reproduce

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Contributors+Best+Practices

Thanks

Jacques


Le 07/02/2018 à 10:48, Siegfried Theobald a écrit :

Hi all,

ofbiz crashed after entering the figure 50 instead of a date.
See following error message.

ERROR rendering error page [/error/error.jsp], but here is the error text: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen 
[component://order/widget/ordermgr/RequirementScreens.xml#ApproveRequirements]: java.lang.IllegalArgumentException: 
Error running script at location [component://order/groovyScripts/requirement/SelectCreatedProposed.groovy]: 
org.apache.ofbiz.service.GenericServiceException: Service [prepareFind] target threw an unexpected exception (Could not 
convert field value for the field: [requiredByDate] on the [Requirement] entity to the [java.sql.Timestamp] type for 
the value [50]: org.apache.ofbiz.base.util.GeneralException: java.text.ParseException: Unparseable date: "50 
00:00:00.000" (java.text.ParseException: Unparseable date: "50 00:00:00.000")) (Error running script at 
location [component://order/groovyScripts/requirement/SelectCreatedProposed.groovy]: 
org.apache.ofbiz.service.GenericServiceException: Service [prepareFind] target threw an unexpected exception (Could not 
convert field value for the field: [requiredByDate] on the [Requirement] entity to the [java.sql.Timestamp] type for 
the value [50]: org.apache.ofbiz.base.util.GeneralException: java.text.ParseException: Unparseable date: "50 
00:00:00.000" (java.text.ParseException: Unparseable date: "50 00:00:00.000")))
  
HTH


Best regards
Siegfried






RE: Stock Move Error

2018-02-08 Thread james
Also if this does work...is there another inventory item iD created for
the new location?

 Original Message 
Subject: Stock Move Error
From: 
Date: Thu, February 08, 2018 8:19 am
To: user@ofbiz.apache.org

We are trying to move products from one bin to another bin via stock
move. We recently have been running into an error that says "Not Enough
Inventory in from location. We looked in the from location and there is
plenty of ATP/QOH. I am not sure what's going on. Has anyone
experienced this? Is there a configuration setting I am missing? What
table/field is the system looking at when doing a stock move?

Thanks in advancethis has stomped me for 2 days now

Sincerely,

James


Stock Move Error

2018-02-08 Thread james
We are trying to move products from one bin to another bin via stock
move.  We recently have been running into an error that says "Not Enough
Inventory in from location.  We looked in the from location and there is
plenty of ATP/QOH.  I am not sure what's going on.  Has anyone
experienced this?  Is there a configuration setting I am missing?  What
table/field is the system looking at when doing a stock move?

Thanks in advancethis has stomped me for 2 days now

Sincerely,

James


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Dennis Balkir
Hi Jacques,

I actually did after sending the mail

Sorry for the inconvenience!

Thanks
Dennis

On 2018/02/08 14:46:02, Jacques Le Roux  wrote: 
> Hi Dennis,> 
> 
> Someone moderated your email, please subscribe to the user ML> 
> 
> Thanks> 
> 
> Jacques> 
> 
> 
> Le 08/02/2018 à 15:03, Dennis Balkir a écrit :> 
> > Hi Sharan,> 
> >> 
> > please add me to the list.> 
> >> 
> > Thanks> 
> > Dennis Balkir> 
> >> 
> > On 2018/02/07 13:32:56, Sharan Foga  wrote:> 
> >> Hi Everyone>> 
> >>> 
> >> (Trying again as my first post didn't reach this list)>> 
> >>> 
> >> If you have read the latest project blog post then you will have seen a 
> >> section about the discussions that have been happening on our development 
> >> list about the new proposed OFBiz documentation framework.>> 
> >>> 
> >> https://s.apache.org/VfxE>> 
> >>> 
> >> It is based on asciidoc and will be able to generate documentation in 
> >> various formats. This means that we can start to consolidate our OFBiz 
> >> documentation within OFBiz itself and adapt it to any new releases.>> 
> >>> 
> >> Feedback to the proposal have been very positive and once the code is 
> >> moved into our current trunk we will need to start some documentation 
> >> work. We will be looking for volunteers to become part of a documentation 
> >> team that will work on reviewing the documents we already have in the wiki 
> >> and other sources, then help to re-structure them to fit into the new 
> >> documentation framework model.>> 
> >>> 
> >> Being involved with documentation is a good way to learn OFBiz :-)>> 
> >>> 
> >> So if you are interested in being part of the OFBiz documentation team 
> >> then please respond to this message and I will add you to the list.>> 
> >>> 
> >> Thanks>> 
> >> Sharan>> 
> >>   > 
> >> 
> 
>  


-- 
Dennis Balkir
Trainee

Fon +49 521 448 157-90
Fax +49 521 448 157-99

Company and Management Headquarters:
ecomify GmbH, Gustav-Winkler-Str. 22, 33699 Bielefeld, Deutschland
Fon: +49 521 448157-90, Fax: +49 521 448157-99, www.ecomify.de

Court Registration: Amtsgericht Bielefeld HRB 41683
Chief Executive Officer: Martin Becker, Michael Brohl



Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Jacques Le Roux

Hi Dennis,

Someone moderated your email, please subscribe to the user ML

Thanks

Jacques


Le 08/02/2018 à 15:03, Dennis Balkir a écrit :

Hi Sharan,

please add me to the list.

Thanks
Dennis Balkir

On 2018/02/07 13:32:56, Sharan Foga  wrote:

Hi Everyone>

(Trying again as my first post didn't reach this list)>

If you have read the latest project blog post then you will have seen a section 
about the discussions that have been happening on our development list about the 
new proposed OFBiz documentation framework.>

https://s.apache.org/VfxE>

It is based on asciidoc and will be able to generate documentation in various 
formats. This means that we can start to consolidate our OFBiz documentation 
within OFBiz itself and adapt it to any new releases.>

Feedback to the proposal have been very positive and once the code is moved into 
our current trunk we will need to start some documentation work. We will be 
looking for volunteers to become part of a documentation team that will work on 
reviewing the documents we already have in the wiki and other sources, then help 
to re-structure them to fit into the new documentation framework model.>

Being involved with documentation is a good way to learn OFBiz :-)>

So if you are interested in being part of the OFBiz documentation team then please 
respond to this message and I will add you to the list.>

Thanks>
Sharan>
  






Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Jacques Le Roux
I agree, actually as experience learned us, to create a good documentation is more a question of structuring the documentation to avoid what we have 
now in Confluence: a mess with a lot of obsolete (or hard to tell) pages :D


By using asciidoc, a version control tools to have the documentation as OFBiz 
code it should be easier to avoid that.

I note though that it's all about reviewing, it was already possible in Confluence but it did not work because it was harder to follow, organise and 
structure.


I think we already agreed about using Confluence as less as possible. Mostly 
for important generic points like Guides, FAQ, Tutos, etc.

In Confluence we can also import data from svn, it's already used for some 
specific stuff like Gradle.

I use https://svn.apache.org/repos/asf/ofbiz/tools/updateWiki.bat for that, not sure it's the best way, but for now it helps. The basic idea is to 
have a SPOF (ie only one place for the source).


So we could for instance migrate, after cleaning and deleting a lot, the important Confluence content to keep in a main documentation sub-dir (under 
OFBiz root) under a format or another and render it automatically in HTML format to import into Confluence


I read that some projects use o want to use BuibBot/Jenkins and 
https://jekyllrb.com/ for doing somehow that

Just an idea...

Jacques


Le 08/02/2018 à 14:25, Michael Brohl a écrit :

+++1 for manually reviewing, updating, restructuring and enhancing the 
documentation instead of copy & paste!

We know that the documentation has very different quality, is sometimes 
outdated or too brief etc.

I think it is of more value to take the chance to make the documentation itself better in the course of the migration instead of simply having the 
old state in a new format.


We should maybe also agree on writing new documentation (or anhancing a good amount of documentation) directly in the new format instead of putting 
it in confluence 8if applicable)?


Thanks,

Michael


Am 08.02.18 um 11:33 schrieb Taher Alkhateeb:

It is heartwarming to see you fine people signing up. I am thrilled
and looking forward to working with you. And I have to say Sharan
knows how to bring us together, so thank you!

In reference to Olivier's comment regarding using conversion tools, I
would advise to perhaps try to be careful. Our objective is not
necessarily to copy-paste existing documentation, but rather to write
clean, relevant and well thought out documentation. If an old piece of
documentation is good and relevant, we use it, if not, we update it
and clean it, or of it is not useful then we just drop it.

I hope more people feel the urge to sign up. What you folks are going
to achieve is to make OFBiz much more competitive by giving
accessibility to new comers through comprehensive documentation.

On Thu, Feb 8, 2018 at 1:04 PM, Aditya Sharma
 wrote:

Hi Sharan,

Please count me in.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems




On Thu, Feb 8, 2018 at 2:25 PM, Olivier Heintz <
holivier.li...@ofbizextra.org> wrote:


Hi Sharan,

please add me to the list,

I have start to play with the new tools
I have convert some docbook file to asciidoc with docbookrx tools and make
modification on help data to use the html generated files in the ofbiz
help, it's work's ;-)
If needed, I can convert all docbook files to asccidoc


Regards,



Le 07/02/2018 à 14:32, Sharan Foga a écrit :

Hi Everyone

(Trying again as my first post didn't reach this list)

If you have read the latest project blog post then you will have seen a

section about the discussions that have been happening on our development
list about the new proposed OFBiz documentation framework.

https://s.apache.org/VfxE

It is based on asciidoc and will be able to generate documentation in

various formats. This means that we can start to consolidate our OFBiz
documentation within OFBiz itself and adapt it to any new releases.

Feedback to the proposal have been very positive and once the code is

moved into our current trunk we will need to start some documentation work.
We will be looking for volunteers to become part of a documentation team
that will work on reviewing the documents we already have in the wiki and
other sources, then help to re-structure them to fit into the new
documentation framework model.

Being involved with documentation is a good way to learn OFBiz :-)

So if you are interested in being part of the OFBiz documentation team

then please respond to this message and I will add you to the list.

Thanks
Sharan








--

Jacques Le Roux
400E Chemin de la Mouline
34560 Poussan
04 67 51 19 38
06 11 79 50 28



Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Dennis Balkir
Hi Sharan,

please add me to the list.

Thanks
Dennis Balkir

On 2018/02/07 13:32:56, Sharan Foga  wrote: 
> Hi Everyone> 
> 
> (Trying again as my first post didn't reach this list)> 
> 
> If you have read the latest project blog post then you will have seen a 
> section about the discussions that have been happening on our development 
> list about the new proposed OFBiz documentation framework.> 
> 
> https://s.apache.org/VfxE> 
> 
> It is based on asciidoc and will be able to generate documentation in various 
> formats. This means that we can start to consolidate our OFBiz documentation 
> within OFBiz itself and adapt it to any new releases.> 
> 
> Feedback to the proposal have been very positive and once the code is moved 
> into our current trunk we will need to start some documentation work. We will 
> be looking for volunteers to become part of a documentation team that will 
> work on reviewing the documents we already have in the wiki and other 
> sources, then help to re-structure them to fit into the new documentation 
> framework model.> 
> 
> Being involved with documentation is a good way to learn OFBiz :-)> 
> 
> So if you are interested in being part of the OFBiz documentation team then 
> please respond to this message and I will add you to the list.> 
> 
> Thanks> 
> Sharan> 
>  


-- 
Dennis Balkir
Trainee

Fon +49 521 448 157-90
Fax +49 521 448 157-99

Company and Management Headquarters:
ecomify GmbH, Gustav-Winkler-Str. 22, 33699 Bielefeld, Deutschland
Fon: +49 521 448157-90, Fax: +49 521 448157-99, www.ecomify.de

Court Registration: Amtsgericht Bielefeld HRB 41683
Chief Executive Officer: Martin Becker, Michael Brohl



Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Michael Brohl
+++1 for manually reviewing, updating, restructuring and enhancing the 
documentation instead of copy & paste!


We know that the documentation has very different quality, is sometimes 
outdated or too brief etc.


I think it is of more value to take the chance to make the documentation 
itself better in the course of the migration instead of simply having 
the old state in a new format.


We should maybe also agree on writing new documentation (or anhancing a 
good amount of documentation) directly in the new format instead of 
putting it in confluence 8if applicable)?


Thanks,

Michael


Am 08.02.18 um 11:33 schrieb Taher Alkhateeb:

It is heartwarming to see you fine people signing up. I am thrilled
and looking forward to working with you. And I have to say Sharan
knows how to bring us together, so thank you!

In reference to Olivier's comment regarding using conversion tools, I
would advise to perhaps try to be careful. Our objective is not
necessarily to copy-paste existing documentation, but rather to write
clean, relevant and well thought out documentation. If an old piece of
documentation is good and relevant, we use it, if not, we update it
and clean it, or of it is not useful then we just drop it.

I hope more people feel the urge to sign up. What you folks are going
to achieve is to make OFBiz much more competitive by giving
accessibility to new comers through comprehensive documentation.

On Thu, Feb 8, 2018 at 1:04 PM, Aditya Sharma
 wrote:

Hi Sharan,

Please count me in.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems




On Thu, Feb 8, 2018 at 2:25 PM, Olivier Heintz <
holivier.li...@ofbizextra.org> wrote:


Hi Sharan,

please add me to the list,

I have start to play with the new tools
I have convert some docbook file to asciidoc with docbookrx tools and make
modification on help data to use the html generated files in the ofbiz
help, it's work's ;-)
If needed, I can convert all docbook files to asccidoc


Regards,



Le 07/02/2018 à 14:32, Sharan Foga a écrit :

Hi Everyone

(Trying again as my first post didn't reach this list)

If you have read the latest project blog post then you will have seen a

section about the discussions that have been happening on our development
list about the new proposed OFBiz documentation framework.

https://s.apache.org/VfxE

It is based on asciidoc and will be able to generate documentation in

various formats. This means that we can start to consolidate our OFBiz
documentation within OFBiz itself and adapt it to any new releases.

Feedback to the proposal have been very positive and once the code is

moved into our current trunk we will need to start some documentation work.
We will be looking for volunteers to become part of a documentation team
that will work on reviewing the documents we already have in the wiki and
other sources, then help to re-structure them to fit into the new
documentation framework model.

Being involved with documentation is a good way to learn OFBiz :-)

So if you are interested in being part of the OFBiz documentation team

then please respond to this message and I will add you to the list.

Thanks
Sharan








smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Taher Alkhateeb
It is heartwarming to see you fine people signing up. I am thrilled
and looking forward to working with you. And I have to say Sharan
knows how to bring us together, so thank you!

In reference to Olivier's comment regarding using conversion tools, I
would advise to perhaps try to be careful. Our objective is not
necessarily to copy-paste existing documentation, but rather to write
clean, relevant and well thought out documentation. If an old piece of
documentation is good and relevant, we use it, if not, we update it
and clean it, or of it is not useful then we just drop it.

I hope more people feel the urge to sign up. What you folks are going
to achieve is to make OFBiz much more competitive by giving
accessibility to new comers through comprehensive documentation.

On Thu, Feb 8, 2018 at 1:04 PM, Aditya Sharma
 wrote:
> Hi Sharan,
>
> Please count me in.
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Commerce  by HotWax Systems
> 
>
> 
>
> On Thu, Feb 8, 2018 at 2:25 PM, Olivier Heintz <
> holivier.li...@ofbizextra.org> wrote:
>
>> Hi Sharan,
>>
>> please add me to the list,
>>
>> I have start to play with the new tools
>> I have convert some docbook file to asciidoc with docbookrx tools and make
>> modification on help data to use the html generated files in the ofbiz
>> help, it's work's ;-)
>> If needed, I can convert all docbook files to asccidoc
>>
>>
>> Regards,
>>
>>
>>
>> Le 07/02/2018 à 14:32, Sharan Foga a écrit :
>> > Hi Everyone
>> >
>> > (Trying again as my first post didn't reach this list)
>> >
>> > If you have read the latest project blog post then you will have seen a
>> section about the discussions that have been happening on our development
>> list about the new proposed OFBiz documentation framework.
>> >
>> > https://s.apache.org/VfxE
>> >
>> > It is based on asciidoc and will be able to generate documentation in
>> various formats. This means that we can start to consolidate our OFBiz
>> documentation within OFBiz itself and adapt it to any new releases.
>> >
>> > Feedback to the proposal have been very positive and once the code is
>> moved into our current trunk we will need to start some documentation work.
>> We will be looking for volunteers to become part of a documentation team
>> that will work on reviewing the documents we already have in the wiki and
>> other sources, then help to re-structure them to fit into the new
>> documentation framework model.
>> >
>> > Being involved with documentation is a good way to learn OFBiz :-)
>> >
>> > So if you are interested in being part of the OFBiz documentation team
>> then please respond to this message and I will add you to the list.
>> >
>> > Thanks
>> > Sharan
>> >
>>
>>


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Jacques Le Roux

Hi Sharan, All,

Some time ago I created https://issues.apache.org/jira/browse/OFBIZ-9423

Not sure if we want use it in this context or if we have another new Jira more appropriate and then I close OFBIZ-9423 which is maybe too much and 
confusing. I was more advocating update wiki documentation from source then.


Jacques


Le 07/02/2018 à 14:32, Sharan Foga a écrit :

Hi Everyone

(Trying again as my first post didn't reach this list)

If you have read the latest project blog post then you will have seen a section 
about the discussions that have been happening on our development list about 
the new proposed OFBiz documentation framework.

https://s.apache.org/VfxE

It is based on asciidoc and will be able to generate documentation in various 
formats. This means that we can start to consolidate our OFBiz documentation 
within OFBiz itself and adapt it to any new releases.

Feedback to the proposal have been very positive and once the code is moved 
into our current trunk we will need to start some documentation work. We will 
be looking for volunteers to become part of a documentation team that will work 
on reviewing the documents we already have in the wiki and other sources, then 
help to re-structure them to fit into the new documentation framework model.

Being involved with documentation is a good way to learn OFBiz :-)

So if you are interested in being part of the OFBiz documentation team then 
please respond to this message and I will add you to the list.

Thanks
Sharan





Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Aditya Sharma
Hi Sharan,

Please count me in.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems




On Thu, Feb 8, 2018 at 2:25 PM, Olivier Heintz <
holivier.li...@ofbizextra.org> wrote:

> Hi Sharan,
>
> please add me to the list,
>
> I have start to play with the new tools
> I have convert some docbook file to asciidoc with docbookrx tools and make
> modification on help data to use the html generated files in the ofbiz
> help, it's work's ;-)
> If needed, I can convert all docbook files to asccidoc
>
>
> Regards,
>
>
>
> Le 07/02/2018 à 14:32, Sharan Foga a écrit :
> > Hi Everyone
> >
> > (Trying again as my first post didn't reach this list)
> >
> > If you have read the latest project blog post then you will have seen a
> section about the discussions that have been happening on our development
> list about the new proposed OFBiz documentation framework.
> >
> > https://s.apache.org/VfxE
> >
> > It is based on asciidoc and will be able to generate documentation in
> various formats. This means that we can start to consolidate our OFBiz
> documentation within OFBiz itself and adapt it to any new releases.
> >
> > Feedback to the proposal have been very positive and once the code is
> moved into our current trunk we will need to start some documentation work.
> We will be looking for volunteers to become part of a documentation team
> that will work on reviewing the documents we already have in the wiki and
> other sources, then help to re-structure them to fit into the new
> documentation framework model.
> >
> > Being involved with documentation is a good way to learn OFBiz :-)
> >
> > So if you are interested in being part of the OFBiz documentation team
> then please respond to this message and I will add you to the list.
> >
> > Thanks
> > Sharan
> >
>
>


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Olivier Heintz
Hi Sharan,

please add me to the list,

I have start to play with the new tools
I have convert some docbook file to asciidoc with docbookrx tools and make 
modification on help data to use the html generated files in the ofbiz help, 
it's work's ;-)
If needed, I can convert all docbook files to asccidoc


Regards,



Le 07/02/2018 à 14:32, Sharan Foga a écrit :
> Hi Everyone
>
> (Trying again as my first post didn't reach this list)
>
> If you have read the latest project blog post then you will have seen a 
> section about the discussions that have been happening on our development 
> list about the new proposed OFBiz documentation framework.
>
> https://s.apache.org/VfxE
>
> It is based on asciidoc and will be able to generate documentation in various 
> formats. This means that we can start to consolidate our OFBiz documentation 
> within OFBiz itself and adapt it to any new releases.
>
> Feedback to the proposal have been very positive and once the code is moved 
> into our current trunk we will need to start some documentation work. We will 
> be looking for volunteers to become part of a documentation team that will 
> work on reviewing the documents we already have in the wiki and other 
> sources, then help to re-structure them to fit into the new documentation 
> framework model.
>
> Being involved with documentation is a good way to learn OFBiz :-)
>
> So if you are interested in being part of the OFBiz documentation team then 
> please respond to this message and I will add you to the list.
>
> Thanks
> Sharan
>



Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Pranay Pandey
Hi Sharan,

Please count me in.

Best regards,

Pranay Pandey
www.hotwaxsystems.com
www.hotwax.co

On Thu, Feb 8, 2018 at 1:59 PM, Michael Brohl 
wrote:

> Hi Sharan,
>
> please add me to the list :-)
>
> Regards,
>
> Michael
>
> Am 07.02.18 um 14:32 schrieb Sharan Foga:
>
> Hi Everyone
>>
>> (Trying again as my first post didn't reach this list)
>>
>> If you have read the latest project blog post then you will have seen a
>> section about the discussions that have been happening on our development
>> list about the new proposed OFBiz documentation framework.
>>
>> https://s.apache.org/VfxE
>>
>> It is based on asciidoc and will be able to generate documentation in
>> various formats. This means that we can start to consolidate our OFBiz
>> documentation within OFBiz itself and adapt it to any new releases.
>>
>> Feedback to the proposal have been very positive and once the code is
>> moved into our current trunk we will need to start some documentation work.
>> We will be looking for volunteers to become part of a documentation team
>> that will work on reviewing the documents we already have in the wiki and
>> other sources, then help to re-structure them to fit into the new
>> documentation framework model.
>>
>> Being involved with documentation is a good way to learn OFBiz :-)
>>
>> So if you are interested in being part of the OFBiz documentation team
>> then please respond to this message and I will add you to the list.
>>
>> Thanks
>> Sharan
>>
>
>
>


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Pranay Pandey
Hi Sharan,

Please count me in.

Best regards,

Pranay Pandey
www.hotwax.co

On Thu, Feb 8, 2018 at 1:59 PM, Michael Brohl 
wrote:

> Hi Sharan,
>
> please add me to the list :-)
>
> Regards,
>
> Michael
>
> Am 07.02.18 um 14:32 schrieb Sharan Foga:
>
> Hi Everyone
>>
>> (Trying again as my first post didn't reach this list)
>>
>> If you have read the latest project blog post then you will have seen a
>> section about the discussions that have been happening on our development
>> list about the new proposed OFBiz documentation framework.
>>
>> https://s.apache.org/VfxE
>>
>> It is based on asciidoc and will be able to generate documentation in
>> various formats. This means that we can start to consolidate our OFBiz
>> documentation within OFBiz itself and adapt it to any new releases.
>>
>> Feedback to the proposal have been very positive and once the code is
>> moved into our current trunk we will need to start some documentation work.
>> We will be looking for volunteers to become part of a documentation team
>> that will work on reviewing the documents we already have in the wiki and
>> other sources, then help to re-structure them to fit into the new
>> documentation framework model.
>>
>> Being involved with documentation is a good way to learn OFBiz :-)
>>
>> So if you are interested in being part of the OFBiz documentation team
>> then please respond to this message and I will add you to the list.
>>
>> Thanks
>> Sharan
>>
>
>
>


Seed Data

2018-02-08 Thread james
Hi we are trying to delete all transactional data, inventory data, and
other items only leaving parties and financial set up data.  Is there
any issue in writing a script to delete all data?  Should we be
concerned with breaking any dependencies?  Any best practices for doing
this?

Thanks,

James


Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Michael Brohl

Hi Sharan,

please add me to the list :-)

Regards,

Michael

Am 07.02.18 um 14:32 schrieb Sharan Foga:

Hi Everyone

(Trying again as my first post didn't reach this list)

If you have read the latest project blog post then you will have seen a section 
about the discussions that have been happening on our development list about 
the new proposed OFBiz documentation framework.

https://s.apache.org/VfxE

It is based on asciidoc and will be able to generate documentation in various 
formats. This means that we can start to consolidate our OFBiz documentation 
within OFBiz itself and adapt it to any new releases.

Feedback to the proposal have been very positive and once the code is moved 
into our current trunk we will need to start some documentation work. We will 
be looking for volunteers to become part of a documentation team that will work 
on reviewing the documents we already have in the wiki and other sources, then 
help to re-structure them to fit into the new documentation framework model.

Being involved with documentation is a good way to learn OFBiz :-)

So if you are interested in being part of the OFBiz documentation team then 
please respond to this message and I will add you to the list.

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature