svn commit: r1754611 - /ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1754611 - /ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml

jleroux@apache.org
Author: jleroux
Date: Sat Jul 30 09:37:22 2016
New Revision: 1754611

URL: http://svn.apache.org/viewvc?rev=1754611&view=rev
Log:
Removes system generated fields - POS - https://issues.apache.org/jira/browse/OFBIZ-7908

Thanks to Suraj Khurana and Scott for suggestion about POS to webPos

Modified:
    ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml

Modified: ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml?rev=1754611&r1=1754610&r2=1754611&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/data/DemoRetail.xml Sat Jul 30 09:37:22 2016
@@ -71,9 +71,9 @@
     <Facility facilityId="MyRetailStore" productStoreId="9100" defaultInventoryItemTypeId="NON_SERIAL_INV_ITEM"/>
 
     <!-- Use these SKUs in the POS terminal -->
-    <GoodIdentification goodIdentificationTypeId="SKU" productId="GZ-1000" idValue="12345" lastUpdatedStamp="2005-07-12 06:31:15.251" lastUpdatedTxStamp="2005-07-12 06:31:14.897" createdStamp="2005-07-12 06:31:15.251" createdTxStamp="2005-07-12 06:31:14.897"/>
-    <GoodIdentification goodIdentificationTypeId="OTHER_ID" productId="GZ-1001" idValue="12345" lastUpdatedStamp="2005-07-12 06:31:15.251" lastUpdatedTxStamp="2005-07-12 06:31:14.897" createdStamp="2005-07-12 06:31:15.251" createdTxStamp="2005-07-12 06:31:14.897"/>
-    <GoodIdentification goodIdentificationTypeId="SKU" productId="GZ-1001" idValue="67890" lastUpdatedStamp="2005-07-12 06:31:32.803" lastUpdatedTxStamp="2005-07-12 06:31:32.749" createdStamp="2005-07-12 06:31:32.803" createdTxStamp="2005-07-12 06:31:32.749"/>
+    <GoodIdentification goodIdentificationTypeId="SKU" productId="GZ-1000" idValue="12345"/>
+    <GoodIdentification goodIdentificationTypeId="OTHER_ID" productId="GZ-1001" idValue="12345"/>
+    <GoodIdentification goodIdentificationTypeId="SKU" productId="GZ-1001" idValue="67890"/>
 
 
     <!-- use this one when the scheduled PUSH service is enabled