forked from Bounteous-Inc/Magento-Multi-Location-Inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modman
69 lines (69 loc) · 11.2 KB
/
modman
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
app/design/adminhtml/default/default/template/demac/catalog_multilocationinventory.phtml app/design/adminhtml/default/default/template/demac/catalog_multilocationinventory.phtml
app/design/adminhtml/default/default/layout/demac/multilocationinventory.xml app/design/adminhtml/default/default/layout/demac/multilocationinventory.xml
app/code/community/Demac/MultiLocationInventory/Helper/Data.php app/code/community/Demac/MultiLocationInventory/Helper/Data.php
app/code/community/Demac/MultiLocationInventory/Helper/Location.php app/code/community/Demac/MultiLocationInventory/Helper/Location.php
app/code/community/Demac/MultiLocationInventory/Helper/Indexer.php app/code/community/Demac/MultiLocationInventory/Helper/Indexer.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.4-1.1.5.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.4-1.1.5.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.2-1.1.3.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.2-1.1.3.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.0-1.1.1.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.0-1.1.1.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.5-1.1.6.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.5-1.1.6.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.0.0-1.0.1.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.0.0-1.0.1.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/install-1.0.0.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/install-1.0.0.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.8-1.1.9.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.8-1.1.9.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.1-1.1.2.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.1.1-1.1.2.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.2.0-1.2.1.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.2.0-1.2.1.php
app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.2.3-1.2.4.php app/code/community/Demac/MultiLocationInventory/sql/demac_multilocationinventory_setup/upgrade-1.2.3-1.2.4.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Api.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Api.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Grouped.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Grouped.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Configurable.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Configurable.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Virtual.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Virtual.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Query.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Query.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Downloadable.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Downloadable.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Interface.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Interface.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Simple.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Status/Index/Simple.php
app/code/community/Demac/MultiLocationInventory/Model/Stock/Api/V2.php app/code/community/Demac/MultiLocationInventory/Model/Stock/Api/V2.php
app/code/community/Demac/MultiLocationInventory/Model/Location/Api.php app/code/community/Demac/MultiLocationInventory/Model/Location/Api.php
app/code/community/Demac/MultiLocationInventory/Model/Location/Api/V2.php app/code/community/Demac/MultiLocationInventory/Model/Location/Api/V2.php
app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Stock/Item.php app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Stock/Item.php
app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Observer.php app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Observer.php
app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Resource/Stock/Status.php app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Resource/Stock/Status.php
app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Resource/Stock/Item.php app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Resource/Stock/Item.php
app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Resource/Stock.php app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Resource/Stock.php
app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Stock.php app/code/community/Demac/MultiLocationInventory/Model/CatalogInventory/Stock.php
app/code/community/Demac/MultiLocationInventory/Model/Admin/Observer.php app/code/community/Demac/MultiLocationInventory/Model/Admin/Observer.php
app/code/community/Demac/MultiLocationInventory/Model/Observer.php app/code/community/Demac/MultiLocationInventory/Model/Observer.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Collection.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Collection.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Status/Index.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Status/Index.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Status/Index/Collection.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock/Status/Index/Collection.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Quote/Collection.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Quote/Collection.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Location/Collection.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Location/Collection.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Iterator.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Iterator.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/CatalogSearch/Fulltext.php app/code/community/Demac/MultiLocationInventory/Model/Resource/CatalogSearch/Fulltext.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Stock.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Location.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Location.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Order/Stock/Source/Collection.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Order/Stock/Source/Collection.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Order/Stock/Source.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Order/Stock/Source.php
app/code/community/Demac/MultiLocationInventory/Model/Resource/Quote.php app/code/community/Demac/MultiLocationInventory/Model/Resource/Quote.php
app/code/community/Demac/MultiLocationInventory/Model/Stock.php app/code/community/Demac/MultiLocationInventory/Model/Stock.php
app/code/community/Demac/MultiLocationInventory/Model/Location.php app/code/community/Demac/MultiLocationInventory/Model/Location.php
app/code/community/Demac/MultiLocationInventory/Model/Order/Stock/Source.php app/code/community/Demac/MultiLocationInventory/Model/Order/Stock/Source.php
app/code/community/Demac/MultiLocationInventory/Model/Quote.php app/code/community/Demac/MultiLocationInventory/Model/Quote.php
app/code/community/Demac/MultiLocationInventory/Model/Indexer.php app/code/community/Demac/MultiLocationInventory/Model/Indexer.php
app/code/community/Demac/MultiLocationInventory/controllers/Adminhtml/MultiLocationInventoryController.php app/code/community/Demac/MultiLocationInventory/controllers/Adminhtml/MultiLocationInventoryController.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Catalog/Product/Edit/Multilocationinventory.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Catalog/Product/Edit/Multilocationinventory.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Catalog/Product/Edit/Tab/Super/Config/Simple.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Catalog/Product/Edit/Tab/Super/Config/Simple.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Form.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Form.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Tabs.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Tabs.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Tab/Location.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Tab/Location.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Grid.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Grid.php
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location.php app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location.php
app/code/community/Demac/MultiLocationInventory/etc/api.xml app/code/community/Demac/MultiLocationInventory/etc/api.xml
app/code/community/Demac/MultiLocationInventory/etc/config.xml app/code/community/Demac/MultiLocationInventory/etc/config.xml
app/code/community/Demac/MultiLocationInventory/etc/system.xml app/code/community/Demac/MultiLocationInventory/etc/system.xml
app/code/community/Demac/MultiLocationInventory/etc/adminhtml.xml app/code/community/Demac/MultiLocationInventory/etc/adminhtml.xml
app/code/community/Demac/MultiLocationInventory/etc/wsdl.xml app/code/community/Demac/MultiLocationInventory/etc/wsdl.xml
app/locale/en_US/Demac/MultiLocationInventory.csv app/locale/en_US/Demac/MultiLocationInventory.csv
app/locale/fr_FR/Demac/MultiLocationInventory.csv app/locale/fr_FR/Demac/MultiLocationInventory.csv
app/etc/modules/Demac_MultiLocationInventory.xml app/etc/modules/Demac_MultiLocationInventory.xml