Version Notes
Improves the way we override the resource model.
Download this release
Release Info
Developer | Digital Pianism |
Extension | DigitalPianism_TwelveHoursRange |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/community/DigitalPianism/TwelveHoursRange/etc/config.xml
CHANGED
@@ -3,17 +3,17 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<DigitalPianism_TwelveHoursRange>
|
6 |
-
<version>0.1.
|
7 |
</DigitalPianism_TwelveHoursRange>
|
8 |
</modules>
|
9 |
|
10 |
<global>
|
11 |
<models>
|
12 |
-
<
|
13 |
<rewrite>
|
14 |
<!-- Mage_Reports_Model_Resource_Order_Collection -->
|
15 |
-
<
|
16 |
-
</
|
17 |
</reports>
|
18 |
</models>
|
19 |
|
3 |
|
4 |
<modules>
|
5 |
<DigitalPianism_TwelveHoursRange>
|
6 |
+
<version>0.1.1</version>
|
7 |
</DigitalPianism_TwelveHoursRange>
|
8 |
</modules>
|
9 |
|
10 |
<global>
|
11 |
<models>
|
12 |
+
<reports_resource>
|
13 |
<rewrite>
|
14 |
<!-- Mage_Reports_Model_Resource_Order_Collection -->
|
15 |
+
<order_collection>DigitalPianism_TwelveHoursRange_Model_Reports_Resource_Order_Collection</order_collection>
|
16 |
+
</reports_resource>
|
17 |
</reports>
|
18 |
</models>
|
19 |
|
package.xml
CHANGED
@@ -1,18 +1,27 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DigitalPianism_TwelveHoursRange</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Adds a 12 hours range to the dashboard graph
|
10 |
-
<description
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
<authors><author><name>Digital Pianism</name><user>digitalpianism</user><email>contact@digital-pianism.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="DigitalPianism"><dir name="TwelveHoursRange"><dir name="Block"><dir name="Adminhtml"><dir name="Dashboard"><file name="Graph.php" hash="b0a9aa5b91fde009314c148db7d89424"/><dir name="Tab"><file name="Amounts.php" hash="795391ef2a46b323d6979ece3a56317d"/><file name="Orders.php" hash="554ad291d26c194f5213a2c0d8723ddd"/></dir><file name="Totals.php" hash="d3145437fff618b0d28c86783e515c71"/></dir></dir></dir><dir name="Helper"><dir name="Adminhtml"><dir name="Dashboard"><file name="Data.php" hash="2246c19ae94ffc6ce034bf403a3bae2c"/></dir></dir></dir><dir name="Model"><dir name="Reports"><dir name="Resource"><dir name="Order"><file name="Collection.php" hash="de1036063de366ee714b5304050a7f92"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DigitalPianism_TwelveHoursRange</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Adds a 12 hours range to the dashboard graph. </summary>
|
10 |
+
<description><h2>12 Hours Range Dashboard</h2>
|
11 |
+

|
12 |
+
<p>This extension adds a 12 hours range to the Magento backend dashboard graph in order to help store managers to have a better overview of their sales.</p>
|
13 |
+

|
14 |
+
<p>With this extension, backend administrators will have access to a new range under the Dashboard menu called "Last 12 hours"</p>
|
15 |
+

|
16 |
+
<p>Once the extension is installed, the new range is automatically added to the dashboard.</p>
|
17 |
+

|
18 |
+
<p>Connect to the backend and go the dashboard, you will see the new "12 Hours Range" in the range selector and the corresponding graph and amount of sales will be displayed.</p></description>
|
19 |
+
<notes>Improves the way we override the resource model.
|
20 |
+
</notes>
|
21 |
<authors><author><name>Digital Pianism</name><user>digitalpianism</user><email>contact@digital-pianism.com</email></author></authors>
|
22 |
+
<date>2015-03-06</date>
|
23 |
+
<time>09:23:48</time>
|
24 |
+
<contents><target name="magecommunity"><dir name="DigitalPianism"><dir name="TwelveHoursRange"><dir name="Block"><dir name="Adminhtml"><dir name="Dashboard"><file name="Graph.php" hash="b0a9aa5b91fde009314c148db7d89424"/><dir name="Tab"><file name="Amounts.php" hash="795391ef2a46b323d6979ece3a56317d"/><file name="Orders.php" hash="554ad291d26c194f5213a2c0d8723ddd"/></dir><file name="Totals.php" hash="d3145437fff618b0d28c86783e515c71"/></dir></dir></dir><dir name="Helper"><dir name="Adminhtml"><dir name="Dashboard"><file name="Data.php" hash="2246c19ae94ffc6ce034bf403a3bae2c"/></dir></dir></dir><dir name="Model"><dir name="Reports"><dir name="Resource"><dir name="Order"><file name="Collection.php" hash="de1036063de366ee714b5304050a7f92"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="e0534379e3d92d385e4832feacf6aa02"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DigitalPianism_TwelveHoursRange.xml" hash="ddbab62b38efb5d63bc21c9cbb1ea548"/></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|