You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2007/09/19 02:21:29 UTC

svn commit: r577120 - /ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml

Author: apatel
Date: Tue Sep 18 17:21:28 2007
New Revision: 577120

URL: http://svn.apache.org/viewvc?rev=577120&view=rev
Log:
Changed report options screen to Two column screen.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml?rev=577120&r1=577119&r2=577120&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml Tue Sep 18 17:21:28 2007
@@ -33,25 +33,49 @@
                         <container>
                             <label style="head1" text="${uiLabelMap.OrderReports}"/>
                         </container>
-                        <container>
-                            <label style="head2" text="${uiLabelMap.OrderReportSalesByStore}"/>
-                            <include-form name="SalesByStoreReport" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                        <container style="lefthalf">
+                            <container style="screenlet">
+                                <container style="screenlet-title-bar">
+                                    <label style="boxhead" text="">${uiLabelMap.OrderReportSalesByStore}</label>
+                                </container>
+                                <container style="screenlet-body">
+                                    <include-form name="SalesByStoreReport" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                                </container>
+                            </container>                
+                            <container style="screenlet">
+                                <container style="screenlet-title-bar">
+                                    <label style="boxhead" text="">${uiLabelMap.OrderReportOpenOrderItems}</label>
+                                </container>
+                                <container style="screenlet-body">
+                                    <include-form name="OpenOrderItemsReport" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                                </container>
+                            </container>                
+                            <container style="screenlet">
+                                <container style="screenlet-title-bar">
+                                    <label style="boxhead" text="">${uiLabelMap.OrderReportPurchasesByOrganization}</label>
+                                </container>
+                                <container style="screenlet-body">
+                                    <include-form name="PurchasesByOrganizationReport" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                                </container>
+                            </container>                
                         </container>
-                        <container>
-                            <label style="head2" text="${uiLabelMap.OrderReportOpenOrderItems}"/>
-                            <include-form name="OpenOrderItemsReport" location="component://order/widget/ordermgr/ReportForms.xml"/>
-                        </container>
-                        <container>
-                            <label style="head2" text="${uiLabelMap.OrderReportPurchasesByOrganization}"/>
-                            <include-form name="PurchasesByOrganizationReport" location="component://order/widget/ordermgr/ReportForms.xml"/>
-                        </container>
-                        <container>
-                            <label style="head2" text="${uiLabelMap.OrderReportPurchasesByProduct}"/>
-                            <include-form name="OrderPurchaseProductOptions" location="component://order/widget/ordermgr/ReportForms.xml"/>
-                        </container>
-                        <container>
-                            <label style="head2" text="${uiLabelMap.OrderReportPurchasesByPaymentMethod}"/>
-                            <include-form name="OrderPurchasePaymentOptions" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                        <container style="righthalf">
+                            <container style="screenlet">
+                                <container style="screenlet-title-bar">
+                                    <label style="boxhead" text="">${uiLabelMap.OrderReportPurchasesByProduct}</label>
+                                </container>
+                                <container style="screenlet-body">
+                                    <include-form name="OrderPurchaseProductOptions" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                                </container>
+                            </container>                
+                            <container style="screenlet">
+                                <container style="screenlet-title-bar">
+                                    <label style="boxhead" text="">${uiLabelMap.OrderReportPurchasesByPaymentMethod}</label>
+                                </container>
+                                <container style="screenlet-body">
+                                    <include-form name="OrderPurchasePaymentOptions" location="component://order/widget/ordermgr/ReportForms.xml"/>
+                                </container>
+                            </container>                
                         </container>
                     </decorator-section>
                 </decorator-screen>