This is an automated email from the ASF dual-hosted git repository.
holivier pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git. from a905d45 Improved: Rename a few map files (OFBIZ-11882) new 7ecfaeb Documented: ofbiz-plugins / ebay, migration for Help docbook file to asciidoc (OFBIZ-11587) new 8f57d0c Documented: migrate help link to asciidoc user manual for Plugin Ebay (OFBIZ-11587) new b76ee41 Documented: migrate help link to asciidoc developer manual for Plugins dedicated for developer (OFBIZ-11587) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../asciidoc/plugins-developer-manual.adoc | 26 ++++---- .../asciidoc/plugins-user-manual.adoc | 18 ++++-- ebay/data/EbayHelpData.xml | 65 +------------------ ebay/data/{helpdata => }/HELP_EBAY.xml | 19 +++--- ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml | 34 ---------- .../helpdata/HELP_EBAY_EditEbayConfiguration.xml | 47 -------------- ebay/data/helpdata/HELP_EBAY_Features.xml | 41 ------------ .../data/helpdata/HELP_EBAY_FindConfigurations.xml | 54 ---------------- ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml | 48 -------------- .../helpdata/HELP_EBAY_ManageOrdersFromEbay.xml | 47 -------------- .../helpdata/HELP_EBAY_ProductsExportToEbay.xml | 57 ---------------- ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml | 52 --------------- ebay/data/helpdata/HELP_EBAY_eBayOrders.xml | 47 -------------- ebay/data/helpdata/HELP_EBAY_main.xml | 75 ---------------------- ebay/documents/Ebay.xml | 38 ----------- .../asciidoc/_include/ebay-ShippingMethods.adoc | 38 +++++++++++ .../asciidoc/_include/ebay-configurations.adoc | 55 ++++++++++++++++ .../asciidoc/_include/ebay-export-to-ebay.adoc | 59 +++++++++++++++++ .../ebay-filter-result-search-product.adoc | 37 +++++++++++ .../docs/asciidoc/_include/ebay-import-orders.adoc | 36 +++++++++++ .../_include/ebay-import-single-transaction.adoc | 37 +++++++++++ ebay/src/docs/asciidoc/_include/ebay-intro.adoc | 52 +++++++++++++++ .../asciidoc/_include/ebay-search-product.adoc | 17 +++-- ebay/src/docs/asciidoc/ebay.adoc | 50 +++++++++++++++ ebay/widget/CommonScreens.xml | 3 +- ebay/widget/EbayScreens.xml | 22 +++++-- 26 files changed, 435 insertions(+), 639 deletions(-) copy ecommerce/template/order/CcInfo.ftl => docs/asciidoc/plugins-developer-manual.adoc (67%) copy assetmaint/data/AssetMaintSeedData.xml => docs/asciidoc/plugins-user-manual.adoc (70%) rename ebay/data/{helpdata => }/HELP_EBAY.xml (74%) delete mode 100644 ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_EditEbayConfiguration.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_Features.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_FindConfigurations.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_ProductsExportToEbay.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_eBayOrders.xml delete mode 100644 ebay/data/helpdata/HELP_EBAY_main.xml delete mode 100644 ebay/documents/Ebay.xml create mode 100644 ebay/src/docs/asciidoc/_include/ebay-ShippingMethods.adoc create mode 100644 ebay/src/docs/asciidoc/_include/ebay-configurations.adoc create mode 100644 ebay/src/docs/asciidoc/_include/ebay-export-to-ebay.adoc create mode 100644 ebay/src/docs/asciidoc/_include/ebay-filter-result-search-product.adoc create mode 100644 ebay/src/docs/asciidoc/_include/ebay-import-orders.adoc create mode 100644 ebay/src/docs/asciidoc/_include/ebay-import-single-transaction.adoc create mode 100644 ebay/src/docs/asciidoc/_include/ebay-intro.adoc copy assetmaint/data/AssetMaintSeedData.xml => ebay/src/docs/asciidoc/_include/ebay-search-product.adoc (54%) create mode 100644 ebay/src/docs/asciidoc/ebay.adoc |
This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git commit 7ecfaebc721a5393a46cdec4eb35740dbd875ea0 Author: holivier <[hidden email]> AuthorDate: Fri Apr 17 17:54:53 2020 +0200 Documented: ofbiz-plugins / ebay, migration for Help docbook file to asciidoc (OFBIZ-11587) - ebay.adoc call (with include) other files --- .../asciidoc/_include/ebay-ShippingMethods.adoc | 38 ++++++++++++++ .../asciidoc/_include/ebay-configurations.adoc | 55 ++++++++++++++++++++ .../asciidoc/_include/ebay-export-to-ebay.adoc | 59 ++++++++++++++++++++++ .../ebay-filter-result-search-product.adoc | 37 ++++++++++++++ .../docs/asciidoc/_include/ebay-import-orders.adoc | 36 +++++++++++++ .../_include/ebay-import-single-transaction.adoc | 37 ++++++++++++++ ebay/src/docs/asciidoc/_include/ebay-intro.adoc | 52 +++++++++++++++++++ .../asciidoc/_include/ebay-search-product.adoc | 29 +++++++++++ ebay/src/docs/asciidoc/ebay.adoc | 50 ++++++++++++++++++ 9 files changed, 393 insertions(+) diff --git a/ebay/src/docs/asciidoc/_include/ebay-ShippingMethods.adoc b/ebay/src/docs/asciidoc/_include/ebay-ShippingMethods.adoc new file mode 100644 index 0000000..a978136 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-ShippingMethods.adoc @@ -0,0 +1,38 @@ +//// +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. +//// += Shipping Methods Configuration +This screen allows the user to add shipping methods rate for intregrate ofbiz and Ebay. + +== How to add shipping methods? +. Enter 'Shipment Method Name ' (ex:'LocalDelivery') +. Select 'product store' (ex:'OFBiz E-Commerce Store [9000]') +. Enter 'Amount' +. Enter 'Additional Amount' (if you want ) +. Enter 'Additional Percent' (if you want ) +. Enter 'Method Type Enum Id' (ex:Flat Rate Shipping) +. Enter 'Carrier Party Id' select from lookup (Default is UPS) +. select 'Shipment Method Type Id' +. Press the 'Add' button to add shipping method. + +== How to update shipping methods? +. Update the fields required in the screen +. Press the 'Update' button + +== How to delete shipping methods? +. Press the 'Delete' button in each shipping method diff --git a/ebay/src/docs/asciidoc/_include/ebay-configurations.adoc b/ebay/src/docs/asciidoc/_include/ebay-configurations.adoc new file mode 100644 index 0000000..6ef5263 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-configurations.adoc @@ -0,0 +1,55 @@ +//// +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. +//// += Configurations +The default screen is for the Ebay Configurations tab is 'Ebay Configurations'. +It is used to locate existing configurations that have been created automatically by the system or manually by the user. + +It can also be used to create a new configurations or edit to integration between OFBiz and eBay. + +== How to find Ebay configurations? +. Select 'product store' you want to see configuration. (Example product store is 'OFBiz E-Commerce Store [9000]') +. Select 'web site' if known. +. Press the 'Search' button to view configurations. +. Select 'Any' then Press the 'Search' button to view all configurations. + +== New/Edit Ebay configurations. +This screen allows the user to create or edit an Ebay Configuration for intregrate ofbiz and Ebay. + +Press New on top or 'Edit' button at product store you want to edit configuration. +System will show screen for edit/create configuration data. + +Ebay Configuration use for put keys and certificate get from ebay develop site after you register. + +=== How to edit Ebay configurations? +. Please Select 'product store' you want to create configuration. Example product store is 'OFBiz E-Commerce Store [9000]') +. Enter 'Dev Id' (ex:f3586481-93c7-4aaf-ab87-d383d56b71b1) +. Enter 'App Id' (ex:antwebc0f-9bf9-4829-998b-e5e8fb773ac) +. Enter 'Cert Id' (ex:7f363bc0-11d6-489a-a54d-4a44de82f790) +. Enter 'Token' (# token key generated from ebay account ex:AgAAAA**AQAAAA**aAAAAA**Ccn7Sg.....) +. Enter 'Compatibility Level' (ex:635) +. Enter 'Site Id' (ex:0=US ,15=AU) +. Enter 'Xml Gateway Uri' + + # sandbox -eBayExport.xmlGatewayUri=https://api.sandbox.ebay.com/ws/api.dll + + # production -eBayExport.xmlGatewayUri=https://api.ebay.com/ws/api.dll) +. Enter 'Custom XML' +. Enter 'Web Site' (ebay) +. Press the 'Update' button to create configurations. + +== Delete Ebay configurations. +. Press 'Delete' button at product store you want to delete configuration. diff --git a/ebay/src/docs/asciidoc/_include/ebay-export-to-ebay.adoc b/ebay/src/docs/asciidoc/_include/ebay-export-to-ebay.adoc new file mode 100644 index 0000000..d9f4ff4 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-export-to-ebay.adoc @@ -0,0 +1,59 @@ +//// +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. +//// += Export to eBay (product) +This screen allows the user to setup properties of products for the start auction on ebay, And allows the user to export product +to the ebay site. + +On the 'Export Products to eBay' section have many fields to use for start auction listing(products) on the ebay site. + +== Fields Description : +. eBay Category : Ofbiz retrieve this field from ebay categories and threre are several levels. + + You may need to select several time to get your categories for example : + + Your product is in "Drawing" category but the category is lower level of "Art" and ".......". + + So you need to select "Art" first and .... and "Drawing" to get the category. +. Country : use for select country you want to show the listing on the ebay site. +. Location : for located item location. +. Listing Duration is a duration for auction and show the listing on ebay. +. Start Price is a price for start auction + + (note : if you product have a minimum price (* Purpose is 'eBay Auction') don't need to set this field, + the system will auto use the minimum price for start auctions. ) +. Quantity : Quantity of product +. Website : +. Web Site Url : +. Payment Methods Accepted : This is Type of payment you want to use on the ebay. +. PayPal email : We need it when you select payment by paypal. +. Custom XML : It was auto generate from ebay configurations, it use for ebay know about currency, + shipping method and other informations for shipping with this listing. + +== How to set export products? +. select ebay category you want to put products(listing). + + You may need to select several time to get your categories for example : + Your product is in "Drawing" category but the category is lower level of "Art" and ".......". + + So you need to select "Art" first and .... and "Drawing" to get the category. +. select country you want to show the listing on the ebay site. +. enter location +. select duration for auction and show the listing on ebay. +. enter start price, if you product have a minimum price (* Purpose is 'eBay Auction') don't need to set this field, + the system will auto use the minimum price for start auctions. +. select Website but now this field +. enter Website url (*require field) +. Select at least one payment method +. enter paypal email when you select payment by paypal. +. For Custom XML it was auto generate from ebay configurations, but if you want to change you can edit. +. Press 'Export to Ebay' button then system will post your listing to ebay site. +. note : when export process is success system will be return message to show on the screen and tell you what is done. diff --git a/ebay/src/docs/asciidoc/_include/ebay-filter-result-search-product.adoc b/ebay/src/docs/asciidoc/_include/ebay-filter-result-search-product.adoc new file mode 100644 index 0000000..927bca2 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-filter-result-search-product.adoc @@ -0,0 +1,37 @@ +//// +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. +//// += Filter result after search Products in category screen. +This screen allows the user to see the results of products the find it from conditions. + +The user can select products they want export to ebay categories in this screen. + +== How to remove the conditions to find products? +In the section 'Search Products, you searched for:' you will see list of conditions show on the top in the section, + So you can click 'X' to remove the condition you don't want and then the results of products will have changes. + +== What is a 'refine search' button? +The 'Refine search' button use for go back to page to put the conditions again. + +== How to select products? +In the results section you can select products which you want to export by use checkbox in front of name of products. + You can select one or many products if you want. + +== What is 'Export To eBay' button? +After you select products then you want to export it you can click 'Export To eBay' button. + It will take you to go to the screen for setup ebay categories, start price for auction and payment method before + you export the products. diff --git a/ebay/src/docs/asciidoc/_include/ebay-import-orders.adoc b/ebay/src/docs/asciidoc/_include/ebay-import-orders.adoc new file mode 100644 index 0000000..44a4f40 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-import-orders.adoc @@ -0,0 +1,36 @@ +//// +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. +//// += Ebay Orders Import screen. +This screen allows the user to find and import orders data from ebay site. + +you can search an order by specify begin/end time then select orders to import + +== Section 'Search Options'. +. select product store ex: use 'OFBiz E-Commerce Store' because example ebay catalog link with this store. +. enter begin time in field 'From Date Time' +. enter end time in field 'Thru Date Time' +. Press 'Find' button then system will show results from ebay site. + +== Section 'Search Results'. +This section show search results, it has many detail get from ebay site, + +At the last filed on the screen left you will see checkbox for select the order rows and then import it into ofbiz. + +== How to import order from eBay? +. Click checkbox at rows you want to import orders in the 'Search Result' section +. Press 'Import Orders From ebay' button then system will return the message on the screen + and you can check orders list in the 'Order' module. diff --git a/ebay/src/docs/asciidoc/_include/ebay-import-single-transaction.adoc b/ebay/src/docs/asciidoc/_include/ebay-import-single-transaction.adoc new file mode 100644 index 0000000..33f5710 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-import-single-transaction.adoc @@ -0,0 +1,37 @@ +//// +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. +//// += Import Single Transactions +This screen allows the user to find orders transactions on ebay by specify begin/end time, and then select orders to import data +into ofbiz system. + +== Section 'Search Single Transactions From eBay' +(use for select conditions to search results) + +. select product store ex: use 'OFBiz E-Commerce Store' because example ebay catalog link with this store. +. enter begin time in field 'From Date Time' +. enter end time in field 'Thru Date Time' +. Press 'Search Single Transactions From eBay' button then system will show results from ebay site. + +== Section 'Import Orders From eBay'. +This section show search results, it has many detail get from ebay site, + +At the last filed on the screen left you will see checkbox for select the transaction rows and then import it into ofbiz. + +== How to import single transactions from eBay? +. Click checkbox at rows you want to import transaction in the 'Import Orders From eBay' section +. Press 'Import Single Transactions' button then system will return the message on the screen. diff --git a/ebay/src/docs/asciidoc/_include/ebay-intro.adoc b/ebay/src/docs/asciidoc/_include/ebay-intro.adoc new file mode 100644 index 0000000..f89bcab --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-intro.adoc @@ -0,0 +1,52 @@ +//// +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. +//// += Ebay appl. introduction. +Ebay application will be use for merchant integration between OFBiz and eBay. +It is possible to export products from your store into categories on Ebay site also import an orders from ebay. + +You can use fuctions on this application to setup auction on ebay for the sell your stuff on ebay. + +== How to setup OFBiz integration eBay. +. Register with ebay developer site for obtain keys and certificate + (eBayExport.devId,eBayExport.appId,eBayExport.cerId and eBayExport.token etc.) + at https://developer.ebay.com/join/[Join with ebay developers] +. After registered it should be following the keys below : + * ebay keys example + .. eBayExport.devID=f3586481-93c7-4aaf-ab87-d383d56b71b1 + .. eBayExport.appID=antwebc0f-9bf9-4829-998b-e5e8fb773ac + .. eBayExport.certID=7f363bc0-11d6-489a-a54d-4a44de82f790 + + * token key generated from ebay account example : + .. eBayExport.token=AgAAAA**AQAAAA**aAAAAA**Ccn7Sg..... +. Following file in plugins/ebay/config/eBayExport.properties. You will see Merchant configurations. + + * For eBayExport.xmlGatewayUri : + .. https://api.sandbox.ebay.com/ws/api.dll + + (sandbox environment used for testing and develoment ) + + if you want to use for testing should select sandbox enviroment. + .. https://api.ebay.com/ws/api.dll + + (production environment). + * For : eBayExport.siteID : + .. It was siteId you want to sell products ex: site id (0=US, 101=Italy, ...) obtain from + http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/SiteCodeType.html[SiteCodeType] +. Go to ebay-->Ebay Configurations screen (see link in the bottom of page) + + This screen will displayed ebay configurations with each stores. + You need to "`add`" or "`edit`" the configuration keys you got from ebay for each productstores into this screen. + This configuration is for connect to ebay site and export or import data to ebay. +. In eBay screen, go to ebay -> Export or eBay -> orders Import + + then try to test export products and import orders from ebay. diff --git a/ebay/src/docs/asciidoc/_include/ebay-search-product.adoc b/ebay/src/docs/asciidoc/_include/ebay-search-product.adoc new file mode 100644 index 0000000..22efa12 --- /dev/null +++ b/ebay/src/docs/asciidoc/_include/ebay-search-product.adoc @@ -0,0 +1,29 @@ +//// +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. +//// += Search Products in category screen. +This screen allows the user to find products for export from ofbiz store to Ebay site. + +First you must select product store, catalogs and category at products located. +Then find products and select product you want to export to category on ebay site. + +== How to search products? +. select products store you want to export products example : OFBiz E-Commerce [9000] +. select catalog 'eBay Catalog' +. select category in example you can use 'Ebay E-Commerce ... [eBay_ECom_Category]' +. select the other condition if you want +. Press 'Find' button at the below of page to find products diff --git a/ebay/src/docs/asciidoc/ebay.adoc b/ebay/src/docs/asciidoc/ebay.adoc new file mode 100644 index 0000000..9c4c9e6 --- /dev/null +++ b/ebay/src/docs/asciidoc/ebay.adoc @@ -0,0 +1,50 @@ +//// +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. +//// += The Ebay Component + +The Ebay component provides an interface to the Ebay website. + +It is possible to export products from your store into eBay category also import an orders from ebay. + +include::_include/ebay-intro.adoc[leveloffset=+1] + +== main Features +. Ebay configurations for ofbiz intregrate with ebay. +. Setup shipping methods. +. Export products into ebay categories. +. Export products into ebay categories. +. Import transactions from ebay +. Import orders from ebay + + +== Ebay management in User Interface + +include::_include/ebay-configurations.adoc[leveloffset=+2] + +include::_include/ebay-search-product.adoc[leveloffset=+2] + +include::_include/ebay-filter-result-search-product.adoc[leveloffset=+2] + +include::_include/ebay-import-orders.adoc[leveloffset=+2] + +include::_include/ebay-import-single-transaction.adoc[leveloffset=+2] + +include::_include/ebay-export-to-ebay.adoc[leveloffset=+2] + +include::_include/ebay-ShippingMethods.adoc[leveloffset=+2] |
In reply to this post by holivier
This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git commit 8f57d0c87f40c5d0ac4c5c38ec9398470300ad97 Author: holivier <[hidden email]> AuthorDate: Mon Jul 20 12:43:08 2020 +0200 Documented: migrate help link to asciidoc user manual for Plugin Ebay (OFBIZ-11587) All files have been migrated to asciidoc format and help link now point to the html file generated from the asciidoc files In the global Help Docbook index tree, remove all points about Ebay and add a short page with a link to the new help Remove docbook help files for Ebay --- docs/asciidoc/plugins-user-manual.adoc | 30 +++++++++ ebay/data/EbayHelpData.xml | 65 +------------------ ebay/data/{helpdata => }/HELP_EBAY.xml | 19 +++--- ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml | 34 ---------- .../helpdata/HELP_EBAY_EditEbayConfiguration.xml | 47 -------------- ebay/data/helpdata/HELP_EBAY_Features.xml | 41 ------------ .../data/helpdata/HELP_EBAY_FindConfigurations.xml | 54 ---------------- ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml | 48 -------------- .../helpdata/HELP_EBAY_ManageOrdersFromEbay.xml | 47 -------------- .../helpdata/HELP_EBAY_ProductsExportToEbay.xml | 57 ---------------- ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml | 52 --------------- ebay/data/helpdata/HELP_EBAY_eBayOrders.xml | 47 -------------- ebay/data/helpdata/HELP_EBAY_main.xml | 75 ---------------------- ebay/documents/Ebay.xml | 38 ----------- ebay/widget/CommonScreens.xml | 3 +- ebay/widget/EbayScreens.xml | 22 +++++-- 16 files changed, 61 insertions(+), 618 deletions(-) diff --git a/docs/asciidoc/plugins-user-manual.adoc b/docs/asciidoc/plugins-user-manual.adoc new file mode 100644 index 0000000..becac7c --- /dev/null +++ b/docs/asciidoc/plugins-user-manual.adoc @@ -0,0 +1,30 @@ +//// +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. +//// += Apache OFBiz Plugins +The Apache OFBiz Project +Release trunk +:imagesdir: ./images +ifdef::backend-pdf[] +:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center] +:source-highlighter: rouge +endif::[] +:toc: +:sectnums: + +include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1] diff --git a/ebay/data/EbayHelpData.xml b/ebay/data/EbayHelpData.xml index 32b7388..e95be3e 100644 --- a/ebay/data/EbayHelpData.xml +++ b/ebay/data/EbayHelpData.xml @@ -18,70 +18,11 @@ specific language governing permissions and limitations under the License. --> <entity-engine-xml> - <DataResource dataResourceId="HELP_EBAY" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" + <DataResource dataResourceId="HELP_EBAY" localeString="en" dataResourceTypeId="OFBIZ_FILE" + objectInfo="plugins/ebay/data/HELP_EBAY.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="HELP_EBAY" contentTypeId="DOCUMENT" contentName="Ebay" templateDataResourceId="HELP_TEMPL" + <Content contentId="HELP_EBAY" contentTypeId="DOCUMENT" contentName="Ebay" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_EBAY" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_EBAY" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000"/> - <!-- options --> - <DataResource dataResourceId="EBAY_main" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_main.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_main" contentTypeId="DOCUMENT" contentName="Ebay Main." templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_main" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_main" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_main"/> - - - <!-- features --> - <DataResource dataResourceId="EBAY_Features" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_Features.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_Features" contentTypeId="DOCUMENT" contentName="Ebay features." templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_Features" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_Features" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000"/> - - <!-- --> - <DataResource dataResourceId="EBAY_FindEbayConfig" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_FindConfigurations.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_FindEbayConfig" contentTypeId="DOCUMENT" contentName="Ebay find configurations." templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_FindEbayConfig" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_FindEbayConfig" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_FindEbayConfigurations"/> - - <DataResource dataResourceId="EBAY_EditEbayConfig" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_EditEbayConfiguration.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_EditEbayConfig" contentTypeId="DOCUMENT" contentName="Ebay edit configurations." templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_EditEbayConfig" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_EditEbayConfig" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_EditEbayConfiguration"/> - - <DataResource dataResourceId="EBAY_AddEbayConfig" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_AddEbayConfiguration.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_AddEbayConfig" contentTypeId="DOCUMENT" contentName="EBAY_AddEbayConfig" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_AddEbayConfig" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_AddEbayConfig" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_EditEbayConfiguration"/> - - <DataResource dataResourceId="EBAY_ShippingMethods" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_ShippingMethods" contentTypeId="DOCUMENT" contentName="Ebay shippingMethods" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_ShippingMethods" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_ShippingMethods" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_EbayShippingMethods"/> - - <DataResource dataResourceId="EBAY_AdvanceSearch" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_AdvanceSearch" contentTypeId="DOCUMENT" contentName="Ebay advance Search" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_AdvanceSearch" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_AdvanceSearch" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_advancedsearch"/> - - <DataResource dataResourceId="EBAY_KeywordSearch" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_KeywordSearch" contentTypeId="DOCUMENT" contentName="Ebay keyword Search" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_KeywordSearch" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_KeywordSearch" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_keywordsearch"/> - - <DataResource dataResourceId="EBAY_ProdsExpToEbay" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_ProductsExportToEbay.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_ProdsExpToEbay" contentTypeId="DOCUMENT" contentName="Ebay products export to Ebay" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_ProdsExpToEbay" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_ProdsExpToEbay" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_ProductsExportToEbay"/> - - <DataResource dataResourceId="EBAY_MOrdsFromEbay" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_MOrdsFromEbay" contentTypeId="DOCUMENT" contentName="Ebay import single transections from Ebay" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_MOrdsFromEbay" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_MOrdsFromEbay" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_ManageOrdersFromEbay"/> - - <DataResource dataResourceId="EBAY_EbayOrders" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="plugins/ebay/data/helpdata/HELP_EBAY_eBayOrders.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="EBAY_EbayOrders" contentTypeId="DOCUMENT" contentName="Ebay orders import" templateDataResourceId="HELP_TEMPL" dataResourceId="EBAY_EbayOrders" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_EBAY" contentIdTo="EBAY_EbayOrders" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="EBAY_FindEbayOrders"/> - </entity-engine-xml> diff --git a/ebay/data/helpdata/HELP_EBAY.xml b/ebay/data/HELP_EBAY.xml similarity index 74% rename from ebay/data/helpdata/HELP_EBAY.xml rename to ebay/data/HELP_EBAY.xml index 1cc142f..d88b4ec 100644 --- a/ebay/data/helpdata/HELP_EBAY.xml +++ b/ebay/data/HELP_EBAY.xml @@ -7,9 +7,9 @@ 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 @@ -17,16 +17,19 @@ 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" +<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>The Ebay application introduction.</title> + + <title>The Ebay application Help redirection.</title> <para> - The Ebay component provides an interface to the Ebay website. It is possible to export products from your store into eBay category also import an orders from ebay. + The Ebay component provides an interface to the Ebay website. It is possible to export products from your store into eBay category also import an orders from ebay. </para> - + <para>Ebay Help has been migrated to a new system, you can access it by using + <link xl:href="https://ci.apache.org/projects/ofbiz/site/trunk/ofbizdoc/html5/user-manual.html#_the_ebay_component">OFBiz user documentation site / Ebay</link> + </para> + </section> diff --git a/ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml b/ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml deleted file mode 100644 index b5e862c..0000000 --- a/ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?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>Search Products in category screen.</title> - <para> -This screen allows the user to find products for export from ofbiz store to Ebay site. First you must select product store, catalogs and category at products located. Then find products and select product you want to export to category on ebay site. - </para> - <section> - <title>How to search products?</title> - <orderedlist> - <listitem><para>select products store you want to export products example : OFBiz E-Commerce [9000]</para></listitem> - <listitem><para>select catalog 'eBay Catalog'</para></listitem> - <listitem><para>select category in example you can use 'Ebay E-Commerce ... [eBay_ECom_Category]'</para></listitem> - <listitem><para>select the other condition if you want</para></listitem> - <listitem><para>Press 'Find' button at the below of page to find products</para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_EditEbayConfiguration.xml b/ebay/data/helpdata/HELP_EBAY_EditEbayConfiguration.xml deleted file mode 100644 index 90699dd..0000000 --- a/ebay/data/helpdata/HELP_EBAY_EditEbayConfiguration.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?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>Edit Ebay Configurations screen.</title> - <para> -This screen allows the user to create a new/edit Ebay Configuration for intregrate ofbiz and Ebay. Ebay Configuration use for put keys and certificate get from ebay develop site after you register. - </para> - <section> - <title>How to edit Ebay configurations?</title> - <orderedlist> - <listitem><para> - Please Select 'product store' you want to create configuration. - Example product store is 'OFBiz E-Commerce Store [9000]') - </para></listitem> - <listitem><para>Enter 'Dev Id' (ex:f3586481-93c7-4aaf-ab87-d383d56b71b1)</para></listitem> - <listitem><para>Enter 'App Id' (ex:antwebc0f-9bf9-4829-998b-e5e8fb773ac)</para></listitem> - <listitem><para>Enter 'Cert Id' (ex:7f363bc0-11d6-489a-a54d-4a44de82f790)</para></listitem> - <listitem><para>Enter 'Token' (# token key generated from ebay account ex:AgAAAA**AQAAAA**aAAAAA**Ccn7Sg.....)</para></listitem> - <listitem><para>Enter 'Compatibility Level' (ex:635)</para></listitem> - <listitem><para>Enter 'Site Id' (ex:0=US ,15=AU)</para></listitem> - <listitem><para>Enter 'Xml Gateway Uri' (# sandbox --eBayExport.xmlGatewayUri=https://api.sandbox.ebay.com/ws/api.dll - # production --eBayExport.xmlGatewayUri=https://api.ebay.com/ws/api.dll)</para></listitem> - <listitem><para>Enter 'Custom XML' </para></listitem> - <listitem><para>Enter 'Web Site' (ebay)</para></listitem> - - <listitem><para>Press the 'Update' button to create configurations.</para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_Features.xml b/ebay/data/helpdata/HELP_EBAY_Features.xml deleted file mode 100644 index a7c5124..0000000 --- a/ebay/data/helpdata/HELP_EBAY_Features.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?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="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://docbook.org/ns/docbook ../../../../applications/content/dtd/docbook.xsd"> - <title>Ebay Features</title> - <orderedlist> - <listitem> - <para>Ebay configurations for ofbiz intregrate with ebay.</para> - </listitem> - <listitem> - <para>Setup shipping methods.</para> - </listitem> - <listitem> - <para>Export products into ebay categories.</para> - </listitem> - <listitem> - <para>Export products into ebay categories.</para> - </listitem> - <listitem> - <para>Import transactions from ebay</para> - </listitem> -<listitem> - <para>Import orders from ebay</para> - </listitem> - </orderedlist> - -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_FindConfigurations.xml b/ebay/data/helpdata/HELP_EBAY_FindConfigurations.xml deleted file mode 100644 index 965b4c0..0000000 --- a/ebay/data/helpdata/HELP_EBAY_FindConfigurations.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?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 Find Configurations screen.</title> - <para> - The default screen is for the Ebay Configurations tab is 'Find Ebay Configurations'. It is used to locate existing configurations that have been created automatically by the system or manually by the user. It can also be used to create a new configurations or edit to integration between OFBiz and eBay. - </para> - <section> - <title>How to find Ebay configurations?</title> - <orderedlist> - <listitem><para> - Select 'product store' you want to see configuration. - (Example product store is 'OFBiz E-Commerce Store [9000]') - </para></listitem> - <listitem><para> - Select 'web site' if known. - </para></listitem> - <listitem><para>Press the 'Search' button to view configurations.</para></listitem> - <listitem><para>Select 'Any' then Press the 'Search' button to view all configurations.</para></listitem> - </orderedlist> - </section> - <section> - <title>Edit Ebay configurations.</title> - <orderedlist> - <listitem><para> - Press 'Edit' button at product store you want to edit configuration.System will show screen for edit configuration data. - </para></listitem> - </orderedlist> - </section> - <section> - <title>Delete Ebay configurations.</title> - <orderedlist> - <listitem><para> - Press 'Delete' button at product store you want to delete configuration. - </para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml b/ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml deleted file mode 100644 index d85d26a..0000000 --- a/ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?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>Search Products in category screen.</title> - <para> -This screen allows the user to see the results of products the find it from conditions. The user can select products they want export to ebay categories in this screen. - </para> - <section> - <title>How to remove the conditions to find products?</title> - <orderedlist> - <listitem><para>In the section 'Search Products, you searched for:' you will see list of conditions show on the top in the section, So you can click 'X' to remove the condition you don't want and then the results of products will have changes.</para></listitem> - </orderedlist> - </section> - <section> - <title>What is a 'refine search' button?</title> - <orderedlist> - <listitem><para>The 'Refine search' button use for go back to page to put the conditions again. </para></listitem> - </orderedlist> - </section> - <section> - <title>How to select products?</title> - <orderedlist> - <listitem><para>In the results section you can select products which you want to export by use checkbox in front of name of products.You can select one or many products if you want.</para></listitem> - </orderedlist> - </section> - <section> - <title>What is 'Export To eBay' button?</title> - <orderedlist> - <listitem><para>After you select products then you want to export it you can click 'Export To eBay' button. It will take you to go to the screen for setup ebay categories,start price for auction and payment method before you export the products. </para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml b/ebay/data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml deleted file mode 100644 index aa2c4e9..0000000 --- a/ebay/data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?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>Import Single Transactions From ebay screen.</title> - <para> -This screen allows the user to find orders transactions on ebay by specify begin/end time, and then select orders to import data into ofbiz system. - </para> - <section> - <title>Section 'Search Single Transactions From eBay'.(use for select conditions to search results)</title> - <orderedlist> - <listitem><para>select product store ex: use 'OFBiz E-Commerce Store' because example ebay catalog link with this store.</para></listitem> - <listitem><para>enter begin time in field 'From Date Time' </para></listitem> - <listitem><para>enter end time in field 'Thru Date Time' </para></listitem> - <listitem><para>Press 'Search Single Transactions From eBay' button then system will show results from ebay site. </para></listitem> - </orderedlist> - </section> - <section> - <title>Section 'Import Orders From eBay'.</title> - <orderedlist> - <listitem><para>This section show search results, it has many detail get from ebay site, At the last filed on the screen left you will see checkbox for select the transaction rows and then import it into ofbiz.</para></listitem> - </orderedlist> - </section> - <section> - <title>How to import single transactions from eBay?</title> - <orderedlist> - <listitem><para></para></listitem> - <listitem><para>Click checkbox at rows you want to import transaction in the 'Import Orders From eBay' section</para></listitem> - <listitem><para>Press 'Import Single Transactions' button then system will return the message on the screen. </para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_ProductsExportToEbay.xml b/ebay/data/helpdata/HELP_EBAY_ProductsExportToEbay.xml deleted file mode 100644 index 0572a33..0000000 --- a/ebay/data/helpdata/HELP_EBAY_ProductsExportToEbay.xml +++ /dev/null @@ -1,57 +0,0 @@ -<?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>Export Products to eBay screen.</title> - <para> -This screen allows the user to setup properties of products for the start auction on ebay, And allows the user to export product to the ebay site. On the 'Export Products to eBay' section have many fields to use for start auction listing(products) on the ebay site. - </para> - <section> - <title>Fields Description : </title> - <orderedlist> - <listitem><para>eBay Category : Ofbiz retrieve this field from ebay categories and threre are several levels. You may need to select several time to get your categories for example : Your product is in "Drawing" category but the category is lower level of "Art" and ".......". So you need to select "Art" first and .... and "Drawing" to get the category. </para></listitem> - <listitem><para>Country : use for select country you want to show the listing on the ebay site.</para></listitem> - <listitem><para>Location : for located item location. </para></listitem> - <listitem><para>Listing Duration is a duration for auction and show the listing on ebay. </para></listitem> - <listitem><para>Start Price is a price for start auction (note : if you product have a minimum price(* Purpose is 'eBay Auction') don't need to set this field, the system will auto use the minimum price for start auctions. )</para></listitem> - <listitem><para>Quantity : Quantity of product</para></listitem> - <listitem><para>Website : </para></listitem> - <listitem><para>Web Site Url :</para></listitem> - <listitem><para>Payment Methods Accepted : This is Type of payment you want to use on the ebay.</para></listitem> - <listitem><para>PayPal email : We need it when you select payment by paypal.</para></listitem> - <listitem><para>Custom XML : It was auto generate from ebay configurations, it use for ebay know about currency, shipping method and other informations for shipping with this listing.</para></listitem> - </orderedlist> - </section> - <section> - <title>How to set export products?</title> - <orderedlist> - <listitem><para>select ebay category you want to put products(listing). You may need to select several time to get your categories for example : Your product is in "Drawing" category but the category is lower level of "Art" and ".......". So you need to select "Art" first and .... and "Drawing" to get the category.</para></listitem> - <listitem><para>select country you want to show the listing on the ebay site.</para></listitem> - <listitem><para>enter location</para></listitem> - <listitem><para>select duration for auction and show the listing on ebay. </para></listitem> - <listitem><para>enter start price, if you product have a minimum price(* Purpose is 'eBay Auction') don't need to set this field, the system will auto use the minimum price for start auctions.</para></listitem> - <listitem><para>select Website but now this field </para></listitem> - <listitem><para>enter Website url (*require field)</para></listitem> - <listitem><para>Select at least one payment method</para></listitem> - <listitem><para>enter paypal email when you select payment by paypal.</para></listitem> - <listitem><para>For Custom XML it was auto generate from ebay configurations, but if you want to change you can edit.</para></listitem> - <listitem><para>Press 'Export to Ebay' button then system will post your listing to ebay site. </para></listitem> - <listitem><para>note : when export process is success system will be return message to show on the screen and tell you what is done.</para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml b/ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml deleted file mode 100644 index af1d395..0000000 --- a/ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml +++ /dev/null @@ -1,52 +0,0 @@ -<?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 Shipping Methods screen.</title> - <para> -This screen allows the user to add shipping methods rate for intregrate ofbiz and Ebay. - </para> - <section> - <title>How to add shipping methods?</title> - <orderedlist> - <listitem><para>Enter 'Shipment Method Name ' (ex:'LocalDelivery')</para></listitem> - <listitem><para>Select 'product store' (ex:'OFBiz E-Commerce Store [9000]')</para></listitem> - <listitem><para>Enter 'Amount' </para></listitem> - <listitem><para>Enter 'Additional Amount' (if you want )</para></listitem> - <listitem><para>Enter 'Additional Percent' (if you want )</para></listitem> - <listitem><para>Enter 'Method Type Enum Id' (ex:Flat Rate Shipping)</para></listitem> - <listitem><para>Enter 'Carrier Party Id' select from lookup (Default is UPS)</para></listitem> - <listitem><para>select 'Shipment Method Type Id' </para></listitem> - - <listitem><para>Press the 'Add' button to add shipping method.</para></listitem> - </orderedlist> - </section> - <section> - <title>How to update shipping methods?</title> - <orderedlist> - <listitem><para> Update the fields required in the screen</para></listitem> - <listitem><para>Press the 'Update' button</para></listitem> - </orderedlist> - </section> - <section> - <title>How to delete shipping methods?</title> - <orderedlist> - <listitem><para>Press the 'Delete' button in each shipping method</para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_eBayOrders.xml b/ebay/data/helpdata/HELP_EBAY_eBayOrders.xml deleted file mode 100644 index b6f261f..0000000 --- a/ebay/data/helpdata/HELP_EBAY_eBayOrders.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?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 Orders Import screen.</title> - <para> -This screen allows the user to find and import orders data from ebay site. you can search an order by specify begin/end time then select orders to import - </para> - <section> - <title>Section 'Search Options'.</title> - <orderedlist> - <listitem><para>select product store ex: use 'OFBiz E-Commerce Store' because example ebay catalog link with this store.</para></listitem> - <listitem><para>enter begin time in field 'From Date Time' </para></listitem> - <listitem><para>enter end time in field 'Thru Date Time' </para></listitem> - <listitem><para>Press 'Find' button then system will show results from ebay site. </para></listitem> - </orderedlist> - </section> - <section> - <title>Section 'Search Results'.</title> - <orderedlist> - <listitem><para>This section show search results, it has many detail get from ebay site, At the last filed on the screen left you will see checkbox for select the order rows and then import it into ofbiz.</para></listitem> - </orderedlist> - </section> - <section> - <title>How to import order from eBay?</title> - <orderedlist> - <listitem><para></para></listitem> - <listitem><para>Click checkbox at rows you want to import orders in the 'Search Result' section</para></listitem> - <listitem><para>Press 'Import Orders From ebay' button then system will return the message on the screen. and you can check orders list in the 'Order' module.</para></listitem> - </orderedlist> - </section> -</section> diff --git a/ebay/data/helpdata/HELP_EBAY_main.xml b/ebay/data/helpdata/HELP_EBAY_main.xml deleted file mode 100644 index 70ca646..0000000 --- a/ebay/data/helpdata/HELP_EBAY_main.xml +++ /dev/null @@ -1,75 +0,0 @@ -<?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>The Ebay application introduction.</title> - <para> - Ebay application will be use for merchant integration between OFBiz and eBay.It is possible to export products from your store into categories on Ebay site also import an orders from ebay. You can use fuctions on this application to setup auction on ebay for the sell your stuff on ebay. - </para> -<section> - <title>How to setup OFBiz integration eBay.</title> - <orderedlist> - <listitem><para>Register with ebay developer site for 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> - After registered it should be following the keys below :# ebay keys example - <orderedlist> - <listitem><para>eBayExport.devID=f3586481-93c7-4aaf-ab87-d383d56b71b1</para></listitem> - <listitem><para>eBayExport.appID=antwebc0f-9bf9-4829-998b-e5e8fb773ac</para></listitem> - <listitem><para>eBayExport.certID=7f363bc0-11d6-489a-a54d-4a44de82f790</para></listitem> - </orderedlist> - # token key generated from ebay account example : - <orderedlist> - <listitem><para>eBayExport.token=AgAAAA**AQAAAA**aAAAAA**Ccn7Sg.....</para></listitem> - </orderedlist> - </para> - </listitem> - <listitem> - <para> - Following file in plugins/ebay/config/eBayExport.properties. You will see Merchant configurations. - For : - eBayExport.xmlGatewayUri : - <orderedlist> - <listitem><para>https://api.sandbox.ebay.com/ws/api.dll (sandbox environment used for testing and develoment )if you want to use for testing should select sandbox enviroment. </para></listitem> - <listitem><para>https://api.ebay.com/ws/api.dll (production environment). </para></listitem> - </orderedlist> - For : eBayExport.siteID : - <orderedlist> - <listitem><para>It was siteId you want to sell products ex: site id (0=US, 101=Italy, ...) obtain from <link xl:href="http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/SiteCodeType.html">SiteCodeType</link> - </para></listitem> - </orderedlist> - - </para> - </listitem> - - <listitem> - <para> - Go to ebay-->Ebay Configurations screen(see link in the bottom of page) This screen will displayed ebay configurations with each stores. You need to “add” or “edit” the configuration keys you got from ebay for each productstores into this screen. This configuration is for connect to ebay site and export or import data to ebay. - </para> - </listitem> - <listitem><para>Go to ebay-->Export to eBay screen or eBay orders Import then try to test export products and import orders from ebay. </para></listitem> - </orderedlist> - </section> -</section> - diff --git a/ebay/documents/Ebay.xml b/ebay/documents/Ebay.xml deleted file mode 100644 index 827cd0d..0000000 --- a/ebay/documents/Ebay.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0"?> -<!-- - 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. ---> -<chapter xmlns="http://docbook.org/ns/docbook" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://docbook.org/ns/docbook ../../../applications/content/dtd/docbook.xsd"> - <title>The Ebay Component</title> - <section> - <title>Ebay Introduction</title> - <para> - The Ebay component provides an interface to the Ebay website. It is possible to export products from your store into eBay category also import an orders from ebay. - </para> - </section> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_main.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_EditEbayConfiguration.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_AdvanceSearch.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_KeywordSearch.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_eBayOrders.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_ProductsExportToEbay.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_ShippingMethods.xml"/> -</chapter> diff --git a/ebay/widget/CommonScreens.xml b/ebay/widget/CommonScreens.xml index 345fc87..1b537ee 100644 --- a/ebay/widget/CommonScreens.xml +++ b/ebay/widget/CommonScreens.xml @@ -34,13 +34,14 @@ under the License. <set field="applicationMenuName" value="EbayAppBar" global="true"/> <set field="applicationMenuLocation" value="component://ebay/widget/EbayMenus.xml" global="true"/> <set field="applicationTitle" from-field="uiLabelMap.EbayApplication" global="true"/> + <set field="helpAnchor" from-field="helpAnchor" default-value="_the_ebay_component"/> </actions> <widgets> <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> </widgets> </section> </screen> - + <screen name="CommonProductDecorator"> <section> <actions> diff --git a/ebay/widget/EbayScreens.xml b/ebay/widget/EbayScreens.xml index 68ee737..7d15e1f 100644 --- a/ebay/widget/EbayScreens.xml +++ b/ebay/widget/EbayScreens.xml @@ -25,6 +25,7 @@ under the License. <section> <actions> <set field="titleProperty" value="PageTitleAdvancedSearch"/> + <set field="helpAnchor" value="_ebay_appl_introduction"/> <set field="headerItem" value="export"/> <entity-condition entity-name="ProductCategory" list="productCategories"> <condition-expr field-name="showInSelect" operator="not-equals" value="N"/> @@ -49,6 +50,7 @@ under the License. <section> <actions> <set field="titleProperty" value="PageTitleSearchResults"/> + <set field="helpAnchor" value="_search_products_in_category_screen"/> <set field="headerItem" value="export"/> <script location="component://product/groovyScripts/catalog/find/KeywordSearch.groovy"/> </actions> @@ -71,6 +73,7 @@ under the License. <section> <actions> <set field="headerItem" value="export"/> + <set field="helpAnchor" value="_export_to_ebay_product"/> <set field="titleProperty" value="PageTitleEbayProductsExportToEbay"/> <set field="selectResult" from-field="parameters.selectResult"/> <entity-condition entity-name="Geo" list="countries"> @@ -97,6 +100,7 @@ under the License. <section> <actions> <set field="titleProperty" value="EbayImportOrdersFromEbay"/> + <set field="helpAnchor" value="_ebay_orders_import_screen"/> <set field="headerItem" value="importOrders"/> <set field="orderList" from-field="parameters.orderList"/> </actions> @@ -140,7 +144,7 @@ under the License. </widgets> </section> </screen> - + <screen name="EbayOrders"> <section> <actions> @@ -175,11 +179,12 @@ under the License. </widgets> </section> </screen> - + <screen name="FindEbayConfigurations"> <section> <actions> <set field="titleProperty" value="EbayConfigurations"/> + <set field="helpAnchor" value="_how_to_find_ebay_configurations"/> <set field="tabButtonItem" value="find"/> <!--set field="webSiteId" from-field="parameters.webSiteId"/--> </actions> @@ -191,11 +196,11 @@ under the License. <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml"> <decorator-section name="search-options"> <include-form name="FindEbayConfig" location="component://ebay/widget/EbayForms.xml"/> - </decorator-section> + </decorator-section> <decorator-section name="search-results"> <include-form name="ListEbayConfigurations" location="component://ebay/widget/EbayForms.xml"/> </decorator-section> - </decorator-screen> + </decorator-screen> </widgets> </section> </decorator-section> @@ -203,11 +208,12 @@ under the License. </widgets> </section> </screen> - + <screen name="EbayShippingMethods"> <section> <actions> <set field="titleProperty" value="EbayShippingMethodConfigurations"/> + <set field="helpAnchor" value="_shipping_methods_configuration"/> <set field="headerItem" value="eBayShippingMethods"/> <set field="productStoreId" from-field="parameters.productStoreId"/> <set field="shipmentMethodName" from-field="parameters.shipmentMethodName"/> @@ -218,17 +224,18 @@ under the License. <include-form name="ListEbayShippingMethods" location="component://ebay/widget/EbayForms.xml"/> <screenlet id="add-ebay-shipping-method" title="${uiLabelMap.EbayAddEbayShippingMethod}" collapsible="true"> <include-form name="AddEbayShippingMethod" location="component://ebay/widget/EbayForms.xml"/> - </screenlet> + </screenlet> </decorator-section> </decorator-screen> </widgets> </section> </screen> - + <screen name="EditEbayConfiguration"> <section> <actions> <set field="titleProperty" value="EbayConfigurations"/> + <set field="helpAnchor" value="_newedit_ebay_configurations"/> <set field="productStoreId" from-field="parameters.productStoreId"/> <entity-one entity-name="EbayConfig" value-field="ebayConfig"/> <set field="tabButtonItem" value="${groovy:ebayConfig == null?'newEbayConfig' : 'editEbayConfig'}"/> @@ -258,6 +265,7 @@ under the License. <section> <actions> <set field="titleProperty" value="EbayEBayOrders"/> + <set field="helpAnchor" value="_section_search_options"/> <set field="headerItem" value="eBayOrders"/> <script location="component://ebay/groovyScripts/UpdatedEbayOrders.groovy"/> </actions> |
In reply to this post by holivier
This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git commit b76ee4119794cc090724349370dd7cef6ff7cc77 Author: holivier <[hidden email]> AuthorDate: Mon Jul 20 12:52:14 2020 +0200 Documented: migrate help link to asciidoc developer manual for Plugins dedicated for developer (OFBIZ-11587) create file plugins-developer-manual, which will include all include plugins for developer. The file plugin-developer-manual is include in developer-manual --- docs/asciidoc/plugins-developer-manual.adoc | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/asciidoc/plugins-developer-manual.adoc b/docs/asciidoc/plugins-developer-manual.adoc new file mode 100644 index 0000000..cd5f04b --- /dev/null +++ b/docs/asciidoc/plugins-developer-manual.adoc @@ -0,0 +1,34 @@ +//// +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. +//// += Apache OFBiz Plugins for Developer +The Apache OFBiz Project +Release trunk +:imagesdir: ./images +ifdef::backend-pdf[] +:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center] +:source-highlighter: rouge +endif::[] +:toc: +:sectnums: + +== Deployment + +include::../../ldap/src/docs/asciidoc/SingleSignOn.adoc[leveloffset=+2] + + |
Free forum by Nabble | Edit this page |