Re: svn commit: r1849547 - in /ofbiz/ofbiz-framework/trunk/applications/datamodel: data/demo/ data/seed/ entitydef/

2018-12-24 Thread Jacques Le Roux

Thanks Arun

Le 24/12/2018 à 11:38, Arun Patidar a écrit :

Thanks Jacques, added reference ticketId in log message for more details
regarding design and requirement.


Thanks & Regards
---
Arun Patidar
Director of Information SystemsHotWax Commerce 



On Sat, Dec 22, 2018 at 6:34 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:


Hi Arun,

I did not have enough time test, but I guess it's an excellent work

I though think a short explanation with a reference to OFBIZ-6964 would
fit here.

Like,

Here are high level design notes based on the requirement specified
under OFBIZ-7355  to support the product level replenishment from
any intra-company facility before raising the ordering from an outside
vendor.

or more ;)

Thanks

Jacques

Le 22/12/2018 à 13:19, arunpati...@apache.org a écrit :

Author: arunpatidar
Date: Sat Dec 22 12:19:19 2018
New Revision: 1849547

URL: http://svn.apache.org/viewvc?rev=1849547=rev
Log:
Added: Demo Data based on the propsed design to support replenishment

planning through any inter-company facility.

(OFBIZ-7357)
Thanks Swapnil and Yashwant for your contribution.

Modified:


ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/manufacturing-entitymodel.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/order-entitymodel.xml
ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/product-entitymodel.xml

Modified:

ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml

URL:

http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml?rev=1849547=1849546=1849547=diff
==

---

ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
(original)

+++

ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
Sat Dec 22 12:19:19 2018

@@ -186,6 +186,14 @@ under the License.
   
locationSeqId="TLTLTLUL02" geoPointId="9000" fromDate="2009-01-09
00:00:00.000"/>

   
locationSeqId="TLTLTLLL03" geoPointId="9000" fromDate="2009-01-09
00:00:00.000"/>

   
locationSeqId="TLTLTLUL04" geoPointId="9000" fromDate="2009-01-09
00:00:00.000"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>

+
locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>

   
Store" companyName="Open For Business" title="Open For Commerce"

 subtitle="Part of the Apache OFBiz Family of Open

Source Software" payToPartyId="Company" daysToCancelNonPay="30"
prorateShipping="Y" prorateTaxes="Y"

@@ -274,6 +282,11 @@ under the License.
   
webAnalyticsTypeId="BING_ANALYTICS" webAnalyticsCode="//--  enter here your
analytic script code --"/>

   
facilityId="WebStoreWarehouse" fromDate="2001-05-13 12:00:00.0"/>

+
facilityId="RegionalWarehouse1" fromDate="2001-05-13 12:00:00.0"/>

+
facilityId="RegionalWarehouse2" fromDate="2001-05-13 12:00:00.0"/>

+
facilityId="StoreWarehouse1" fromDate="2001-05-13 12:00:00.0"/>

+
facilityId="StoreWarehouse2" fromDate="2001-05-13 12:00:00.0"/>

+
   
productStoreId="9000" fromDate="2001-05-13 12:00:00.0"/>

   
fromDate="2001-05-13 12:00:00.0" target="100"
targetTypeEnumId="KOTT_PRODCAT"/>

@@ -1229,6 +1242,10 @@ under the License.
   
facilityId="WebStoreWarehouse" minimumStock="2" reorderQuantity="10"
daysToShip="1"/>

   
facilityId="WebStoreWarehouse" minimumStock="2" reorderQuantity="10"
daysToShip="1"/>

   
facilityId="WebStoreWarehouse" minimumStock="2" reorderQuantity="10"

Re: svn commit: r1849547 - in /ofbiz/ofbiz-framework/trunk/applications/datamodel: data/demo/ data/seed/ entitydef/

2018-12-24 Thread Arun Patidar
Thanks Jacques, added reference ticketId in log message for more details
regarding design and requirement.


Thanks & Regards
---
Arun Patidar
Director of Information SystemsHotWax Commerce 



On Sat, Dec 22, 2018 at 6:34 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Arun,
>
> I did not have enough time test, but I guess it's an excellent work
>
> I though think a short explanation with a reference to OFBIZ-6964 would
> fit here.
>
> Like,
>
> Here are high level design notes based on the requirement specified
> under OFBIZ-7355  to support the product level replenishment from
> any intra-company facility before raising the ordering from an outside
> vendor.
>
> or more ;)
>
> Thanks
>
> Jacques
>
> Le 22/12/2018 à 13:19, arunpati...@apache.org a écrit :
> > Author: arunpatidar
> > Date: Sat Dec 22 12:19:19 2018
> > New Revision: 1849547
> >
> > URL: http://svn.apache.org/viewvc?rev=1849547=rev
> > Log:
> > Added: Demo Data based on the propsed design to support replenishment
> planning through any inter-company facility.
> > (OFBIZ-7357)
> > Thanks Swapnil and Yashwant for your contribution.
> >
> > Modified:
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/manufacturing-entitymodel.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/order-entitymodel.xml
> >
> ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/product-entitymodel.xml
> >
> > Modified:
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
> > URL:
> http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml?rev=1849547=1849546=1849547=diff
> >
> ==
> > ---
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
> (original)
> > +++
> ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
> Sat Dec 22 12:19:19 2018
> > @@ -186,6 +186,14 @@ under the License.
> >locationSeqId="TLTLTLUL02" geoPointId="9000" fromDate="2009-01-09
> 00:00:00.000"/>
> >locationSeqId="TLTLTLLL03" geoPointId="9000" fromDate="2009-01-09
> 00:00:00.000"/>
> >locationSeqId="TLTLTLUL04" geoPointId="9000" fromDate="2009-01-09
> 00:00:00.000"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_BULK" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="05"/>
> > + locationSeqId="TLTLTLUL01" locationTypeEnumId="FLT_PICKLOC" areaId="TL"
> aisleId="TL" sectionId="TL" levelId="UL" positionId="06"/>
> >
> >> subtitle="Part of the Apache OFBiz Family of Open
> Source Software" payToPartyId="Company" daysToCancelNonPay="30"
> prorateShipping="Y" prorateTaxes="Y"
> > @@ -274,6 +282,11 @@ under the License.
> >webAnalyticsTypeId="BING_ANALYTICS" webAnalyticsCode="//--  enter here your
> analytic script code --"/>
> >
> >facilityId="WebStoreWarehouse" fromDate="2001-05-13 12:00:00.0"/>
> > + facilityId="RegionalWarehouse1" fromDate="2001-05-13 12:00:00.0"/>
> > + facilityId="RegionalWarehouse2" fromDate="2001-05-13 12:00:00.0"/>
> > + facilityId="StoreWarehouse1" fromDate="2001-05-13 12:00:00.0"/>
> > + facilityId="StoreWarehouse2" fromDate="2001-05-13 12:00:00.0"/>
> > +
> >productStoreId="9000" fromDate="2001-05-13 12:00:00.0"/>
> >fromDate="2001-05-13 12:00:00.0" target="100"
> targetTypeEnumId="KOTT_PRODCAT"/>
> >
> > @@ -1229,6 +1242,10 @@ under the License.
> >facilityId="WebStoreWarehouse" minimumStock="2" reorderQuantity="10"
> daysToShip="1"/>
> >facilityId="WebStoreWarehouse" 

Re: svn commit: r1849547 - in /ofbiz/ofbiz-framework/trunk/applications/datamodel: data/demo/ data/seed/ entitydef/

2018-12-22 Thread Jacques Le Roux

Hi Arun,

I did not have enough time test, but I guess it's an excellent work

I though think a short explanation with a reference to OFBIZ-6964 would fit 
here.

Like,

Here are high level design notes based on the requirement specified
under OFBIZ-7355  to support the product level replenishment from
any intra-company facility before raising the ordering from an outside vendor.

or more ;)

Thanks

Jacques

Le 22/12/2018 à 13:19, arunpati...@apache.org a écrit :

Author: arunpatidar
Date: Sat Dec 22 12:19:19 2018
New Revision: 1849547

URL: http://svn.apache.org/viewvc?rev=1849547=rev
Log:
Added: Demo Data based on the propsed design to support replenishment planning 
through any inter-company facility.
(OFBIZ-7357)
Thanks Swapnil and Yashwant for your contribution.

Modified:
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/manufacturing-entitymodel.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/order-entitymodel.xml
 
ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/product-entitymodel.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml?rev=1849547=1849546=1849547=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/OrderDemoData.xml 
Sat Dec 22 12:19:19 2018
@@ -186,6 +186,14 @@ under the License.
  
  
  
+
+
+
+
+
+
+
+
  
  
subtitle="Part of the Apache OFBiz Family of Open Source Software" payToPartyId="Company" 
daysToCancelNonPay="30" prorateShipping="Y" prorateTaxes="Y"
@@ -274,6 +282,11 @@ under the License.
  
  
  

+
+
+
+
+
  
  
  
@@ -1229,6 +1242,10 @@ under the License.

  
  
  
+
+
+
+
  
  

  
@@ -1242,6 +1259,17 @@ under the License.
  
  
  
+
+
+
+
+
+
+
+
+
+
+
  
  

  
  
  
+
+   inventoryItemId="GZ9001" inventoryItemTypeId="NON_SERIAL_INV_ITEM" productId="GZ-8544" 
ownerPartyId="Company" currencyUomId="USD" unitCost="3.0"/>
+
+
+
+
+
+
+
  
  

  

Modified: 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml?rev=1849547=1849546=1849547=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/demo/ProductDemoData.xml
 Sat Dec 22 12:19:19 2018
@@ -79,7 +79,12 @@ under the License.
  
  
+  defaultInventoryItemTypeId="NON_SERIAL_INV_ITEM" defaultWeightUomId="WT_lb" 
defaultDaysToShip="25" geoPointId="9000" facilityLevel="0"/>
+
+
+
+
+
  
  
  

Modified: 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml?rev=1849547=1849546=1849547=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ManufacturingSeedData.xml
 Sat Dec 22 12:19:19 2018
@@ -31,6 +31,7 @@ under the License.
  
  
  
+
  
  

  

Modified: 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml?rev=1849547=1849546=1849547=diff
==
--- 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/OrderSeedData.xml 
Sat Dec 22 12:19:19 2018
@@ -100,6 +100,7 @@ under the License.
  
  
  
+
  
  

  

Modified: