Version Notes
Added a missing layout file.
Download this release
Release Info
Developer | GetCommerce |
Extension | Getsquare_AdminOrderLog |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Getsquare/AdminOrderLog/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Getsquare_AdminOrderLog>
|
5 |
-
<version>0.1
|
6 |
</Getsquare_AdminOrderLog>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Getsquare_AdminOrderLog>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Getsquare_AdminOrderLog>
|
7 |
</modules>
|
8 |
<global>
|
app/design/adminhtml/default/default/layout/getsquare_admin_order_log.xml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout>
|
3 |
+
<sales_order_grid_update_handle>
|
4 |
+
<reference name="sales_order.grid">
|
5 |
+
<action method="addColumnAfter">
|
6 |
+
<columnId>placed_by_user</columnId>
|
7 |
+
<arguments>
|
8 |
+
<header>Order Placed By</header>
|
9 |
+
<index>placed_by_user</index>
|
10 |
+
<type>text</type>
|
11 |
+
<filter_index>sales_order_placed_by.placed_by_user</filter_index>
|
12 |
+
</arguments>
|
13 |
+
<after>created_at</after>
|
14 |
+
</action>
|
15 |
+
</reference>
|
16 |
+
</sales_order_grid_update_handle>
|
17 |
+
<adminhtml_sales_order_grid>
|
18 |
+
<update handle="sales_order_grid_update_handle" />
|
19 |
+
</adminhtml_sales_order_grid>
|
20 |
+
<adminhtml_sales_order_index>
|
21 |
+
<update handle="sales_order_grid_update_handle" />
|
22 |
+
</adminhtml_sales_order_index>
|
23 |
+
</layout>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Getsquare_AdminOrderLog</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>A Magento extension which helps businesses identify which user processed a Backend (Admin) order.</summary>
|
10 |
<description>This small but handy extension logs the username against a Backend (Admin) processed order and displays this in the order grid.</description>
|
11 |
-
<notes>
|
12 |
-
<authors><author><name>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Getsquare"><dir name="AdminOrderLog"><dir name="Helper"><file name="Data.php" hash="fe12a47ca911a02f051438aa29fd2d4b"/></dir><dir name="Model"><file name="Entry.php" hash="e48a119d02c3e2e51d6081723794b9f1"/><file name="Observer.php" hash="38936cc2add2b4a137aea66e961e35be"/><dir name="Resource"><dir name="Entry"><file name="Collection.php" hash="3debbf0b9c1fc780b676b738c39cf202"/></dir><file name="Entry.php" hash="f8716af596fecfdadbb12193e9e6053f"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Getsquare_AdminOrderLog</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>A Magento extension which helps businesses identify which user processed a Backend (Admin) order.</summary>
|
10 |
<description>This small but handy extension logs the username against a Backend (Admin) processed order and displays this in the order grid.</description>
|
11 |
+
<notes>Added a missing layout file.</notes>
|
12 |
+
<authors><author><name>GetCommerce</name><user>GetCommerce</user><email>online@getcommerce.com</email></author></authors>
|
13 |
+
<date>2015-06-01</date>
|
14 |
+
<time>20:40:52</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Getsquare"><dir name="AdminOrderLog"><dir name="Helper"><file name="Data.php" hash="fe12a47ca911a02f051438aa29fd2d4b"/></dir><dir name="Model"><file name="Entry.php" hash="e48a119d02c3e2e51d6081723794b9f1"/><file name="Observer.php" hash="38936cc2add2b4a137aea66e961e35be"/><dir name="Resource"><dir name="Entry"><file name="Collection.php" hash="3debbf0b9c1fc780b676b738c39cf202"/></dir><file name="Entry.php" hash="f8716af596fecfdadbb12193e9e6053f"/></dir></dir><dir name="etc"><file name="config.xml" hash="8d2beedfde6d2f9af406f8940db920df"/></dir><dir name="sql"><dir name="getsquare_admin_order_log_setup"><file name="install-0.1.0.php" hash="95e1ce9b74598e0bd7d5590c3c17a6c2"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Getsquare_AdminOrderLog.xml" hash="bc6bf29ec10d47f9a0d8cb2cff5e31d2"/></dir></target><target name="mage"><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="getsquare_admin_order_log.xml" hash="4f5eaeede28e514fb447a98c298d2146"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|