Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-10-05 Thread Jacopo Cappellato
It would be nice if the code could be enhanced so that the new ASSET_USAGE_OUT_IN type and the old ASSET_USAGE are children of a common type, e.g.: ASSET |___> ASSET_USAGE | |___> ASSET_USAGE_OUT_IN and then, when specific behavior is required, the EntityTypeUtil.

Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-09-26 Thread Hans Bakker
Thanks for the comment, fixed in revision 1176145 Regards, Hans On Thu, 2011-09-22 at 18:18 +0530, Deepak Dixit wrote: > Hi Hans, > > inline: > > On Sep 9, 2011, at 12:10 PM, hans...@apache.org wrote: > > > Author: hansbak > > Date: Fri Sep 9 06:40:28 2011 > > New Revision: 1167015 > > > > UR

Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-09-22 Thread Deepak Dixit
Thanks Hans :) Thanks & Regards -- Deepak Dixit On Sep 22, 2011, at 6:37 PM, Hans Bakker wrote: > Thank you for the tip, we will have a look at it > > Regards, > Hans > > On Thu, 2011-09-22 at 18:18 +0530, Deepak Dixit wrote: >> Hi Hans, >> >> inline: >> >> On Sep 9, 2011, at 12:10 PM

Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-09-22 Thread Hans Bakker
Thank you for the tip, we will have a look at it Regards, Hans On Thu, 2011-09-22 at 18:18 +0530, Deepak Dixit wrote: > Hi Hans, > > inline: > > On Sep 9, 2011, at 12:10 PM, hans...@apache.org wrote: > > > Author: hansbak > > Date: Fri Sep 9 06:40:28 2011 > > New Revision: 1167015 > > >

Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-09-22 Thread Deepak Dixit
Hi Hans, inline: On Sep 9, 2011, at 12:10 PM, hans...@apache.org wrote: > Author: hansbak > Date: Fri Sep 9 06:40:28 2011 > New Revision: 1167015 > > URL: http://svn.apache.org/viewvc?rev=1167015&view=rev > Log: > New product type: Fixed Asset Usage For Rental of an asset which is shipped > f

Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-09-11 Thread Hans Bakker
H Adrian, i followed the product -> inventoryitem -> location pattern which allows inventory management to reorganize inventory whithout affecting either products or assets. Linking directly to locations would mean massive changes to picking and shipping. Now we can use existing functions. Regards

Re: svn commit: r1167015 - in /ofbiz/trunk: applications/accounting/entitydef/ applications/order/config/ applications/order/data/ applications/order/entitydef/ applications/order/script/org/ofbiz/ord

2011-09-09 Thread Adrian Crum
I don't like this approach. Adding an inventory item for fixed assets seems redundant - it would be better to just link the fixed asset to a location. Also, I wonder how this affects accounting in the proposed rental business. Will the fixed assets be calculated as inventory? -Adrian On 9/9/2