-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.xml
189 lines (142 loc) · 5.5 KB
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<_>
<form_key>GFpeZtJtCQpqLa0T</form_key>
<name>MVentory_TradeMe</name>
<channel>community</channel>
<version_ids>
<version_ids>2</version_ids>
</version_ids>
<summary>List products on TradeMe from Magento Admin, Android app or using a cron. Sync stock levels and much more.</summary>
<description>TradeMe (http://trademe.co.nz) is the leading New Zealand online auction site. This extension integrates Magento directly into TradeMe.
Features
* List a Magento product via an Android app (https://play.google.com/store/apps/details?id=com.mageventory)
* List a product with one click in Magento Admin
* Configure automated rule-based listing of Magento products on TradeMe
* Automatic synching of TradeMe sales to update Magento inventory
* Automatically withdraw an auction if a product goes out of stock while being listed on TradeMe
* Rule based mapping of TradeMe categories depending on product attributes
* Support for multiple TradeMe accounts, e.g. one for Wellington, one for Auckland
* Rule-based shipping options
* Listing products at a set interval for even spread across pages
Stability
This extension has been used by our customers for more than a year, but we only released it to the public in July 2014. Please, treat it as a beta version and feel free to report any problems to [email protected]
Dependencies
Note, this extension requires installation of our Mobile API extension for Magento (http://www.magentocommerce.com/magento-connect/mobile-pos-inventory-barcode-scanning-photos-and-more-on-android.html), but you do not have to use the Android app (https://play.google.com/store/apps/details?id=com.mageventory) that comes with it.
License
This source file is subject to a Commercial Software License.
No sharing - This file cannot be shared, published or
distributed outside of the licensed organisation.
No Derivatives - You can make changes to this file for your own use,
but you cannot share or redistribute the changes.
The full text of the license was supplied to your organisation as
part of the licensing agreement with mVentory.
About the extension
This extension was developed to support our combined PoS, Inventory and Website control app for Android to bring Magento closer to the realities of a retail / warehousing business. We took several unconventional approaches to make the product listing process as quick and simple to the end user as possible. On the other hand we moved most of the essential admin tasks into an Android app, including listing on TradeMe.
Watch our demo videos on http://mventory.com/demo
Help and support
Please, contact us on [email protected] if you need help installing and configuring it</description>
<license>CC BY-NC-ND 4.0</license>
<license_uri>http://creativecommons.org/licenses/by-nc-nd/4.0/</license_uri>
<version>1.1.2</version>
<stability>devel</stability>
<notes>* Implement filtering of products in pool by stock statuses which can be selected in the admin interface</notes>
<authors>
<name>
<name>Anatoly A. Kazantsev</name>
</name>
<user>
<user>anatoly</user>
</user>
<email>
<email>[email protected]</email>
</email>
</authors>
<depends_php_min>5.3.0</depends_php_min>
<depends_php_max>6.0.0</depends_php_max>
<depends>
<package>
<name>
<name/>
<name>MVentory_API</name>
</name>
<channel>
<channel/>
<channel>community</channel>
</channel>
<min>
<min/>
<min/>
</min>
<max>
<max/>
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
<name>
<name>Core</name>
</name>
<min>
<min/>
</min>
<max>
<max/>
</max>
</extension>
</depends>
<contents>
<target>
<target>magelocal</target>
<target>mageetc</target>
<target>magecommunity</target>
<target>magedesign</target>
<target>magedesign</target>
<target>magelocale</target>
<target>mageskin</target>
<target>mageweb</target>
</target>
<path>
<path/>
<path>modules/MVentory_TradeMe.xml</path>
<path>MVentory/TradeMe</path>
<path>adminhtml/default/default/layout/trademe.xml</path>
<path>adminhtml/default/default/template/trademe</path>
<path>en_US/template/email/trademe</path>
<path>adminhtml/default/default/trademe</path>
<path>js/trademe</path>
</path>
<type>
<type>file</type>
<type>file</type>
<type>dir</type>
<type>file</type>
<type>dir</type>
<type>dir</type>
<type>dir</type>
<type>dir</type>
</type>
<include>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
</ignore>
</contents>
</_>