Re: Debian Package Of OFBiz

2013-10-23 Thread Jacques Le Roux
Personally I prefer to begin with a svn checkout either from the trunk or a branch. So you can stay updated. Then later when creating your own repo you can cut this link or use svn external (sensitive). Of course using a release branch is safer. Note that this stratey is easier for me, because I

OFBiz Shipment operations too buggy to use?

2013-10-23 Thread Christian Carlow
I was wondering if anyone could tell me whether or not OFBiz's shipment capabilities are sophisticated enough to work OOTB or if its considered something too buggy to use yet. I've tried creating shipments to fulfill OrderItem ShipGroup schedules multiple ways and have encountered bugs with al

Re: OFBiz Shipment operations too buggy to use?

2013-10-23 Thread Jacques Le Roux
Which Release.revision? Though I did not try it recently, I remember it was working in "old" releases. Jacques Christian Carlow wrote: > I was wondering if anyone could tell me whether or not OFBiz's shipment > capabilities are sophisticated enough to work OOTB or if its considered > something t

Re: OFBiz Shipment operations too buggy to use?

2013-10-23 Thread Christian Carlow
Hey Jacques, Sorry, using 12.04 stable release. On 10/23/2013 03:28 PM, Jacques Le Roux wrote: Which Release.revision? Though I did not try it recently, I remember it was working in "old" releases. Jacques Christian Carlow wrote: I was wondering if anyone could tell me whether or not OFBiz's

Re: Debian Package Of OFBiz

2013-10-23 Thread Justin Dagostino
Thanks again for the reply and the link. One thing that is not 100% clear is whether or not people are actually checking out from SVN (from whatever branch) directly on production (and possibly running Ant tasks there as well). I'd really like to avoid that. If that's not what you are suggestin

Re: Debian Package Of OFBiz

2013-10-23 Thread Adrian Crum
If you don't want to use SVN or Ant on your production server, then you have no choice - you must build it somewhere else and then copy it to the production server. Adrian Crum Sandglass Software www.sandglass-software.com On 10/23/2013 2:04 PM, Justin Dagostino wrote: Thanks again for the re

Re: Debian Package Of OFBiz

2013-10-23 Thread Justin Dagostino
Thanks. Just confirming my assumptions. I liked the Debian package management possibility, but it's been retired (and maybe should be removed from the framework). On Wed, Oct 23, 2013 at 5:11 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > If you don't want to use SVN or Ant on

Re: Debian Package Of OFBiz

2013-10-23 Thread Adrian Crum
These questions are a subset of questions that can be answered with a comprehensive SDLC process document. If you don't have one already, I recommend that you create one. Adrian Crum Sandglass Software www.sandglass-software.com On 10/23/2013 2:16 PM, Justin Dagostino wrote: Thanks. Just co

Re: OFBiz Shipment operations too buggy to use?

2013-10-23 Thread Christian Carlow
IMO, the OrderItemShipGrpInvRes entity should be removed and anything referencing it should be changed to derive quantities from the entities that cause the quantities in OrderItemShipGrpInvRes to change. For example, the Order Items page of the Shipments application bases the list of items th

Re: Debian Package Of OFBiz

2013-10-23 Thread Jacques Le Roux
It has been removed from the framework and put in Attic (ie in the repo history) Jacques Justin Dagostino wrote: > Thanks. Just confirming my assumptions. I liked the Debian package > management possibility, but it's been retired (and maybe should be removed > from the framework). > > > On W