|
Author: hansbak
Date: Wed Dec 23 03:12:12 2009 New Revision: 893384 URL: http://svn.apache.org/viewvc?rev=893384&view=rev Log: Added the first order help screen for reporting Added: ofbiz/trunk/applications/order/data/OrderHelpData.xml (with props) ofbiz/trunk/applications/order/data/helpdata/ ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml (with props) ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml (with props) ofbiz/trunk/applications/order/documents/ ofbiz/trunk/applications/order/documents/Order.xml (with props) Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml ofbiz/trunk/applications/order/ofbiz-component.xml Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml?rev=893384&r1=893383&r2=893384&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml (original) +++ ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml Wed Dec 23 03:12:12 2009 @@ -46,6 +46,7 @@ <xi:include href="../../../applications/accounting/documents/Accounting.xml"/> <xi:include href="../../../applications/party/documents/Party.xml"/> <xi:include href="../../../applications/product/documents/Product.xml"/> + <xi:include href="../../../applications/order/documents/Order.xml"/> <xi:include href="../../../applications/content/documents/Content.xml"/> <xi:include href="../../../applications/marketing/documents/Marketing.xml"/> <xi:include href="../../../applications/humanres/documents/Humanres.xml"/> Added: ofbiz/trunk/applications/order/data/OrderHelpData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderHelpData.xml?rev=893384&view=auto ============================================================================== --- ofbiz/trunk/applications/order/data/OrderHelpData.xml (added) +++ ofbiz/trunk/applications/order/data/OrderHelpData.xml Wed Dec 23 03:12:12 2009 @@ -0,0 +1,33 @@ +<?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> + <DataResource dataResourceId="HELP_ORDER" localeString="en" dataResourceTypeId="OFBIZ_FILE" + objectInfo="applications/order/data/helpdata/HELP_ORDER.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" + dataResourceName="Order" mimeTypeId="text/xml" isPublic="Y" /> + <Content contentId="HELP_ORDER" contentTypeId="DOCUMENT" contentName="Order Manager" templateDataResourceId="HELP_TEMPL" + dataResourceId="HELP_ORDER" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>/> + <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_ORDER" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000"/> + + <!-- Reports --> + <DataResource dataResourceId="HELP_ORDER_REPORT" localeString="en" dataResourceTypeId="OFBIZ_FILE" + objectInfo="applications/order/data/helpdata/HELP_ORDER_Report.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Ebay" mimeTypeId="text/xml" isPublic="Y" /> + <Content contentId="HELP_ORDER_REPORT" contentTypeId="DOCUMENT" contentName="Order Reports Help" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_ORDER_REPORT" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>/> + <ContentAssoc contentId="HELP_ORDER" contentIdTo="HELP_ORDER_REPORT" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="OrderEntry_OrderPurchaseReportOptions"/> +</entity-engine-xml> Propchange: ofbiz/trunk/applications/order/data/OrderHelpData.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/order/data/OrderHelpData.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/applications/order/data/OrderHelpData.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml?rev=893384&view=auto ============================================================================== --- ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml (added) +++ ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml Wed Dec 23 03:12:12 2009 @@ -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. +--> +<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>Order Introduction</title> + <para> + The order manager allows you to enter and maintain orders, quotes, requests and report on them. + </para> +</section> Propchange: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml?rev=893384&view=auto ============================================================================== --- ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml (added) +++ ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml Wed Dec 23 03:12:12 2009 @@ -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>Order Reports Help.</title> + <para> + The Order Reports provide general information about orders in the system. + </para> + <section> + <title> + Initial steps. + </title> + <section> + <para> + If your reports look empty it may be required to initialize the warehouse entities in the BI component. + </para> + <orderedlist> + <listitem> + <para>Go to :<link xl:href="https://localhost:8443/bi/control/main">Business Intelligence</link></para> + </listitem> + <listitem> + <para>Click "Quick Init DataWarehouse". System will automatic initial Data in the warehouse for Reports</para> + </listitem> + <listitem> + <para>Go back to : <link xl:href="https://localhost:8443/ordermgr/control/OrderPurchaseReportOptions">Order Reports.</link></para> + </listitem> + </orderedlist> + </section> + </section> + <section> + <title>Reports List</title> + <section> + <title>1. Sales Order By Referrer Report</title> + <para> + There are referrers, link, totals orders, quantity totals and amount totals. They are grouped by referrer. + </para> + </section> + <section> + <title>2. Sales Order By Channel Report</title> + <para> + There are total Orders, total Items, quantity totals and amount totals. They are grouped by Sales Channel. + </para> + </section> + <section> + <title>3. Sale Orders Discount Code Report</title> + <para> + There are order, product, promotion and discount. This report is list of All orders. + </para> + </section> + <section> + <title>4. Last Three Months Sales Report</title> + <para> + There are products, prices, stock, sale out quantity and sale out total amount. + This report is list of all products, it contains the sales and movements in last 3 months. + </para> + </section> + <section> + <title>5. Coupon Sales Report</title> + <para> + This report lists promotions, total orders, percent of total orders, total orders amount, percent of total orders amount and shipping amounts. + </para> + </section> + </section> +</section> Propchange: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/applications/order/data/helpdata/HELP_ORDER_Report.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: ofbiz/trunk/applications/order/documents/Order.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/documents/Order.xml?rev=893384&view=auto ============================================================================== --- ofbiz/trunk/applications/order/documents/Order.xml (added) +++ ofbiz/trunk/applications/order/documents/Order.xml Wed Dec 23 03:12:12 2009 @@ -0,0 +1,28 @@ +<?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: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 Order Component.</title> + <xi:include href="../data/helpdata/HELP_ORDER.xml" /> + <xi:include href="../data/helpdata/HELP_ORDER_Report.xml" /> +</chapter> Propchange: ofbiz/trunk/applications/order/documents/Order.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/order/documents/Order.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/applications/order/documents/Order.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: ofbiz/trunk/applications/order/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=893384&r1=893383&r2=893384&view=diff ============================================================================== --- ofbiz/trunk/applications/order/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/order/ofbiz-component.xml Wed Dec 23 03:12:12 2009 @@ -35,6 +35,7 @@ <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderPortletData.xml"/> <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/OrderScheduledServices.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderSecurityData.xml"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderHelpData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderDemoUser.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderDemoData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/SalesOrderDemoData.xml"/> |
| Free forum by Nabble | Edit this page |
