svn commit: r905876 [2/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/helpdata/ specialpurpose/ebay/entitydef/ specialpurpose/e...

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

svn commit: r905876 [2/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/helpdata/ specialpurpose/ebay/entitydef/ specialpurpose/e...

hansbak-2
Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml?rev=905876&r1=905875&r2=905876&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Wed Feb  3 03:16:07 2010
@@ -287,432 +287,4 @@
             </widgets>
         </section>
     </screen>
-
-    <screen name="exportCategoryEbayStore">
-    <section>
-        <actions>
-            <set field="titleProperty" value="EbayExportAllCategoryToEbayStore"/>
-            <set field="headerItem" value="ebayStore"/>
-            <set field="tabButtonItem" value="ebayExportAllCategoryToEbayStore"/>
-            <set field="productStoreId" value="${parameters.productStoreId}"/>
-        </actions>
-        <widgets>
-        <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-            <decorator-section name="body">
-                    <screenlet title="${uiLabelMap.EbayExportAllCategoryToEbayStore}">
-                        <include-form name="ListCurrentStores" location="component://ebay/widget/EbayForms.xml"/>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="ebayStores">
-        <section>
-            <actions>
-                <set field="titleProperty" value="${uiLabelMap.EbayStore}"/>
-                <set field="headerItem" value="ebayStore"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <include-menu name="EbaySubTabBar" location="component://ebay/widget/EbayMenus.xml"/>
-                        <screenlet title="Ebay Accounts">
-                            <include-form name="EbayAccountList" location="component://ebay/widget/EbayStoreForms.xml"/>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="ebayStoreDetail">
-        <section>
-            <actions>
-                <set field="titleProperty" value="${uiLabelMap.EbayStoreSetting}"/>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="ebayStoreSetting"/>
-                
-                <script  location="component://ebay/webapp/ebay/WEB-INF/actions/store/RetrieveStoreOptions.groovy"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.EbayStoreSetting}">
-                            <platform-specific>
-                                <html><html-template location="component://ebay/webapp/ebay/store/StoreSetting.ftl"/></html>
-                            </platform-specific>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <!-- ebay account -->
-    <screen name="NewEbayAccount">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="NewEbayAccount"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <screenlet title="New Ebay Account">
-                            <include-form name="NewEbayAccount" location="component://ebay/widget/EbayForms.xml"/>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="EbayAccount">
-        <section>
-            <actions>
-                <entity-one value-field="portalPage" entity-name="PortalPage">
-                    <field-map field-name="portalPageId" value="EbayAccount"/>
-                </entity-one>
-                <entity-and entity-name="PortalPageColumn" list="portalPageColumns">
-                    <field-map field-name="portalPageId" value="EbayAccount"/>
-                    <order-by field-name="columnSeqId"/>
-                </entity-and>
-                <entity-and entity-name="PortalPagePortletView" list="portalPagePortlets">
-                    <field-map field-name="portalPageId" value="EbayAccount"/>
-                    <order-by field-name="columnSeqId"/>
-                    <order-by field-name="sequenceNum"/>
-                </entity-and>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="ebayAccount"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://common/webcommon/portal/showPortalPage.ftl"/></html></platform-specific>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <!-- ebay feedback -->
-    <screen name="EbayFeedback">
-        <section>
-            <actions>
-                <set field="titleProperty" value="eBay Feedback"/>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="feedback"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <section>
-                            <condition>
-                                <if-has-permission permission="EBAY" action="_VIEW"/>
-                            </condition>
-                            <widgets>
-                                <include-menu location="component://ebay/widget/EbayMenus.xml" name="EbayFeedbackTabBar"/>
-                                <decorator-section-include name="body"/>
-                            </widgets>
-                            <fail-widgets>
-                                <label style="h3">${uiLabelMap.EbayViewPermissionError}</label>
-                            </fail-widgets>
-                        </section>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="Feedback">
-        <section>
-            <actions>
-                <set field="titleProperty" value="eBay Feedback"/>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="eBayTabButtonItem" value="Feedback"/>
-                <service service-name="loadFeedback">
-                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                </service>
-                <service service-name="getItemsAwaitingFeedback" result-map="results">
-                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                </service>
-                <set field="itemsAwaitingFeedbackList" from-field="results.itemsAwaitingFeedback"/>
-                <script location="component://ebay/webapp/ebay/WEB-INF/actions/feedback/FeedbackList.groovy"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="EbayFeedback" >
-                    <decorator-section name="body">
-                        <screenlet>
-                            <screenlet navigation-form-name="ItemsAwaitingFeedback" title="Items Awaiting Feedback">
-                                <include-form name="ItemsAwaitingFeedback" location="component://ebay/widget/EbayForms.xml"/>
-                            </screenlet>
-                        </screenlet>
-                        <screenlet>
-                            <screenlet navigation-form-name="RecentFeedback" title="Recent Feedback">
-                                <include-form name="RecentFeedback" location="component://ebay/widget/EbayForms.xml"/>
-                            </screenlet>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="LeaveFeedback">
-        <section>
-            <actions>
-                <set field="titleProperty" value="eBay Feedback"/>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="eBayTabButtonItem" value="LeaveFeedback"/>
-                <set field="role" from-field="parameters.role" default-value="all"/>
-                <service service-name="getItemsAwaitingFeedback" result-map="results"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="EbayFeedback" >
-                    <decorator-section name="body">
-                        <screenlet>
-                            <screenlet title="${uiLabelMap.EbayLeaveFeedback}">
-                                <include-menu location="component://ebay/widget/EbayMenus.xml" name="EbayFeedbackSubTabBar"/>
-                                <platform-specific>
-                                    <html><html-template location="component://ebay/webapp/ebay/feedback/LeaveFeedback.ftl"/></html>
-                                </platform-specific>
-                            </screenlet>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>    
-    <screen name="EbayAutomationPreferences">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="automationPreferences"/>
-                <service service-name="getEbayStoreUser" result-map="result">
-                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                </service>
-                <set field="userLoginId" from-field="result.userLoginId"/>
-                <script location="component://ebay/webapp/ebay/WEB-INF/actions/automationPreferences/GetEbayJobsandbox.groovy"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <decorator-section-include name="body"/>
-                        <include-screen name="AutomationRelistSoldItems"/>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="AutomationRelistSoldItems">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="automationPreferences"/>
-            </actions>
-            <widgets>
-                <screenlet title="${uiLabelMap.EbayAutomationRelistItems}">
-                    <include-form name="EditAutomationRelistSoldItems"  location="component://ebay/widget/EbayForms.xml"/>
-                </screenlet>
-            </widgets>
-        </section>
-    </screen>
-    <!-- block out of stock  -->
-    <screen name="blockItemOutOfStock">
-        <section>
-            <actions>
-                <set field="titleProperty" value="Block items out of stock on eBay"/>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="blockItemOutOfStock"/>
-                <set field="productStoreId" value="${parameters.productStoreId}"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.BlockItemsOutOfStock}">
-                            <include-form name="blockItemsOutOfStock" location="component://ebay/widget/EbayForms.xml"/>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <!-- Store reserve inventory -->
-    <screen name="ebayStoreInventory">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="inventory"/>
-                <entity-and entity-name="ProductStoreFacility" list="productStoreFacilityList">
-                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                </entity-and>
-                <set  field="check"  value="${groovy:
-                    check= &quot;false&quot;;
-                    if(productStoreFacilityList!=null &amp;&amp; productStoreFacilityList.size()== 1)  check = &quot;true&quot;;
-                    return check;
-                    }" type="String"/>
-                <set field="facilityId"  value="${groovy:
-                    if(check.equals(&quot;true&quot;)) facility = productStoreFacilityList.get(0);
-                    if(facility!=null) facilityId = facility.facilityId;
-                    return facilityId;}" type="String"/>
-            </actions>
-            <widgets>
-                <section>
-                    <condition>
-                        <if-compare field="check" operator="equals" value="true"/>
-                    </condition>
-                    <widgets>
-                        <section>
-                            <actions>
-                                <set field="parameters.facilityId" value="${facilityId}"/>
-                                <set field="parameters.productStoreId" from-field="parameters.productStoreId"/>
-                                <service service-name="getFolderInEbayStoreInventory" result-map="result">
-                                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                                </service>
-                                <set field="parameters.folderId" value="${result.folderId}"/>
-                            </actions>
-                            <widgets>
-                                <section>
-                                    <condition>
-                                        <not><if-empty field="parameters.folderId"/></not>
-                                    </condition>
-                                    <widgets><include-screen name="ViewInventoryItemDetail"/></widgets>
-                                    <fail-widgets><include-screen name="ebayStoreInventoryFail"/></fail-widgets>
-                                </section>
-                            </widgets>
-                        </section>
-                    </widgets>
-                    <fail-widgets>
-                        <section>
-                            <actions>
-                                <set field="parameters.facilityId" value="${facilityId}"/>
-                                <set field="parameters.productStoreId" from-field="parameters.productStoreId"/>
-                            </actions>
-                            <widgets>
-                                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                                    <decorator-section name="body">
-                                        <screenlet>
-                                            <include-form name="EbayStoreFacilityList" location="component://ebay/widget/EbayInventoryForms.xml"/>
-                                        </screenlet>
-                                    </decorator-section>
-                                </decorator-screen>
-                            </widgets>
-                        </section>
-                    </fail-widgets>
-                </section>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="ebayLoadStoreInventory">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="inventory"/>
-                <entity-and entity-name="ProductStoreFacility" list="productStoreFacilityList">
-                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                </entity-and>
-            </actions>
-            <widgets>
-                <section>
-                    <widgets>
-                        <section>
-                            <actions>
-                                <set field="facilityId" value="parameters.facilityId"/>
-                                <set field="parameters.productStoreId" from-field="parameters.productStoreId"/>
-                                <set field="folderId" value="parameters.folderId"/>
-                            </actions>
-                            <widgets><include-screen name="ViewInventoryItemDetail"/></widgets>
-                        </section>
-                    </widgets>
-                </section>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="ViewInventoryItemDetail">
-        <section>
-            <actions>
-                <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>
-                <set field="titleProperty" value="PageTitleEditInventoryItem"/>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="inventory"/>
-                
-                <set field="facilityId" from-field="parameters.facilityId"/>
-                <set field="productStoreId" from-field="parameters.productStoreId"/>
-                <entity-one entity-name="ProductStore" value-field="productStore">
-                    <field-map field-name="productStoreId" from-field="productStoreId"/>
-                    <select-field field-name="storeName"/>
-                </entity-one>
-                <entity-one entity-name="Facility" value-field="facility">
-                    <field-map field-name="facilityId" from-field="facilityId"/>
-                    <select-field field-name="facilityName"/>
-                </entity-one>
-                <entity-and entity-name="EbayProductStoreInventory" list="ebayProductStoreInventoryList">
-                    <field-map field-name="productStoreId"  from-field="productStoreId"/>
-                    <field-map field-name="facilityId"  from-field="facilityId"/>
-                </entity-and>
-                <property-map resource="ProductUiLabels" map-name="uiLabelMap"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.ProductInventoryDetails} ${uiLabelMap.ProductStoreNameId} : ${productStore.storeName}[${productStore.productStoreId}] ${uiLabelMap.FacilityFacility} : ${facility.facilityName}">
-                            <link target="reserveEbayProductInventory"  style="buttontext" text="${uiLabelMap.EbayReserveProductInventory}">
-                                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                                <parameter param-name="facilityId" from-field="facilityId"/>
-                            </link>
-                            <include-form name="ListEbayProductInventoryDetail" location="component://ebay/widget/EbayInventoryForms.xml"/>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="reserveEbayProductInventory">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="inventory"/>
-                <set field="productStoreId" from-field="parameters.productStoreId"/>
-                <entity-one entity-name="Facility" value-field="facility">
-                    <field-map field-name="facilityId"  value="${parameters.facilityId}"/>
-                    <select-field field-name="facilityName"/>
-                </entity-one>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.EbayReserveProductFrom} : ${facility.facilityName}">
-                            <include-form name="reserveEbayProductInventory" location="component://ebay/widget/EbayInventoryForms.xml"/>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="ebayStoreInventoryFail">
-        <section>
-            <actions>
-                <set field="headerItem" value="ebayStore"/>
-                <set field="tabButtonItem" value="inventory"/>
-                <set field="productStoreId" from-field="parameters.productStoreId"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <screenlet title="notes">
-                            <label style="label" text="Please subscribed to Selling Manager Pro before you use this function because ebay product inventory will open when you start selling manager pro on ebay site."></label>
-                            <label text="- To subscribe for production site"></label>
-                            <link target="link : http://pages.ebay.com/selling_manager_pro" text="http://pages.ebay.com/selling_manager_pro"  target-window="_BLANK" url-mode="plain"></link>
-                            <label text="- To upgrade store level sandbox site"></label>
-                            <link target="link : http://k2b-bulk.sandbox.ebay.com/ws/eBayISAPI.dll?MyeBaySellingPendingListings" target-window="_BLANK" url-mode="plain" text="http://k2b-bulk.sandbox.ebay.com/ws/eBayISAPI.dll?MyeBaySellingPendingListings"></link>
-                        </screenlet>
-                        <screenlet title="How to upgrade sandbox store level?">
-                            <label text="- Click on the link &quot;To upgrade store level for sandbox site&quot;"></label>
-                            <label text="- Go to &quot;Selling Related links&quot; section"></label>
-                            <label text="- Click on &quot;Edit my eBay store&quot;"></label>
-                            <label text="- Page Manage my eBay store will show up"></label>
-                            <label text="- Go to &quot;Store Usage Information&quot; section"></label>
-                            <label text="- Click upgrade at &quot;Subscription level&quot; then select &quot;Premium Store&quot; and &quot;Selling Manager Pro&quot; then submit."></label>
-                        </screenlet>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
 </screens>
\ No newline at end of file

Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayStoreForms.xml?rev=905876&r1=905875&r2=905876&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayStoreForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayStoreForms.xml Wed Feb  3 03:16:07 2010
@@ -43,4 +43,80 @@
         </field>
         <field name="submitButton" ><submit button-type="button"/></field>
     </form>
+ <form name="ListCurrentStores" type="single" target="exportCategoriesSelectedToEbayStore"
+        header-row-style="header-row" default-table-style="basic-table">
+        <actions>
+            <entity-and entity-name="ProductStoreCatalog" list="storeCatalog">
+                <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+            </entity-and>
+        </actions>
+        <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
+        <field name="prodCatalogId">
+            <drop-down>
+                <list-options list-name="storeCatalog" key-name="prodCatalogId" description="${prodCatalogId}"/>
+                <!--entity-options entity-name="ProdCatalog" description="${catalogName}" key-field-name="prodCatalogId">
+                    <entity-order-by field-name="catalogName"/>
+                    </entity-options-->
+            </drop-down>
+        </field>
+        <field name="submitButton" title="${uiLabelMap.EbayExportToEbayStore}"><submit button-type="button"/></field>
+    </form>
+    <form name="NewEbayAccount" type="single"  target="createEbayAccount">
+        <auto-fields-service service-name="createEbayAccount"/>
+        <field name="statusId"><hidden value="PARTY_ENABLED"/></field>
+        <field name="gender">
+            <drop-down allow-empty="true">
+                <option key="M" description="${uiLabelMap.CommonMale}"/>
+                <option key="F" description="${uiLabelMap.CommonFemale}"/>
+            </drop-down>
+        </field>
+        <field name="currentPassword"><password/></field>
+        <field name="currentPasswordVerify"><password/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field>
+    </form>
+    <!-- feedback -->
+    <form name="ItemsAwaitingFeedback" type="list" list-name="itemsAwaitingFeedbackList"
+        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
+        <row-actions>
+            <set field="leave"  value="${commentType}"/>
+        </row-actions>
+        <field name="itemID"><display description="${itemID} - ${title}"/></field>
+        <field name="userID"><display description="${userID}"/></field>
+        <field name="actions" use-when="&quot;${commentType}&quot; == &quot;&quot;">
+            <hyperlink target="LeaveFeedback" description="Leave Feedback">
+                <parameter param-name="itemId" value="${itemID}"/>
+                <parameter param-name="transactionId" value="${transactionID}"/>
+                <parameter param-name="productStoreId" value="${parameters.productStoreId}"/>
+                <parameter param-name="targetUser" value="${userID}"/>
+                <parameter param-name="commentingUser" value="${commentingUser}"/>
+                <parameter param-name="role" value="${role}"/>
+            </hyperlink>
+        </field>
+    </form>
+    <form name="RecentFeedback" type="list" list-name="recentFeedbackList"
+        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
+        <field name="contentId" title="Feedback Id"><display/></field>
+        <field name="dataResourceId" title="Comment Text">
+            <display-entity entity-name="ElectronicText" key-field-name="dataResourceId" description="${textData}"/>
+        </field>
+        <field name="commentator" title="Commentator"><display/></field>
+        <field name="createdDate"><display type="date"/></field>
+    </form>
+    <form name="EditAutomationRelistSoldItems" target="createEbayAutomaticRelistItems" type="single">
+        <alt-target use-when="job!=null" target="updateEbayAutomaticRelistItems"/>
+        <field name="jobId" use-when="job!=null"><hidden value="${job.jobId}"/></field>
+        <field name="jobId" use-when="job==null"><hidden value="${jobId}"/></field>
+        <field name="authUserLoginId"><hidden value="${userLoginId}"/></field>
+        <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
+        <field name="startDateTime"><date-time default-value="${job.startDateTime}"/></field>
+        <field name="finishDateTime"><date-time default-value="${job.finishDateTime}"/></field>
+        <field name="submit" use-when="job!=null" title="${uiLabelMap.CommonApply}"><submit/></field>
+        <field name="submit" use-when="job==null" title="${uiLabelMap.CommonCreate}"><submit/></field>
+    </form>
+    <!-- block out of stock items -->
+    <form name="blockItemsOutOfStock"  type="single" target="runBlockItemOutOfStock">
+        <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
+        <field name="productStore" entry-name="parameters.productStoreId" ><display-entity entity-name="ProductStore" description="${storeName} [${productStoreId}]" key-field-name="productStoreId" ></display-entity></field>
+        <field name="submitButton" title="${uiLabelMap.BlockItemsOutOfStock}"><submit button-type="button"/></field>
+    </form>
 </forms>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/ebaystore/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb  3 03:16:07 2010
@@ -0,0 +1 @@
+build

Modified: ofbiz/trunk/specialpurpose/ebaystore/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/build.xml?rev=905876&r1=905875&r2=905876&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/build.xml Wed Feb  3 03:16:07 2010
@@ -46,5 +46,6 @@
         <fileset dir="../../applications/product/build/lib" includes="*.jar"/>
         <fileset dir="../../applications/party/build/lib" includes="*.jar"/>
         <fileset dir="../../applications/order/build/lib" includes="*.jar"/>
+     <fileset dir="../../specialpurpose/ebay/build/lib" includes="*.jar"/>
     </path>
 </project>

Modified: ofbiz/trunk/specialpurpose/ebaystore/config/EbayStore.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/config/EbayStore.properties?rev=905876&r1=905875&r2=905876&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/config/EbayStore.properties (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/config/EbayStore.properties Wed Feb  3 03:16:07 2010
@@ -16,3 +16,19 @@
 # specific language governing permissions and limitations
 # under the License.
 ###############################################################################
+# eBay
+eBayExport.devID=
+eBayExport.appID=
+eBayExport.certID=
+eBayExport.token=
+eBayExport.restToken=
+eBayExport.compatibilityLevel=635
+# 0=US
+eBayExport.siteID=0
+# sandbox
+eBayExport.xmlGatewayUri=https://api.sandbox.ebay.com/ws/api.dll
+eBayExport.apiServerUrl=https://api.sandbox.ebay.com/wsapi
+# production
+#eBayExport.xmlGatewayUri=https://api.ebay.com/ws/api.dll
+
+eBayExport.customXml=<custom-xml><Currency>USD</Currency><UseTaxTable>false</UseTaxTable><DispatchTimeMax>3</DispatchTimeMax><ReturnPolicy><ReturnsAcceptedOption>ReturnsNotAccepted</ReturnsAcceptedOption></ReturnPolicy><ShippingDetails><ShippingType>Flat</ShippingType><ShippingServiceOptions><ShippingService>UPS2ndDay</ShippingService><ShippingServicePriority>1</ShippingServicePriority><ShippingServiceCost>5</ShippingServiceCost><ShippingServiceAdditionalCost>2</ShippingServiceAdditionalCost><ShippingSurcharge>1</ShippingSurcharge></ShippingServiceOptions></ShippingDetails></custom-xml>

Modified: ofbiz/trunk/specialpurpose/ebaystore/config/EbayStoreUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/config/EbayStoreUiLabels.xml?rev=905876&r1=905875&r2=905876&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/config/EbayStoreUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/config/EbayStoreUiLabels.xml Wed Feb  3 03:16:07 2010
@@ -28,4 +28,159 @@
         <value xml:lang="it">OFBiz</value>
         <value xml:lang="th">OFBiz</value>
     </property>
+    <property key="EbayStoreAccount">
+        <value xml:lang="en">eBay Account</value>
+        <value xml:lang="th">ส่งออกหมวดหมู่สินค้าเข้าคลังสินค้าในอีเบย์</value>
+    </property>
+    <property key="EbayExportAllCategoryToEbayStore">
+        <value xml:lang="en">Export categories to eBay store</value>
+        <value xml:lang="th">ส่งออกหมวดหมู่สินค้าเข้าคลังสินค้าในอีเบย์</value>
+    </property>
+    <property key="EbayExportToEbayStore">
+        <value xml:lang="en">Export To eBay Store</value>
+        <value xml:lang="th">การส่งออกไปยังคลังสินค้าอีเบย์</value>
+    </property>
+    <property key="EbayStore">
+        <value xml:lang="en">Ebay Store</value>
+        <value xml:lang="th">คลังสินค้าอีเบย์</value>
+    </property>
+    <property key="EbayStores">
+        <value xml:lang="en">Ebay Stores</value>
+        <value xml:lang="th">รายชื่อคลังสินค้าอีเบย์</value>
+    </property>
+    <property key="EbayStoreSetting">
+        <value xml:lang="en">Ebay Store Setting</value>
+        <value xml:lang="th">รายชื่อคลังสินค้าอีเบย์</value>
+    </property>
+    <property key="EbayStoreLoadSuccess">
+        <value xml:lang="en">Load Ebay Store success.</value>
+        <value xml:lang="th">โหลดข้อมูลคลังสินค้าอีเบย์เรียบร้อย</value>
+    </property>
+    <property key="EbayStoreSaveSuccess">
+        <value xml:lang="en">Save ebay setting success.</value>
+        <value xml:lang="th">บันทึกข้อมูลคลังสินค้าอีเบย์เรียบร้อย</value>
+    </property>
+    
+    <property key="EbayStoreStoreName">
+        <value xml:lang="en">Store Name</value>
+        <value xml:lang="th">ชื่อร้านค้า</value>
+    </property>
+    <property key="EbayStoreStoreDesc">
+        <value xml:lang="en">Store Description</value>
+        <value xml:lang="th">รายละเอียดร้านค้า</value>
+    </property>
+    <property key="EbayStoreStoreURL">
+        <value xml:lang="en">Store URL</value>
+        <value xml:lang="th">URL</value>
+    </property>
+    <property key="EbayStoreStoreLogoURL">
+        <value xml:lang="en">Logo URL</value>
+        <value xml:lang="th">โลโก url</value>
+    </property>
+    <property key="EbayStoreStoreAdvancedTheme">
+        <value xml:lang="en">Store Advanced Theme</value>
+        <value xml:lang="th">Theme สำเร็จรูป</value>
+    </property>
+    <property key="EbayStoreStoreAdvancedThemeColor">
+        <value xml:lang="en">Store Advanced Theme Color</value>
+        <value xml:lang="th">เลือกสีของ Theme</value>
+    </property>
+    <property key="EbayStoreStoreBasicTheme">
+        <value xml:lang="en">Store Basic Theme</value>
+        <value xml:lang="th">ธีมแบบธรรมดา</value>
+    </property>
+    
+    <property key="EbayStoreStoreColorTheme">
+        <value xml:lang="en">Change Color</value>
+        <value xml:lang="th">เปลี่ยนสี</value>
+    </property>
+    <property key="EbayStoreStorePrimaryColor">
+        <value xml:lang="en">Primary color</value>
+        <value xml:lang="th">สีหลัก</value>
+    </property>
+    <property key="EbayStoreStoreSecondColor">
+        <value xml:lang="en">Secondary color</value>
+        <value xml:lang="th">สีรอง</value>
+    </property>
+    <property key="EbayStoreStoreAccentColor">
+        <value xml:lang="en">Accent color</value>
+        <value xml:lang="th">Accent color</value>
+    </property>
+    <property key="EbayStoreStoreChangeFont">
+        <value xml:lang="en">Change Fonts</value>
+        <value xml:lang="th">เปลี่ยนตัวอักษร</value>
+    </property>
+    <property key="EbayStoreStoreSectionTitle">
+        <value xml:lang="en">Section title</value>
+        <value xml:lang="th">ส่วนของ title</value>
+    </property>
+    <property key="EbayStoreStoreHeaderDisplay">
+        <value xml:lang="en">Store Header Display</value>
+        <value xml:lang="th">Store header</value>
+    </property>
+    <property key="EbayStoreStoreHeaderStyle">
+        <value xml:lang="en">Store Header Style</value>
+        <value xml:lang="th">Store header Style</value>
+    </property>
+    <property key="EbayStoreStoreItemListDesplay">
+        <value xml:lang="en">Store Item List Display</value>
+        <value xml:lang="th"></value>
+    </property>
+    <property key="EbayStoreStoreItemSortOrder">
+        <value xml:lang="en">Store Item Sort Order</value>
+        <value xml:lang="th"></value>
+    </property>
+    <property key="EbayStoreStoreMerchDisplay">
+        <value xml:lang="en">Store Merch Display</value>
+        <value xml:lang="th"></value>
+    </property>
+    <property key="EbayStoreStoreSubscriptionLevel">
+        <value xml:lang="en">Store Subscription Level</value>
+        <value xml:lang="th"></value>
+    </property>
+    
+    <property key="EbayPersonalInformation">
+        <value xml:lang="en">Personal Information</value>
+    </property>
+    <property key="EbayAccountInformation">
+        <value xml:lang="en">Account Information</value>
+    </property>
+    <property key="EbayUserPreference">
+        <value xml:lang="en">User Preference</value>
+    </property>
+    <property key="EbayAutomationRelistItems">
+        <value xml:lang="en">Automation Re-list Items</value>
+    </property>
+    
+    <property key="EbayBoughtLeaveFeedback">
+        <value xml:lang="en">Bought</value>
+    </property>
+    
+    <property key="EbayFeedback">
+        <value xml:lang="en">Feedback</value>
+        <value xml:lang="th">ผลตอบรับ</value>
+    </property>
+    <property key="EbayFeedbackStore">
+        <value xml:lang="en">Feedback Store</value>
+    </property>
+    <property key="EbayLeaveFeedback">
+        <value xml:lang="en">Leave Feedback</value>
+    </property>
+    <property key="EbaySoldLeaveFeedback">
+        <value xml:lang="en">Sold</value>
+    </property>
+    <property key="EbayBlockItemOutOfStock">
+        <value xml:lang="en">Block items out of stock</value>
+    </property>
+    
+    <!-- ebay inventory -->
+    <property key="EbayReserveProductFrom">
+        <value xml:lang="en">Reserve Product From</value>
+    </property>
+    <property key="EbayReserveProductInventory">
+        <value xml:lang="en">Reserve Product Inventory</value>
+    </property>
+    <property key="EbayUpdateInventory">
+        <value xml:lang="en">Update To Ebay Inventory</value>
+    </property>
 </resource>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<entity-engine-xml>
+    <!-- Ebay Store Demo Data -->    
+    <Party partyId="esandbox10543" partyTypeId="PERSON"/>
+    <Person partyId="esandbox10543" firstName="Demo ebay account" lastName="USA"/>
+    <PartyRole partyId="esandbox10543" roleTypeId="EBAY_ACCOUNT"/>
+    <UserLogin userLoginId="esandbox10543" partyId="esandbox10543" currentPassword="{SHA}bbf272ce445e1c48d94096afdba6a7888c1df1fe"/>
+    <ProductStore productStoreId="esandbox10543_store" storeName="OFBiz Ebay Store-USA" companyName="Apache Ofbiz" title="Test esandbox10543 store"
+        subtitle="Part of the Open For Business Family of Open Source Software" payToPartyId="esandbox10543" daysToCancelNonPay="30" prorateShipping="Y" prorateTaxes="Y"
+        inventoryFacilityId="WebStoreWarehouse" oneInventoryFacility="Y" checkInventory="Y" reserveInventory="Y" balanceResOnOrderCreation="Y" reserveOrderEnumId="INVRO_FIFO_REC" requireInventory="N"
+        defaultLocaleString="en_US" defaultCurrencyUomId="USD" defaultSalesChannelEnumId="EBAY_SALES_CHANNEL" allowPassword="Y" explodeOrderItems="N" retryFailedAuths="Y" reqReturnInventoryReceive="N"
+        headerApprovedStatus="ORDER_APPROVED" itemApprovedStatus="ITEM_APPROVED" digitalItemApprovedStatus="ITEM_APPROVED" headerDeclinedStatus="ORDER_REJECTED"
+        itemDeclinedStatus="ITEM_REJECTED" headerCancelStatus="ORDER_CANCELLED" itemCancelStatus="ITEM_CANCELLED" orderNumberPrefix="WS"
+        authDeclinedMessage="There has been a problem with your method of payment. Please try a different method or call customer service."
+        authFraudMessage="Your order has been rejected and your account has been disabled due to fraud."
+        authErrorMessage="Problem connecting to payment processor; we will continue to retry and notify you by email."
+        storeCreditValidDays="90" storeCreditAccountEnumId="FIN_ACCOUNT"
+        visualThemeId="EC_DEFAULT" prodSearchExcludeVariants="Y" autoApproveInvoice="Y" shipIfCaptureFails="Y" autoApproveOrder="Y" showOutOfStockProducts="Y"/>
+    <ProductStoreRole partyId="esandbox10543" roleTypeId="EBAY_ACCOUNT" productStoreId="esandbox10543_store" fromDate="2010-01-01 16:19:47.058"/>
+    <ProductStoreCatalog productStoreId="esandbox10543_store" prodCatalogId="eBayCatalog" fromDate="2010-01-01 16:19:47.058"/>
+    <ProductStoreFacility productStoreId="esandbox10543_store" facilityId="WebStoreWarehouse" fromDate="2010-01-01 16:19:47.058"/>
+    
+    <WebSite webSiteId="EBAY_STORE" siteName="eBay Store" standardContentPrefix="http://demo.ofbiz.org" productStoreId="esandbox10543_store"/>
+    <EbayConfig productStoreId="esandbox10543_store" devId="f3586481-93c7-4aaf-ab87-d383d56b71b1" appId="antwebc0f-9bf9-4829-998b-e5e8fb773ac" certId="7f363bc0-11d6-489a-a54d-4a44de82f790" compatibilityLevel="643" siteId="0" xmlGatewayUri="https://api.sandbox.ebay.com/ws/api.dll"  apiServerUrl="https://api.sandbox.ebay.com/wsapi"  webSiteId="EBAY_STORE">
+        <token><![CDATA[AgAAAA**AQAAAA**aAAAAA**PC5MSw**nY+sHZ2PrBmdj6wVnY+sEZ2PrA2dj6wJnY+lCZiGoA2dj6x9nY+seQ**0jgBAA**AAMAAA**YxqcpdWbgFwYg1G+3AhOonR2/yllz3IJ5VoJyU75texuETwabGgsN4f6OfeBGWejUx10heCKG7wcM4JI+Fqk8Zg64L51JL3/Vm7dYo8VHd8wfixWIdMmhheYFwOdBtxcTb93NLeJa6uxvBJYrSS7O0RcQ3KPhOVJvt7KfVT009o2/02tuX7vbMoHV+Meszli4eVAnB9Fbt6ag2nq46+2/AzMIO4rZE23ozLfh6c4W+QkD6BcaFzLmhVE+7Ni9y7y26QHfUUdjBOEF6ewLpZJsSIoQZC9y4J/yF15Ann9NiamtmFj5IeX4uNIKegEt8EwFSqtpxjgVngcAmMaM8/hk9uQVnFKHTjhK3koUrT7zu/+tk2twJfGF9odb+/5uTVJZ8Lywl/LwEdadv2wjpTdQqHF2bV84cSRhOKrlsYr9xFqgqNDpnmCFXkQKGhycWzMzxcBmiRT5VXJfBjbTGGdmfAf7TVcoU/4C3F3kvzEJhcxU9WbMvj58TmW+VvYS7oy4kOyTiyr3alkz/+HJYGIuttnkzqsIVIPaSXyyuFNWQmQL+0GlJ1n7EoKCevuVsTYgayQEN39TPeXg8ADmf5Pf19BlPxRFNkKvANxE0k3ac+whUwpkfBgx6lApOcwKQMXioi7NrN3MROL/1qrO2+N5sl4kr9nbuvEk9mPDJnmNdB7lzgoESo+se3ZmY9KJ6v08uQ02N1/SjHtmeiojayaR/DqeJiFSoAnU4winzA5GQGNjzEHUpSf1Kj+IZudhT9r]]></token>
+        <customXml><![CDATA[<custom-xml><Currency>USD</Currency><UseTaxTable>false</UseTaxTable><DispatchTimeMax>3</DispatchTimeMax><ReturnPolicy><ReturnsAcceptedOption>ReturnsNotAccepted</ReturnsAcceptedOption></ReturnPolicy><ShippingDetails><ShippingType>Flat</ShippingType><ShippingServiceOptions><ShippingService>UPS2ndDay</ShippingService><ShippingServicePriority>1</ShippingServicePriority><ShippingServiceCost>5</ShippingServiceCost><ShippingServiceAdditionalCost>2</ShippingServiceAdditionalCost><ShippingSurcharge>1</ShippingSurcharge></ShippingServiceOptions></ShippingDetails></custom-xml>]]></customXml>
+    </EbayConfig>
+    
+</entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreHelpData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreHelpData.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreHelpData.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreHelpData.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <!-- eBay store -->
+    <DataResource dataResourceId="HELP_EBAY_STORE" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS"
+        dataResourceName="eBay Store" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="HELP_EBAY_STORE" contentTypeId="DOCUMENT" contentName="eBay Store" templateDataResourceId="HELP_TEMPL"
+        dataResourceId="HELP_EBAY_STORE" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_EBAY_STORE" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000"  mapKey="EBAY_STORE_main"/>
+  
+    <DataResource dataResourceId="EBAY_NewEbayAccount" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_NewEbayAccount.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_NewEbayAccount" contentTypeId="DOCUMENT" contentName="EBay store new ebay Account" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_NewEbayAccount" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_NewEbayAccount" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_NewEbayAccount"/>
+    
+    <DataResource dataResourceId="EBAY_StoreSetting" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_StoreSetting.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_StoreSetting" contentTypeId="DOCUMENT" contentName="EBay store setting" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_StoreSetting" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_StoreSetting" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_ebayStoreDetail"/>
+    
+    <DataResource dataResourceId="EBAY_ExpCatToEbay" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ExportCategoriesToEbay.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_ExpCatToEbay" contentTypeId="DOCUMENT" contentName="EBay export categories to store" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_ExpCatToEbay" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_ExpCatToEbay" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_exportCategoryEbayStore"/>
+    
+    <!-- ebay feedback -->
+    <DataResource dataResourceId="EBAY_LeaveFeedback" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_LeaveFeedback.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_LeaveFeedback" contentTypeId="DOCUMENT" contentName="EBay Leave Feedback" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_LeaveFeedback" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_LeaveFeedback" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_LeaveFeedback"/>
+    
+    <DataResource dataResourceId="EBAY_Feedback" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_Feedback.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_Feedback" contentTypeId="DOCUMENT" contentName="EBay Feedback" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_Feedback" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_Feedback" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_Feedback"/>
+    
+    <DataResource dataResourceId="EBAY_AutoPref" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_AutoPref" contentTypeId="DOCUMENT" contentName="EBay Automation Preferences" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_AutoPref" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_AutoPref" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_AutomationPreferences"/>
+    
+    <!-- block out of stock  -->
+    <DataResource dataResourceId="EBAY_BlockItem" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_BlockItemOutStock.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_BlockItem" contentTypeId="DOCUMENT" contentName="Block item that out of stock on eBay" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_BlockItem" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_BlockItem" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_blockItemOutOfStock"/>
+    
+    <!-- ebay product inventory -->
+    <DataResource dataResourceId="EBAY_ProdInventory" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ProductInventory.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_ProdInventory" contentTypeId="DOCUMENT" contentName="handle ebay store inventory by ofbiz inventory" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_ProdInventory" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_ProdInventory" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_ebayStoreInventory"/>    
+    
+    <DataResource dataResourceId="EBAY_reserveProd" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ReserveProduct.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" />
+    <Content contentId="EBAY_reserveProd" contentTypeId="DOCUMENT" contentName="reserve product from ofbiz inventory" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_reserveProd" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
+    <ContentAssoc contentId="HELP_EBAY_STORE" contentIdTo="EBAY_reserveProd" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_STORE_reserveEbayProductInventory"/>
+</entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/EbayStorePortletData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/EbayStorePortletData.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/EbayStorePortletData.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/EbayStorePortletData.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<entity-engine-xml>
+    
+    <PortalPortlet portalPortletId="EbayPersonalInfo"
+        portletName="Ebay Personal Information"
+        screenName="EbayPersonalInformation"
+        screenLocation="component://ebaystore/widget/EbayAccountScreens.xml"
+        description="Ebay Personan Information"/>
+    <PortletPortletCategory portalPortletId="EbayPersonalInfo" portletCategoryId="PROFILE"/>
+    
+    <PortalPage portalPageId="EbayAccount" sequenceNum="0" portalPageName="Ebay Account Portal Page" description="Ebay Account page using flexible Portal technology" ownerUserLoginId="_NA_"/>
+    <PortalPageColumn portalPageId="EbayAccount" columnSeqId="00001" columnWidthPercentage="50"/>
+    <PortalPageColumn portalPageId="EbayAccount" columnSeqId="00002"/><!-- no width in pixels or percent, use the rest of the space available -->
+    
+    <PortalPagePortlet portalPageId="EbayAccount" portalPortletId="EbayPersonalInfo" portletSeqId="00001" columnSeqId="00001" sequenceNum="1"/>
+    
+</entity-engine-xml>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreScheduledJobs.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreScheduledJobs.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreScheduledJobs.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreScheduledJobs.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<entity-engine-xml>
+    <!-- Automatic Re-list items when they are sold and out of quantity every day -->
+    <TemporalExpression tempExprId="EBAY_RELIST_ITEMS" tempExprTypeId="FREQUENCY" integer1="5" integer2="1"/>
+    <JobSandbox jobId="EBAY_RELIST_ITEMS" jobName="Ebay Relist Items" runTime="2000-01-01 00:00:00.000" serviceName="automaticEbayRelistSoldItems" poolId="pool" runAsUser="system" tempExprId="EBAY_RELIST_ITEMS" maxRecurrenceCount="-1"/>
+</entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreSecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreSecurityData.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreSecurityData.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreSecurityData.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <!-- eBay component security -->
+    <SecurityPermission description="All operations in the eBay Store application." permissionId="EBAYSTORE_ADMIN"/>
+    <SecurityPermission description="View operations in the eBay Store application." permissionId="EBAYSTORE_VIEW"/>
+
+    <SecurityGroupPermission groupId="FLEXADMIN" permissionId="EBAYSTORE_VIEW"/>
+    <SecurityGroupPermission groupId="FULLADMIN" permissionId="EBAYSTORE_ADMIN"/>
+    <SecurityGroupPermission groupId="VIEWADMIN" permissionId="EBAYSTORE_VIEW"/>
+    <SecurityGroupPermission groupId="BIZADMIN" permissionId="EBAYSTORE_VIEW"/>
+
+</entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreTypeData.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreTypeData.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/EbayStoreTypeData.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <RoleType roleTypeId="EBAY_ACCOUNT" hasTable="N" description="eBay Account"/>
+    <RoleType roleTypeId="COMMENTATOR" hasTable="N" description="Commentator"/>
+    
+    <EnumerationType description="Inventory Reservation For Ebay Store" enumTypeId="EBAY_INV_RESERVE" hasTable="N" parentTypeId=""/>
+    <Enumeration description="ebay inventory reserve" enumCode="EBAY_INV" enumId="EBAY_INV_RES" sequenceId="01" enumTypeId="EBAY_INV_RESERVE"/>
+</entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>Ebay Store Detail screen.</title>
+    <para>
+     This section contains all Auto setting of specify Account.
+ </para>
+    <section>
+ <title>Fields Description : </title>
+ <section>
+ <title>
+   Automation Re-list Items
+ </title>
+ <para>
+ Automation Re-list Items is setting when items are sold or quantity empty or don't active and then auto re-listing those items.
+ </para>
+ <section>
+ <orderedlist>
+ <listitem><para>Start Date have to start before today or finish date. Format: yyyy-MM-dd HH:mm:ss.SSS"</para></listitem>
+ </orderedlist>
+ <orderedlist>
+ <listitem><para>Finish Date have to is after start date. Format: yyyy-MM-dd HH:mm:ss.SSS"</para></listitem>
+ </orderedlist>
+ </section>
+ <section>
+ <title>Note :</title>
+ <para>If you don't set finish date Automation Re-list continue to do.</para>
+ </section>
+ </section>
+    </section>
+</section>
+

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_BlockItemOutStock.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_BlockItemOutStock.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_BlockItemOutStock.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_BlockItemOutStock.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>Block item that out of stock screen.</title>
+    <para>
+        The screen allow user to block items that out of stock on eBay inventory.
+        First you should input your store id and click on Block out of stock button to complete this function.
+        When you click Block out of stock button, this function will block your items on inventory that quantity is zero.
+    </para>
+    
+</section>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>Ebay Store screen.</title>
+    <para>
+This screen allows the user to access to ebay store by using their account and you can set up and manage your ebay store in ofbiz.
+Before you take action on this function, you should already have an ebay store and ebay account on the ebay site  because ebay does not allow to create a store from third party site.</para>
+    <section>
+ <title>How to start ebay store in ofbiz?</title>
+ <orderedlist>
+    <listitem><para>Register with ebay developer site to obtain keys and certificate (eBayExport.devId,eBayExport.appId,eBayExport.cerId and eBayExport.token etc.) at<link xl:href="https://developer.ebay.com/join/">Join with ebay developers</link> </para></listitem>
+    <listitem><para>Press 'New Ebay Account' button to create your ebay account in ofbiz. After you have created ,the system will generate new product store in ofbiz which link to ebay store.
+(note :An ebay account in ofbiz  use for access to your ebay store on the ebay site)</para></listitem>
+    <listitem><para>Put your keys  in Ebay Configurations Tab.</para></listitem>
+ </orderedlist>
+    </section>
+    <section>
+ <title>How to connect to your ebay store?</title>
+ <orderedlist>
+    <listitem><para>Go to 'Ebay Accounts' section select your account then press 'submit' button,the system will show functions.</para></listitem>
+ </orderedlist>
+    </section>
+</section>
+
+

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ExportCategoriesToEbay.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ExportCategoriesToEbay.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ExportCategoriesToEbay.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ExportCategoriesToEbay.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>Ebay Store Export categories to ebay store screen.</title>
+    <para>
+The screen allow user to export categories and product to eBay store.
+First you should select catalog and click on Export to eBay store button to complete function.
+When you click Export to eBay store button, this function will add your categories that in catalog selected to eBay store also add product to categories too.</para>
+
+</section>
+
+
+
+
+

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_Feedback.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_Feedback.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_Feedback.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_Feedback.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>EBay Feedback help screen.</title>
+    <para>
+ This screen show
+ </para>
+    <section>
+ <title>Items Awaiting Feedback</title>
+ <section>
+ <para>This section list Items, they are sold or bought and have link to Leave Feedback screen.
+ This list you can see itemId, title, user and link to leave feedback to buyer or seller.
+ <link xl:href="http://developer.ebay.com/DevZone/support/knowledgebase/">See more info</link></para>
+ </section>
+    </section>
+    <section>
+ <title>Recent Feedback</title>
+ <section>
+ <para>This section list recent feedback message from commentator (buyer) who do transaction with this account.</para>
+ </section>
+    </section>
+</section>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_LeaveFeedback.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_LeaveFeedback.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_LeaveFeedback.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_LeaveFeedback.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>EBay Leave Feedback help screen.</title>
+    <section>
+ <section>
+ <para>
+ This screen have 3 tab button All, bought, sold. "All" = bought and sold, "bought" = this account is buyer, "sold" = this account is seller.
+ All item in the list can leave message to buyer and  seller multi action that mean each item is seperated. If item is bought it have 3 options to select
+ and then when select "Positive", "Neutral" and "Negative" a rating section appear,add rating to seller, and comment, if select "I'll leave Feedback later" a rating section disappear.
+ If item is sold it have 2 options to select and then when select "Positive" a comment box appear to add comment text to buyer, if select "I'll leave Feedback later" this comment box will disappear.
+ </para>
+ </section>
+ <section>
+ <title>
+ Note :
+ </title>
+ <para>
+ If you don't add comment in text box, leave feedback don't send.
+ </para>
+ </section>
+    </section>
+</section>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_NewEbayAccount.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_NewEbayAccount.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_NewEbayAccount.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_NewEbayAccount.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>New Ebay Account screen.</title>
+    <para>
+This screen allows the user to add new ebay account for access to using their ebay store.
+    </para>
+    <section>
+        <title>Fields Description :</title>
+        <orderedlist>
+            <listitem><para>Enter  'Salutation' (ex:Mr,miss,Missis)</para></listitem>
+    <listitem><para>Enter  'First Name' (ex:Demo)</para></listitem>
+    <listitem><para>Enter  'Middle Name'</para></listitem>
+    <listitem><para>Enter  'Last Name' (ex: DemoLastName)</para></listitem>
+    <listitem><para>Enter  'Gender'</para></listitem>
+    <listitem><para>Enter  'User Login Id' (ex:exbaySandBox123) which you registered on ebay</para></listitem>
+    <listitem><para>Enter  'Current Password' the same which you registered on ebay</para></listitem>
+            <listitem><para>Press the 'Create' button.</para></listitem>
+        </orderedlist>
+    </section>
+ <section>
+        <title>Note :</title>
+        <orderedlist>
+            <listitem><para>Go to Party module -> Search your party -> then you can update your profiles</para></listitem>
+        </orderedlist>
+    </section>
+</section>

Added: ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ProductInventory.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ProductInventory.xml?rev=905876&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ProductInventory.xml (added)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/helpdata/HELP_EBAY_ProductInventory.xml Wed Feb  3 03:16:07 2010
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>Handle Ebay Product Inventory screen.</title>
+    <para>
+This screen allows the user to manage reserve products from ofbiz inventory to their ebay store and then user can use this screen to upload that products into ebay product inventory on ebay site following an ebay account. In this screen user can manage their ebay store inventory from ofbiz, the screen will show status of product on ebay product inventory (Product Avialabel to list, active, sold, unsold and scheduled</para>
+    <section>
+ <title>This function used for : </title>
+ <orderedlist>
+    <listitem><para>Handle ofbiz inventory and ebay product inventory follow an ebay account</para></listitem>
+    <listitem><para>Reserve product from ofbiz inventory</para></listitem>
+    <listitem><para>Upload product to  ebay product inventory</para></listitem>
+    <listitem><para>Show status of product(QTY, Avialable to listing, scheduled, sold, unsold and active listing) </para></listitem>
+    <listitem><para>Show Quantity of product</para></listitem>
+ </orderedlist>
+    </section>
+    <section>
+ <title>How to go to reserve product?</title>
+ <orderedlist>
+    <listitem><para>Go to inventory Details section.</para></listitem>
+    <listitem><para>Press on "Reserve product inventory" button</para></listitem>
+    <listitem><para>The system will show reserve product screen</para></listitem>
+ </orderedlist>
+    </section>
+    <section>
+ <title>How to update inventoy and status on ebay site?</title>
+ <orderedlist>
+    <listitem><para>Go to inventory Details section.</para></listitem>
+    <listitem><para>Press on "Update to ebay inventory" button</para></listitem>
+    <listitem><para>The system will update product and qty to ebay inventory on ebay site</para></listitem>
+ </orderedlist>
+    </section>
+    <section>
+ <title>Fields Description : </title>
+ <orderedlist>
+    <listitem><para>ProductId (productId in ofbiz catalog)</para></listitem>
+    <listitem><para>ProductName (Name of product)</para></listitem>
+    <listitem><para>Qty Reserved (Quantity of product that user reserved from ofbiz inventory)  </para></listitem>
+    <listitem><para>Available To Promise Listing (Quantity of product that user can use create listing)</para></listitem>
+    <listitem><para>Ebay Product Id (this field used for keep productId from ebay inventory because  Ebay site not allow user to create productId to their system)</para></listitem>
+    <listitem><para>Active Listing (Quantity of product that user can use create listing)</para></listitem>
+            <listitem><para>sold (Quantity of product that sold)</para></listitem>
+            <listitem><para>un Sold (Quantity of product that still un sold)</para></listitem>
+            <listitem><para>reserved date</para></listitem>
+    <listitem><para>note: The user can not create ebay listing and sell product on ebay site greater than amount they made a reservation only.</para></listitem>
+ </orderedlist>
+    </section>
+    <section>
+ <title>Note : </title>
+ <orderedlist>
+    <listitem><para>Please subscribed to Selling Manager Pro before you use this function because ebay product inventory will open when you start selling manager pro on ebay site</para></listitem>
+    <listitem><para><link xl:href="http://pages.ebay.com/selling_manager_pro">To subscribe for production site </link></para></listitem>
+    <listitem><para><link xl:href="http://k2b-bulk.sandbox.ebay.com/ws/eBayISAPI.dll?MyeBaySellingPendingListings">To upgrade store level for sandbox site </link>(The normal level for sandbox store is basic, the user should upgrade to premium when you want to use inventory function with ebay sandbox.)</para></listitem>
+ <listitem><para>How to upgrade sandbox store level?</para></listitem>
+    <listitem><para>Click on the link "To upgrade store level for sandbox site"</para></listitem>
+    <listitem><para>Go to "Selling Related links" section</para></listitem>
+    <listitem><para>Click on "Edit my eBay store"</para></listitem>
+    <listitem><para>Page Manage my eBay store will show up</para></listitem>
+    <listitem><para>Go to "Store Usage Information" section</para></listitem>
+ <listitem><para>Click upgrade at "Subscription level" then select "Premium Store" and "Selling Manager Pro" submit.</para></listitem>
+ </orderedlist>
+    </section>
+</section>