Browse Source

Add Reports menu to reports

Neal Wilson 6 years ago
parent
commit
9731a3911a

+ 1
- 0
config/Reports/auco.xml View File

@@ -14,6 +14,7 @@
14 14
     <menu name="File">
15 15
         <item id="print" shortcut="Ctrl+P">Print...</item>
16 16
     </menu>
17
+    <menu name="Reports" type="reports" src="Reports" />
17 18
     <program>
18 19
         <![CDATA[
19 20
             this.windowTitle = TTR("useandcostreport", "Typica - Average Use and Cost by Origin");

+ 1
- 0
config/Reports/chart.xml View File

@@ -18,6 +18,7 @@
18 18
     <menu name="File">
19 19
         <item id="print" shortcut="Ctrl+P">Print...</item>
20 20
     </menu>
21
+    <menu name="Reports" type="reports" src="Reports" />
21 22
     <program>
22 23
         <![CDATA[
23 24
             this.windowTitle = TTR("pytdprodcomp", "Typica - Previous Year Production Comparison");

+ 1
- 0
config/Reports/cogr.xml View File

@@ -10,6 +10,7 @@
10 10
     <menu name="File">
11 11
         <item id="print" shortcut="Ctrl+P">Print...</item>
12 12
     </menu>
13
+    <menu name="Reports" type="reports" src="Reports" />
13 14
     <program>
14 15
         <![CDATA[
15 16
             this.windowTitle = TTR("greencost", "Typica - Cost of Green Coffee for Roasted Coffee");

+ 1
- 0
config/Reports/colorplots.xml View File

@@ -6,6 +6,7 @@
6 6
     <menu name="File">
7 7
         <item id="print" shortcut="Ctrl+P">Print...</item>
8 8
     </menu>
9
+    <menu name="Reports" type="reports" src="Reports" />
9 10
     <program>
10 11
         <![CDATA[
11 12
 this.windowTitle = TTR("colorplots", "Typica - Degree of Roast By Item");

+ 1
- 0
config/Reports/dailyproductiondetail.xml View File

@@ -15,6 +15,7 @@
15 15
 	<menu name="File">
16 16
 		<item id="print" shortcut="Ctrl+P">Print</item>
17 17
 	</menu>
18
+    <menu name="Reports" type="reports" src="Reports" />
18 19
 	<program>
19 20
 		<![CDATA[
20 21
 			this.windowTitle = TTR("dailyproduction", "Typica - Daily Production Report");

+ 1
- 0
config/Reports/fypurchase.xml View File

@@ -12,6 +12,7 @@
12 12
 	<menu name="File">
13 13
 		<item id="print" shortcut="Ctrl+P">Print...</item>
14 14
 	</menu>
15
+    <menu name="Reports" type="reports" src="Reports" />
15 16
 	<program>
16 17
 		<![CDATA[
17 18
 			this.windowTitle = TTR("fypurchase", "Typica - Coffee Purchase Previous Years Comparison");

+ 1
- 0
config/Reports/greenforroasted.xml View File

@@ -12,6 +12,7 @@
12 12
     <menu name="File">
13 13
         <item id="print" shortcut="Ctrl+P">Print...</item>
14 14
     </menu>
15
+    <menu name="Reports" type="reports" src="Reports" />
15 16
     <program>
16 17
         <![CDATA[
17 18
             this.windowTitle = TTR("greenforroasted", "Typica - Green Coffees Used for Roasted Coffees");

+ 1
- 0
config/Reports/greensales.xml View File

@@ -12,6 +12,7 @@
12 12
 	<menu name="File">
13 13
 		<item id="print" shortcut="Ctrl+P">Print</item>
14 14
 	</menu>
15
+    <menu name="Reports" type="reports" src="Reports" />
15 16
 	<program>
16 17
 		<![CDATA[
17 18
 			this.windowTitle = TTR("greensales", "Typica - Green Coffee Sales");

+ 1
- 0
config/Reports/historyreport.xml View File

@@ -18,6 +18,7 @@
18 18
     <menu name="File">
19 19
         <item id="print" shortcut="Ctrl+P">Print...</item>
20 20
     </menu>
21
+    <menu name="Reports" type="reports" src="Reports" />
21 22
     <program>
22 23
         <![CDATA[
23 24
             this.setWindowTitle(TTR("batchreport", "Typica - Batch Log"));

+ 1
- 0
config/Reports/invchange.xml View File

@@ -12,6 +12,7 @@
12 12
 	<menu name="File">
13 13
 		<item id="print" shortcut="Ctrl+P">Print</item>
14 14
 	</menu>
15
+    <menu name="Reports" type="reports" src="Reports" />
15 16
 	<program>
16 17
 		<![CDATA[
17 18
 			this.windowTitle = TTR("invchange", "Typica - Inventory Change Summary");

+ 1
- 0
config/Reports/inventory.xml View File

@@ -13,6 +13,7 @@
13 13
     <menu name="File">
14 14
         <item id="print" shortcut="Ctrl+P">Print</item>
15 15
     </menu>
16
+    <menu name="Reports" type="reports" src="Reports" />
16 17
     <program>
17 18
         <![CDATA[
18 19
             this.windowTitle = TTR("inventoryreport", "Typica - Current Inventory and Availability Projection");

+ 1
- 0
config/Reports/invoices.xml View File

@@ -14,6 +14,7 @@
14 14
     <menu name="File">
15 15
         <item id="print" shortcut="Ctrl+P">Print...</item>
16 16
     </menu>
17
+    <menu name="Reports" type="reports" src="Reports" />
17 18
     <program>
18 19
         <![CDATA[
19 20
             var vendor = findChildObject(this, "vendor");

+ 1
- 0
config/Reports/itemtransactions.xml View File

@@ -17,6 +17,7 @@
17 17
     <menu name="File">
18 18
         <item id="print" shortcut="Ctrl+P">Print</item>
19 19
     </menu>
20
+    <menu name="Reports" type="reports" src="Reports" />
20 21
     <program>
21 22
         <![CDATA[
22 23
             this.windowTitle = TTR("item_transactions", "Typica - Item Transactions");

+ 1
- 0
config/Reports/lossplots.xml View File

@@ -6,6 +6,7 @@
6 6
     <menu name="File">
7 7
         <item id="print" shortcut="Ctrl+P">Print...</item>
8 8
     </menu>
9
+    <menu name="Reports" type="reports" src="Reports" />
9 10
     <program>
10 11
         <![CDATA[
11 12
 this.windowTitle = TTR("lossplots", "Typica - Weight Loss By Item and Operator");

+ 1
- 0
config/Reports/monthcompare.xml View File

@@ -11,6 +11,7 @@
11 11
     <menu name="File">
12 12
         <item id="print" shortcut="Ctrl+P">Print</item>
13 13
     </menu>
14
+    <menu name="Reports" type="reports" src="Reports" />
14 15
     <program>
15 16
         <![CDATA[
16 17
             this.windowTitle = TTR("pytdprodcomp", "Typica - Previous Year Production Comparison By Month");

+ 1
- 0
config/Reports/productionsummary.xml View File

@@ -16,6 +16,7 @@
16 16
     <menu name="File">
17 17
         <item id="print" shortcut="Ctrl+P">Print</item>
18 18
     </menu>
19
+    <menu name="Reports" type="reports" src="Reports" />
19 20
     <program>
20 21
         <![CDATA[
21 22
             this.windowTitle = TTR("dailyproduction", "Typica - Production Summary");

+ 1
- 0
config/Reports/reminders.xml View File

@@ -6,6 +6,7 @@
6 6
     <menu name="File">
7 7
         <item id="print" shortcut="Ctrl+P">Print</item>
8 8
     </menu>
9
+    <menu name="Reports" type="reports" src="Reports" />
9 10
     <program>
10 11
         <![CDATA[
11 12
             var window = this;

+ 1
- 0
config/Reports/rwacp.xml View File

@@ -19,6 +19,7 @@
19 19
     <menu name="File">
20 20
         <item id="print" shortcut="Ctrl+P">Print</item>
21 21
     </menu>
22
+    <menu name="Reports" type="reports" src="Reports" />
22 23
     <program>
23 24
         <![CDATA[
24 25
             this.windowTitle = TTR("productionreport", "Typica - Recent Average Coffee Production");

Loading…
Cancel
Save