commit | afea58b7a1a0a4ab551c9df4a40f38bb49b3e631 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Dec 11 10:43:52 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Dec 11 10:43:52 2013 +0530 |
tree | 9db4b28e9963ce2ccec2c4ad7959bf70ccf1268f | |
parent | ba82163d5311d35213feee34e63a0e66ce92a231 [diff] |
moved modules inside erpnext folder
diff --git a/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt b/erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt similarity index 100% rename from accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt rename to erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt
diff --git a/accounts/Print Format/POS Invoice/POS Invoice.txt b/erpnext/accounts/Print Format/POS Invoice/POS Invoice.txt similarity index 100% rename from accounts/Print Format/POS Invoice/POS Invoice.txt rename to erpnext/accounts/Print Format/POS Invoice/POS Invoice.txt
diff --git a/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt b/erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt similarity index 100% rename from accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt rename to erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt
diff --git a/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt b/erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt similarity index 100% rename from accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt rename to erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt
diff --git a/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt b/erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt similarity index 100% rename from accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt rename to erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt
diff --git a/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt b/erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt similarity index 100% rename from accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt rename to erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt
diff --git a/accounts/Print Format/SalesInvoice/SalesInvoice.html b/erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html similarity index 100% rename from accounts/Print Format/SalesInvoice/SalesInvoice.html rename to erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html
diff --git a/accounts/Print Format/SalesInvoice/SalesInvoice.txt b/erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.txt similarity index 100% rename from accounts/Print Format/SalesInvoice/SalesInvoice.txt rename to erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.txt
diff --git a/accounts/README.md b/erpnext/accounts/README.md similarity index 100% rename from accounts/README.md rename to erpnext/accounts/README.md
diff --git a/accounts/__init__.py b/erpnext/accounts/__init__.py similarity index 100% rename from accounts/__init__.py rename to erpnext/accounts/__init__.py
diff --git a/accounts/doctype/__init__.py b/erpnext/accounts/doctype/__init__.py similarity index 100% rename from accounts/doctype/__init__.py rename to erpnext/accounts/doctype/__init__.py
diff --git a/accounts/doctype/account/README.md b/erpnext/accounts/doctype/account/README.md similarity index 100% rename from accounts/doctype/account/README.md rename to erpnext/accounts/doctype/account/README.md
diff --git a/accounts/doctype/account/__init__.py b/erpnext/accounts/doctype/account/__init__.py similarity index 100% rename from accounts/doctype/account/__init__.py rename to erpnext/accounts/doctype/account/__init__.py
diff --git a/accounts/doctype/account/account.js b/erpnext/accounts/doctype/account/account.js similarity index 100% rename from accounts/doctype/account/account.js rename to erpnext/accounts/doctype/account/account.js
diff --git a/accounts/doctype/account/account.py b/erpnext/accounts/doctype/account/account.py similarity index 100% rename from accounts/doctype/account/account.py rename to erpnext/accounts/doctype/account/account.py
diff --git a/accounts/doctype/account/account.txt b/erpnext/accounts/doctype/account/account.txt similarity index 100% rename from accounts/doctype/account/account.txt rename to erpnext/accounts/doctype/account/account.txt
diff --git a/accounts/doctype/account/test_account.py b/erpnext/accounts/doctype/account/test_account.py similarity index 100% rename from accounts/doctype/account/test_account.py rename to erpnext/accounts/doctype/account/test_account.py
diff --git a/accounts/doctype/accounts_settings/__init__.py b/erpnext/accounts/doctype/accounts_settings/__init__.py similarity index 100% rename from accounts/doctype/accounts_settings/__init__.py rename to erpnext/accounts/doctype/accounts_settings/__init__.py
diff --git a/accounts/doctype/accounts_settings/accounts_settings.py b/erpnext/accounts/doctype/accounts_settings/accounts_settings.py similarity index 100% rename from accounts/doctype/accounts_settings/accounts_settings.py rename to erpnext/accounts/doctype/accounts_settings/accounts_settings.py
diff --git a/accounts/doctype/accounts_settings/accounts_settings.txt b/erpnext/accounts/doctype/accounts_settings/accounts_settings.txt similarity index 100% rename from accounts/doctype/accounts_settings/accounts_settings.txt rename to erpnext/accounts/doctype/accounts_settings/accounts_settings.txt
diff --git a/accounts/doctype/bank_reconciliation/README.md b/erpnext/accounts/doctype/bank_reconciliation/README.md similarity index 100% rename from accounts/doctype/bank_reconciliation/README.md rename to erpnext/accounts/doctype/bank_reconciliation/README.md
diff --git a/accounts/doctype/bank_reconciliation/__init__.py b/erpnext/accounts/doctype/bank_reconciliation/__init__.py similarity index 100% rename from accounts/doctype/bank_reconciliation/__init__.py rename to erpnext/accounts/doctype/bank_reconciliation/__init__.py
diff --git a/accounts/doctype/bank_reconciliation/bank_reconciliation.js b/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.js similarity index 100% rename from accounts/doctype/bank_reconciliation/bank_reconciliation.js rename to erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.js
diff --git a/accounts/doctype/bank_reconciliation/bank_reconciliation.py b/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py similarity index 100% rename from accounts/doctype/bank_reconciliation/bank_reconciliation.py rename to erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py
diff --git a/accounts/doctype/bank_reconciliation/bank_reconciliation.txt b/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.txt similarity index 100% rename from accounts/doctype/bank_reconciliation/bank_reconciliation.txt rename to erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.txt
diff --git a/accounts/doctype/bank_reconciliation_detail/README.md b/erpnext/accounts/doctype/bank_reconciliation_detail/README.md similarity index 100% rename from accounts/doctype/bank_reconciliation_detail/README.md rename to erpnext/accounts/doctype/bank_reconciliation_detail/README.md
diff --git a/accounts/doctype/bank_reconciliation_detail/__init__.py b/erpnext/accounts/doctype/bank_reconciliation_detail/__init__.py similarity index 100% rename from accounts/doctype/bank_reconciliation_detail/__init__.py rename to erpnext/accounts/doctype/bank_reconciliation_detail/__init__.py
diff --git a/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.py b/erpnext/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.py similarity index 100% rename from accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.py rename to erpnext/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.py
diff --git a/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt b/erpnext/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt similarity index 100% rename from accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt rename to erpnext/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt
diff --git a/accounts/doctype/budget_detail/README.md b/erpnext/accounts/doctype/budget_detail/README.md similarity index 100% rename from accounts/doctype/budget_detail/README.md rename to erpnext/accounts/doctype/budget_detail/README.md
diff --git a/accounts/doctype/budget_detail/__init__.py b/erpnext/accounts/doctype/budget_detail/__init__.py similarity index 100% rename from accounts/doctype/budget_detail/__init__.py rename to erpnext/accounts/doctype/budget_detail/__init__.py
diff --git a/accounts/doctype/budget_detail/budget_detail.py b/erpnext/accounts/doctype/budget_detail/budget_detail.py similarity index 100% rename from accounts/doctype/budget_detail/budget_detail.py rename to erpnext/accounts/doctype/budget_detail/budget_detail.py
diff --git a/accounts/doctype/budget_detail/budget_detail.txt b/erpnext/accounts/doctype/budget_detail/budget_detail.txt similarity index 100% rename from accounts/doctype/budget_detail/budget_detail.txt rename to erpnext/accounts/doctype/budget_detail/budget_detail.txt
diff --git a/accounts/doctype/budget_distribution/README.md b/erpnext/accounts/doctype/budget_distribution/README.md similarity index 100% rename from accounts/doctype/budget_distribution/README.md rename to erpnext/accounts/doctype/budget_distribution/README.md
diff --git a/accounts/doctype/budget_distribution/__init__.py b/erpnext/accounts/doctype/budget_distribution/__init__.py similarity index 100% rename from accounts/doctype/budget_distribution/__init__.py rename to erpnext/accounts/doctype/budget_distribution/__init__.py
diff --git a/accounts/doctype/budget_distribution/budget_distribution.js b/erpnext/accounts/doctype/budget_distribution/budget_distribution.js similarity index 100% rename from accounts/doctype/budget_distribution/budget_distribution.js rename to erpnext/accounts/doctype/budget_distribution/budget_distribution.js
diff --git a/accounts/doctype/budget_distribution/budget_distribution.py b/erpnext/accounts/doctype/budget_distribution/budget_distribution.py similarity index 100% rename from accounts/doctype/budget_distribution/budget_distribution.py rename to erpnext/accounts/doctype/budget_distribution/budget_distribution.py
diff --git a/accounts/doctype/budget_distribution/budget_distribution.txt b/erpnext/accounts/doctype/budget_distribution/budget_distribution.txt similarity index 100% rename from accounts/doctype/budget_distribution/budget_distribution.txt rename to erpnext/accounts/doctype/budget_distribution/budget_distribution.txt
diff --git a/accounts/doctype/budget_distribution/test_budget_distribution.py b/erpnext/accounts/doctype/budget_distribution/test_budget_distribution.py similarity index 100% rename from accounts/doctype/budget_distribution/test_budget_distribution.py rename to erpnext/accounts/doctype/budget_distribution/test_budget_distribution.py
diff --git a/accounts/doctype/budget_distribution_detail/README.md b/erpnext/accounts/doctype/budget_distribution_detail/README.md similarity index 100% rename from accounts/doctype/budget_distribution_detail/README.md rename to erpnext/accounts/doctype/budget_distribution_detail/README.md
diff --git a/accounts/doctype/budget_distribution_detail/__init__.py b/erpnext/accounts/doctype/budget_distribution_detail/__init__.py similarity index 100% rename from accounts/doctype/budget_distribution_detail/__init__.py rename to erpnext/accounts/doctype/budget_distribution_detail/__init__.py
diff --git a/accounts/doctype/budget_distribution_detail/budget_distribution_detail.py b/erpnext/accounts/doctype/budget_distribution_detail/budget_distribution_detail.py similarity index 100% rename from accounts/doctype/budget_distribution_detail/budget_distribution_detail.py rename to erpnext/accounts/doctype/budget_distribution_detail/budget_distribution_detail.py
diff --git a/accounts/doctype/budget_distribution_detail/budget_distribution_detail.txt b/erpnext/accounts/doctype/budget_distribution_detail/budget_distribution_detail.txt similarity index 100% rename from accounts/doctype/budget_distribution_detail/budget_distribution_detail.txt rename to erpnext/accounts/doctype/budget_distribution_detail/budget_distribution_detail.txt
diff --git a/accounts/doctype/c_form/README.md b/erpnext/accounts/doctype/c_form/README.md similarity index 100% rename from accounts/doctype/c_form/README.md rename to erpnext/accounts/doctype/c_form/README.md
diff --git a/accounts/doctype/c_form/__init__.py b/erpnext/accounts/doctype/c_form/__init__.py similarity index 100% rename from accounts/doctype/c_form/__init__.py rename to erpnext/accounts/doctype/c_form/__init__.py
diff --git a/accounts/doctype/c_form/c_form.js b/erpnext/accounts/doctype/c_form/c_form.js similarity index 100% rename from accounts/doctype/c_form/c_form.js rename to erpnext/accounts/doctype/c_form/c_form.js
diff --git a/accounts/doctype/c_form/c_form.py b/erpnext/accounts/doctype/c_form/c_form.py similarity index 100% rename from accounts/doctype/c_form/c_form.py rename to erpnext/accounts/doctype/c_form/c_form.py
diff --git a/accounts/doctype/c_form/c_form.txt b/erpnext/accounts/doctype/c_form/c_form.txt similarity index 100% rename from accounts/doctype/c_form/c_form.txt rename to erpnext/accounts/doctype/c_form/c_form.txt
diff --git a/accounts/doctype/c_form_invoice_detail/README.md b/erpnext/accounts/doctype/c_form_invoice_detail/README.md similarity index 100% rename from accounts/doctype/c_form_invoice_detail/README.md rename to erpnext/accounts/doctype/c_form_invoice_detail/README.md
diff --git a/accounts/doctype/c_form_invoice_detail/__init__.py b/erpnext/accounts/doctype/c_form_invoice_detail/__init__.py similarity index 100% rename from accounts/doctype/c_form_invoice_detail/__init__.py rename to erpnext/accounts/doctype/c_form_invoice_detail/__init__.py
diff --git a/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.py b/erpnext/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.py similarity index 100% rename from accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.py rename to erpnext/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.py
diff --git a/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.txt b/erpnext/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.txt similarity index 100% rename from accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.txt rename to erpnext/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.txt
diff --git a/accounts/doctype/cost_center/README.md b/erpnext/accounts/doctype/cost_center/README.md similarity index 100% rename from accounts/doctype/cost_center/README.md rename to erpnext/accounts/doctype/cost_center/README.md
diff --git a/accounts/doctype/cost_center/__init__.py b/erpnext/accounts/doctype/cost_center/__init__.py similarity index 100% rename from accounts/doctype/cost_center/__init__.py rename to erpnext/accounts/doctype/cost_center/__init__.py
diff --git a/accounts/doctype/cost_center/cost_center.js b/erpnext/accounts/doctype/cost_center/cost_center.js similarity index 100% rename from accounts/doctype/cost_center/cost_center.js rename to erpnext/accounts/doctype/cost_center/cost_center.js
diff --git a/accounts/doctype/cost_center/cost_center.py b/erpnext/accounts/doctype/cost_center/cost_center.py similarity index 100% rename from accounts/doctype/cost_center/cost_center.py rename to erpnext/accounts/doctype/cost_center/cost_center.py
diff --git a/accounts/doctype/cost_center/cost_center.txt b/erpnext/accounts/doctype/cost_center/cost_center.txt similarity index 100% rename from accounts/doctype/cost_center/cost_center.txt rename to erpnext/accounts/doctype/cost_center/cost_center.txt
diff --git a/accounts/doctype/cost_center/test_cost_center.py b/erpnext/accounts/doctype/cost_center/test_cost_center.py similarity index 100% rename from accounts/doctype/cost_center/test_cost_center.py rename to erpnext/accounts/doctype/cost_center/test_cost_center.py
diff --git a/accounts/doctype/fiscal_year/README.md b/erpnext/accounts/doctype/fiscal_year/README.md similarity index 100% rename from accounts/doctype/fiscal_year/README.md rename to erpnext/accounts/doctype/fiscal_year/README.md
diff --git a/accounts/doctype/fiscal_year/__init__.py b/erpnext/accounts/doctype/fiscal_year/__init__.py similarity index 100% rename from accounts/doctype/fiscal_year/__init__.py rename to erpnext/accounts/doctype/fiscal_year/__init__.py
diff --git a/accounts/doctype/fiscal_year/fiscal_year.js b/erpnext/accounts/doctype/fiscal_year/fiscal_year.js similarity index 100% rename from accounts/doctype/fiscal_year/fiscal_year.js rename to erpnext/accounts/doctype/fiscal_year/fiscal_year.js
diff --git a/accounts/doctype/fiscal_year/fiscal_year.py b/erpnext/accounts/doctype/fiscal_year/fiscal_year.py similarity index 100% rename from accounts/doctype/fiscal_year/fiscal_year.py rename to erpnext/accounts/doctype/fiscal_year/fiscal_year.py
diff --git a/accounts/doctype/fiscal_year/fiscal_year.txt b/erpnext/accounts/doctype/fiscal_year/fiscal_year.txt similarity index 100% rename from accounts/doctype/fiscal_year/fiscal_year.txt rename to erpnext/accounts/doctype/fiscal_year/fiscal_year.txt
diff --git a/accounts/doctype/fiscal_year/test_fiscal_year.py b/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py similarity index 100% rename from accounts/doctype/fiscal_year/test_fiscal_year.py rename to erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py
diff --git a/accounts/doctype/gl_entry/README.md b/erpnext/accounts/doctype/gl_entry/README.md similarity index 100% rename from accounts/doctype/gl_entry/README.md rename to erpnext/accounts/doctype/gl_entry/README.md
diff --git a/accounts/doctype/gl_entry/__init__.py b/erpnext/accounts/doctype/gl_entry/__init__.py similarity index 100% rename from accounts/doctype/gl_entry/__init__.py rename to erpnext/accounts/doctype/gl_entry/__init__.py
diff --git a/accounts/doctype/gl_entry/gl_entry.py b/erpnext/accounts/doctype/gl_entry/gl_entry.py similarity index 100% rename from accounts/doctype/gl_entry/gl_entry.py rename to erpnext/accounts/doctype/gl_entry/gl_entry.py
diff --git a/accounts/doctype/gl_entry/gl_entry.txt b/erpnext/accounts/doctype/gl_entry/gl_entry.txt similarity index 100% rename from accounts/doctype/gl_entry/gl_entry.txt rename to erpnext/accounts/doctype/gl_entry/gl_entry.txt
diff --git a/accounts/doctype/journal_voucher/README.md b/erpnext/accounts/doctype/journal_voucher/README.md similarity index 100% rename from accounts/doctype/journal_voucher/README.md rename to erpnext/accounts/doctype/journal_voucher/README.md
diff --git a/accounts/doctype/journal_voucher/__init__.py b/erpnext/accounts/doctype/journal_voucher/__init__.py similarity index 100% rename from accounts/doctype/journal_voucher/__init__.py rename to erpnext/accounts/doctype/journal_voucher/__init__.py
diff --git a/accounts/doctype/journal_voucher/journal_voucher.js b/erpnext/accounts/doctype/journal_voucher/journal_voucher.js similarity index 100% rename from accounts/doctype/journal_voucher/journal_voucher.js rename to erpnext/accounts/doctype/journal_voucher/journal_voucher.js
diff --git a/accounts/doctype/journal_voucher/journal_voucher.py b/erpnext/accounts/doctype/journal_voucher/journal_voucher.py similarity index 100% rename from accounts/doctype/journal_voucher/journal_voucher.py rename to erpnext/accounts/doctype/journal_voucher/journal_voucher.py
diff --git a/accounts/doctype/journal_voucher/journal_voucher.txt b/erpnext/accounts/doctype/journal_voucher/journal_voucher.txt similarity index 100% rename from accounts/doctype/journal_voucher/journal_voucher.txt rename to erpnext/accounts/doctype/journal_voucher/journal_voucher.txt
diff --git a/accounts/doctype/journal_voucher/test_journal_voucher.py b/erpnext/accounts/doctype/journal_voucher/test_journal_voucher.py similarity index 100% rename from accounts/doctype/journal_voucher/test_journal_voucher.py rename to erpnext/accounts/doctype/journal_voucher/test_journal_voucher.py
diff --git a/accounts/doctype/journal_voucher_detail/README.md b/erpnext/accounts/doctype/journal_voucher_detail/README.md similarity index 100% rename from accounts/doctype/journal_voucher_detail/README.md rename to erpnext/accounts/doctype/journal_voucher_detail/README.md
diff --git a/accounts/doctype/journal_voucher_detail/__init__.py b/erpnext/accounts/doctype/journal_voucher_detail/__init__.py similarity index 100% rename from accounts/doctype/journal_voucher_detail/__init__.py rename to erpnext/accounts/doctype/journal_voucher_detail/__init__.py
diff --git a/accounts/doctype/journal_voucher_detail/journal_voucher_detail.py b/erpnext/accounts/doctype/journal_voucher_detail/journal_voucher_detail.py similarity index 100% rename from accounts/doctype/journal_voucher_detail/journal_voucher_detail.py rename to erpnext/accounts/doctype/journal_voucher_detail/journal_voucher_detail.py
diff --git a/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt b/erpnext/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt similarity index 100% rename from accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt rename to erpnext/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt
diff --git a/accounts/doctype/mis_control/README.md b/erpnext/accounts/doctype/mis_control/README.md similarity index 100% rename from accounts/doctype/mis_control/README.md rename to erpnext/accounts/doctype/mis_control/README.md
diff --git a/accounts/doctype/mis_control/__init__.py b/erpnext/accounts/doctype/mis_control/__init__.py similarity index 100% rename from accounts/doctype/mis_control/__init__.py rename to erpnext/accounts/doctype/mis_control/__init__.py
diff --git a/accounts/doctype/mis_control/mis_control.py b/erpnext/accounts/doctype/mis_control/mis_control.py similarity index 100% rename from accounts/doctype/mis_control/mis_control.py rename to erpnext/accounts/doctype/mis_control/mis_control.py
diff --git a/accounts/doctype/mis_control/mis_control.txt b/erpnext/accounts/doctype/mis_control/mis_control.txt similarity index 100% rename from accounts/doctype/mis_control/mis_control.txt rename to erpnext/accounts/doctype/mis_control/mis_control.txt
diff --git a/accounts/doctype/mode_of_payment/README.md b/erpnext/accounts/doctype/mode_of_payment/README.md similarity index 100% rename from accounts/doctype/mode_of_payment/README.md rename to erpnext/accounts/doctype/mode_of_payment/README.md
diff --git a/accounts/doctype/mode_of_payment/__init__.py b/erpnext/accounts/doctype/mode_of_payment/__init__.py similarity index 100% rename from accounts/doctype/mode_of_payment/__init__.py rename to erpnext/accounts/doctype/mode_of_payment/__init__.py
diff --git a/accounts/doctype/mode_of_payment/mode_of_payment.js b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.js similarity index 100% rename from accounts/doctype/mode_of_payment/mode_of_payment.js rename to erpnext/accounts/doctype/mode_of_payment/mode_of_payment.js
diff --git a/accounts/doctype/mode_of_payment/mode_of_payment.py b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py similarity index 100% rename from accounts/doctype/mode_of_payment/mode_of_payment.py rename to erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py
diff --git a/accounts/doctype/mode_of_payment/mode_of_payment.txt b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.txt similarity index 100% rename from accounts/doctype/mode_of_payment/mode_of_payment.txt rename to erpnext/accounts/doctype/mode_of_payment/mode_of_payment.txt
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/README.md b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/README.md similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool/README.md rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool/README.md
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/__init__.py b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/__init__.py similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool/__init__.py rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool/__init__.py
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.py b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.py similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.py rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.py
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt
diff --git a/accounts/doctype/payment_to_invoice_matching_tool/test_payment_to_invoice_matching_tool.py b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/test_payment_to_invoice_matching_tool.py similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool/test_payment_to_invoice_matching_tool.py rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool/test_payment_to_invoice_matching_tool.py
diff --git a/accounts/doctype/payment_to_invoice_matching_tool_detail/README.md b/erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/README.md similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool_detail/README.md rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/README.md
diff --git a/accounts/doctype/payment_to_invoice_matching_tool_detail/__init__.py b/erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/__init__.py similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool_detail/__init__.py rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/__init__.py
diff --git a/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.py b/erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.py similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.py rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.py
diff --git a/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt b/erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt similarity index 100% rename from accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt rename to erpnext/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt
diff --git a/accounts/doctype/period_closing_voucher/README.md b/erpnext/accounts/doctype/period_closing_voucher/README.md similarity index 100% rename from accounts/doctype/period_closing_voucher/README.md rename to erpnext/accounts/doctype/period_closing_voucher/README.md
diff --git a/accounts/doctype/period_closing_voucher/__init__.py b/erpnext/accounts/doctype/period_closing_voucher/__init__.py similarity index 100% rename from accounts/doctype/period_closing_voucher/__init__.py rename to erpnext/accounts/doctype/period_closing_voucher/__init__.py
diff --git a/accounts/doctype/period_closing_voucher/period_closing_voucher.js b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js similarity index 100% rename from accounts/doctype/period_closing_voucher/period_closing_voucher.js rename to erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js
diff --git a/accounts/doctype/period_closing_voucher/period_closing_voucher.py b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py similarity index 100% rename from accounts/doctype/period_closing_voucher/period_closing_voucher.py rename to erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
diff --git a/accounts/doctype/period_closing_voucher/period_closing_voucher.txt b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.txt similarity index 100% rename from accounts/doctype/period_closing_voucher/period_closing_voucher.txt rename to erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.txt
diff --git a/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py b/erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py similarity index 100% rename from accounts/doctype/period_closing_voucher/test_period_closing_voucher.py rename to erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py
diff --git a/accounts/doctype/pos_setting/README.md b/erpnext/accounts/doctype/pos_setting/README.md similarity index 100% rename from accounts/doctype/pos_setting/README.md rename to erpnext/accounts/doctype/pos_setting/README.md
diff --git a/accounts/doctype/pos_setting/__init__.py b/erpnext/accounts/doctype/pos_setting/__init__.py similarity index 100% rename from accounts/doctype/pos_setting/__init__.py rename to erpnext/accounts/doctype/pos_setting/__init__.py
diff --git a/accounts/doctype/pos_setting/pos_setting.js b/erpnext/accounts/doctype/pos_setting/pos_setting.js similarity index 100% rename from accounts/doctype/pos_setting/pos_setting.js rename to erpnext/accounts/doctype/pos_setting/pos_setting.js
diff --git a/accounts/doctype/pos_setting/pos_setting.py b/erpnext/accounts/doctype/pos_setting/pos_setting.py similarity index 100% rename from accounts/doctype/pos_setting/pos_setting.py rename to erpnext/accounts/doctype/pos_setting/pos_setting.py
diff --git a/accounts/doctype/pos_setting/pos_setting.txt b/erpnext/accounts/doctype/pos_setting/pos_setting.txt similarity index 100% rename from accounts/doctype/pos_setting/pos_setting.txt rename to erpnext/accounts/doctype/pos_setting/pos_setting.txt
diff --git a/accounts/doctype/pos_setting/test_pos_setting.py b/erpnext/accounts/doctype/pos_setting/test_pos_setting.py similarity index 100% rename from accounts/doctype/pos_setting/test_pos_setting.py rename to erpnext/accounts/doctype/pos_setting/test_pos_setting.py
diff --git a/accounts/doctype/purchase_invoice/README.md b/erpnext/accounts/doctype/purchase_invoice/README.md similarity index 100% rename from accounts/doctype/purchase_invoice/README.md rename to erpnext/accounts/doctype/purchase_invoice/README.md
diff --git a/accounts/doctype/purchase_invoice/__init__.py b/erpnext/accounts/doctype/purchase_invoice/__init__.py similarity index 100% rename from accounts/doctype/purchase_invoice/__init__.py rename to erpnext/accounts/doctype/purchase_invoice/__init__.py
diff --git a/accounts/doctype/purchase_invoice/purchase_invoice.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js similarity index 100% rename from accounts/doctype/purchase_invoice/purchase_invoice.js rename to erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
diff --git a/accounts/doctype/purchase_invoice/purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py similarity index 100% rename from accounts/doctype/purchase_invoice/purchase_invoice.py rename to erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
diff --git a/accounts/doctype/purchase_invoice/purchase_invoice.txt b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.txt similarity index 100% rename from accounts/doctype/purchase_invoice/purchase_invoice.txt rename to erpnext/accounts/doctype/purchase_invoice/purchase_invoice.txt
diff --git a/accounts/doctype/purchase_invoice/purchase_invoice_list.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js similarity index 100% rename from accounts/doctype/purchase_invoice/purchase_invoice_list.js rename to erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js
diff --git a/accounts/doctype/purchase_invoice/test_purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py similarity index 100% rename from accounts/doctype/purchase_invoice/test_purchase_invoice.py rename to erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
diff --git a/accounts/doctype/purchase_invoice_advance/README.md b/erpnext/accounts/doctype/purchase_invoice_advance/README.md similarity index 100% rename from accounts/doctype/purchase_invoice_advance/README.md rename to erpnext/accounts/doctype/purchase_invoice_advance/README.md
diff --git a/accounts/doctype/purchase_invoice_advance/__init__.py b/erpnext/accounts/doctype/purchase_invoice_advance/__init__.py similarity index 100% rename from accounts/doctype/purchase_invoice_advance/__init__.py rename to erpnext/accounts/doctype/purchase_invoice_advance/__init__.py
diff --git a/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py b/erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py similarity index 100% rename from accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py rename to erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py
diff --git a/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.txt b/erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.txt similarity index 100% rename from accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.txt rename to erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.txt
diff --git a/accounts/doctype/purchase_invoice_item/README.md b/erpnext/accounts/doctype/purchase_invoice_item/README.md similarity index 100% rename from accounts/doctype/purchase_invoice_item/README.md rename to erpnext/accounts/doctype/purchase_invoice_item/README.md
diff --git a/accounts/doctype/purchase_invoice_item/__init__.py b/erpnext/accounts/doctype/purchase_invoice_item/__init__.py similarity index 100% rename from accounts/doctype/purchase_invoice_item/__init__.py rename to erpnext/accounts/doctype/purchase_invoice_item/__init__.py
diff --git a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py similarity index 100% rename from accounts/doctype/purchase_invoice_item/purchase_invoice_item.py rename to erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py
diff --git a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt similarity index 100% rename from accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt rename to erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt
diff --git a/accounts/doctype/purchase_taxes_and_charges/README.md b/erpnext/accounts/doctype/purchase_taxes_and_charges/README.md similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges/README.md rename to erpnext/accounts/doctype/purchase_taxes_and_charges/README.md
diff --git a/accounts/doctype/purchase_taxes_and_charges/__init__.py b/erpnext/accounts/doctype/purchase_taxes_and_charges/__init__.py similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges/__init__.py rename to erpnext/accounts/doctype/purchase_taxes_and_charges/__init__.py
diff --git a/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py b/erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py rename to erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py
diff --git a/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt b/erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt rename to erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt
diff --git a/accounts/doctype/purchase_taxes_and_charges_master/README.md b/erpnext/accounts/doctype/purchase_taxes_and_charges_master/README.md similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges_master/README.md rename to erpnext/accounts/doctype/purchase_taxes_and_charges_master/README.md
diff --git a/accounts/doctype/purchase_taxes_and_charges_master/__init__.py b/erpnext/accounts/doctype/purchase_taxes_and_charges_master/__init__.py similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges_master/__init__.py rename to erpnext/accounts/doctype/purchase_taxes_and_charges_master/__init__.py
diff --git a/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js b/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js rename to erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js
diff --git a/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.py b/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.py similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.py rename to erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.py
diff --git a/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt b/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt similarity index 100% rename from accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt rename to erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt
diff --git a/accounts/doctype/sales_invoice/README.md b/erpnext/accounts/doctype/sales_invoice/README.md similarity index 100% rename from accounts/doctype/sales_invoice/README.md rename to erpnext/accounts/doctype/sales_invoice/README.md
diff --git a/accounts/doctype/sales_invoice/__init__.py b/erpnext/accounts/doctype/sales_invoice/__init__.py similarity index 100% rename from accounts/doctype/sales_invoice/__init__.py rename to erpnext/accounts/doctype/sales_invoice/__init__.py
diff --git a/accounts/doctype/sales_invoice/pos.js b/erpnext/accounts/doctype/sales_invoice/pos.js similarity index 100% rename from accounts/doctype/sales_invoice/pos.js rename to erpnext/accounts/doctype/sales_invoice/pos.js
diff --git a/accounts/doctype/sales_invoice/pos.py b/erpnext/accounts/doctype/sales_invoice/pos.py similarity index 100% rename from accounts/doctype/sales_invoice/pos.py rename to erpnext/accounts/doctype/sales_invoice/pos.py
diff --git a/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js similarity index 100% rename from accounts/doctype/sales_invoice/sales_invoice.js rename to erpnext/accounts/doctype/sales_invoice/sales_invoice.js
diff --git a/accounts/doctype/sales_invoice/sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py similarity index 100% rename from accounts/doctype/sales_invoice/sales_invoice.py rename to erpnext/accounts/doctype/sales_invoice/sales_invoice.py
diff --git a/accounts/doctype/sales_invoice/sales_invoice.txt b/erpnext/accounts/doctype/sales_invoice/sales_invoice.txt similarity index 100% rename from accounts/doctype/sales_invoice/sales_invoice.txt rename to erpnext/accounts/doctype/sales_invoice/sales_invoice.txt
diff --git a/accounts/doctype/sales_invoice/sales_invoice_list.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js similarity index 100% rename from accounts/doctype/sales_invoice/sales_invoice_list.js rename to erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js
diff --git a/accounts/doctype/sales_invoice/sales_invoice_map.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice_map.js similarity index 100% rename from accounts/doctype/sales_invoice/sales_invoice_map.js rename to erpnext/accounts/doctype/sales_invoice/sales_invoice_map.js
diff --git a/accounts/doctype/sales_invoice/templates/__init__.py b/erpnext/accounts/doctype/sales_invoice/templates/__init__.py similarity index 100% rename from accounts/doctype/sales_invoice/templates/__init__.py rename to erpnext/accounts/doctype/sales_invoice/templates/__init__.py
diff --git a/accounts/doctype/sales_invoice/templates/pages/__init__.py b/erpnext/accounts/doctype/sales_invoice/templates/pages/__init__.py similarity index 100% rename from accounts/doctype/sales_invoice/templates/pages/__init__.py rename to erpnext/accounts/doctype/sales_invoice/templates/pages/__init__.py
diff --git a/accounts/doctype/sales_invoice/templates/pages/invoice.html b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.html similarity index 100% rename from accounts/doctype/sales_invoice/templates/pages/invoice.html rename to erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.html
diff --git a/accounts/doctype/sales_invoice/templates/pages/invoice.py b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.py similarity index 100% rename from accounts/doctype/sales_invoice/templates/pages/invoice.py rename to erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.py
diff --git a/accounts/doctype/sales_invoice/templates/pages/invoices.html b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.html similarity index 100% rename from accounts/doctype/sales_invoice/templates/pages/invoices.html rename to erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.html
diff --git a/accounts/doctype/sales_invoice/templates/pages/invoices.py b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.py similarity index 100% rename from accounts/doctype/sales_invoice/templates/pages/invoices.py rename to erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.py
diff --git a/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py similarity index 100% rename from accounts/doctype/sales_invoice/test_sales_invoice.py rename to erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
diff --git a/accounts/doctype/sales_invoice_advance/README.md b/erpnext/accounts/doctype/sales_invoice_advance/README.md similarity index 100% rename from accounts/doctype/sales_invoice_advance/README.md rename to erpnext/accounts/doctype/sales_invoice_advance/README.md
diff --git a/accounts/doctype/sales_invoice_advance/__init__.py b/erpnext/accounts/doctype/sales_invoice_advance/__init__.py similarity index 100% rename from accounts/doctype/sales_invoice_advance/__init__.py rename to erpnext/accounts/doctype/sales_invoice_advance/__init__.py
diff --git a/accounts/doctype/sales_invoice_advance/sales_invoice_advance.py b/erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.py similarity index 100% rename from accounts/doctype/sales_invoice_advance/sales_invoice_advance.py rename to erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.py
diff --git a/accounts/doctype/sales_invoice_advance/sales_invoice_advance.txt b/erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.txt similarity index 100% rename from accounts/doctype/sales_invoice_advance/sales_invoice_advance.txt rename to erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.txt
diff --git a/accounts/doctype/sales_invoice_item/README.md b/erpnext/accounts/doctype/sales_invoice_item/README.md similarity index 100% rename from accounts/doctype/sales_invoice_item/README.md rename to erpnext/accounts/doctype/sales_invoice_item/README.md
diff --git a/accounts/doctype/sales_invoice_item/__init__.py b/erpnext/accounts/doctype/sales_invoice_item/__init__.py similarity index 100% rename from accounts/doctype/sales_invoice_item/__init__.py rename to erpnext/accounts/doctype/sales_invoice_item/__init__.py
diff --git a/accounts/doctype/sales_invoice_item/sales_invoice_item.py b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py similarity index 100% rename from accounts/doctype/sales_invoice_item/sales_invoice_item.py rename to erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py
diff --git a/accounts/doctype/sales_invoice_item/sales_invoice_item.txt b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.txt similarity index 100% rename from accounts/doctype/sales_invoice_item/sales_invoice_item.txt rename to erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.txt
diff --git a/accounts/doctype/sales_taxes_and_charges/README.md b/erpnext/accounts/doctype/sales_taxes_and_charges/README.md similarity index 100% rename from accounts/doctype/sales_taxes_and_charges/README.md rename to erpnext/accounts/doctype/sales_taxes_and_charges/README.md
diff --git a/accounts/doctype/sales_taxes_and_charges/__init__.py b/erpnext/accounts/doctype/sales_taxes_and_charges/__init__.py similarity index 100% rename from accounts/doctype/sales_taxes_and_charges/__init__.py rename to erpnext/accounts/doctype/sales_taxes_and_charges/__init__.py
diff --git a/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py b/erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py similarity index 100% rename from accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py rename to erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py
diff --git a/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt b/erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt similarity index 100% rename from accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt rename to erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt
diff --git a/accounts/doctype/sales_taxes_and_charges_master/README.md b/erpnext/accounts/doctype/sales_taxes_and_charges_master/README.md similarity index 100% rename from accounts/doctype/sales_taxes_and_charges_master/README.md rename to erpnext/accounts/doctype/sales_taxes_and_charges_master/README.md
diff --git a/accounts/doctype/sales_taxes_and_charges_master/__init__.py b/erpnext/accounts/doctype/sales_taxes_and_charges_master/__init__.py similarity index 100% rename from accounts/doctype/sales_taxes_and_charges_master/__init__.py rename to erpnext/accounts/doctype/sales_taxes_and_charges_master/__init__.py
diff --git a/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js b/erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js similarity index 100% rename from accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js rename to erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js
diff --git a/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.py b/erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.py similarity index 100% rename from accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.py rename to erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.py
diff --git a/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt b/erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt similarity index 100% rename from accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt rename to erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt
diff --git a/accounts/doctype/sales_taxes_and_charges_master/test_sales_taxes_and_charges_master.py b/erpnext/accounts/doctype/sales_taxes_and_charges_master/test_sales_taxes_and_charges_master.py similarity index 100% rename from accounts/doctype/sales_taxes_and_charges_master/test_sales_taxes_and_charges_master.py rename to erpnext/accounts/doctype/sales_taxes_and_charges_master/test_sales_taxes_and_charges_master.py
diff --git a/accounts/doctype/shipping_rule/__init__.py b/erpnext/accounts/doctype/shipping_rule/__init__.py similarity index 100% rename from accounts/doctype/shipping_rule/__init__.py rename to erpnext/accounts/doctype/shipping_rule/__init__.py
diff --git a/accounts/doctype/shipping_rule/shipping_rule.js b/erpnext/accounts/doctype/shipping_rule/shipping_rule.js similarity index 100% rename from accounts/doctype/shipping_rule/shipping_rule.js rename to erpnext/accounts/doctype/shipping_rule/shipping_rule.js
diff --git a/accounts/doctype/shipping_rule/shipping_rule.py b/erpnext/accounts/doctype/shipping_rule/shipping_rule.py similarity index 100% rename from accounts/doctype/shipping_rule/shipping_rule.py rename to erpnext/accounts/doctype/shipping_rule/shipping_rule.py
diff --git a/accounts/doctype/shipping_rule/shipping_rule.txt b/erpnext/accounts/doctype/shipping_rule/shipping_rule.txt similarity index 100% rename from accounts/doctype/shipping_rule/shipping_rule.txt rename to erpnext/accounts/doctype/shipping_rule/shipping_rule.txt
diff --git a/accounts/doctype/shipping_rule/test_shipping_rule.py b/erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py similarity index 100% rename from accounts/doctype/shipping_rule/test_shipping_rule.py rename to erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py
diff --git a/accounts/doctype/shipping_rule_condition/__init__.py b/erpnext/accounts/doctype/shipping_rule_condition/__init__.py similarity index 100% rename from accounts/doctype/shipping_rule_condition/__init__.py rename to erpnext/accounts/doctype/shipping_rule_condition/__init__.py
diff --git a/accounts/doctype/shipping_rule_condition/shipping_rule_condition.py b/erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.py similarity index 100% rename from accounts/doctype/shipping_rule_condition/shipping_rule_condition.py rename to erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.py
diff --git a/accounts/doctype/shipping_rule_condition/shipping_rule_condition.txt b/erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.txt similarity index 100% rename from accounts/doctype/shipping_rule_condition/shipping_rule_condition.txt rename to erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.txt
diff --git a/accounts/general_ledger.py b/erpnext/accounts/general_ledger.py similarity index 100% rename from accounts/general_ledger.py rename to erpnext/accounts/general_ledger.py
diff --git a/accounts/page/__init__.py b/erpnext/accounts/page/__init__.py similarity index 100% rename from accounts/page/__init__.py rename to erpnext/accounts/page/__init__.py
diff --git a/accounts/page/accounts_browser/README.md b/erpnext/accounts/page/accounts_browser/README.md similarity index 100% rename from accounts/page/accounts_browser/README.md rename to erpnext/accounts/page/accounts_browser/README.md
diff --git a/accounts/page/accounts_browser/__init__.py b/erpnext/accounts/page/accounts_browser/__init__.py similarity index 100% rename from accounts/page/accounts_browser/__init__.py rename to erpnext/accounts/page/accounts_browser/__init__.py
diff --git a/accounts/page/accounts_browser/accounts_browser.css b/erpnext/accounts/page/accounts_browser/accounts_browser.css similarity index 100% rename from accounts/page/accounts_browser/accounts_browser.css rename to erpnext/accounts/page/accounts_browser/accounts_browser.css
diff --git a/accounts/page/accounts_browser/accounts_browser.js b/erpnext/accounts/page/accounts_browser/accounts_browser.js similarity index 100% rename from accounts/page/accounts_browser/accounts_browser.js rename to erpnext/accounts/page/accounts_browser/accounts_browser.js
diff --git a/accounts/page/accounts_browser/accounts_browser.py b/erpnext/accounts/page/accounts_browser/accounts_browser.py similarity index 100% rename from accounts/page/accounts_browser/accounts_browser.py rename to erpnext/accounts/page/accounts_browser/accounts_browser.py
diff --git a/accounts/page/accounts_browser/accounts_browser.txt b/erpnext/accounts/page/accounts_browser/accounts_browser.txt similarity index 100% rename from accounts/page/accounts_browser/accounts_browser.txt rename to erpnext/accounts/page/accounts_browser/accounts_browser.txt
diff --git a/accounts/page/accounts_home/__init__.py b/erpnext/accounts/page/accounts_home/__init__.py similarity index 100% rename from accounts/page/accounts_home/__init__.py rename to erpnext/accounts/page/accounts_home/__init__.py
diff --git a/accounts/page/accounts_home/accounts_home.js b/erpnext/accounts/page/accounts_home/accounts_home.js similarity index 100% rename from accounts/page/accounts_home/accounts_home.js rename to erpnext/accounts/page/accounts_home/accounts_home.js
diff --git a/accounts/page/accounts_home/accounts_home.txt b/erpnext/accounts/page/accounts_home/accounts_home.txt similarity index 100% rename from accounts/page/accounts_home/accounts_home.txt rename to erpnext/accounts/page/accounts_home/accounts_home.txt
diff --git a/accounts/page/financial_analytics/README.md b/erpnext/accounts/page/financial_analytics/README.md similarity index 100% rename from accounts/page/financial_analytics/README.md rename to erpnext/accounts/page/financial_analytics/README.md
diff --git a/accounts/page/financial_analytics/__init__.py b/erpnext/accounts/page/financial_analytics/__init__.py similarity index 100% rename from accounts/page/financial_analytics/__init__.py rename to erpnext/accounts/page/financial_analytics/__init__.py
diff --git a/accounts/page/financial_analytics/financial_analytics.js b/erpnext/accounts/page/financial_analytics/financial_analytics.js similarity index 100% rename from accounts/page/financial_analytics/financial_analytics.js rename to erpnext/accounts/page/financial_analytics/financial_analytics.js
diff --git a/accounts/page/financial_analytics/financial_analytics.txt b/erpnext/accounts/page/financial_analytics/financial_analytics.txt similarity index 100% rename from accounts/page/financial_analytics/financial_analytics.txt rename to erpnext/accounts/page/financial_analytics/financial_analytics.txt
diff --git a/accounts/page/financial_statements/README.md b/erpnext/accounts/page/financial_statements/README.md similarity index 100% rename from accounts/page/financial_statements/README.md rename to erpnext/accounts/page/financial_statements/README.md
diff --git a/accounts/page/financial_statements/__init__.py b/erpnext/accounts/page/financial_statements/__init__.py similarity index 100% rename from accounts/page/financial_statements/__init__.py rename to erpnext/accounts/page/financial_statements/__init__.py
diff --git a/accounts/page/financial_statements/financial_statements.js b/erpnext/accounts/page/financial_statements/financial_statements.js similarity index 100% rename from accounts/page/financial_statements/financial_statements.js rename to erpnext/accounts/page/financial_statements/financial_statements.js
diff --git a/accounts/page/financial_statements/financial_statements.txt b/erpnext/accounts/page/financial_statements/financial_statements.txt similarity index 100% rename from accounts/page/financial_statements/financial_statements.txt rename to erpnext/accounts/page/financial_statements/financial_statements.txt
diff --git a/accounts/page/general_ledger/README.md b/erpnext/accounts/page/general_ledger/README.md similarity index 100% rename from accounts/page/general_ledger/README.md rename to erpnext/accounts/page/general_ledger/README.md
diff --git a/accounts/page/general_ledger/__init__.py b/erpnext/accounts/page/general_ledger/__init__.py similarity index 100% rename from accounts/page/general_ledger/__init__.py rename to erpnext/accounts/page/general_ledger/__init__.py
diff --git a/accounts/page/general_ledger/general_ledger.css b/erpnext/accounts/page/general_ledger/general_ledger.css similarity index 100% rename from accounts/page/general_ledger/general_ledger.css rename to erpnext/accounts/page/general_ledger/general_ledger.css
diff --git a/accounts/page/general_ledger/general_ledger.html b/erpnext/accounts/page/general_ledger/general_ledger.html similarity index 100% rename from accounts/page/general_ledger/general_ledger.html rename to erpnext/accounts/page/general_ledger/general_ledger.html
diff --git a/accounts/page/general_ledger/general_ledger.js b/erpnext/accounts/page/general_ledger/general_ledger.js similarity index 100% rename from accounts/page/general_ledger/general_ledger.js rename to erpnext/accounts/page/general_ledger/general_ledger.js
diff --git a/accounts/page/general_ledger/general_ledger.txt b/erpnext/accounts/page/general_ledger/general_ledger.txt similarity index 100% rename from accounts/page/general_ledger/general_ledger.txt rename to erpnext/accounts/page/general_ledger/general_ledger.txt
diff --git a/accounts/page/trial_balance/README.md b/erpnext/accounts/page/trial_balance/README.md similarity index 100% rename from accounts/page/trial_balance/README.md rename to erpnext/accounts/page/trial_balance/README.md
diff --git a/accounts/page/trial_balance/__init__.py b/erpnext/accounts/page/trial_balance/__init__.py similarity index 100% rename from accounts/page/trial_balance/__init__.py rename to erpnext/accounts/page/trial_balance/__init__.py
diff --git a/accounts/page/trial_balance/trial_balance.js b/erpnext/accounts/page/trial_balance/trial_balance.js similarity index 100% rename from accounts/page/trial_balance/trial_balance.js rename to erpnext/accounts/page/trial_balance/trial_balance.js
diff --git a/accounts/page/trial_balance/trial_balance.txt b/erpnext/accounts/page/trial_balance/trial_balance.txt similarity index 100% rename from accounts/page/trial_balance/trial_balance.txt rename to erpnext/accounts/page/trial_balance/trial_balance.txt
diff --git a/accounts/report/__init__.py b/erpnext/accounts/report/__init__.py similarity index 100% rename from accounts/report/__init__.py rename to erpnext/accounts/report/__init__.py
diff --git a/accounts/report/accounts_payable/__init__.py b/erpnext/accounts/report/accounts_payable/__init__.py similarity index 100% rename from accounts/report/accounts_payable/__init__.py rename to erpnext/accounts/report/accounts_payable/__init__.py
diff --git a/accounts/report/accounts_payable/accounts_payable.js b/erpnext/accounts/report/accounts_payable/accounts_payable.js similarity index 100% rename from accounts/report/accounts_payable/accounts_payable.js rename to erpnext/accounts/report/accounts_payable/accounts_payable.js
diff --git a/accounts/report/accounts_payable/accounts_payable.py b/erpnext/accounts/report/accounts_payable/accounts_payable.py similarity index 100% rename from accounts/report/accounts_payable/accounts_payable.py rename to erpnext/accounts/report/accounts_payable/accounts_payable.py
diff --git a/accounts/report/accounts_payable/accounts_payable.txt b/erpnext/accounts/report/accounts_payable/accounts_payable.txt similarity index 100% rename from accounts/report/accounts_payable/accounts_payable.txt rename to erpnext/accounts/report/accounts_payable/accounts_payable.txt
diff --git a/accounts/report/accounts_receivable/__init__.py b/erpnext/accounts/report/accounts_receivable/__init__.py similarity index 100% rename from accounts/report/accounts_receivable/__init__.py rename to erpnext/accounts/report/accounts_receivable/__init__.py
diff --git a/accounts/report/accounts_receivable/accounts_receivable.js b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js similarity index 100% rename from accounts/report/accounts_receivable/accounts_receivable.js rename to erpnext/accounts/report/accounts_receivable/accounts_receivable.js
diff --git a/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py similarity index 100% rename from accounts/report/accounts_receivable/accounts_receivable.py rename to erpnext/accounts/report/accounts_receivable/accounts_receivable.py
diff --git a/accounts/report/accounts_receivable/accounts_receivable.txt b/erpnext/accounts/report/accounts_receivable/accounts_receivable.txt similarity index 100% rename from accounts/report/accounts_receivable/accounts_receivable.txt rename to erpnext/accounts/report/accounts_receivable/accounts_receivable.txt
diff --git a/accounts/report/bank_clearance_summary/__init__.py b/erpnext/accounts/report/bank_clearance_summary/__init__.py similarity index 100% rename from accounts/report/bank_clearance_summary/__init__.py rename to erpnext/accounts/report/bank_clearance_summary/__init__.py
diff --git a/accounts/report/bank_clearance_summary/bank_clearance_summary.js b/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.js similarity index 100% rename from accounts/report/bank_clearance_summary/bank_clearance_summary.js rename to erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.js
diff --git a/accounts/report/bank_clearance_summary/bank_clearance_summary.py b/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py similarity index 100% rename from accounts/report/bank_clearance_summary/bank_clearance_summary.py rename to erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py
diff --git a/accounts/report/bank_clearance_summary/bank_clearance_summary.txt b/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.txt similarity index 100% rename from accounts/report/bank_clearance_summary/bank_clearance_summary.txt rename to erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.txt
diff --git a/accounts/report/bank_reconciliation_statement/__init__.py b/erpnext/accounts/report/bank_reconciliation_statement/__init__.py similarity index 100% rename from accounts/report/bank_reconciliation_statement/__init__.py rename to erpnext/accounts/report/bank_reconciliation_statement/__init__.py
diff --git a/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js similarity index 100% rename from accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js rename to erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js
diff --git a/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py similarity index 100% rename from accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py rename to erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py
diff --git a/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.txt b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.txt similarity index 100% rename from accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.txt rename to erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.txt
diff --git a/accounts/report/budget_variance_report/__init__.py b/erpnext/accounts/report/budget_variance_report/__init__.py similarity index 100% rename from accounts/report/budget_variance_report/__init__.py rename to erpnext/accounts/report/budget_variance_report/__init__.py
diff --git a/accounts/report/budget_variance_report/budget_variance_report.js b/erpnext/accounts/report/budget_variance_report/budget_variance_report.js similarity index 100% rename from accounts/report/budget_variance_report/budget_variance_report.js rename to erpnext/accounts/report/budget_variance_report/budget_variance_report.js
diff --git a/accounts/report/budget_variance_report/budget_variance_report.py b/erpnext/accounts/report/budget_variance_report/budget_variance_report.py similarity index 100% rename from accounts/report/budget_variance_report/budget_variance_report.py rename to erpnext/accounts/report/budget_variance_report/budget_variance_report.py
diff --git a/accounts/report/budget_variance_report/budget_variance_report.txt b/erpnext/accounts/report/budget_variance_report/budget_variance_report.txt similarity index 100% rename from accounts/report/budget_variance_report/budget_variance_report.txt rename to erpnext/accounts/report/budget_variance_report/budget_variance_report.txt
diff --git a/accounts/report/customer_account_head/__init__.py b/erpnext/accounts/report/customer_account_head/__init__.py similarity index 100% rename from accounts/report/customer_account_head/__init__.py rename to erpnext/accounts/report/customer_account_head/__init__.py
diff --git a/accounts/report/customer_account_head/customer_account_head.py b/erpnext/accounts/report/customer_account_head/customer_account_head.py similarity index 100% rename from accounts/report/customer_account_head/customer_account_head.py rename to erpnext/accounts/report/customer_account_head/customer_account_head.py
diff --git a/accounts/report/customer_account_head/customer_account_head.txt b/erpnext/accounts/report/customer_account_head/customer_account_head.txt similarity index 100% rename from accounts/report/customer_account_head/customer_account_head.txt rename to erpnext/accounts/report/customer_account_head/customer_account_head.txt
diff --git a/accounts/report/delivered_items_to_be_billed/__init__.py b/erpnext/accounts/report/delivered_items_to_be_billed/__init__.py similarity index 100% rename from accounts/report/delivered_items_to_be_billed/__init__.py rename to erpnext/accounts/report/delivered_items_to_be_billed/__init__.py
diff --git a/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.txt b/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.txt similarity index 100% rename from accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.txt rename to erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.txt
diff --git a/accounts/report/gross_profit/__init__.py b/erpnext/accounts/report/gross_profit/__init__.py similarity index 100% rename from accounts/report/gross_profit/__init__.py rename to erpnext/accounts/report/gross_profit/__init__.py
diff --git a/accounts/report/gross_profit/gross_profit.js b/erpnext/accounts/report/gross_profit/gross_profit.js similarity index 100% rename from accounts/report/gross_profit/gross_profit.js rename to erpnext/accounts/report/gross_profit/gross_profit.js
diff --git a/accounts/report/gross_profit/gross_profit.py b/erpnext/accounts/report/gross_profit/gross_profit.py similarity index 100% rename from accounts/report/gross_profit/gross_profit.py rename to erpnext/accounts/report/gross_profit/gross_profit.py
diff --git a/accounts/report/gross_profit/gross_profit.txt b/erpnext/accounts/report/gross_profit/gross_profit.txt similarity index 100% rename from accounts/report/gross_profit/gross_profit.txt rename to erpnext/accounts/report/gross_profit/gross_profit.txt
diff --git a/accounts/report/item_wise_purchase_register/__init__.py b/erpnext/accounts/report/item_wise_purchase_register/__init__.py similarity index 100% rename from accounts/report/item_wise_purchase_register/__init__.py rename to erpnext/accounts/report/item_wise_purchase_register/__init__.py
diff --git a/accounts/report/item_wise_purchase_register/item_wise_purchase_register.js b/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.js similarity index 100% rename from accounts/report/item_wise_purchase_register/item_wise_purchase_register.js rename to erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.js
diff --git a/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py b/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py similarity index 100% rename from accounts/report/item_wise_purchase_register/item_wise_purchase_register.py rename to erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
diff --git a/accounts/report/item_wise_purchase_register/item_wise_purchase_register.txt b/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.txt similarity index 100% rename from accounts/report/item_wise_purchase_register/item_wise_purchase_register.txt rename to erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.txt
diff --git a/accounts/report/item_wise_sales_register/__init__.py b/erpnext/accounts/report/item_wise_sales_register/__init__.py similarity index 100% rename from accounts/report/item_wise_sales_register/__init__.py rename to erpnext/accounts/report/item_wise_sales_register/__init__.py
diff --git a/accounts/report/item_wise_sales_register/item_wise_sales_register.js b/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.js similarity index 100% rename from accounts/report/item_wise_sales_register/item_wise_sales_register.js rename to erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.js
diff --git a/accounts/report/item_wise_sales_register/item_wise_sales_register.py b/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py similarity index 100% rename from accounts/report/item_wise_sales_register/item_wise_sales_register.py rename to erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
diff --git a/accounts/report/item_wise_sales_register/item_wise_sales_register.txt b/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.txt similarity index 100% rename from accounts/report/item_wise_sales_register/item_wise_sales_register.txt rename to erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.txt
diff --git a/accounts/report/ordered_items_to_be_billed/__init__.py b/erpnext/accounts/report/ordered_items_to_be_billed/__init__.py similarity index 100% rename from accounts/report/ordered_items_to_be_billed/__init__.py rename to erpnext/accounts/report/ordered_items_to_be_billed/__init__.py
diff --git a/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.txt b/erpnext/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.txt similarity index 100% rename from accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.txt rename to erpnext/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.txt
diff --git a/accounts/report/payment_period_based_on_invoice_date/__init__.py b/erpnext/accounts/report/payment_period_based_on_invoice_date/__init__.py similarity index 100% rename from accounts/report/payment_period_based_on_invoice_date/__init__.py rename to erpnext/accounts/report/payment_period_based_on_invoice_date/__init__.py
diff --git a/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js similarity index 100% rename from accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js rename to erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js
diff --git a/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py similarity index 100% rename from accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py rename to erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py
diff --git a/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.txt b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.txt similarity index 100% rename from accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.txt rename to erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.txt
diff --git a/accounts/report/purchase_invoice_trends/__init__.py b/erpnext/accounts/report/purchase_invoice_trends/__init__.py similarity index 100% rename from accounts/report/purchase_invoice_trends/__init__.py rename to erpnext/accounts/report/purchase_invoice_trends/__init__.py
diff --git a/accounts/report/purchase_invoice_trends/purchase_invoice_trends.js b/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.js similarity index 100% rename from accounts/report/purchase_invoice_trends/purchase_invoice_trends.js rename to erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.js
diff --git a/accounts/report/purchase_invoice_trends/purchase_invoice_trends.py b/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.py similarity index 100% rename from accounts/report/purchase_invoice_trends/purchase_invoice_trends.py rename to erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.py
diff --git a/accounts/report/purchase_invoice_trends/purchase_invoice_trends.txt b/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.txt similarity index 100% rename from accounts/report/purchase_invoice_trends/purchase_invoice_trends.txt rename to erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.txt
diff --git a/accounts/report/purchase_order_items_to_be_billed/__init__.py b/erpnext/accounts/report/purchase_order_items_to_be_billed/__init__.py similarity index 100% rename from accounts/report/purchase_order_items_to_be_billed/__init__.py rename to erpnext/accounts/report/purchase_order_items_to_be_billed/__init__.py
diff --git a/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.txt b/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.txt similarity index 100% rename from accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.txt rename to erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.txt
diff --git a/accounts/report/purchase_register/__init__.py b/erpnext/accounts/report/purchase_register/__init__.py similarity index 100% rename from accounts/report/purchase_register/__init__.py rename to erpnext/accounts/report/purchase_register/__init__.py
diff --git a/accounts/report/purchase_register/purchase_register.js b/erpnext/accounts/report/purchase_register/purchase_register.js similarity index 100% rename from accounts/report/purchase_register/purchase_register.js rename to erpnext/accounts/report/purchase_register/purchase_register.js
diff --git a/accounts/report/purchase_register/purchase_register.py b/erpnext/accounts/report/purchase_register/purchase_register.py similarity index 100% rename from accounts/report/purchase_register/purchase_register.py rename to erpnext/accounts/report/purchase_register/purchase_register.py
diff --git a/accounts/report/purchase_register/purchase_register.txt b/erpnext/accounts/report/purchase_register/purchase_register.txt similarity index 100% rename from accounts/report/purchase_register/purchase_register.txt rename to erpnext/accounts/report/purchase_register/purchase_register.txt
diff --git a/accounts/report/received_items_to_be_billed/__init__.py b/erpnext/accounts/report/received_items_to_be_billed/__init__.py similarity index 100% rename from accounts/report/received_items_to_be_billed/__init__.py rename to erpnext/accounts/report/received_items_to_be_billed/__init__.py
diff --git a/accounts/report/received_items_to_be_billed/received_items_to_be_billed.txt b/erpnext/accounts/report/received_items_to_be_billed/received_items_to_be_billed.txt similarity index 100% rename from accounts/report/received_items_to_be_billed/received_items_to_be_billed.txt rename to erpnext/accounts/report/received_items_to_be_billed/received_items_to_be_billed.txt
diff --git a/accounts/report/sales_invoice_trends/__init__.py b/erpnext/accounts/report/sales_invoice_trends/__init__.py similarity index 100% rename from accounts/report/sales_invoice_trends/__init__.py rename to erpnext/accounts/report/sales_invoice_trends/__init__.py
diff --git a/accounts/report/sales_invoice_trends/sales_invoice_trends.js b/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.js similarity index 100% rename from accounts/report/sales_invoice_trends/sales_invoice_trends.js rename to erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.js
diff --git a/accounts/report/sales_invoice_trends/sales_invoice_trends.py b/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.py similarity index 100% rename from accounts/report/sales_invoice_trends/sales_invoice_trends.py rename to erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.py
diff --git a/accounts/report/sales_invoice_trends/sales_invoice_trends.txt b/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.txt similarity index 100% rename from accounts/report/sales_invoice_trends/sales_invoice_trends.txt rename to erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.txt
diff --git a/accounts/report/sales_partners_commission/__init__.py b/erpnext/accounts/report/sales_partners_commission/__init__.py similarity index 100% rename from accounts/report/sales_partners_commission/__init__.py rename to erpnext/accounts/report/sales_partners_commission/__init__.py
diff --git a/accounts/report/sales_partners_commission/sales_partners_commission.txt b/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.txt similarity index 100% rename from accounts/report/sales_partners_commission/sales_partners_commission.txt rename to erpnext/accounts/report/sales_partners_commission/sales_partners_commission.txt
diff --git a/accounts/report/sales_register/__init__.py b/erpnext/accounts/report/sales_register/__init__.py similarity index 100% rename from accounts/report/sales_register/__init__.py rename to erpnext/accounts/report/sales_register/__init__.py
diff --git a/accounts/report/sales_register/sales_register.js b/erpnext/accounts/report/sales_register/sales_register.js similarity index 100% rename from accounts/report/sales_register/sales_register.js rename to erpnext/accounts/report/sales_register/sales_register.js
diff --git a/accounts/report/sales_register/sales_register.py b/erpnext/accounts/report/sales_register/sales_register.py similarity index 100% rename from accounts/report/sales_register/sales_register.py rename to erpnext/accounts/report/sales_register/sales_register.py
diff --git a/accounts/report/sales_register/sales_register.txt b/erpnext/accounts/report/sales_register/sales_register.txt similarity index 100% rename from accounts/report/sales_register/sales_register.txt rename to erpnext/accounts/report/sales_register/sales_register.txt
diff --git a/accounts/report/supplier_account_head/__init__.py b/erpnext/accounts/report/supplier_account_head/__init__.py similarity index 100% rename from accounts/report/supplier_account_head/__init__.py rename to erpnext/accounts/report/supplier_account_head/__init__.py
diff --git a/accounts/report/supplier_account_head/supplier_account_head.py b/erpnext/accounts/report/supplier_account_head/supplier_account_head.py similarity index 100% rename from accounts/report/supplier_account_head/supplier_account_head.py rename to erpnext/accounts/report/supplier_account_head/supplier_account_head.py
diff --git a/accounts/report/supplier_account_head/supplier_account_head.txt b/erpnext/accounts/report/supplier_account_head/supplier_account_head.txt similarity index 100% rename from accounts/report/supplier_account_head/supplier_account_head.txt rename to erpnext/accounts/report/supplier_account_head/supplier_account_head.txt
diff --git a/accounts/utils.py b/erpnext/accounts/utils.py similarity index 100% rename from accounts/utils.py rename to erpnext/accounts/utils.py
diff --git a/buying/Print Format/Purchase Order Classic/Purchase Order Classic.txt b/erpnext/buying/Print Format/Purchase Order Classic/Purchase Order Classic.txt similarity index 100% rename from buying/Print Format/Purchase Order Classic/Purchase Order Classic.txt rename to erpnext/buying/Print Format/Purchase Order Classic/Purchase Order Classic.txt
diff --git a/buying/Print Format/Purchase Order Modern/Purchase Order Modern.txt b/erpnext/buying/Print Format/Purchase Order Modern/Purchase Order Modern.txt similarity index 100% rename from buying/Print Format/Purchase Order Modern/Purchase Order Modern.txt rename to erpnext/buying/Print Format/Purchase Order Modern/Purchase Order Modern.txt
diff --git a/buying/Print Format/Purchase Order Spartan/Purchase Order Spartan.txt b/erpnext/buying/Print Format/Purchase Order Spartan/Purchase Order Spartan.txt similarity index 100% rename from buying/Print Format/Purchase Order Spartan/Purchase Order Spartan.txt rename to erpnext/buying/Print Format/Purchase Order Spartan/Purchase Order Spartan.txt
diff --git a/buying/README.md b/erpnext/buying/README.md similarity index 100% rename from buying/README.md rename to erpnext/buying/README.md
diff --git a/buying/__init__.py b/erpnext/buying/__init__.py similarity index 100% rename from buying/__init__.py rename to erpnext/buying/__init__.py
diff --git a/buying/doctype/__init__.py b/erpnext/buying/doctype/__init__.py similarity index 100% rename from buying/doctype/__init__.py rename to erpnext/buying/doctype/__init__.py
diff --git a/buying/doctype/buying_settings/__init__.py b/erpnext/buying/doctype/buying_settings/__init__.py similarity index 100% rename from buying/doctype/buying_settings/__init__.py rename to erpnext/buying/doctype/buying_settings/__init__.py
diff --git a/buying/doctype/buying_settings/buying_settings.py b/erpnext/buying/doctype/buying_settings/buying_settings.py similarity index 100% rename from buying/doctype/buying_settings/buying_settings.py rename to erpnext/buying/doctype/buying_settings/buying_settings.py
diff --git a/buying/doctype/buying_settings/buying_settings.txt b/erpnext/buying/doctype/buying_settings/buying_settings.txt similarity index 100% rename from buying/doctype/buying_settings/buying_settings.txt rename to erpnext/buying/doctype/buying_settings/buying_settings.txt
diff --git a/buying/doctype/purchase_common/README.md b/erpnext/buying/doctype/purchase_common/README.md similarity index 100% rename from buying/doctype/purchase_common/README.md rename to erpnext/buying/doctype/purchase_common/README.md
diff --git a/buying/doctype/purchase_common/__init__.py b/erpnext/buying/doctype/purchase_common/__init__.py similarity index 100% rename from buying/doctype/purchase_common/__init__.py rename to erpnext/buying/doctype/purchase_common/__init__.py
diff --git a/buying/doctype/purchase_common/purchase_common.js b/erpnext/buying/doctype/purchase_common/purchase_common.js similarity index 100% rename from buying/doctype/purchase_common/purchase_common.js rename to erpnext/buying/doctype/purchase_common/purchase_common.js
diff --git a/buying/doctype/purchase_common/purchase_common.py b/erpnext/buying/doctype/purchase_common/purchase_common.py similarity index 100% rename from buying/doctype/purchase_common/purchase_common.py rename to erpnext/buying/doctype/purchase_common/purchase_common.py
diff --git a/buying/doctype/purchase_common/purchase_common.txt b/erpnext/buying/doctype/purchase_common/purchase_common.txt similarity index 100% rename from buying/doctype/purchase_common/purchase_common.txt rename to erpnext/buying/doctype/purchase_common/purchase_common.txt
diff --git a/buying/doctype/purchase_order/README.md b/erpnext/buying/doctype/purchase_order/README.md similarity index 100% rename from buying/doctype/purchase_order/README.md rename to erpnext/buying/doctype/purchase_order/README.md
diff --git a/buying/doctype/purchase_order/__init__.py b/erpnext/buying/doctype/purchase_order/__init__.py similarity index 100% rename from buying/doctype/purchase_order/__init__.py rename to erpnext/buying/doctype/purchase_order/__init__.py
diff --git a/buying/doctype/purchase_order/purchase_order.js b/erpnext/buying/doctype/purchase_order/purchase_order.js similarity index 100% rename from buying/doctype/purchase_order/purchase_order.js rename to erpnext/buying/doctype/purchase_order/purchase_order.js
diff --git a/buying/doctype/purchase_order/purchase_order.py b/erpnext/buying/doctype/purchase_order/purchase_order.py similarity index 100% rename from buying/doctype/purchase_order/purchase_order.py rename to erpnext/buying/doctype/purchase_order/purchase_order.py
diff --git a/buying/doctype/purchase_order/purchase_order.txt b/erpnext/buying/doctype/purchase_order/purchase_order.txt similarity index 100% rename from buying/doctype/purchase_order/purchase_order.txt rename to erpnext/buying/doctype/purchase_order/purchase_order.txt
diff --git a/buying/doctype/purchase_order/test_purchase_order.py b/erpnext/buying/doctype/purchase_order/test_purchase_order.py similarity index 100% rename from buying/doctype/purchase_order/test_purchase_order.py rename to erpnext/buying/doctype/purchase_order/test_purchase_order.py
diff --git a/buying/doctype/purchase_order_item/README.md b/erpnext/buying/doctype/purchase_order_item/README.md similarity index 100% rename from buying/doctype/purchase_order_item/README.md rename to erpnext/buying/doctype/purchase_order_item/README.md
diff --git a/buying/doctype/purchase_order_item/__init__.py b/erpnext/buying/doctype/purchase_order_item/__init__.py similarity index 100% rename from buying/doctype/purchase_order_item/__init__.py rename to erpnext/buying/doctype/purchase_order_item/__init__.py
diff --git a/buying/doctype/purchase_order_item/purchase_order_item.py b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.py similarity index 100% rename from buying/doctype/purchase_order_item/purchase_order_item.py rename to erpnext/buying/doctype/purchase_order_item/purchase_order_item.py
diff --git a/buying/doctype/purchase_order_item/purchase_order_item.txt b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.txt similarity index 100% rename from buying/doctype/purchase_order_item/purchase_order_item.txt rename to erpnext/buying/doctype/purchase_order_item/purchase_order_item.txt
diff --git a/buying/doctype/purchase_order_item_supplied/README.md b/erpnext/buying/doctype/purchase_order_item_supplied/README.md similarity index 100% rename from buying/doctype/purchase_order_item_supplied/README.md rename to erpnext/buying/doctype/purchase_order_item_supplied/README.md
diff --git a/buying/doctype/purchase_order_item_supplied/__init__.py b/erpnext/buying/doctype/purchase_order_item_supplied/__init__.py similarity index 100% rename from buying/doctype/purchase_order_item_supplied/__init__.py rename to erpnext/buying/doctype/purchase_order_item_supplied/__init__.py
diff --git a/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.py b/erpnext/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.py similarity index 100% rename from buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.py rename to erpnext/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.py
diff --git a/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.txt b/erpnext/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.txt similarity index 100% rename from buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.txt rename to erpnext/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.txt
diff --git a/buying/doctype/purchase_receipt_item_supplied/README.md b/erpnext/buying/doctype/purchase_receipt_item_supplied/README.md similarity index 100% rename from buying/doctype/purchase_receipt_item_supplied/README.md rename to erpnext/buying/doctype/purchase_receipt_item_supplied/README.md
diff --git a/buying/doctype/purchase_receipt_item_supplied/__init__.py b/erpnext/buying/doctype/purchase_receipt_item_supplied/__init__.py similarity index 100% rename from buying/doctype/purchase_receipt_item_supplied/__init__.py rename to erpnext/buying/doctype/purchase_receipt_item_supplied/__init__.py
diff --git a/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.py b/erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.py similarity index 100% rename from buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.py rename to erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.py
diff --git a/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.txt b/erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.txt similarity index 100% rename from buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.txt rename to erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.txt
diff --git a/buying/doctype/quality_inspection/README.md b/erpnext/buying/doctype/quality_inspection/README.md similarity index 100% rename from buying/doctype/quality_inspection/README.md rename to erpnext/buying/doctype/quality_inspection/README.md
diff --git a/buying/doctype/quality_inspection/__init__.py b/erpnext/buying/doctype/quality_inspection/__init__.py similarity index 100% rename from buying/doctype/quality_inspection/__init__.py rename to erpnext/buying/doctype/quality_inspection/__init__.py
diff --git a/buying/doctype/quality_inspection/quality_inspection.js b/erpnext/buying/doctype/quality_inspection/quality_inspection.js similarity index 100% rename from buying/doctype/quality_inspection/quality_inspection.js rename to erpnext/buying/doctype/quality_inspection/quality_inspection.js
diff --git a/buying/doctype/quality_inspection/quality_inspection.py b/erpnext/buying/doctype/quality_inspection/quality_inspection.py similarity index 100% rename from buying/doctype/quality_inspection/quality_inspection.py rename to erpnext/buying/doctype/quality_inspection/quality_inspection.py
diff --git a/buying/doctype/quality_inspection/quality_inspection.txt b/erpnext/buying/doctype/quality_inspection/quality_inspection.txt similarity index 100% rename from buying/doctype/quality_inspection/quality_inspection.txt rename to erpnext/buying/doctype/quality_inspection/quality_inspection.txt
diff --git a/buying/doctype/quality_inspection_reading/README.md b/erpnext/buying/doctype/quality_inspection_reading/README.md similarity index 100% rename from buying/doctype/quality_inspection_reading/README.md rename to erpnext/buying/doctype/quality_inspection_reading/README.md
diff --git a/buying/doctype/quality_inspection_reading/__init__.py b/erpnext/buying/doctype/quality_inspection_reading/__init__.py similarity index 100% rename from buying/doctype/quality_inspection_reading/__init__.py rename to erpnext/buying/doctype/quality_inspection_reading/__init__.py
diff --git a/buying/doctype/quality_inspection_reading/quality_inspection_reading.py b/erpnext/buying/doctype/quality_inspection_reading/quality_inspection_reading.py similarity index 100% rename from buying/doctype/quality_inspection_reading/quality_inspection_reading.py rename to erpnext/buying/doctype/quality_inspection_reading/quality_inspection_reading.py
diff --git a/buying/doctype/quality_inspection_reading/quality_inspection_reading.txt b/erpnext/buying/doctype/quality_inspection_reading/quality_inspection_reading.txt similarity index 100% rename from buying/doctype/quality_inspection_reading/quality_inspection_reading.txt rename to erpnext/buying/doctype/quality_inspection_reading/quality_inspection_reading.txt
diff --git a/buying/doctype/supplier/README.md b/erpnext/buying/doctype/supplier/README.md similarity index 100% rename from buying/doctype/supplier/README.md rename to erpnext/buying/doctype/supplier/README.md
diff --git a/buying/doctype/supplier/__init__.py b/erpnext/buying/doctype/supplier/__init__.py similarity index 100% rename from buying/doctype/supplier/__init__.py rename to erpnext/buying/doctype/supplier/__init__.py
diff --git a/buying/doctype/supplier/supplier.js b/erpnext/buying/doctype/supplier/supplier.js similarity index 100% rename from buying/doctype/supplier/supplier.js rename to erpnext/buying/doctype/supplier/supplier.js
diff --git a/buying/doctype/supplier/supplier.py b/erpnext/buying/doctype/supplier/supplier.py similarity index 100% rename from buying/doctype/supplier/supplier.py rename to erpnext/buying/doctype/supplier/supplier.py
diff --git a/buying/doctype/supplier/supplier.txt b/erpnext/buying/doctype/supplier/supplier.txt similarity index 100% rename from buying/doctype/supplier/supplier.txt rename to erpnext/buying/doctype/supplier/supplier.txt
diff --git a/buying/doctype/supplier/test_supplier.py b/erpnext/buying/doctype/supplier/test_supplier.py similarity index 100% rename from buying/doctype/supplier/test_supplier.py rename to erpnext/buying/doctype/supplier/test_supplier.py
diff --git a/buying/doctype/supplier_quotation/README.md b/erpnext/buying/doctype/supplier_quotation/README.md similarity index 100% rename from buying/doctype/supplier_quotation/README.md rename to erpnext/buying/doctype/supplier_quotation/README.md
diff --git a/buying/doctype/supplier_quotation/__init__.py b/erpnext/buying/doctype/supplier_quotation/__init__.py similarity index 100% rename from buying/doctype/supplier_quotation/__init__.py rename to erpnext/buying/doctype/supplier_quotation/__init__.py
diff --git a/buying/doctype/supplier_quotation/supplier_quotation.js b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js similarity index 100% rename from buying/doctype/supplier_quotation/supplier_quotation.js rename to erpnext/buying/doctype/supplier_quotation/supplier_quotation.js
diff --git a/buying/doctype/supplier_quotation/supplier_quotation.py b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.py similarity index 100% rename from buying/doctype/supplier_quotation/supplier_quotation.py rename to erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
diff --git a/buying/doctype/supplier_quotation/supplier_quotation.txt b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.txt similarity index 100% rename from buying/doctype/supplier_quotation/supplier_quotation.txt rename to erpnext/buying/doctype/supplier_quotation/supplier_quotation.txt
diff --git a/buying/doctype/supplier_quotation/test_supplier_quotation.py b/erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py similarity index 100% rename from buying/doctype/supplier_quotation/test_supplier_quotation.py rename to erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py
diff --git a/buying/doctype/supplier_quotation_item/README.md b/erpnext/buying/doctype/supplier_quotation_item/README.md similarity index 100% rename from buying/doctype/supplier_quotation_item/README.md rename to erpnext/buying/doctype/supplier_quotation_item/README.md
diff --git a/buying/doctype/supplier_quotation_item/__init__.py b/erpnext/buying/doctype/supplier_quotation_item/__init__.py similarity index 100% rename from buying/doctype/supplier_quotation_item/__init__.py rename to erpnext/buying/doctype/supplier_quotation_item/__init__.py
diff --git a/buying/doctype/supplier_quotation_item/supplier_quotation_item.py b/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.py similarity index 100% rename from buying/doctype/supplier_quotation_item/supplier_quotation_item.py rename to erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.py
diff --git a/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt b/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt similarity index 100% rename from buying/doctype/supplier_quotation_item/supplier_quotation_item.txt rename to erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt
diff --git a/buying/page/__init__.py b/erpnext/buying/page/__init__.py similarity index 100% rename from buying/page/__init__.py rename to erpnext/buying/page/__init__.py
diff --git a/buying/page/buying_home/__init__.py b/erpnext/buying/page/buying_home/__init__.py similarity index 100% rename from buying/page/buying_home/__init__.py rename to erpnext/buying/page/buying_home/__init__.py
diff --git a/buying/page/buying_home/buying_home.js b/erpnext/buying/page/buying_home/buying_home.js similarity index 100% rename from buying/page/buying_home/buying_home.js rename to erpnext/buying/page/buying_home/buying_home.js
diff --git a/buying/page/buying_home/buying_home.txt b/erpnext/buying/page/buying_home/buying_home.txt similarity index 100% rename from buying/page/buying_home/buying_home.txt rename to erpnext/buying/page/buying_home/buying_home.txt
diff --git a/buying/page/purchase_analytics/README.md b/erpnext/buying/page/purchase_analytics/README.md similarity index 100% rename from buying/page/purchase_analytics/README.md rename to erpnext/buying/page/purchase_analytics/README.md
diff --git a/buying/page/purchase_analytics/__init__.py b/erpnext/buying/page/purchase_analytics/__init__.py similarity index 100% rename from buying/page/purchase_analytics/__init__.py rename to erpnext/buying/page/purchase_analytics/__init__.py
diff --git a/buying/page/purchase_analytics/purchase_analytics.js b/erpnext/buying/page/purchase_analytics/purchase_analytics.js similarity index 100% rename from buying/page/purchase_analytics/purchase_analytics.js rename to erpnext/buying/page/purchase_analytics/purchase_analytics.js
diff --git a/buying/page/purchase_analytics/purchase_analytics.txt b/erpnext/buying/page/purchase_analytics/purchase_analytics.txt similarity index 100% rename from buying/page/purchase_analytics/purchase_analytics.txt rename to erpnext/buying/page/purchase_analytics/purchase_analytics.txt
diff --git a/buying/report/__init__.py b/erpnext/buying/report/__init__.py similarity index 100% rename from buying/report/__init__.py rename to erpnext/buying/report/__init__.py
diff --git a/buying/report/item_wise_purchase_history/__init__.py b/erpnext/buying/report/item_wise_purchase_history/__init__.py similarity index 100% rename from buying/report/item_wise_purchase_history/__init__.py rename to erpnext/buying/report/item_wise_purchase_history/__init__.py
diff --git a/buying/report/item_wise_purchase_history/item_wise_purchase_history.txt b/erpnext/buying/report/item_wise_purchase_history/item_wise_purchase_history.txt similarity index 100% rename from buying/report/item_wise_purchase_history/item_wise_purchase_history.txt rename to erpnext/buying/report/item_wise_purchase_history/item_wise_purchase_history.txt
diff --git a/buying/report/purchase_order_trends/__init__.py b/erpnext/buying/report/purchase_order_trends/__init__.py similarity index 100% rename from buying/report/purchase_order_trends/__init__.py rename to erpnext/buying/report/purchase_order_trends/__init__.py
diff --git a/buying/report/purchase_order_trends/purchase_order_trends.js b/erpnext/buying/report/purchase_order_trends/purchase_order_trends.js similarity index 100% rename from buying/report/purchase_order_trends/purchase_order_trends.js rename to erpnext/buying/report/purchase_order_trends/purchase_order_trends.js
diff --git a/buying/report/purchase_order_trends/purchase_order_trends.py b/erpnext/buying/report/purchase_order_trends/purchase_order_trends.py similarity index 100% rename from buying/report/purchase_order_trends/purchase_order_trends.py rename to erpnext/buying/report/purchase_order_trends/purchase_order_trends.py
diff --git a/buying/report/purchase_order_trends/purchase_order_trends.txt b/erpnext/buying/report/purchase_order_trends/purchase_order_trends.txt similarity index 100% rename from buying/report/purchase_order_trends/purchase_order_trends.txt rename to erpnext/buying/report/purchase_order_trends/purchase_order_trends.txt
diff --git a/buying/report/requested_items_to_be_ordered/__init__.py b/erpnext/buying/report/requested_items_to_be_ordered/__init__.py similarity index 100% rename from buying/report/requested_items_to_be_ordered/__init__.py rename to erpnext/buying/report/requested_items_to_be_ordered/__init__.py
diff --git a/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.txt b/erpnext/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.txt similarity index 100% rename from buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.txt rename to erpnext/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.txt
diff --git a/buying/report/supplier_addresses_and_contacts/__init__.py b/erpnext/buying/report/supplier_addresses_and_contacts/__init__.py similarity index 100% rename from buying/report/supplier_addresses_and_contacts/__init__.py rename to erpnext/buying/report/supplier_addresses_and_contacts/__init__.py
diff --git a/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.txt b/erpnext/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.txt similarity index 100% rename from buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.txt rename to erpnext/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.txt
diff --git a/buying/utils.py b/erpnext/buying/utils.py similarity index 100% rename from buying/utils.py rename to erpnext/buying/utils.py
diff --git a/controllers/__init__.py b/erpnext/controllers/__init__.py similarity index 100% rename from controllers/__init__.py rename to erpnext/controllers/__init__.py
diff --git a/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py similarity index 100% rename from controllers/accounts_controller.py rename to erpnext/controllers/accounts_controller.py
diff --git a/controllers/buying_controller.py b/erpnext/controllers/buying_controller.py similarity index 100% rename from controllers/buying_controller.py rename to erpnext/controllers/buying_controller.py
diff --git a/controllers/js/contact_address_common.js b/erpnext/controllers/js/contact_address_common.js similarity index 100% rename from controllers/js/contact_address_common.js rename to erpnext/controllers/js/contact_address_common.js
diff --git a/controllers/queries.py b/erpnext/controllers/queries.py similarity index 100% rename from controllers/queries.py rename to erpnext/controllers/queries.py
diff --git a/controllers/selling_controller.py b/erpnext/controllers/selling_controller.py similarity index 100% rename from controllers/selling_controller.py rename to erpnext/controllers/selling_controller.py
diff --git a/controllers/status_updater.py b/erpnext/controllers/status_updater.py similarity index 100% rename from controllers/status_updater.py rename to erpnext/controllers/status_updater.py
diff --git a/controllers/stock_controller.py b/erpnext/controllers/stock_controller.py similarity index 100% rename from controllers/stock_controller.py rename to erpnext/controllers/stock_controller.py
diff --git a/controllers/trends.py b/erpnext/controllers/trends.py similarity index 100% rename from controllers/trends.py rename to erpnext/controllers/trends.py
diff --git a/home/__init__.py b/erpnext/home/__init__.py similarity index 100% rename from home/__init__.py rename to erpnext/home/__init__.py
diff --git a/home/doctype/__init__.py b/erpnext/home/doctype/__init__.py similarity index 100% rename from home/doctype/__init__.py rename to erpnext/home/doctype/__init__.py
diff --git a/home/doctype/feed/README.md b/erpnext/home/doctype/feed/README.md similarity index 100% rename from home/doctype/feed/README.md rename to erpnext/home/doctype/feed/README.md
diff --git a/home/doctype/feed/__init__.py b/erpnext/home/doctype/feed/__init__.py similarity index 100% rename from home/doctype/feed/__init__.py rename to erpnext/home/doctype/feed/__init__.py
diff --git a/home/doctype/feed/feed.py b/erpnext/home/doctype/feed/feed.py similarity index 100% rename from home/doctype/feed/feed.py rename to erpnext/home/doctype/feed/feed.py
diff --git a/home/doctype/feed/feed.txt b/erpnext/home/doctype/feed/feed.txt similarity index 100% rename from home/doctype/feed/feed.txt rename to erpnext/home/doctype/feed/feed.txt
diff --git a/home/page/__init__.py b/erpnext/home/page/__init__.py similarity index 100% rename from home/page/__init__.py rename to erpnext/home/page/__init__.py
diff --git a/home/page/activity/README.md b/erpnext/home/page/activity/README.md similarity index 100% rename from home/page/activity/README.md rename to erpnext/home/page/activity/README.md
diff --git a/home/page/activity/__init__.py b/erpnext/home/page/activity/__init__.py similarity index 100% rename from home/page/activity/__init__.py rename to erpnext/home/page/activity/__init__.py
diff --git a/home/page/activity/activity.css b/erpnext/home/page/activity/activity.css similarity index 100% rename from home/page/activity/activity.css rename to erpnext/home/page/activity/activity.css
diff --git a/home/page/activity/activity.js b/erpnext/home/page/activity/activity.js similarity index 100% rename from home/page/activity/activity.js rename to erpnext/home/page/activity/activity.js
diff --git a/home/page/activity/activity.py b/erpnext/home/page/activity/activity.py similarity index 100% rename from home/page/activity/activity.py rename to erpnext/home/page/activity/activity.py
diff --git a/home/page/activity/activity.txt b/erpnext/home/page/activity/activity.txt similarity index 100% rename from home/page/activity/activity.txt rename to erpnext/home/page/activity/activity.txt
diff --git a/home/page/latest_updates/README.md b/erpnext/home/page/latest_updates/README.md similarity index 100% rename from home/page/latest_updates/README.md rename to erpnext/home/page/latest_updates/README.md
diff --git a/home/page/latest_updates/__init__.py b/erpnext/home/page/latest_updates/__init__.py similarity index 100% rename from home/page/latest_updates/__init__.py rename to erpnext/home/page/latest_updates/__init__.py
diff --git a/home/page/latest_updates/latest_updates.js b/erpnext/home/page/latest_updates/latest_updates.js similarity index 100% rename from home/page/latest_updates/latest_updates.js rename to erpnext/home/page/latest_updates/latest_updates.js
diff --git a/home/page/latest_updates/latest_updates.py b/erpnext/home/page/latest_updates/latest_updates.py similarity index 100% rename from home/page/latest_updates/latest_updates.py rename to erpnext/home/page/latest_updates/latest_updates.py
diff --git a/home/page/latest_updates/latest_updates.txt b/erpnext/home/page/latest_updates/latest_updates.txt similarity index 100% rename from home/page/latest_updates/latest_updates.txt rename to erpnext/home/page/latest_updates/latest_updates.txt
diff --git a/hr/README.md b/erpnext/hr/README.md similarity index 100% rename from hr/README.md rename to erpnext/hr/README.md
diff --git a/hr/__init__.py b/erpnext/hr/__init__.py similarity index 100% rename from hr/__init__.py rename to erpnext/hr/__init__.py
diff --git a/hr/doctype/__init__.py b/erpnext/hr/doctype/__init__.py similarity index 100% rename from hr/doctype/__init__.py rename to erpnext/hr/doctype/__init__.py
diff --git a/hr/doctype/appraisal/README.md b/erpnext/hr/doctype/appraisal/README.md similarity index 100% rename from hr/doctype/appraisal/README.md rename to erpnext/hr/doctype/appraisal/README.md
diff --git a/hr/doctype/appraisal/__init__.py b/erpnext/hr/doctype/appraisal/__init__.py similarity index 100% rename from hr/doctype/appraisal/__init__.py rename to erpnext/hr/doctype/appraisal/__init__.py
diff --git a/hr/doctype/appraisal/appraisal.js b/erpnext/hr/doctype/appraisal/appraisal.js similarity index 100% rename from hr/doctype/appraisal/appraisal.js rename to erpnext/hr/doctype/appraisal/appraisal.js
diff --git a/hr/doctype/appraisal/appraisal.py b/erpnext/hr/doctype/appraisal/appraisal.py similarity index 100% rename from hr/doctype/appraisal/appraisal.py rename to erpnext/hr/doctype/appraisal/appraisal.py
diff --git a/hr/doctype/appraisal/appraisal.txt b/erpnext/hr/doctype/appraisal/appraisal.txt similarity index 100% rename from hr/doctype/appraisal/appraisal.txt rename to erpnext/hr/doctype/appraisal/appraisal.txt
diff --git a/hr/doctype/appraisal_goal/README.md b/erpnext/hr/doctype/appraisal_goal/README.md similarity index 100% rename from hr/doctype/appraisal_goal/README.md rename to erpnext/hr/doctype/appraisal_goal/README.md
diff --git a/hr/doctype/appraisal_goal/__init__.py b/erpnext/hr/doctype/appraisal_goal/__init__.py similarity index 100% rename from hr/doctype/appraisal_goal/__init__.py rename to erpnext/hr/doctype/appraisal_goal/__init__.py
diff --git a/hr/doctype/appraisal_goal/appraisal_goal.py b/erpnext/hr/doctype/appraisal_goal/appraisal_goal.py similarity index 100% rename from hr/doctype/appraisal_goal/appraisal_goal.py rename to erpnext/hr/doctype/appraisal_goal/appraisal_goal.py
diff --git a/hr/doctype/appraisal_goal/appraisal_goal.txt b/erpnext/hr/doctype/appraisal_goal/appraisal_goal.txt similarity index 100% rename from hr/doctype/appraisal_goal/appraisal_goal.txt rename to erpnext/hr/doctype/appraisal_goal/appraisal_goal.txt
diff --git a/hr/doctype/appraisal_template/README.md b/erpnext/hr/doctype/appraisal_template/README.md similarity index 100% rename from hr/doctype/appraisal_template/README.md rename to erpnext/hr/doctype/appraisal_template/README.md
diff --git a/hr/doctype/appraisal_template/__init__.py b/erpnext/hr/doctype/appraisal_template/__init__.py similarity index 100% rename from hr/doctype/appraisal_template/__init__.py rename to erpnext/hr/doctype/appraisal_template/__init__.py
diff --git a/hr/doctype/appraisal_template/appraisal_template.py b/erpnext/hr/doctype/appraisal_template/appraisal_template.py similarity index 100% rename from hr/doctype/appraisal_template/appraisal_template.py rename to erpnext/hr/doctype/appraisal_template/appraisal_template.py
diff --git a/hr/doctype/appraisal_template/appraisal_template.txt b/erpnext/hr/doctype/appraisal_template/appraisal_template.txt similarity index 100% rename from hr/doctype/appraisal_template/appraisal_template.txt rename to erpnext/hr/doctype/appraisal_template/appraisal_template.txt
diff --git a/hr/doctype/appraisal_template_goal/README.md b/erpnext/hr/doctype/appraisal_template_goal/README.md similarity index 100% rename from hr/doctype/appraisal_template_goal/README.md rename to erpnext/hr/doctype/appraisal_template_goal/README.md
diff --git a/hr/doctype/appraisal_template_goal/__init__.py b/erpnext/hr/doctype/appraisal_template_goal/__init__.py similarity index 100% rename from hr/doctype/appraisal_template_goal/__init__.py rename to erpnext/hr/doctype/appraisal_template_goal/__init__.py
diff --git a/hr/doctype/appraisal_template_goal/appraisal_template_goal.py b/erpnext/hr/doctype/appraisal_template_goal/appraisal_template_goal.py similarity index 100% rename from hr/doctype/appraisal_template_goal/appraisal_template_goal.py rename to erpnext/hr/doctype/appraisal_template_goal/appraisal_template_goal.py
diff --git a/hr/doctype/appraisal_template_goal/appraisal_template_goal.txt b/erpnext/hr/doctype/appraisal_template_goal/appraisal_template_goal.txt similarity index 100% rename from hr/doctype/appraisal_template_goal/appraisal_template_goal.txt rename to erpnext/hr/doctype/appraisal_template_goal/appraisal_template_goal.txt
diff --git a/hr/doctype/attendance/README.md b/erpnext/hr/doctype/attendance/README.md similarity index 100% rename from hr/doctype/attendance/README.md rename to erpnext/hr/doctype/attendance/README.md
diff --git a/hr/doctype/attendance/__init__.py b/erpnext/hr/doctype/attendance/__init__.py similarity index 100% rename from hr/doctype/attendance/__init__.py rename to erpnext/hr/doctype/attendance/__init__.py
diff --git a/hr/doctype/attendance/attendance.js b/erpnext/hr/doctype/attendance/attendance.js similarity index 100% rename from hr/doctype/attendance/attendance.js rename to erpnext/hr/doctype/attendance/attendance.js
diff --git a/hr/doctype/attendance/attendance.py b/erpnext/hr/doctype/attendance/attendance.py similarity index 100% rename from hr/doctype/attendance/attendance.py rename to erpnext/hr/doctype/attendance/attendance.py
diff --git a/hr/doctype/attendance/attendance.txt b/erpnext/hr/doctype/attendance/attendance.txt similarity index 100% rename from hr/doctype/attendance/attendance.txt rename to erpnext/hr/doctype/attendance/attendance.txt
diff --git a/hr/doctype/branch/README.md b/erpnext/hr/doctype/branch/README.md similarity index 100% rename from hr/doctype/branch/README.md rename to erpnext/hr/doctype/branch/README.md
diff --git a/hr/doctype/branch/__init__.py b/erpnext/hr/doctype/branch/__init__.py similarity index 100% rename from hr/doctype/branch/__init__.py rename to erpnext/hr/doctype/branch/__init__.py
diff --git a/hr/doctype/branch/branch.py b/erpnext/hr/doctype/branch/branch.py similarity index 100% rename from hr/doctype/branch/branch.py rename to erpnext/hr/doctype/branch/branch.py
diff --git a/hr/doctype/branch/branch.txt b/erpnext/hr/doctype/branch/branch.txt similarity index 100% rename from hr/doctype/branch/branch.txt rename to erpnext/hr/doctype/branch/branch.txt
diff --git a/hr/doctype/branch/test_branch.py b/erpnext/hr/doctype/branch/test_branch.py similarity index 100% rename from hr/doctype/branch/test_branch.py rename to erpnext/hr/doctype/branch/test_branch.py
diff --git a/hr/doctype/deduction_type/README.md b/erpnext/hr/doctype/deduction_type/README.md similarity index 100% rename from hr/doctype/deduction_type/README.md rename to erpnext/hr/doctype/deduction_type/README.md
diff --git a/hr/doctype/deduction_type/__init__.py b/erpnext/hr/doctype/deduction_type/__init__.py similarity index 100% rename from hr/doctype/deduction_type/__init__.py rename to erpnext/hr/doctype/deduction_type/__init__.py
diff --git a/hr/doctype/deduction_type/deduction_type.py b/erpnext/hr/doctype/deduction_type/deduction_type.py similarity index 100% rename from hr/doctype/deduction_type/deduction_type.py rename to erpnext/hr/doctype/deduction_type/deduction_type.py
diff --git a/hr/doctype/deduction_type/deduction_type.txt b/erpnext/hr/doctype/deduction_type/deduction_type.txt similarity index 100% rename from hr/doctype/deduction_type/deduction_type.txt rename to erpnext/hr/doctype/deduction_type/deduction_type.txt
diff --git a/hr/doctype/deduction_type/test_deduction_type.py b/erpnext/hr/doctype/deduction_type/test_deduction_type.py similarity index 100% rename from hr/doctype/deduction_type/test_deduction_type.py rename to erpnext/hr/doctype/deduction_type/test_deduction_type.py
diff --git a/hr/doctype/department/README.md b/erpnext/hr/doctype/department/README.md similarity index 100% rename from hr/doctype/department/README.md rename to erpnext/hr/doctype/department/README.md
diff --git a/hr/doctype/department/__init__.py b/erpnext/hr/doctype/department/__init__.py similarity index 100% rename from hr/doctype/department/__init__.py rename to erpnext/hr/doctype/department/__init__.py
diff --git a/hr/doctype/department/department.py b/erpnext/hr/doctype/department/department.py similarity index 100% rename from hr/doctype/department/department.py rename to erpnext/hr/doctype/department/department.py
diff --git a/hr/doctype/department/department.txt b/erpnext/hr/doctype/department/department.txt similarity index 100% rename from hr/doctype/department/department.txt rename to erpnext/hr/doctype/department/department.txt
diff --git a/hr/doctype/department/test_department.py b/erpnext/hr/doctype/department/test_department.py similarity index 100% rename from hr/doctype/department/test_department.py rename to erpnext/hr/doctype/department/test_department.py
diff --git a/hr/doctype/designation/README.md b/erpnext/hr/doctype/designation/README.md similarity index 100% rename from hr/doctype/designation/README.md rename to erpnext/hr/doctype/designation/README.md
diff --git a/hr/doctype/designation/__init__.py b/erpnext/hr/doctype/designation/__init__.py similarity index 100% rename from hr/doctype/designation/__init__.py rename to erpnext/hr/doctype/designation/__init__.py
diff --git a/hr/doctype/designation/designation.py b/erpnext/hr/doctype/designation/designation.py similarity index 100% rename from hr/doctype/designation/designation.py rename to erpnext/hr/doctype/designation/designation.py
diff --git a/hr/doctype/designation/designation.txt b/erpnext/hr/doctype/designation/designation.txt similarity index 100% rename from hr/doctype/designation/designation.txt rename to erpnext/hr/doctype/designation/designation.txt
diff --git a/hr/doctype/designation/test_designation.py b/erpnext/hr/doctype/designation/test_designation.py similarity index 100% rename from hr/doctype/designation/test_designation.py rename to erpnext/hr/doctype/designation/test_designation.py
diff --git a/hr/doctype/earning_type/README.md b/erpnext/hr/doctype/earning_type/README.md similarity index 100% rename from hr/doctype/earning_type/README.md rename to erpnext/hr/doctype/earning_type/README.md
diff --git a/hr/doctype/earning_type/__init__.py b/erpnext/hr/doctype/earning_type/__init__.py similarity index 100% rename from hr/doctype/earning_type/__init__.py rename to erpnext/hr/doctype/earning_type/__init__.py
diff --git a/hr/doctype/earning_type/earning_type.py b/erpnext/hr/doctype/earning_type/earning_type.py similarity index 100% rename from hr/doctype/earning_type/earning_type.py rename to erpnext/hr/doctype/earning_type/earning_type.py
diff --git a/hr/doctype/earning_type/earning_type.txt b/erpnext/hr/doctype/earning_type/earning_type.txt similarity index 100% rename from hr/doctype/earning_type/earning_type.txt rename to erpnext/hr/doctype/earning_type/earning_type.txt
diff --git a/hr/doctype/earning_type/test_earning_type.py b/erpnext/hr/doctype/earning_type/test_earning_type.py similarity index 100% rename from hr/doctype/earning_type/test_earning_type.py rename to erpnext/hr/doctype/earning_type/test_earning_type.py
diff --git a/hr/doctype/employee/README.md b/erpnext/hr/doctype/employee/README.md similarity index 100% rename from hr/doctype/employee/README.md rename to erpnext/hr/doctype/employee/README.md
diff --git a/hr/doctype/employee/__init__.py b/erpnext/hr/doctype/employee/__init__.py similarity index 100% rename from hr/doctype/employee/__init__.py rename to erpnext/hr/doctype/employee/__init__.py
diff --git a/hr/doctype/employee/employee.js b/erpnext/hr/doctype/employee/employee.js similarity index 100% rename from hr/doctype/employee/employee.js rename to erpnext/hr/doctype/employee/employee.js
diff --git a/hr/doctype/employee/employee.py b/erpnext/hr/doctype/employee/employee.py similarity index 100% rename from hr/doctype/employee/employee.py rename to erpnext/hr/doctype/employee/employee.py
diff --git a/hr/doctype/employee/employee.txt b/erpnext/hr/doctype/employee/employee.txt similarity index 100% rename from hr/doctype/employee/employee.txt rename to erpnext/hr/doctype/employee/employee.txt
diff --git a/hr/doctype/employee/test_employee.py b/erpnext/hr/doctype/employee/test_employee.py similarity index 100% rename from hr/doctype/employee/test_employee.py rename to erpnext/hr/doctype/employee/test_employee.py
diff --git a/hr/doctype/employee_education/README.md b/erpnext/hr/doctype/employee_education/README.md similarity index 100% rename from hr/doctype/employee_education/README.md rename to erpnext/hr/doctype/employee_education/README.md
diff --git a/hr/doctype/employee_education/__init__.py b/erpnext/hr/doctype/employee_education/__init__.py similarity index 100% rename from hr/doctype/employee_education/__init__.py rename to erpnext/hr/doctype/employee_education/__init__.py
diff --git a/hr/doctype/employee_education/employee_education.py b/erpnext/hr/doctype/employee_education/employee_education.py similarity index 100% rename from hr/doctype/employee_education/employee_education.py rename to erpnext/hr/doctype/employee_education/employee_education.py
diff --git a/hr/doctype/employee_education/employee_education.txt b/erpnext/hr/doctype/employee_education/employee_education.txt similarity index 100% rename from hr/doctype/employee_education/employee_education.txt rename to erpnext/hr/doctype/employee_education/employee_education.txt
diff --git a/hr/doctype/employee_external_work_history/README.md b/erpnext/hr/doctype/employee_external_work_history/README.md similarity index 100% rename from hr/doctype/employee_external_work_history/README.md rename to erpnext/hr/doctype/employee_external_work_history/README.md
diff --git a/hr/doctype/employee_external_work_history/__init__.py b/erpnext/hr/doctype/employee_external_work_history/__init__.py similarity index 100% rename from hr/doctype/employee_external_work_history/__init__.py rename to erpnext/hr/doctype/employee_external_work_history/__init__.py
diff --git a/hr/doctype/employee_external_work_history/employee_external_work_history.py b/erpnext/hr/doctype/employee_external_work_history/employee_external_work_history.py similarity index 100% rename from hr/doctype/employee_external_work_history/employee_external_work_history.py rename to erpnext/hr/doctype/employee_external_work_history/employee_external_work_history.py
diff --git a/hr/doctype/employee_external_work_history/employee_external_work_history.txt b/erpnext/hr/doctype/employee_external_work_history/employee_external_work_history.txt similarity index 100% rename from hr/doctype/employee_external_work_history/employee_external_work_history.txt rename to erpnext/hr/doctype/employee_external_work_history/employee_external_work_history.txt
diff --git a/hr/doctype/employee_internal_work_history/README.md b/erpnext/hr/doctype/employee_internal_work_history/README.md similarity index 100% rename from hr/doctype/employee_internal_work_history/README.md rename to erpnext/hr/doctype/employee_internal_work_history/README.md
diff --git a/hr/doctype/employee_internal_work_history/__init__.py b/erpnext/hr/doctype/employee_internal_work_history/__init__.py similarity index 100% rename from hr/doctype/employee_internal_work_history/__init__.py rename to erpnext/hr/doctype/employee_internal_work_history/__init__.py
diff --git a/hr/doctype/employee_internal_work_history/employee_internal_work_history.py b/erpnext/hr/doctype/employee_internal_work_history/employee_internal_work_history.py similarity index 100% rename from hr/doctype/employee_internal_work_history/employee_internal_work_history.py rename to erpnext/hr/doctype/employee_internal_work_history/employee_internal_work_history.py
diff --git a/hr/doctype/employee_internal_work_history/employee_internal_work_history.txt b/erpnext/hr/doctype/employee_internal_work_history/employee_internal_work_history.txt similarity index 100% rename from hr/doctype/employee_internal_work_history/employee_internal_work_history.txt rename to erpnext/hr/doctype/employee_internal_work_history/employee_internal_work_history.txt
diff --git a/hr/doctype/employee_leave_approver/README.md b/erpnext/hr/doctype/employee_leave_approver/README.md similarity index 100% rename from hr/doctype/employee_leave_approver/README.md rename to erpnext/hr/doctype/employee_leave_approver/README.md
diff --git a/hr/doctype/employee_leave_approver/__init__.py b/erpnext/hr/doctype/employee_leave_approver/__init__.py similarity index 100% rename from hr/doctype/employee_leave_approver/__init__.py rename to erpnext/hr/doctype/employee_leave_approver/__init__.py
diff --git a/hr/doctype/employee_leave_approver/employee_leave_approver.py b/erpnext/hr/doctype/employee_leave_approver/employee_leave_approver.py similarity index 100% rename from hr/doctype/employee_leave_approver/employee_leave_approver.py rename to erpnext/hr/doctype/employee_leave_approver/employee_leave_approver.py
diff --git a/hr/doctype/employee_leave_approver/employee_leave_approver.txt b/erpnext/hr/doctype/employee_leave_approver/employee_leave_approver.txt similarity index 100% rename from hr/doctype/employee_leave_approver/employee_leave_approver.txt rename to erpnext/hr/doctype/employee_leave_approver/employee_leave_approver.txt
diff --git a/hr/doctype/employment_type/README.md b/erpnext/hr/doctype/employment_type/README.md similarity index 100% rename from hr/doctype/employment_type/README.md rename to erpnext/hr/doctype/employment_type/README.md
diff --git a/hr/doctype/employment_type/__init__.py b/erpnext/hr/doctype/employment_type/__init__.py similarity index 100% rename from hr/doctype/employment_type/__init__.py rename to erpnext/hr/doctype/employment_type/__init__.py
diff --git a/hr/doctype/employment_type/employment_type.py b/erpnext/hr/doctype/employment_type/employment_type.py similarity index 100% rename from hr/doctype/employment_type/employment_type.py rename to erpnext/hr/doctype/employment_type/employment_type.py
diff --git a/hr/doctype/employment_type/employment_type.txt b/erpnext/hr/doctype/employment_type/employment_type.txt similarity index 100% rename from hr/doctype/employment_type/employment_type.txt rename to erpnext/hr/doctype/employment_type/employment_type.txt
diff --git a/hr/doctype/employment_type/test_employment_type.py b/erpnext/hr/doctype/employment_type/test_employment_type.py similarity index 100% rename from hr/doctype/employment_type/test_employment_type.py rename to erpnext/hr/doctype/employment_type/test_employment_type.py
diff --git a/hr/doctype/expense_claim/README.md b/erpnext/hr/doctype/expense_claim/README.md similarity index 100% rename from hr/doctype/expense_claim/README.md rename to erpnext/hr/doctype/expense_claim/README.md
diff --git a/hr/doctype/expense_claim/__init__.py b/erpnext/hr/doctype/expense_claim/__init__.py similarity index 100% rename from hr/doctype/expense_claim/__init__.py rename to erpnext/hr/doctype/expense_claim/__init__.py
diff --git a/hr/doctype/expense_claim/expense_claim.js b/erpnext/hr/doctype/expense_claim/expense_claim.js similarity index 100% rename from hr/doctype/expense_claim/expense_claim.js rename to erpnext/hr/doctype/expense_claim/expense_claim.js
diff --git a/hr/doctype/expense_claim/expense_claim.py b/erpnext/hr/doctype/expense_claim/expense_claim.py similarity index 100% rename from hr/doctype/expense_claim/expense_claim.py rename to erpnext/hr/doctype/expense_claim/expense_claim.py
diff --git a/hr/doctype/expense_claim/expense_claim.txt b/erpnext/hr/doctype/expense_claim/expense_claim.txt similarity index 100% rename from hr/doctype/expense_claim/expense_claim.txt rename to erpnext/hr/doctype/expense_claim/expense_claim.txt
diff --git a/hr/doctype/expense_claim_detail/README.md b/erpnext/hr/doctype/expense_claim_detail/README.md similarity index 100% rename from hr/doctype/expense_claim_detail/README.md rename to erpnext/hr/doctype/expense_claim_detail/README.md
diff --git a/hr/doctype/expense_claim_detail/__init__.py b/erpnext/hr/doctype/expense_claim_detail/__init__.py similarity index 100% rename from hr/doctype/expense_claim_detail/__init__.py rename to erpnext/hr/doctype/expense_claim_detail/__init__.py
diff --git a/hr/doctype/expense_claim_detail/expense_claim_detail.py b/erpnext/hr/doctype/expense_claim_detail/expense_claim_detail.py similarity index 100% rename from hr/doctype/expense_claim_detail/expense_claim_detail.py rename to erpnext/hr/doctype/expense_claim_detail/expense_claim_detail.py
diff --git a/hr/doctype/expense_claim_detail/expense_claim_detail.txt b/erpnext/hr/doctype/expense_claim_detail/expense_claim_detail.txt similarity index 100% rename from hr/doctype/expense_claim_detail/expense_claim_detail.txt rename to erpnext/hr/doctype/expense_claim_detail/expense_claim_detail.txt
diff --git a/hr/doctype/expense_claim_type/README.md b/erpnext/hr/doctype/expense_claim_type/README.md similarity index 100% rename from hr/doctype/expense_claim_type/README.md rename to erpnext/hr/doctype/expense_claim_type/README.md
diff --git a/hr/doctype/expense_claim_type/__init__.py b/erpnext/hr/doctype/expense_claim_type/__init__.py similarity index 100% rename from hr/doctype/expense_claim_type/__init__.py rename to erpnext/hr/doctype/expense_claim_type/__init__.py
diff --git a/hr/doctype/expense_claim_type/expense_claim_type.py b/erpnext/hr/doctype/expense_claim_type/expense_claim_type.py similarity index 100% rename from hr/doctype/expense_claim_type/expense_claim_type.py rename to erpnext/hr/doctype/expense_claim_type/expense_claim_type.py
diff --git a/hr/doctype/expense_claim_type/expense_claim_type.txt b/erpnext/hr/doctype/expense_claim_type/expense_claim_type.txt similarity index 100% rename from hr/doctype/expense_claim_type/expense_claim_type.txt rename to erpnext/hr/doctype/expense_claim_type/expense_claim_type.txt
diff --git a/hr/doctype/grade/README.md b/erpnext/hr/doctype/grade/README.md similarity index 100% rename from hr/doctype/grade/README.md rename to erpnext/hr/doctype/grade/README.md
diff --git a/hr/doctype/grade/__init__.py b/erpnext/hr/doctype/grade/__init__.py similarity index 100% rename from hr/doctype/grade/__init__.py rename to erpnext/hr/doctype/grade/__init__.py
diff --git a/hr/doctype/grade/grade.py b/erpnext/hr/doctype/grade/grade.py similarity index 100% rename from hr/doctype/grade/grade.py rename to erpnext/hr/doctype/grade/grade.py
diff --git a/hr/doctype/grade/grade.txt b/erpnext/hr/doctype/grade/grade.txt similarity index 100% rename from hr/doctype/grade/grade.txt rename to erpnext/hr/doctype/grade/grade.txt
diff --git a/hr/doctype/grade/test_grade.py b/erpnext/hr/doctype/grade/test_grade.py similarity index 100% rename from hr/doctype/grade/test_grade.py rename to erpnext/hr/doctype/grade/test_grade.py
diff --git a/hr/doctype/holiday/README.md b/erpnext/hr/doctype/holiday/README.md similarity index 100% rename from hr/doctype/holiday/README.md rename to erpnext/hr/doctype/holiday/README.md
diff --git a/hr/doctype/holiday/__init__.py b/erpnext/hr/doctype/holiday/__init__.py similarity index 100% rename from hr/doctype/holiday/__init__.py rename to erpnext/hr/doctype/holiday/__init__.py
diff --git a/hr/doctype/holiday/holiday.py b/erpnext/hr/doctype/holiday/holiday.py similarity index 100% rename from hr/doctype/holiday/holiday.py rename to erpnext/hr/doctype/holiday/holiday.py
diff --git a/hr/doctype/holiday/holiday.txt b/erpnext/hr/doctype/holiday/holiday.txt similarity index 100% rename from hr/doctype/holiday/holiday.txt rename to erpnext/hr/doctype/holiday/holiday.txt
diff --git a/hr/doctype/holiday_list/README.md b/erpnext/hr/doctype/holiday_list/README.md similarity index 100% rename from hr/doctype/holiday_list/README.md rename to erpnext/hr/doctype/holiday_list/README.md
diff --git a/hr/doctype/holiday_list/__init__.py b/erpnext/hr/doctype/holiday_list/__init__.py similarity index 100% rename from hr/doctype/holiday_list/__init__.py rename to erpnext/hr/doctype/holiday_list/__init__.py
diff --git a/hr/doctype/holiday_list/holiday_list.py b/erpnext/hr/doctype/holiday_list/holiday_list.py similarity index 100% rename from hr/doctype/holiday_list/holiday_list.py rename to erpnext/hr/doctype/holiday_list/holiday_list.py
diff --git a/hr/doctype/holiday_list/holiday_list.txt b/erpnext/hr/doctype/holiday_list/holiday_list.txt similarity index 100% rename from hr/doctype/holiday_list/holiday_list.txt rename to erpnext/hr/doctype/holiday_list/holiday_list.txt
diff --git a/hr/doctype/holiday_list/test_holiday_list.py b/erpnext/hr/doctype/holiday_list/test_holiday_list.py similarity index 100% rename from hr/doctype/holiday_list/test_holiday_list.py rename to erpnext/hr/doctype/holiday_list/test_holiday_list.py
diff --git a/hr/doctype/hr_settings/__init__.py b/erpnext/hr/doctype/hr_settings/__init__.py similarity index 100% rename from hr/doctype/hr_settings/__init__.py rename to erpnext/hr/doctype/hr_settings/__init__.py
diff --git a/hr/doctype/hr_settings/hr_settings.py b/erpnext/hr/doctype/hr_settings/hr_settings.py similarity index 100% rename from hr/doctype/hr_settings/hr_settings.py rename to erpnext/hr/doctype/hr_settings/hr_settings.py
diff --git a/hr/doctype/hr_settings/hr_settings.txt b/erpnext/hr/doctype/hr_settings/hr_settings.txt similarity index 100% rename from hr/doctype/hr_settings/hr_settings.txt rename to erpnext/hr/doctype/hr_settings/hr_settings.txt
diff --git a/hr/doctype/job_applicant/README.md b/erpnext/hr/doctype/job_applicant/README.md similarity index 100% rename from hr/doctype/job_applicant/README.md rename to erpnext/hr/doctype/job_applicant/README.md
diff --git a/hr/doctype/job_applicant/__init__.py b/erpnext/hr/doctype/job_applicant/__init__.py similarity index 100% rename from hr/doctype/job_applicant/__init__.py rename to erpnext/hr/doctype/job_applicant/__init__.py
diff --git a/hr/doctype/job_applicant/get_job_applications.py b/erpnext/hr/doctype/job_applicant/get_job_applications.py similarity index 100% rename from hr/doctype/job_applicant/get_job_applications.py rename to erpnext/hr/doctype/job_applicant/get_job_applications.py
diff --git a/hr/doctype/job_applicant/job_applicant.js b/erpnext/hr/doctype/job_applicant/job_applicant.js similarity index 100% rename from hr/doctype/job_applicant/job_applicant.js rename to erpnext/hr/doctype/job_applicant/job_applicant.js
diff --git a/hr/doctype/job_applicant/job_applicant.py b/erpnext/hr/doctype/job_applicant/job_applicant.py similarity index 100% rename from hr/doctype/job_applicant/job_applicant.py rename to erpnext/hr/doctype/job_applicant/job_applicant.py
diff --git a/hr/doctype/job_applicant/job_applicant.txt b/erpnext/hr/doctype/job_applicant/job_applicant.txt similarity index 100% rename from hr/doctype/job_applicant/job_applicant.txt rename to erpnext/hr/doctype/job_applicant/job_applicant.txt
diff --git a/hr/doctype/job_opening/README.md b/erpnext/hr/doctype/job_opening/README.md similarity index 100% rename from hr/doctype/job_opening/README.md rename to erpnext/hr/doctype/job_opening/README.md
diff --git a/hr/doctype/job_opening/__init__.py b/erpnext/hr/doctype/job_opening/__init__.py similarity index 100% rename from hr/doctype/job_opening/__init__.py rename to erpnext/hr/doctype/job_opening/__init__.py
diff --git a/hr/doctype/job_opening/job_opening.py b/erpnext/hr/doctype/job_opening/job_opening.py similarity index 100% rename from hr/doctype/job_opening/job_opening.py rename to erpnext/hr/doctype/job_opening/job_opening.py
diff --git a/hr/doctype/job_opening/job_opening.txt b/erpnext/hr/doctype/job_opening/job_opening.txt similarity index 100% rename from hr/doctype/job_opening/job_opening.txt rename to erpnext/hr/doctype/job_opening/job_opening.txt
diff --git a/hr/doctype/leave_allocation/README.md b/erpnext/hr/doctype/leave_allocation/README.md similarity index 100% rename from hr/doctype/leave_allocation/README.md rename to erpnext/hr/doctype/leave_allocation/README.md
diff --git a/hr/doctype/leave_allocation/__init__.py b/erpnext/hr/doctype/leave_allocation/__init__.py similarity index 100% rename from hr/doctype/leave_allocation/__init__.py rename to erpnext/hr/doctype/leave_allocation/__init__.py
diff --git a/hr/doctype/leave_allocation/leave_allocation.js b/erpnext/hr/doctype/leave_allocation/leave_allocation.js similarity index 100% rename from hr/doctype/leave_allocation/leave_allocation.js rename to erpnext/hr/doctype/leave_allocation/leave_allocation.js
diff --git a/hr/doctype/leave_allocation/leave_allocation.py b/erpnext/hr/doctype/leave_allocation/leave_allocation.py similarity index 100% rename from hr/doctype/leave_allocation/leave_allocation.py rename to erpnext/hr/doctype/leave_allocation/leave_allocation.py
diff --git a/hr/doctype/leave_allocation/leave_allocation.txt b/erpnext/hr/doctype/leave_allocation/leave_allocation.txt similarity index 100% rename from hr/doctype/leave_allocation/leave_allocation.txt rename to erpnext/hr/doctype/leave_allocation/leave_allocation.txt
diff --git a/hr/doctype/leave_application/README.md b/erpnext/hr/doctype/leave_application/README.md similarity index 100% rename from hr/doctype/leave_application/README.md rename to erpnext/hr/doctype/leave_application/README.md
diff --git a/hr/doctype/leave_application/__init__.py b/erpnext/hr/doctype/leave_application/__init__.py similarity index 100% rename from hr/doctype/leave_application/__init__.py rename to erpnext/hr/doctype/leave_application/__init__.py
diff --git a/hr/doctype/leave_application/leave_application.js b/erpnext/hr/doctype/leave_application/leave_application.js similarity index 100% rename from hr/doctype/leave_application/leave_application.js rename to erpnext/hr/doctype/leave_application/leave_application.js
diff --git a/hr/doctype/leave_application/leave_application.py b/erpnext/hr/doctype/leave_application/leave_application.py similarity index 100% rename from hr/doctype/leave_application/leave_application.py rename to erpnext/hr/doctype/leave_application/leave_application.py
diff --git a/hr/doctype/leave_application/leave_application.txt b/erpnext/hr/doctype/leave_application/leave_application.txt similarity index 100% rename from hr/doctype/leave_application/leave_application.txt rename to erpnext/hr/doctype/leave_application/leave_application.txt
diff --git a/hr/doctype/leave_application/leave_application_calendar.js b/erpnext/hr/doctype/leave_application/leave_application_calendar.js similarity index 100% rename from hr/doctype/leave_application/leave_application_calendar.js rename to erpnext/hr/doctype/leave_application/leave_application_calendar.js
diff --git a/hr/doctype/leave_application/test_leave_application.py b/erpnext/hr/doctype/leave_application/test_leave_application.py similarity index 100% rename from hr/doctype/leave_application/test_leave_application.py rename to erpnext/hr/doctype/leave_application/test_leave_application.py
diff --git a/hr/doctype/leave_block_list/README.md b/erpnext/hr/doctype/leave_block_list/README.md similarity index 100% rename from hr/doctype/leave_block_list/README.md rename to erpnext/hr/doctype/leave_block_list/README.md
diff --git a/hr/doctype/leave_block_list/__init__.py b/erpnext/hr/doctype/leave_block_list/__init__.py similarity index 100% rename from hr/doctype/leave_block_list/__init__.py rename to erpnext/hr/doctype/leave_block_list/__init__.py
diff --git a/hr/doctype/leave_block_list/leave_block_list.py b/erpnext/hr/doctype/leave_block_list/leave_block_list.py similarity index 100% rename from hr/doctype/leave_block_list/leave_block_list.py rename to erpnext/hr/doctype/leave_block_list/leave_block_list.py
diff --git a/hr/doctype/leave_block_list/leave_block_list.txt b/erpnext/hr/doctype/leave_block_list/leave_block_list.txt similarity index 100% rename from hr/doctype/leave_block_list/leave_block_list.txt rename to erpnext/hr/doctype/leave_block_list/leave_block_list.txt
diff --git a/hr/doctype/leave_block_list/test_leave_block_list.py b/erpnext/hr/doctype/leave_block_list/test_leave_block_list.py similarity index 100% rename from hr/doctype/leave_block_list/test_leave_block_list.py rename to erpnext/hr/doctype/leave_block_list/test_leave_block_list.py
diff --git a/hr/doctype/leave_block_list_allow/README.md b/erpnext/hr/doctype/leave_block_list_allow/README.md similarity index 100% rename from hr/doctype/leave_block_list_allow/README.md rename to erpnext/hr/doctype/leave_block_list_allow/README.md
diff --git a/hr/doctype/leave_block_list_allow/__init__.py b/erpnext/hr/doctype/leave_block_list_allow/__init__.py similarity index 100% rename from hr/doctype/leave_block_list_allow/__init__.py rename to erpnext/hr/doctype/leave_block_list_allow/__init__.py
diff --git a/hr/doctype/leave_block_list_allow/leave_block_list_allow.py b/erpnext/hr/doctype/leave_block_list_allow/leave_block_list_allow.py similarity index 100% rename from hr/doctype/leave_block_list_allow/leave_block_list_allow.py rename to erpnext/hr/doctype/leave_block_list_allow/leave_block_list_allow.py
diff --git a/hr/doctype/leave_block_list_allow/leave_block_list_allow.txt b/erpnext/hr/doctype/leave_block_list_allow/leave_block_list_allow.txt similarity index 100% rename from hr/doctype/leave_block_list_allow/leave_block_list_allow.txt rename to erpnext/hr/doctype/leave_block_list_allow/leave_block_list_allow.txt
diff --git a/hr/doctype/leave_block_list_date/README.md b/erpnext/hr/doctype/leave_block_list_date/README.md similarity index 100% rename from hr/doctype/leave_block_list_date/README.md rename to erpnext/hr/doctype/leave_block_list_date/README.md
diff --git a/hr/doctype/leave_block_list_date/__init__.py b/erpnext/hr/doctype/leave_block_list_date/__init__.py similarity index 100% rename from hr/doctype/leave_block_list_date/__init__.py rename to erpnext/hr/doctype/leave_block_list_date/__init__.py
diff --git a/hr/doctype/leave_block_list_date/leave_block_list_date.py b/erpnext/hr/doctype/leave_block_list_date/leave_block_list_date.py similarity index 100% rename from hr/doctype/leave_block_list_date/leave_block_list_date.py rename to erpnext/hr/doctype/leave_block_list_date/leave_block_list_date.py
diff --git a/hr/doctype/leave_block_list_date/leave_block_list_date.txt b/erpnext/hr/doctype/leave_block_list_date/leave_block_list_date.txt similarity index 100% rename from hr/doctype/leave_block_list_date/leave_block_list_date.txt rename to erpnext/hr/doctype/leave_block_list_date/leave_block_list_date.txt
diff --git a/hr/doctype/leave_control_panel/README.md b/erpnext/hr/doctype/leave_control_panel/README.md similarity index 100% rename from hr/doctype/leave_control_panel/README.md rename to erpnext/hr/doctype/leave_control_panel/README.md
diff --git a/hr/doctype/leave_control_panel/__init__.py b/erpnext/hr/doctype/leave_control_panel/__init__.py similarity index 100% rename from hr/doctype/leave_control_panel/__init__.py rename to erpnext/hr/doctype/leave_control_panel/__init__.py
diff --git a/hr/doctype/leave_control_panel/leave_control_panel.js b/erpnext/hr/doctype/leave_control_panel/leave_control_panel.js similarity index 100% rename from hr/doctype/leave_control_panel/leave_control_panel.js rename to erpnext/hr/doctype/leave_control_panel/leave_control_panel.js
diff --git a/hr/doctype/leave_control_panel/leave_control_panel.py b/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py similarity index 100% rename from hr/doctype/leave_control_panel/leave_control_panel.py rename to erpnext/hr/doctype/leave_control_panel/leave_control_panel.py
diff --git a/hr/doctype/leave_control_panel/leave_control_panel.txt b/erpnext/hr/doctype/leave_control_panel/leave_control_panel.txt similarity index 100% rename from hr/doctype/leave_control_panel/leave_control_panel.txt rename to erpnext/hr/doctype/leave_control_panel/leave_control_panel.txt
diff --git a/hr/doctype/leave_type/README.md b/erpnext/hr/doctype/leave_type/README.md similarity index 100% rename from hr/doctype/leave_type/README.md rename to erpnext/hr/doctype/leave_type/README.md
diff --git a/hr/doctype/leave_type/__init__.py b/erpnext/hr/doctype/leave_type/__init__.py similarity index 100% rename from hr/doctype/leave_type/__init__.py rename to erpnext/hr/doctype/leave_type/__init__.py
diff --git a/hr/doctype/leave_type/leave_type.py b/erpnext/hr/doctype/leave_type/leave_type.py similarity index 100% rename from hr/doctype/leave_type/leave_type.py rename to erpnext/hr/doctype/leave_type/leave_type.py
diff --git a/hr/doctype/leave_type/leave_type.txt b/erpnext/hr/doctype/leave_type/leave_type.txt similarity index 100% rename from hr/doctype/leave_type/leave_type.txt rename to erpnext/hr/doctype/leave_type/leave_type.txt
diff --git a/hr/doctype/leave_type/test_leave_type.py b/erpnext/hr/doctype/leave_type/test_leave_type.py similarity index 100% rename from hr/doctype/leave_type/test_leave_type.py rename to erpnext/hr/doctype/leave_type/test_leave_type.py
diff --git a/hr/doctype/salary_manager/README.md b/erpnext/hr/doctype/salary_manager/README.md similarity index 100% rename from hr/doctype/salary_manager/README.md rename to erpnext/hr/doctype/salary_manager/README.md
diff --git a/hr/doctype/salary_manager/__init__.py b/erpnext/hr/doctype/salary_manager/__init__.py similarity index 100% rename from hr/doctype/salary_manager/__init__.py rename to erpnext/hr/doctype/salary_manager/__init__.py
diff --git a/hr/doctype/salary_manager/salary_manager.js b/erpnext/hr/doctype/salary_manager/salary_manager.js similarity index 100% rename from hr/doctype/salary_manager/salary_manager.js rename to erpnext/hr/doctype/salary_manager/salary_manager.js
diff --git a/hr/doctype/salary_manager/salary_manager.py b/erpnext/hr/doctype/salary_manager/salary_manager.py similarity index 100% rename from hr/doctype/salary_manager/salary_manager.py rename to erpnext/hr/doctype/salary_manager/salary_manager.py
diff --git a/hr/doctype/salary_manager/salary_manager.txt b/erpnext/hr/doctype/salary_manager/salary_manager.txt similarity index 100% rename from hr/doctype/salary_manager/salary_manager.txt rename to erpnext/hr/doctype/salary_manager/salary_manager.txt
diff --git a/hr/doctype/salary_manager/test_salary_manager.py b/erpnext/hr/doctype/salary_manager/test_salary_manager.py similarity index 100% rename from hr/doctype/salary_manager/test_salary_manager.py rename to erpnext/hr/doctype/salary_manager/test_salary_manager.py
diff --git a/hr/doctype/salary_slip/README.md b/erpnext/hr/doctype/salary_slip/README.md similarity index 100% rename from hr/doctype/salary_slip/README.md rename to erpnext/hr/doctype/salary_slip/README.md
diff --git a/hr/doctype/salary_slip/__init__.py b/erpnext/hr/doctype/salary_slip/__init__.py similarity index 100% rename from hr/doctype/salary_slip/__init__.py rename to erpnext/hr/doctype/salary_slip/__init__.py
diff --git a/hr/doctype/salary_slip/salary_slip.js b/erpnext/hr/doctype/salary_slip/salary_slip.js similarity index 100% rename from hr/doctype/salary_slip/salary_slip.js rename to erpnext/hr/doctype/salary_slip/salary_slip.js
diff --git a/hr/doctype/salary_slip/salary_slip.py b/erpnext/hr/doctype/salary_slip/salary_slip.py similarity index 100% rename from hr/doctype/salary_slip/salary_slip.py rename to erpnext/hr/doctype/salary_slip/salary_slip.py
diff --git a/hr/doctype/salary_slip/salary_slip.txt b/erpnext/hr/doctype/salary_slip/salary_slip.txt similarity index 100% rename from hr/doctype/salary_slip/salary_slip.txt rename to erpnext/hr/doctype/salary_slip/salary_slip.txt
diff --git a/hr/doctype/salary_slip/test_salary_slip.py b/erpnext/hr/doctype/salary_slip/test_salary_slip.py similarity index 100% rename from hr/doctype/salary_slip/test_salary_slip.py rename to erpnext/hr/doctype/salary_slip/test_salary_slip.py
diff --git a/hr/doctype/salary_slip_deduction/README.md b/erpnext/hr/doctype/salary_slip_deduction/README.md similarity index 100% rename from hr/doctype/salary_slip_deduction/README.md rename to erpnext/hr/doctype/salary_slip_deduction/README.md
diff --git a/hr/doctype/salary_slip_deduction/__init__.py b/erpnext/hr/doctype/salary_slip_deduction/__init__.py similarity index 100% rename from hr/doctype/salary_slip_deduction/__init__.py rename to erpnext/hr/doctype/salary_slip_deduction/__init__.py
diff --git a/hr/doctype/salary_slip_deduction/salary_slip_deduction.py b/erpnext/hr/doctype/salary_slip_deduction/salary_slip_deduction.py similarity index 100% rename from hr/doctype/salary_slip_deduction/salary_slip_deduction.py rename to erpnext/hr/doctype/salary_slip_deduction/salary_slip_deduction.py
diff --git a/hr/doctype/salary_slip_deduction/salary_slip_deduction.txt b/erpnext/hr/doctype/salary_slip_deduction/salary_slip_deduction.txt similarity index 100% rename from hr/doctype/salary_slip_deduction/salary_slip_deduction.txt rename to erpnext/hr/doctype/salary_slip_deduction/salary_slip_deduction.txt
diff --git a/hr/doctype/salary_slip_earning/README.md b/erpnext/hr/doctype/salary_slip_earning/README.md similarity index 100% rename from hr/doctype/salary_slip_earning/README.md rename to erpnext/hr/doctype/salary_slip_earning/README.md
diff --git a/hr/doctype/salary_slip_earning/__init__.py b/erpnext/hr/doctype/salary_slip_earning/__init__.py similarity index 100% rename from hr/doctype/salary_slip_earning/__init__.py rename to erpnext/hr/doctype/salary_slip_earning/__init__.py
diff --git a/hr/doctype/salary_slip_earning/salary_slip_earning.py b/erpnext/hr/doctype/salary_slip_earning/salary_slip_earning.py similarity index 100% rename from hr/doctype/salary_slip_earning/salary_slip_earning.py rename to erpnext/hr/doctype/salary_slip_earning/salary_slip_earning.py
diff --git a/hr/doctype/salary_slip_earning/salary_slip_earning.txt b/erpnext/hr/doctype/salary_slip_earning/salary_slip_earning.txt similarity index 100% rename from hr/doctype/salary_slip_earning/salary_slip_earning.txt rename to erpnext/hr/doctype/salary_slip_earning/salary_slip_earning.txt
diff --git a/hr/doctype/salary_structure/README.md b/erpnext/hr/doctype/salary_structure/README.md similarity index 100% rename from hr/doctype/salary_structure/README.md rename to erpnext/hr/doctype/salary_structure/README.md
diff --git a/hr/doctype/salary_structure/__init__.py b/erpnext/hr/doctype/salary_structure/__init__.py similarity index 100% rename from hr/doctype/salary_structure/__init__.py rename to erpnext/hr/doctype/salary_structure/__init__.py
diff --git a/hr/doctype/salary_structure/salary_structure.js b/erpnext/hr/doctype/salary_structure/salary_structure.js similarity index 100% rename from hr/doctype/salary_structure/salary_structure.js rename to erpnext/hr/doctype/salary_structure/salary_structure.js
diff --git a/hr/doctype/salary_structure/salary_structure.py b/erpnext/hr/doctype/salary_structure/salary_structure.py similarity index 100% rename from hr/doctype/salary_structure/salary_structure.py rename to erpnext/hr/doctype/salary_structure/salary_structure.py
diff --git a/hr/doctype/salary_structure/salary_structure.txt b/erpnext/hr/doctype/salary_structure/salary_structure.txt similarity index 100% rename from hr/doctype/salary_structure/salary_structure.txt rename to erpnext/hr/doctype/salary_structure/salary_structure.txt
diff --git a/hr/doctype/salary_structure_deduction/README.md b/erpnext/hr/doctype/salary_structure_deduction/README.md similarity index 100% rename from hr/doctype/salary_structure_deduction/README.md rename to erpnext/hr/doctype/salary_structure_deduction/README.md
diff --git a/hr/doctype/salary_structure_deduction/__init__.py b/erpnext/hr/doctype/salary_structure_deduction/__init__.py similarity index 100% rename from hr/doctype/salary_structure_deduction/__init__.py rename to erpnext/hr/doctype/salary_structure_deduction/__init__.py
diff --git a/hr/doctype/salary_structure_deduction/salary_structure_deduction.py b/erpnext/hr/doctype/salary_structure_deduction/salary_structure_deduction.py similarity index 100% rename from hr/doctype/salary_structure_deduction/salary_structure_deduction.py rename to erpnext/hr/doctype/salary_structure_deduction/salary_structure_deduction.py
diff --git a/hr/doctype/salary_structure_deduction/salary_structure_deduction.txt b/erpnext/hr/doctype/salary_structure_deduction/salary_structure_deduction.txt similarity index 100% rename from hr/doctype/salary_structure_deduction/salary_structure_deduction.txt rename to erpnext/hr/doctype/salary_structure_deduction/salary_structure_deduction.txt
diff --git a/hr/doctype/salary_structure_earning/README.md b/erpnext/hr/doctype/salary_structure_earning/README.md similarity index 100% rename from hr/doctype/salary_structure_earning/README.md rename to erpnext/hr/doctype/salary_structure_earning/README.md
diff --git a/hr/doctype/salary_structure_earning/__init__.py b/erpnext/hr/doctype/salary_structure_earning/__init__.py similarity index 100% rename from hr/doctype/salary_structure_earning/__init__.py rename to erpnext/hr/doctype/salary_structure_earning/__init__.py
diff --git a/hr/doctype/salary_structure_earning/salary_structure_earning.py b/erpnext/hr/doctype/salary_structure_earning/salary_structure_earning.py similarity index 100% rename from hr/doctype/salary_structure_earning/salary_structure_earning.py rename to erpnext/hr/doctype/salary_structure_earning/salary_structure_earning.py
diff --git a/hr/doctype/salary_structure_earning/salary_structure_earning.txt b/erpnext/hr/doctype/salary_structure_earning/salary_structure_earning.txt similarity index 100% rename from hr/doctype/salary_structure_earning/salary_structure_earning.txt rename to erpnext/hr/doctype/salary_structure_earning/salary_structure_earning.txt
diff --git a/hr/doctype/upload_attendance/README.md b/erpnext/hr/doctype/upload_attendance/README.md similarity index 100% rename from hr/doctype/upload_attendance/README.md rename to erpnext/hr/doctype/upload_attendance/README.md
diff --git a/hr/doctype/upload_attendance/__init__.py b/erpnext/hr/doctype/upload_attendance/__init__.py similarity index 100% rename from hr/doctype/upload_attendance/__init__.py rename to erpnext/hr/doctype/upload_attendance/__init__.py
diff --git a/hr/doctype/upload_attendance/upload_attendance.js b/erpnext/hr/doctype/upload_attendance/upload_attendance.js similarity index 100% rename from hr/doctype/upload_attendance/upload_attendance.js rename to erpnext/hr/doctype/upload_attendance/upload_attendance.js
diff --git a/hr/doctype/upload_attendance/upload_attendance.py b/erpnext/hr/doctype/upload_attendance/upload_attendance.py similarity index 100% rename from hr/doctype/upload_attendance/upload_attendance.py rename to erpnext/hr/doctype/upload_attendance/upload_attendance.py
diff --git a/hr/doctype/upload_attendance/upload_attendance.txt b/erpnext/hr/doctype/upload_attendance/upload_attendance.txt similarity index 100% rename from hr/doctype/upload_attendance/upload_attendance.txt rename to erpnext/hr/doctype/upload_attendance/upload_attendance.txt
diff --git a/hr/page/__init__.py b/erpnext/hr/page/__init__.py similarity index 100% rename from hr/page/__init__.py rename to erpnext/hr/page/__init__.py
diff --git a/hr/page/hr_home/__init__.py b/erpnext/hr/page/hr_home/__init__.py similarity index 100% rename from hr/page/hr_home/__init__.py rename to erpnext/hr/page/hr_home/__init__.py
diff --git a/hr/page/hr_home/hr_home.js b/erpnext/hr/page/hr_home/hr_home.js similarity index 100% rename from hr/page/hr_home/hr_home.js rename to erpnext/hr/page/hr_home/hr_home.js
diff --git a/hr/page/hr_home/hr_home.txt b/erpnext/hr/page/hr_home/hr_home.txt similarity index 100% rename from hr/page/hr_home/hr_home.txt rename to erpnext/hr/page/hr_home/hr_home.txt
diff --git a/hr/report/__init__.py b/erpnext/hr/report/__init__.py similarity index 100% rename from hr/report/__init__.py rename to erpnext/hr/report/__init__.py
diff --git a/hr/report/employee_birthday/__init__.py b/erpnext/hr/report/employee_birthday/__init__.py similarity index 100% rename from hr/report/employee_birthday/__init__.py rename to erpnext/hr/report/employee_birthday/__init__.py
diff --git a/hr/report/employee_birthday/employee_birthday.js b/erpnext/hr/report/employee_birthday/employee_birthday.js similarity index 100% rename from hr/report/employee_birthday/employee_birthday.js rename to erpnext/hr/report/employee_birthday/employee_birthday.js
diff --git a/hr/report/employee_birthday/employee_birthday.py b/erpnext/hr/report/employee_birthday/employee_birthday.py similarity index 100% rename from hr/report/employee_birthday/employee_birthday.py rename to erpnext/hr/report/employee_birthday/employee_birthday.py
diff --git a/hr/report/employee_birthday/employee_birthday.txt b/erpnext/hr/report/employee_birthday/employee_birthday.txt similarity index 100% rename from hr/report/employee_birthday/employee_birthday.txt rename to erpnext/hr/report/employee_birthday/employee_birthday.txt
diff --git a/hr/report/employee_information/__init__.py b/erpnext/hr/report/employee_information/__init__.py similarity index 100% rename from hr/report/employee_information/__init__.py rename to erpnext/hr/report/employee_information/__init__.py
diff --git a/hr/report/employee_information/employee_information.txt b/erpnext/hr/report/employee_information/employee_information.txt similarity index 100% rename from hr/report/employee_information/employee_information.txt rename to erpnext/hr/report/employee_information/employee_information.txt
diff --git a/hr/report/employee_leave_balance/__init__.py b/erpnext/hr/report/employee_leave_balance/__init__.py similarity index 100% rename from hr/report/employee_leave_balance/__init__.py rename to erpnext/hr/report/employee_leave_balance/__init__.py
diff --git a/hr/report/employee_leave_balance/employee_leave_balance.js b/erpnext/hr/report/employee_leave_balance/employee_leave_balance.js similarity index 100% rename from hr/report/employee_leave_balance/employee_leave_balance.js rename to erpnext/hr/report/employee_leave_balance/employee_leave_balance.js
diff --git a/hr/report/employee_leave_balance/employee_leave_balance.py b/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py similarity index 100% rename from hr/report/employee_leave_balance/employee_leave_balance.py rename to erpnext/hr/report/employee_leave_balance/employee_leave_balance.py
diff --git a/hr/report/employee_leave_balance/employee_leave_balance.txt b/erpnext/hr/report/employee_leave_balance/employee_leave_balance.txt similarity index 100% rename from hr/report/employee_leave_balance/employee_leave_balance.txt rename to erpnext/hr/report/employee_leave_balance/employee_leave_balance.txt
diff --git a/hr/report/monthly_attendance_sheet/__init__.py b/erpnext/hr/report/monthly_attendance_sheet/__init__.py similarity index 100% rename from hr/report/monthly_attendance_sheet/__init__.py rename to erpnext/hr/report/monthly_attendance_sheet/__init__.py
diff --git a/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.js b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.js similarity index 100% rename from hr/report/monthly_attendance_sheet/monthly_attendance_sheet.js rename to erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.js
diff --git a/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py similarity index 100% rename from hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py rename to erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py
diff --git a/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.txt b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.txt similarity index 100% rename from hr/report/monthly_attendance_sheet/monthly_attendance_sheet.txt rename to erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.txt
diff --git a/hr/report/monthly_salary_register/__init__.py b/erpnext/hr/report/monthly_salary_register/__init__.py similarity index 100% rename from hr/report/monthly_salary_register/__init__.py rename to erpnext/hr/report/monthly_salary_register/__init__.py
diff --git a/hr/report/monthly_salary_register/monthly_salary_register.js b/erpnext/hr/report/monthly_salary_register/monthly_salary_register.js similarity index 100% rename from hr/report/monthly_salary_register/monthly_salary_register.js rename to erpnext/hr/report/monthly_salary_register/monthly_salary_register.js
diff --git a/hr/report/monthly_salary_register/monthly_salary_register.py b/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py similarity index 100% rename from hr/report/monthly_salary_register/monthly_salary_register.py rename to erpnext/hr/report/monthly_salary_register/monthly_salary_register.py
diff --git a/hr/report/monthly_salary_register/monthly_salary_register.txt b/erpnext/hr/report/monthly_salary_register/monthly_salary_register.txt similarity index 100% rename from hr/report/monthly_salary_register/monthly_salary_register.txt rename to erpnext/hr/report/monthly_salary_register/monthly_salary_register.txt
diff --git a/hr/utils.py b/erpnext/hr/utils.py similarity index 100% rename from hr/utils.py rename to erpnext/hr/utils.py
diff --git a/manufacturing/README.md b/erpnext/manufacturing/README.md similarity index 100% rename from manufacturing/README.md rename to erpnext/manufacturing/README.md
diff --git a/manufacturing/__init__.py b/erpnext/manufacturing/__init__.py similarity index 100% rename from manufacturing/__init__.py rename to erpnext/manufacturing/__init__.py
diff --git a/manufacturing/doctype/__init__.py b/erpnext/manufacturing/doctype/__init__.py similarity index 100% rename from manufacturing/doctype/__init__.py rename to erpnext/manufacturing/doctype/__init__.py
diff --git a/manufacturing/doctype/bom/README.md b/erpnext/manufacturing/doctype/bom/README.md similarity index 100% rename from manufacturing/doctype/bom/README.md rename to erpnext/manufacturing/doctype/bom/README.md
diff --git a/manufacturing/doctype/bom/__init__.py b/erpnext/manufacturing/doctype/bom/__init__.py similarity index 100% rename from manufacturing/doctype/bom/__init__.py rename to erpnext/manufacturing/doctype/bom/__init__.py
diff --git a/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js similarity index 100% rename from manufacturing/doctype/bom/bom.js rename to erpnext/manufacturing/doctype/bom/bom.js
diff --git a/manufacturing/doctype/bom/bom.py b/erpnext/manufacturing/doctype/bom/bom.py similarity index 100% rename from manufacturing/doctype/bom/bom.py rename to erpnext/manufacturing/doctype/bom/bom.py
diff --git a/manufacturing/doctype/bom/bom.txt b/erpnext/manufacturing/doctype/bom/bom.txt similarity index 100% rename from manufacturing/doctype/bom/bom.txt rename to erpnext/manufacturing/doctype/bom/bom.txt
diff --git a/manufacturing/doctype/bom/test_bom.py b/erpnext/manufacturing/doctype/bom/test_bom.py similarity index 100% rename from manufacturing/doctype/bom/test_bom.py rename to erpnext/manufacturing/doctype/bom/test_bom.py
diff --git a/manufacturing/doctype/bom_explosion_item/README.md b/erpnext/manufacturing/doctype/bom_explosion_item/README.md similarity index 100% rename from manufacturing/doctype/bom_explosion_item/README.md rename to erpnext/manufacturing/doctype/bom_explosion_item/README.md
diff --git a/manufacturing/doctype/bom_explosion_item/__init__.py b/erpnext/manufacturing/doctype/bom_explosion_item/__init__.py similarity index 100% rename from manufacturing/doctype/bom_explosion_item/__init__.py rename to erpnext/manufacturing/doctype/bom_explosion_item/__init__.py
diff --git a/manufacturing/doctype/bom_explosion_item/bom_explosion_item.py b/erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.py similarity index 100% rename from manufacturing/doctype/bom_explosion_item/bom_explosion_item.py rename to erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.py
diff --git a/manufacturing/doctype/bom_explosion_item/bom_explosion_item.txt b/erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.txt similarity index 100% rename from manufacturing/doctype/bom_explosion_item/bom_explosion_item.txt rename to erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.txt
diff --git a/manufacturing/doctype/bom_item/README.md b/erpnext/manufacturing/doctype/bom_item/README.md similarity index 100% rename from manufacturing/doctype/bom_item/README.md rename to erpnext/manufacturing/doctype/bom_item/README.md
diff --git a/manufacturing/doctype/bom_item/__init__.py b/erpnext/manufacturing/doctype/bom_item/__init__.py similarity index 100% rename from manufacturing/doctype/bom_item/__init__.py rename to erpnext/manufacturing/doctype/bom_item/__init__.py
diff --git a/manufacturing/doctype/bom_item/bom_item.py b/erpnext/manufacturing/doctype/bom_item/bom_item.py similarity index 100% rename from manufacturing/doctype/bom_item/bom_item.py rename to erpnext/manufacturing/doctype/bom_item/bom_item.py
diff --git a/manufacturing/doctype/bom_item/bom_item.txt b/erpnext/manufacturing/doctype/bom_item/bom_item.txt similarity index 100% rename from manufacturing/doctype/bom_item/bom_item.txt rename to erpnext/manufacturing/doctype/bom_item/bom_item.txt
diff --git a/manufacturing/doctype/bom_operation/README.md b/erpnext/manufacturing/doctype/bom_operation/README.md similarity index 100% rename from manufacturing/doctype/bom_operation/README.md rename to erpnext/manufacturing/doctype/bom_operation/README.md
diff --git a/manufacturing/doctype/bom_operation/__init__.py b/erpnext/manufacturing/doctype/bom_operation/__init__.py similarity index 100% rename from manufacturing/doctype/bom_operation/__init__.py rename to erpnext/manufacturing/doctype/bom_operation/__init__.py
diff --git a/manufacturing/doctype/bom_operation/bom_operation.py b/erpnext/manufacturing/doctype/bom_operation/bom_operation.py similarity index 100% rename from manufacturing/doctype/bom_operation/bom_operation.py rename to erpnext/manufacturing/doctype/bom_operation/bom_operation.py
diff --git a/manufacturing/doctype/bom_operation/bom_operation.txt b/erpnext/manufacturing/doctype/bom_operation/bom_operation.txt similarity index 100% rename from manufacturing/doctype/bom_operation/bom_operation.txt rename to erpnext/manufacturing/doctype/bom_operation/bom_operation.txt
diff --git a/manufacturing/doctype/bom_replace_tool/README.md b/erpnext/manufacturing/doctype/bom_replace_tool/README.md similarity index 100% rename from manufacturing/doctype/bom_replace_tool/README.md rename to erpnext/manufacturing/doctype/bom_replace_tool/README.md
diff --git a/manufacturing/doctype/bom_replace_tool/__init__.py b/erpnext/manufacturing/doctype/bom_replace_tool/__init__.py similarity index 100% rename from manufacturing/doctype/bom_replace_tool/__init__.py rename to erpnext/manufacturing/doctype/bom_replace_tool/__init__.py
diff --git a/manufacturing/doctype/bom_replace_tool/bom_replace_tool.js b/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.js similarity index 100% rename from manufacturing/doctype/bom_replace_tool/bom_replace_tool.js rename to erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.js
diff --git a/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py b/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py similarity index 100% rename from manufacturing/doctype/bom_replace_tool/bom_replace_tool.py rename to erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py
diff --git a/manufacturing/doctype/bom_replace_tool/bom_replace_tool.txt b/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.txt similarity index 100% rename from manufacturing/doctype/bom_replace_tool/bom_replace_tool.txt rename to erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.txt
diff --git a/manufacturing/doctype/production_order/README.md b/erpnext/manufacturing/doctype/production_order/README.md similarity index 100% rename from manufacturing/doctype/production_order/README.md rename to erpnext/manufacturing/doctype/production_order/README.md
diff --git a/manufacturing/doctype/production_order/__init__.py b/erpnext/manufacturing/doctype/production_order/__init__.py similarity index 100% rename from manufacturing/doctype/production_order/__init__.py rename to erpnext/manufacturing/doctype/production_order/__init__.py
diff --git a/manufacturing/doctype/production_order/production_order.js b/erpnext/manufacturing/doctype/production_order/production_order.js similarity index 100% rename from manufacturing/doctype/production_order/production_order.js rename to erpnext/manufacturing/doctype/production_order/production_order.js
diff --git a/manufacturing/doctype/production_order/production_order.py b/erpnext/manufacturing/doctype/production_order/production_order.py similarity index 100% rename from manufacturing/doctype/production_order/production_order.py rename to erpnext/manufacturing/doctype/production_order/production_order.py
diff --git a/manufacturing/doctype/production_order/production_order.txt b/erpnext/manufacturing/doctype/production_order/production_order.txt similarity index 100% rename from manufacturing/doctype/production_order/production_order.txt rename to erpnext/manufacturing/doctype/production_order/production_order.txt
diff --git a/manufacturing/doctype/production_order/test_production_order.py b/erpnext/manufacturing/doctype/production_order/test_production_order.py similarity index 100% rename from manufacturing/doctype/production_order/test_production_order.py rename to erpnext/manufacturing/doctype/production_order/test_production_order.py
diff --git a/manufacturing/doctype/production_plan_item/README.md b/erpnext/manufacturing/doctype/production_plan_item/README.md similarity index 100% rename from manufacturing/doctype/production_plan_item/README.md rename to erpnext/manufacturing/doctype/production_plan_item/README.md
diff --git a/manufacturing/doctype/production_plan_item/__init__.py b/erpnext/manufacturing/doctype/production_plan_item/__init__.py similarity index 100% rename from manufacturing/doctype/production_plan_item/__init__.py rename to erpnext/manufacturing/doctype/production_plan_item/__init__.py
diff --git a/manufacturing/doctype/production_plan_item/production_plan_item.py b/erpnext/manufacturing/doctype/production_plan_item/production_plan_item.py similarity index 100% rename from manufacturing/doctype/production_plan_item/production_plan_item.py rename to erpnext/manufacturing/doctype/production_plan_item/production_plan_item.py
diff --git a/manufacturing/doctype/production_plan_item/production_plan_item.txt b/erpnext/manufacturing/doctype/production_plan_item/production_plan_item.txt similarity index 100% rename from manufacturing/doctype/production_plan_item/production_plan_item.txt rename to erpnext/manufacturing/doctype/production_plan_item/production_plan_item.txt
diff --git a/manufacturing/doctype/production_plan_sales_order/README.md b/erpnext/manufacturing/doctype/production_plan_sales_order/README.md similarity index 100% rename from manufacturing/doctype/production_plan_sales_order/README.md rename to erpnext/manufacturing/doctype/production_plan_sales_order/README.md
diff --git a/manufacturing/doctype/production_plan_sales_order/__init__.py b/erpnext/manufacturing/doctype/production_plan_sales_order/__init__.py similarity index 100% rename from manufacturing/doctype/production_plan_sales_order/__init__.py rename to erpnext/manufacturing/doctype/production_plan_sales_order/__init__.py
diff --git a/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.py b/erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.py similarity index 100% rename from manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.py rename to erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.py
diff --git a/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.txt b/erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.txt similarity index 100% rename from manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.txt rename to erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.txt
diff --git a/manufacturing/doctype/production_planning_tool/README.md b/erpnext/manufacturing/doctype/production_planning_tool/README.md similarity index 100% rename from manufacturing/doctype/production_planning_tool/README.md rename to erpnext/manufacturing/doctype/production_planning_tool/README.md
diff --git a/manufacturing/doctype/production_planning_tool/__init__.py b/erpnext/manufacturing/doctype/production_planning_tool/__init__.py similarity index 100% rename from manufacturing/doctype/production_planning_tool/__init__.py rename to erpnext/manufacturing/doctype/production_planning_tool/__init__.py
diff --git a/manufacturing/doctype/production_planning_tool/production_planning_tool.js b/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.js similarity index 100% rename from manufacturing/doctype/production_planning_tool/production_planning_tool.js rename to erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.js
diff --git a/manufacturing/doctype/production_planning_tool/production_planning_tool.py b/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py similarity index 100% rename from manufacturing/doctype/production_planning_tool/production_planning_tool.py rename to erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py
diff --git a/manufacturing/doctype/production_planning_tool/production_planning_tool.txt b/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.txt similarity index 100% rename from manufacturing/doctype/production_planning_tool/production_planning_tool.txt rename to erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.txt
diff --git a/manufacturing/doctype/workstation/README.md b/erpnext/manufacturing/doctype/workstation/README.md similarity index 100% rename from manufacturing/doctype/workstation/README.md rename to erpnext/manufacturing/doctype/workstation/README.md
diff --git a/manufacturing/doctype/workstation/__init__.py b/erpnext/manufacturing/doctype/workstation/__init__.py similarity index 100% rename from manufacturing/doctype/workstation/__init__.py rename to erpnext/manufacturing/doctype/workstation/__init__.py
diff --git a/manufacturing/doctype/workstation/workstation.js b/erpnext/manufacturing/doctype/workstation/workstation.js similarity index 100% rename from manufacturing/doctype/workstation/workstation.js rename to erpnext/manufacturing/doctype/workstation/workstation.js
diff --git a/manufacturing/doctype/workstation/workstation.py b/erpnext/manufacturing/doctype/workstation/workstation.py similarity index 100% rename from manufacturing/doctype/workstation/workstation.py rename to erpnext/manufacturing/doctype/workstation/workstation.py
diff --git a/manufacturing/doctype/workstation/workstation.txt b/erpnext/manufacturing/doctype/workstation/workstation.txt similarity index 100% rename from manufacturing/doctype/workstation/workstation.txt rename to erpnext/manufacturing/doctype/workstation/workstation.txt
diff --git a/manufacturing/page/__init__.py b/erpnext/manufacturing/page/__init__.py similarity index 100% rename from manufacturing/page/__init__.py rename to erpnext/manufacturing/page/__init__.py
diff --git a/manufacturing/page/manufacturing_home/__init__.py b/erpnext/manufacturing/page/manufacturing_home/__init__.py similarity index 100% rename from manufacturing/page/manufacturing_home/__init__.py rename to erpnext/manufacturing/page/manufacturing_home/__init__.py
diff --git a/manufacturing/page/manufacturing_home/manufacturing_home.js b/erpnext/manufacturing/page/manufacturing_home/manufacturing_home.js similarity index 100% rename from manufacturing/page/manufacturing_home/manufacturing_home.js rename to erpnext/manufacturing/page/manufacturing_home/manufacturing_home.js
diff --git a/manufacturing/page/manufacturing_home/manufacturing_home.txt b/erpnext/manufacturing/page/manufacturing_home/manufacturing_home.txt similarity index 100% rename from manufacturing/page/manufacturing_home/manufacturing_home.txt rename to erpnext/manufacturing/page/manufacturing_home/manufacturing_home.txt
diff --git a/manufacturing/report/__init__.py b/erpnext/manufacturing/report/__init__.py similarity index 100% rename from manufacturing/report/__init__.py rename to erpnext/manufacturing/report/__init__.py
diff --git a/manufacturing/report/completed_production_orders/__init__.py b/erpnext/manufacturing/report/completed_production_orders/__init__.py similarity index 100% rename from manufacturing/report/completed_production_orders/__init__.py rename to erpnext/manufacturing/report/completed_production_orders/__init__.py
diff --git a/manufacturing/report/completed_production_orders/completed_production_orders.txt b/erpnext/manufacturing/report/completed_production_orders/completed_production_orders.txt similarity index 100% rename from manufacturing/report/completed_production_orders/completed_production_orders.txt rename to erpnext/manufacturing/report/completed_production_orders/completed_production_orders.txt
diff --git a/manufacturing/report/issued_items_against_production_order/__init__.py b/erpnext/manufacturing/report/issued_items_against_production_order/__init__.py similarity index 100% rename from manufacturing/report/issued_items_against_production_order/__init__.py rename to erpnext/manufacturing/report/issued_items_against_production_order/__init__.py
diff --git a/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.txt b/erpnext/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.txt similarity index 100% rename from manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.txt rename to erpnext/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.txt
diff --git a/manufacturing/report/open_production_orders/__init__.py b/erpnext/manufacturing/report/open_production_orders/__init__.py similarity index 100% rename from manufacturing/report/open_production_orders/__init__.py rename to erpnext/manufacturing/report/open_production_orders/__init__.py
diff --git a/manufacturing/report/open_production_orders/open_production_orders.txt b/erpnext/manufacturing/report/open_production_orders/open_production_orders.txt similarity index 100% rename from manufacturing/report/open_production_orders/open_production_orders.txt rename to erpnext/manufacturing/report/open_production_orders/open_production_orders.txt
diff --git a/manufacturing/report/production_orders_in_progress/__init__.py b/erpnext/manufacturing/report/production_orders_in_progress/__init__.py similarity index 100% rename from manufacturing/report/production_orders_in_progress/__init__.py rename to erpnext/manufacturing/report/production_orders_in_progress/__init__.py
diff --git a/manufacturing/report/production_orders_in_progress/production_orders_in_progress.txt b/erpnext/manufacturing/report/production_orders_in_progress/production_orders_in_progress.txt similarity index 100% rename from manufacturing/report/production_orders_in_progress/production_orders_in_progress.txt rename to erpnext/manufacturing/report/production_orders_in_progress/production_orders_in_progress.txt
diff --git a/patches/1311/__init__.py b/erpnext/patches/1311/__init__.py similarity index 100% rename from patches/1311/__init__.py rename to erpnext/patches/1311/__init__.py
diff --git a/patches/1311/p01_cleanup.py b/erpnext/patches/1311/p01_cleanup.py similarity index 100% rename from patches/1311/p01_cleanup.py rename to erpnext/patches/1311/p01_cleanup.py
diff --git a/patches/1311/p01_make_gl_entries_for_si.py b/erpnext/patches/1311/p01_make_gl_entries_for_si.py similarity index 100% rename from patches/1311/p01_make_gl_entries_for_si.py rename to erpnext/patches/1311/p01_make_gl_entries_for_si.py
diff --git a/patches/1311/p02_index_singles.py b/erpnext/patches/1311/p02_index_singles.py similarity index 100% rename from patches/1311/p02_index_singles.py rename to erpnext/patches/1311/p02_index_singles.py
diff --git a/patches/1311/p03_update_reqd_report_fields.py b/erpnext/patches/1311/p03_update_reqd_report_fields.py similarity index 100% rename from patches/1311/p03_update_reqd_report_fields.py rename to erpnext/patches/1311/p03_update_reqd_report_fields.py
diff --git a/patches/1311/p04_update_comments.py b/erpnext/patches/1311/p04_update_comments.py similarity index 100% rename from patches/1311/p04_update_comments.py rename to erpnext/patches/1311/p04_update_comments.py
diff --git a/patches/1311/p04_update_year_end_date_of_fiscal_year.py b/erpnext/patches/1311/p04_update_year_end_date_of_fiscal_year.py similarity index 100% rename from patches/1311/p04_update_year_end_date_of_fiscal_year.py rename to erpnext/patches/1311/p04_update_year_end_date_of_fiscal_year.py
diff --git a/patches/1311/p05_website_brand_html.py b/erpnext/patches/1311/p05_website_brand_html.py similarity index 100% rename from patches/1311/p05_website_brand_html.py rename to erpnext/patches/1311/p05_website_brand_html.py
diff --git a/patches/1311/p06_fix_report_columns.py b/erpnext/patches/1311/p06_fix_report_columns.py similarity index 100% rename from patches/1311/p06_fix_report_columns.py rename to erpnext/patches/1311/p06_fix_report_columns.py
diff --git a/patches/__init__.py b/erpnext/patches/__init__.py similarity index 100% rename from patches/__init__.py rename to erpnext/patches/__init__.py
diff --git a/patches/april_2013/__init__.py b/erpnext/patches/april_2013/__init__.py similarity index 100% rename from patches/april_2013/__init__.py rename to erpnext/patches/april_2013/__init__.py
diff --git a/patches/april_2013/p01_update_serial_no_valuation_rate.py b/erpnext/patches/april_2013/p01_update_serial_no_valuation_rate.py similarity index 100% rename from patches/april_2013/p01_update_serial_no_valuation_rate.py rename to erpnext/patches/april_2013/p01_update_serial_no_valuation_rate.py
diff --git a/patches/april_2013/p02_add_country_and_currency.py b/erpnext/patches/april_2013/p02_add_country_and_currency.py similarity index 100% rename from patches/april_2013/p02_add_country_and_currency.py rename to erpnext/patches/april_2013/p02_add_country_and_currency.py
diff --git a/patches/april_2013/p03_fixes_for_lead_in_quotation.py b/erpnext/patches/april_2013/p03_fixes_for_lead_in_quotation.py similarity index 100% rename from patches/april_2013/p03_fixes_for_lead_in_quotation.py rename to erpnext/patches/april_2013/p03_fixes_for_lead_in_quotation.py
diff --git a/patches/april_2013/p04_reverse_modules_list.py b/erpnext/patches/april_2013/p04_reverse_modules_list.py similarity index 100% rename from patches/april_2013/p04_reverse_modules_list.py rename to erpnext/patches/april_2013/p04_reverse_modules_list.py
diff --git a/patches/april_2013/p04_update_role_in_pages.py b/erpnext/patches/april_2013/p04_update_role_in_pages.py similarity index 100% rename from patches/april_2013/p04_update_role_in_pages.py rename to erpnext/patches/april_2013/p04_update_role_in_pages.py
diff --git a/patches/april_2013/p05_fixes_in_reverse_modules.py b/erpnext/patches/april_2013/p05_fixes_in_reverse_modules.py similarity index 100% rename from patches/april_2013/p05_fixes_in_reverse_modules.py rename to erpnext/patches/april_2013/p05_fixes_in_reverse_modules.py
diff --git a/patches/april_2013/p05_update_file_data.py b/erpnext/patches/april_2013/p05_update_file_data.py similarity index 100% rename from patches/april_2013/p05_update_file_data.py rename to erpnext/patches/april_2013/p05_update_file_data.py
diff --git a/patches/april_2013/p06_default_cost_center.py b/erpnext/patches/april_2013/p06_default_cost_center.py similarity index 100% rename from patches/april_2013/p06_default_cost_center.py rename to erpnext/patches/april_2013/p06_default_cost_center.py
diff --git a/patches/april_2013/p06_update_file_size.py b/erpnext/patches/april_2013/p06_update_file_size.py similarity index 100% rename from patches/april_2013/p06_update_file_size.py rename to erpnext/patches/april_2013/p06_update_file_size.py
diff --git a/patches/april_2013/p07_rename_cost_center_other_charges.py b/erpnext/patches/april_2013/p07_rename_cost_center_other_charges.py similarity index 100% rename from patches/april_2013/p07_rename_cost_center_other_charges.py rename to erpnext/patches/april_2013/p07_rename_cost_center_other_charges.py
diff --git a/patches/april_2013/p07_update_file_data_2.py b/erpnext/patches/april_2013/p07_update_file_data_2.py similarity index 100% rename from patches/april_2013/p07_update_file_data_2.py rename to erpnext/patches/april_2013/p07_update_file_data_2.py
diff --git a/patches/april_2013/rebuild_sales_browser.py b/erpnext/patches/april_2013/rebuild_sales_browser.py similarity index 100% rename from patches/april_2013/rebuild_sales_browser.py rename to erpnext/patches/april_2013/rebuild_sales_browser.py
diff --git a/patches/august_2013/__init__.py b/erpnext/patches/august_2013/__init__.py similarity index 100% rename from patches/august_2013/__init__.py rename to erpnext/patches/august_2013/__init__.py
diff --git a/patches/august_2013/fix_fiscal_year.py b/erpnext/patches/august_2013/fix_fiscal_year.py similarity index 100% rename from patches/august_2013/fix_fiscal_year.py rename to erpnext/patches/august_2013/fix_fiscal_year.py
diff --git a/patches/august_2013/p01_auto_accounting_for_stock_patch.py b/erpnext/patches/august_2013/p01_auto_accounting_for_stock_patch.py similarity index 100% rename from patches/august_2013/p01_auto_accounting_for_stock_patch.py rename to erpnext/patches/august_2013/p01_auto_accounting_for_stock_patch.py
diff --git a/patches/august_2013/p01_hr_settings.py b/erpnext/patches/august_2013/p01_hr_settings.py similarity index 100% rename from patches/august_2013/p01_hr_settings.py rename to erpnext/patches/august_2013/p01_hr_settings.py
diff --git a/patches/august_2013/p02_rename_price_list.py b/erpnext/patches/august_2013/p02_rename_price_list.py similarity index 100% rename from patches/august_2013/p02_rename_price_list.py rename to erpnext/patches/august_2013/p02_rename_price_list.py
diff --git a/patches/august_2013/p03_pos_setting_replace_customer_account.py b/erpnext/patches/august_2013/p03_pos_setting_replace_customer_account.py similarity index 100% rename from patches/august_2013/p03_pos_setting_replace_customer_account.py rename to erpnext/patches/august_2013/p03_pos_setting_replace_customer_account.py
diff --git a/patches/august_2013/p05_employee_birthdays.py b/erpnext/patches/august_2013/p05_employee_birthdays.py similarity index 100% rename from patches/august_2013/p05_employee_birthdays.py rename to erpnext/patches/august_2013/p05_employee_birthdays.py
diff --git a/patches/august_2013/p05_update_serial_no_status.py b/erpnext/patches/august_2013/p05_update_serial_no_status.py similarity index 100% rename from patches/august_2013/p05_update_serial_no_status.py rename to erpnext/patches/august_2013/p05_update_serial_no_status.py
diff --git a/patches/august_2013/p06_deprecate_is_cancelled.py b/erpnext/patches/august_2013/p06_deprecate_is_cancelled.py similarity index 100% rename from patches/august_2013/p06_deprecate_is_cancelled.py rename to erpnext/patches/august_2013/p06_deprecate_is_cancelled.py
diff --git a/patches/august_2013/p06_fix_sle_against_stock_entry.py b/erpnext/patches/august_2013/p06_fix_sle_against_stock_entry.py similarity index 100% rename from patches/august_2013/p06_fix_sle_against_stock_entry.py rename to erpnext/patches/august_2013/p06_fix_sle_against_stock_entry.py
diff --git a/patches/december_2012/__init__.py b/erpnext/patches/december_2012/__init__.py similarity index 100% rename from patches/december_2012/__init__.py rename to erpnext/patches/december_2012/__init__.py
diff --git a/patches/december_2012/address_title.py b/erpnext/patches/december_2012/address_title.py similarity index 100% rename from patches/december_2012/address_title.py rename to erpnext/patches/december_2012/address_title.py
diff --git a/patches/december_2012/delete_form16_print_format.py b/erpnext/patches/december_2012/delete_form16_print_format.py similarity index 100% rename from patches/december_2012/delete_form16_print_format.py rename to erpnext/patches/december_2012/delete_form16_print_format.py
diff --git a/patches/december_2012/deleted_contact_address_patch.py b/erpnext/patches/december_2012/deleted_contact_address_patch.py similarity index 100% rename from patches/december_2012/deleted_contact_address_patch.py rename to erpnext/patches/december_2012/deleted_contact_address_patch.py
diff --git a/patches/december_2012/deprecate_tds.py b/erpnext/patches/december_2012/deprecate_tds.py similarity index 100% rename from patches/december_2012/deprecate_tds.py rename to erpnext/patches/december_2012/deprecate_tds.py
diff --git a/patches/december_2012/expense_leave_reload.py b/erpnext/patches/december_2012/expense_leave_reload.py similarity index 100% rename from patches/december_2012/expense_leave_reload.py rename to erpnext/patches/december_2012/expense_leave_reload.py
diff --git a/patches/december_2012/file_list_rename.py b/erpnext/patches/december_2012/file_list_rename.py similarity index 100% rename from patches/december_2012/file_list_rename.py rename to erpnext/patches/december_2012/file_list_rename.py
diff --git a/patches/december_2012/fix_default_print_format.py b/erpnext/patches/december_2012/fix_default_print_format.py similarity index 100% rename from patches/december_2012/fix_default_print_format.py rename to erpnext/patches/december_2012/fix_default_print_format.py
diff --git a/patches/december_2012/move_recent_to_memcache.py b/erpnext/patches/december_2012/move_recent_to_memcache.py similarity index 100% rename from patches/december_2012/move_recent_to_memcache.py rename to erpnext/patches/december_2012/move_recent_to_memcache.py
diff --git a/patches/december_2012/production_cleanup.py b/erpnext/patches/december_2012/production_cleanup.py similarity index 100% rename from patches/december_2012/production_cleanup.py rename to erpnext/patches/december_2012/production_cleanup.py
diff --git a/patches/december_2012/production_order_naming_series.py b/erpnext/patches/december_2012/production_order_naming_series.py similarity index 100% rename from patches/december_2012/production_order_naming_series.py rename to erpnext/patches/december_2012/production_order_naming_series.py
diff --git a/patches/december_2012/rebuild_item_group_tree.py b/erpnext/patches/december_2012/rebuild_item_group_tree.py similarity index 100% rename from patches/december_2012/rebuild_item_group_tree.py rename to erpnext/patches/december_2012/rebuild_item_group_tree.py
diff --git a/patches/december_2012/remove_quotation_next_contact.py b/erpnext/patches/december_2012/remove_quotation_next_contact.py similarity index 100% rename from patches/december_2012/remove_quotation_next_contact.py rename to erpnext/patches/december_2012/remove_quotation_next_contact.py
diff --git a/patches/december_2012/replace_createlocal.py b/erpnext/patches/december_2012/replace_createlocal.py similarity index 100% rename from patches/december_2012/replace_createlocal.py rename to erpnext/patches/december_2012/replace_createlocal.py
diff --git a/patches/december_2012/repost_ordered_qty.py b/erpnext/patches/december_2012/repost_ordered_qty.py similarity index 100% rename from patches/december_2012/repost_ordered_qty.py rename to erpnext/patches/december_2012/repost_ordered_qty.py
diff --git a/patches/december_2012/repost_projected_qty.py b/erpnext/patches/december_2012/repost_projected_qty.py similarity index 100% rename from patches/december_2012/repost_projected_qty.py rename to erpnext/patches/december_2012/repost_projected_qty.py
diff --git a/patches/december_2012/stock_entry_cleanup.py b/erpnext/patches/december_2012/stock_entry_cleanup.py similarity index 100% rename from patches/december_2012/stock_entry_cleanup.py rename to erpnext/patches/december_2012/stock_entry_cleanup.py
diff --git a/patches/december_2012/update_print_width.py b/erpnext/patches/december_2012/update_print_width.py similarity index 100% rename from patches/december_2012/update_print_width.py rename to erpnext/patches/december_2012/update_print_width.py
diff --git a/patches/december_2012/website_cache_refactor.py b/erpnext/patches/december_2012/website_cache_refactor.py similarity index 100% rename from patches/december_2012/website_cache_refactor.py rename to erpnext/patches/december_2012/website_cache_refactor.py
diff --git a/patches/february_2013/__init__.py b/erpnext/patches/february_2013/__init__.py similarity index 100% rename from patches/february_2013/__init__.py rename to erpnext/patches/february_2013/__init__.py
diff --git a/patches/february_2013/account_negative_balance.py b/erpnext/patches/february_2013/account_negative_balance.py similarity index 100% rename from patches/february_2013/account_negative_balance.py rename to erpnext/patches/february_2013/account_negative_balance.py
diff --git a/patches/february_2013/fix_outstanding.py b/erpnext/patches/february_2013/fix_outstanding.py similarity index 100% rename from patches/february_2013/fix_outstanding.py rename to erpnext/patches/february_2013/fix_outstanding.py
diff --git a/patches/february_2013/gle_floating_point_issue_revisited.py b/erpnext/patches/february_2013/gle_floating_point_issue_revisited.py similarity index 100% rename from patches/february_2013/gle_floating_point_issue_revisited.py rename to erpnext/patches/february_2013/gle_floating_point_issue_revisited.py
diff --git a/patches/february_2013/p01_event.py b/erpnext/patches/february_2013/p01_event.py similarity index 100% rename from patches/february_2013/p01_event.py rename to erpnext/patches/february_2013/p01_event.py
diff --git a/patches/february_2013/p02_email_digest.py b/erpnext/patches/february_2013/p02_email_digest.py similarity index 100% rename from patches/february_2013/p02_email_digest.py rename to erpnext/patches/february_2013/p02_email_digest.py
diff --git a/patches/february_2013/p03_material_request.py b/erpnext/patches/february_2013/p03_material_request.py similarity index 100% rename from patches/february_2013/p03_material_request.py rename to erpnext/patches/february_2013/p03_material_request.py
diff --git a/patches/february_2013/p04_remove_old_doctypes.py b/erpnext/patches/february_2013/p04_remove_old_doctypes.py similarity index 100% rename from patches/february_2013/p04_remove_old_doctypes.py rename to erpnext/patches/february_2013/p04_remove_old_doctypes.py
diff --git a/patches/february_2013/p05_leave_application.py b/erpnext/patches/february_2013/p05_leave_application.py similarity index 100% rename from patches/february_2013/p05_leave_application.py rename to erpnext/patches/february_2013/p05_leave_application.py
diff --git a/patches/february_2013/p08_todo_query_report.py b/erpnext/patches/february_2013/p08_todo_query_report.py similarity index 100% rename from patches/february_2013/p08_todo_query_report.py rename to erpnext/patches/february_2013/p08_todo_query_report.py
diff --git a/patches/february_2013/p09_remove_cancelled_warehouses.py b/erpnext/patches/february_2013/p09_remove_cancelled_warehouses.py similarity index 100% rename from patches/february_2013/p09_remove_cancelled_warehouses.py rename to erpnext/patches/february_2013/p09_remove_cancelled_warehouses.py
diff --git a/patches/february_2013/p09_timesheets.py b/erpnext/patches/february_2013/p09_timesheets.py similarity index 100% rename from patches/february_2013/p09_timesheets.py rename to erpnext/patches/february_2013/p09_timesheets.py
diff --git a/patches/february_2013/payment_reconciliation_reset_values.py b/erpnext/patches/february_2013/payment_reconciliation_reset_values.py similarity index 100% rename from patches/february_2013/payment_reconciliation_reset_values.py rename to erpnext/patches/february_2013/payment_reconciliation_reset_values.py
diff --git a/patches/february_2013/reload_bom_replace_tool_permission.py b/erpnext/patches/february_2013/reload_bom_replace_tool_permission.py similarity index 100% rename from patches/february_2013/reload_bom_replace_tool_permission.py rename to erpnext/patches/february_2013/reload_bom_replace_tool_permission.py
diff --git a/patches/february_2013/remove_account_utils_folder.py b/erpnext/patches/february_2013/remove_account_utils_folder.py similarity index 100% rename from patches/february_2013/remove_account_utils_folder.py rename to erpnext/patches/february_2013/remove_account_utils_folder.py
diff --git a/patches/february_2013/remove_gl_mapper.py b/erpnext/patches/february_2013/remove_gl_mapper.py similarity index 100% rename from patches/february_2013/remove_gl_mapper.py rename to erpnext/patches/february_2013/remove_gl_mapper.py
diff --git a/patches/february_2013/repost_reserved_qty.py b/erpnext/patches/february_2013/repost_reserved_qty.py similarity index 100% rename from patches/february_2013/repost_reserved_qty.py rename to erpnext/patches/february_2013/repost_reserved_qty.py
diff --git a/patches/february_2013/update_company_in_leave_application.py b/erpnext/patches/february_2013/update_company_in_leave_application.py similarity index 100% rename from patches/february_2013/update_company_in_leave_application.py rename to erpnext/patches/february_2013/update_company_in_leave_application.py
diff --git a/patches/january_2013/__init__.py b/erpnext/patches/january_2013/__init__.py similarity index 100% rename from patches/january_2013/__init__.py rename to erpnext/patches/january_2013/__init__.py
diff --git a/patches/january_2013/change_patch_structure.py b/erpnext/patches/january_2013/change_patch_structure.py similarity index 100% rename from patches/january_2013/change_patch_structure.py rename to erpnext/patches/january_2013/change_patch_structure.py
diff --git a/patches/january_2013/enable_currencies.py b/erpnext/patches/january_2013/enable_currencies.py similarity index 100% rename from patches/january_2013/enable_currencies.py rename to erpnext/patches/january_2013/enable_currencies.py
diff --git a/patches/january_2013/file_list_rename_returns.py b/erpnext/patches/january_2013/file_list_rename_returns.py similarity index 100% rename from patches/january_2013/file_list_rename_returns.py rename to erpnext/patches/january_2013/file_list_rename_returns.py
diff --git a/patches/january_2013/give_report_permission_on_read.py b/erpnext/patches/january_2013/give_report_permission_on_read.py similarity index 100% rename from patches/january_2013/give_report_permission_on_read.py rename to erpnext/patches/january_2013/give_report_permission_on_read.py
diff --git a/patches/january_2013/holiday_list_patch.py b/erpnext/patches/january_2013/holiday_list_patch.py similarity index 100% rename from patches/january_2013/holiday_list_patch.py rename to erpnext/patches/january_2013/holiday_list_patch.py
diff --git a/patches/january_2013/rebuild_tree.py b/erpnext/patches/january_2013/rebuild_tree.py similarity index 100% rename from patches/january_2013/rebuild_tree.py rename to erpnext/patches/january_2013/rebuild_tree.py
diff --git a/patches/january_2013/reload_print_format.py b/erpnext/patches/january_2013/reload_print_format.py similarity index 100% rename from patches/january_2013/reload_print_format.py rename to erpnext/patches/january_2013/reload_print_format.py
diff --git a/patches/january_2013/remove_bad_permissions.py b/erpnext/patches/january_2013/remove_bad_permissions.py similarity index 100% rename from patches/january_2013/remove_bad_permissions.py rename to erpnext/patches/january_2013/remove_bad_permissions.py
diff --git a/patches/january_2013/remove_landed_cost_master.py b/erpnext/patches/january_2013/remove_landed_cost_master.py similarity index 100% rename from patches/january_2013/remove_landed_cost_master.py rename to erpnext/patches/january_2013/remove_landed_cost_master.py
diff --git a/patches/january_2013/remove_tds_entry_from_gl_mapper.py b/erpnext/patches/january_2013/remove_tds_entry_from_gl_mapper.py similarity index 100% rename from patches/january_2013/remove_tds_entry_from_gl_mapper.py rename to erpnext/patches/january_2013/remove_tds_entry_from_gl_mapper.py
diff --git a/patches/january_2013/remove_unwanted_permission.py b/erpnext/patches/january_2013/remove_unwanted_permission.py similarity index 100% rename from patches/january_2013/remove_unwanted_permission.py rename to erpnext/patches/january_2013/remove_unwanted_permission.py
diff --git a/patches/january_2013/report_permission.py b/erpnext/patches/january_2013/report_permission.py similarity index 100% rename from patches/january_2013/report_permission.py rename to erpnext/patches/january_2013/report_permission.py
diff --git a/patches/january_2013/stock_reconciliation_patch.py b/erpnext/patches/january_2013/stock_reconciliation_patch.py similarity index 100% rename from patches/january_2013/stock_reconciliation_patch.py rename to erpnext/patches/january_2013/stock_reconciliation_patch.py
diff --git a/patches/january_2013/tabsessions_to_myisam.py b/erpnext/patches/january_2013/tabsessions_to_myisam.py similarity index 100% rename from patches/january_2013/tabsessions_to_myisam.py rename to erpnext/patches/january_2013/tabsessions_to_myisam.py
diff --git a/patches/january_2013/update_closed_on.py b/erpnext/patches/january_2013/update_closed_on.py similarity index 100% rename from patches/january_2013/update_closed_on.py rename to erpnext/patches/january_2013/update_closed_on.py
diff --git a/patches/january_2013/update_country_info.py b/erpnext/patches/january_2013/update_country_info.py similarity index 100% rename from patches/january_2013/update_country_info.py rename to erpnext/patches/january_2013/update_country_info.py
diff --git a/patches/january_2013/update_fraction_for_usd.py b/erpnext/patches/january_2013/update_fraction_for_usd.py similarity index 100% rename from patches/january_2013/update_fraction_for_usd.py rename to erpnext/patches/january_2013/update_fraction_for_usd.py
diff --git a/patches/january_2013/update_number_format.py b/erpnext/patches/january_2013/update_number_format.py similarity index 100% rename from patches/january_2013/update_number_format.py rename to erpnext/patches/january_2013/update_number_format.py
diff --git a/patches/july_2013/__init__.py b/erpnext/patches/july_2013/__init__.py similarity index 100% rename from patches/july_2013/__init__.py rename to erpnext/patches/july_2013/__init__.py
diff --git a/patches/july_2013/p01_remove_doctype_mappers.py b/erpnext/patches/july_2013/p01_remove_doctype_mappers.py similarity index 100% rename from patches/july_2013/p01_remove_doctype_mappers.py rename to erpnext/patches/july_2013/p01_remove_doctype_mappers.py
diff --git a/patches/july_2013/p01_same_sales_rate_patch.py b/erpnext/patches/july_2013/p01_same_sales_rate_patch.py similarity index 100% rename from patches/july_2013/p01_same_sales_rate_patch.py rename to erpnext/patches/july_2013/p01_same_sales_rate_patch.py
diff --git a/patches/july_2013/p02_copy_shipping_address.py b/erpnext/patches/july_2013/p02_copy_shipping_address.py similarity index 100% rename from patches/july_2013/p02_copy_shipping_address.py rename to erpnext/patches/july_2013/p02_copy_shipping_address.py
diff --git a/patches/july_2013/p03_cost_center_company.py b/erpnext/patches/july_2013/p03_cost_center_company.py similarity index 100% rename from patches/july_2013/p03_cost_center_company.py rename to erpnext/patches/july_2013/p03_cost_center_company.py
diff --git a/patches/july_2013/p04_merge_duplicate_leads.py b/erpnext/patches/july_2013/p04_merge_duplicate_leads.py similarity index 100% rename from patches/july_2013/p04_merge_duplicate_leads.py rename to erpnext/patches/july_2013/p04_merge_duplicate_leads.py
diff --git a/patches/july_2013/p05_custom_doctypes_in_list_view.py b/erpnext/patches/july_2013/p05_custom_doctypes_in_list_view.py similarity index 100% rename from patches/july_2013/p05_custom_doctypes_in_list_view.py rename to erpnext/patches/july_2013/p05_custom_doctypes_in_list_view.py
diff --git a/patches/july_2013/p06_same_sales_rate.py b/erpnext/patches/july_2013/p06_same_sales_rate.py similarity index 100% rename from patches/july_2013/p06_same_sales_rate.py rename to erpnext/patches/july_2013/p06_same_sales_rate.py
diff --git a/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py b/erpnext/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py similarity index 100% rename from patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py rename to erpnext/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py
diff --git a/patches/july_2013/p08_custom_print_format_net_total_export.py b/erpnext/patches/july_2013/p08_custom_print_format_net_total_export.py similarity index 100% rename from patches/july_2013/p08_custom_print_format_net_total_export.py rename to erpnext/patches/july_2013/p08_custom_print_format_net_total_export.py
diff --git a/patches/july_2013/p09_remove_website_pyc.py b/erpnext/patches/july_2013/p09_remove_website_pyc.py similarity index 100% rename from patches/july_2013/p09_remove_website_pyc.py rename to erpnext/patches/july_2013/p09_remove_website_pyc.py
diff --git a/patches/july_2013/p10_change_partner_user_to_website_user.py b/erpnext/patches/july_2013/p10_change_partner_user_to_website_user.py similarity index 100% rename from patches/july_2013/p10_change_partner_user_to_website_user.py rename to erpnext/patches/july_2013/p10_change_partner_user_to_website_user.py
diff --git a/patches/july_2013/p11_update_price_list_currency.py b/erpnext/patches/july_2013/p11_update_price_list_currency.py similarity index 100% rename from patches/july_2013/p11_update_price_list_currency.py rename to erpnext/patches/july_2013/p11_update_price_list_currency.py
diff --git a/patches/july_2013/restore_tree_roots.py b/erpnext/patches/july_2013/restore_tree_roots.py similarity index 100% rename from patches/july_2013/restore_tree_roots.py rename to erpnext/patches/july_2013/restore_tree_roots.py
diff --git a/patches/june_2013/__init__.py b/erpnext/patches/june_2013/__init__.py similarity index 100% rename from patches/june_2013/__init__.py rename to erpnext/patches/june_2013/__init__.py
diff --git a/patches/june_2013/p01_update_bom_exploded_items.py b/erpnext/patches/june_2013/p01_update_bom_exploded_items.py similarity index 100% rename from patches/june_2013/p01_update_bom_exploded_items.py rename to erpnext/patches/june_2013/p01_update_bom_exploded_items.py
diff --git a/patches/june_2013/p02_update_project_completed.py b/erpnext/patches/june_2013/p02_update_project_completed.py similarity index 100% rename from patches/june_2013/p02_update_project_completed.py rename to erpnext/patches/june_2013/p02_update_project_completed.py
diff --git a/patches/june_2013/p03_buying_selling_for_price_list.py b/erpnext/patches/june_2013/p03_buying_selling_for_price_list.py similarity index 100% rename from patches/june_2013/p03_buying_selling_for_price_list.py rename to erpnext/patches/june_2013/p03_buying_selling_for_price_list.py
diff --git a/patches/june_2013/p04_fix_event_for_lead_oppty_project.py b/erpnext/patches/june_2013/p04_fix_event_for_lead_oppty_project.py similarity index 100% rename from patches/june_2013/p04_fix_event_for_lead_oppty_project.py rename to erpnext/patches/june_2013/p04_fix_event_for_lead_oppty_project.py
diff --git a/patches/june_2013/p05_remove_search_criteria_reports.py b/erpnext/patches/june_2013/p05_remove_search_criteria_reports.py similarity index 100% rename from patches/june_2013/p05_remove_search_criteria_reports.py rename to erpnext/patches/june_2013/p05_remove_search_criteria_reports.py
diff --git a/patches/june_2013/p05_remove_unused_doctypes.py b/erpnext/patches/june_2013/p05_remove_unused_doctypes.py similarity index 100% rename from patches/june_2013/p05_remove_unused_doctypes.py rename to erpnext/patches/june_2013/p05_remove_unused_doctypes.py
diff --git a/patches/june_2013/p06_drop_unused_tables.py b/erpnext/patches/june_2013/p06_drop_unused_tables.py similarity index 100% rename from patches/june_2013/p06_drop_unused_tables.py rename to erpnext/patches/june_2013/p06_drop_unused_tables.py
diff --git a/patches/june_2013/p07_taxes_price_list_for_territory.py b/erpnext/patches/june_2013/p07_taxes_price_list_for_territory.py similarity index 100% rename from patches/june_2013/p07_taxes_price_list_for_territory.py rename to erpnext/patches/june_2013/p07_taxes_price_list_for_territory.py
diff --git a/patches/june_2013/p08_shopping_cart_settings.py b/erpnext/patches/june_2013/p08_shopping_cart_settings.py similarity index 100% rename from patches/june_2013/p08_shopping_cart_settings.py rename to erpnext/patches/june_2013/p08_shopping_cart_settings.py
diff --git a/patches/june_2013/p09_update_global_defaults.py b/erpnext/patches/june_2013/p09_update_global_defaults.py similarity index 100% rename from patches/june_2013/p09_update_global_defaults.py rename to erpnext/patches/june_2013/p09_update_global_defaults.py
diff --git a/patches/june_2013/p10_lead_address.py b/erpnext/patches/june_2013/p10_lead_address.py similarity index 100% rename from patches/june_2013/p10_lead_address.py rename to erpnext/patches/june_2013/p10_lead_address.py
diff --git a/patches/march_2013/__init__.py b/erpnext/patches/march_2013/__init__.py similarity index 100% rename from patches/march_2013/__init__.py rename to erpnext/patches/march_2013/__init__.py
diff --git a/patches/march_2013/p01_c_form.py b/erpnext/patches/march_2013/p01_c_form.py similarity index 100% rename from patches/march_2013/p01_c_form.py rename to erpnext/patches/march_2013/p01_c_form.py
diff --git a/patches/march_2013/p02_get_global_default.py b/erpnext/patches/march_2013/p02_get_global_default.py similarity index 100% rename from patches/march_2013/p02_get_global_default.py rename to erpnext/patches/march_2013/p02_get_global_default.py
diff --git a/patches/march_2013/p03_rename_blog_to_blog_post.py b/erpnext/patches/march_2013/p03_rename_blog_to_blog_post.py similarity index 100% rename from patches/march_2013/p03_rename_blog_to_blog_post.py rename to erpnext/patches/march_2013/p03_rename_blog_to_blog_post.py
diff --git a/patches/march_2013/p04_pos_update_stock_check.py b/erpnext/patches/march_2013/p04_pos_update_stock_check.py similarity index 100% rename from patches/march_2013/p04_pos_update_stock_check.py rename to erpnext/patches/march_2013/p04_pos_update_stock_check.py
diff --git a/patches/march_2013/p05_payment_reconciliation.py b/erpnext/patches/march_2013/p05_payment_reconciliation.py similarity index 100% rename from patches/march_2013/p05_payment_reconciliation.py rename to erpnext/patches/march_2013/p05_payment_reconciliation.py
diff --git a/patches/march_2013/p06_remove_sales_purchase_return_tool.py b/erpnext/patches/march_2013/p06_remove_sales_purchase_return_tool.py similarity index 100% rename from patches/march_2013/p06_remove_sales_purchase_return_tool.py rename to erpnext/patches/march_2013/p06_remove_sales_purchase_return_tool.py
diff --git a/patches/march_2013/p07_update_project_in_stock_ledger.py b/erpnext/patches/march_2013/p07_update_project_in_stock_ledger.py similarity index 100% rename from patches/march_2013/p07_update_project_in_stock_ledger.py rename to erpnext/patches/march_2013/p07_update_project_in_stock_ledger.py
diff --git a/patches/march_2013/p07_update_valuation_rate.py b/erpnext/patches/march_2013/p07_update_valuation_rate.py similarity index 100% rename from patches/march_2013/p07_update_valuation_rate.py rename to erpnext/patches/march_2013/p07_update_valuation_rate.py
diff --git a/patches/march_2013/p08_create_aii_accounts.py b/erpnext/patches/march_2013/p08_create_aii_accounts.py similarity index 100% rename from patches/march_2013/p08_create_aii_accounts.py rename to erpnext/patches/march_2013/p08_create_aii_accounts.py
diff --git a/patches/march_2013/p10_set_fiscal_year_for_stock.py b/erpnext/patches/march_2013/p10_set_fiscal_year_for_stock.py similarity index 100% rename from patches/march_2013/p10_set_fiscal_year_for_stock.py rename to erpnext/patches/march_2013/p10_set_fiscal_year_for_stock.py
diff --git a/patches/march_2013/p10_update_against_expense_account.py b/erpnext/patches/march_2013/p10_update_against_expense_account.py similarity index 100% rename from patches/march_2013/p10_update_against_expense_account.py rename to erpnext/patches/march_2013/p10_update_against_expense_account.py
diff --git a/patches/march_2013/p11_update_attach_files.py b/erpnext/patches/march_2013/p11_update_attach_files.py similarity index 100% rename from patches/march_2013/p11_update_attach_files.py rename to erpnext/patches/march_2013/p11_update_attach_files.py
diff --git a/patches/march_2013/p12_set_item_tax_rate_in_json.py b/erpnext/patches/march_2013/p12_set_item_tax_rate_in_json.py similarity index 100% rename from patches/march_2013/p12_set_item_tax_rate_in_json.py rename to erpnext/patches/march_2013/p12_set_item_tax_rate_in_json.py
diff --git a/patches/march_2013/update_po_prevdoc_doctype.py b/erpnext/patches/march_2013/update_po_prevdoc_doctype.py similarity index 100% rename from patches/march_2013/update_po_prevdoc_doctype.py rename to erpnext/patches/march_2013/update_po_prevdoc_doctype.py
diff --git a/patches/may_2013/__init__.py b/erpnext/patches/may_2013/__init__.py similarity index 100% rename from patches/may_2013/__init__.py rename to erpnext/patches/may_2013/__init__.py
diff --git a/patches/may_2013/p01_selling_net_total_export.py b/erpnext/patches/may_2013/p01_selling_net_total_export.py similarity index 100% rename from patches/may_2013/p01_selling_net_total_export.py rename to erpnext/patches/may_2013/p01_selling_net_total_export.py
diff --git a/patches/may_2013/p02_update_valuation_rate.py b/erpnext/patches/may_2013/p02_update_valuation_rate.py similarity index 100% rename from patches/may_2013/p02_update_valuation_rate.py rename to erpnext/patches/may_2013/p02_update_valuation_rate.py
diff --git a/patches/may_2013/p03_update_support_ticket.py b/erpnext/patches/may_2013/p03_update_support_ticket.py similarity index 100% rename from patches/may_2013/p03_update_support_ticket.py rename to erpnext/patches/may_2013/p03_update_support_ticket.py
diff --git a/patches/may_2013/p04_reorder_level.py b/erpnext/patches/may_2013/p04_reorder_level.py similarity index 100% rename from patches/may_2013/p04_reorder_level.py rename to erpnext/patches/may_2013/p04_reorder_level.py
diff --git a/patches/may_2013/p05_update_cancelled_gl_entries.py b/erpnext/patches/may_2013/p05_update_cancelled_gl_entries.py similarity index 100% rename from patches/may_2013/p05_update_cancelled_gl_entries.py rename to erpnext/patches/may_2013/p05_update_cancelled_gl_entries.py
diff --git a/patches/may_2013/p06_make_notes.py b/erpnext/patches/may_2013/p06_make_notes.py similarity index 100% rename from patches/may_2013/p06_make_notes.py rename to erpnext/patches/may_2013/p06_make_notes.py
diff --git a/patches/may_2013/p06_update_billed_amt_po_pr.py b/erpnext/patches/may_2013/p06_update_billed_amt_po_pr.py similarity index 100% rename from patches/may_2013/p06_update_billed_amt_po_pr.py rename to erpnext/patches/may_2013/p06_update_billed_amt_po_pr.py
diff --git a/patches/may_2013/p07_move_update_stock_to_pos.py b/erpnext/patches/may_2013/p07_move_update_stock_to_pos.py similarity index 100% rename from patches/may_2013/p07_move_update_stock_to_pos.py rename to erpnext/patches/may_2013/p07_move_update_stock_to_pos.py
diff --git a/patches/may_2013/p08_change_item_wise_tax.py b/erpnext/patches/may_2013/p08_change_item_wise_tax.py similarity index 100% rename from patches/may_2013/p08_change_item_wise_tax.py rename to erpnext/patches/may_2013/p08_change_item_wise_tax.py
diff --git a/patches/may_2013/repost_stock_for_no_posting_time.py b/erpnext/patches/may_2013/repost_stock_for_no_posting_time.py similarity index 100% rename from patches/may_2013/repost_stock_for_no_posting_time.py rename to erpnext/patches/may_2013/repost_stock_for_no_posting_time.py
diff --git a/patches/november_2012/__init__.py b/erpnext/patches/november_2012/__init__.py similarity index 100% rename from patches/november_2012/__init__.py rename to erpnext/patches/november_2012/__init__.py
diff --git a/patches/november_2012/add_employee_field_in_employee.py b/erpnext/patches/november_2012/add_employee_field_in_employee.py similarity index 100% rename from patches/november_2012/add_employee_field_in_employee.py rename to erpnext/patches/november_2012/add_employee_field_in_employee.py
diff --git a/patches/november_2012/add_theme_to_profile.py b/erpnext/patches/november_2012/add_theme_to_profile.py similarity index 100% rename from patches/november_2012/add_theme_to_profile.py rename to erpnext/patches/november_2012/add_theme_to_profile.py
diff --git a/patches/november_2012/cancelled_bom_patch.py b/erpnext/patches/november_2012/cancelled_bom_patch.py similarity index 100% rename from patches/november_2012/cancelled_bom_patch.py rename to erpnext/patches/november_2012/cancelled_bom_patch.py
diff --git a/patches/november_2012/communication_sender_and_recipient.py b/erpnext/patches/november_2012/communication_sender_and_recipient.py similarity index 100% rename from patches/november_2012/communication_sender_and_recipient.py rename to erpnext/patches/november_2012/communication_sender_and_recipient.py
diff --git a/patches/november_2012/custom_field_insert_after.py b/erpnext/patches/november_2012/custom_field_insert_after.py similarity index 100% rename from patches/november_2012/custom_field_insert_after.py rename to erpnext/patches/november_2012/custom_field_insert_after.py
diff --git a/patches/november_2012/customer_issue_allocated_to_assigned.py b/erpnext/patches/november_2012/customer_issue_allocated_to_assigned.py similarity index 100% rename from patches/november_2012/customer_issue_allocated_to_assigned.py rename to erpnext/patches/november_2012/customer_issue_allocated_to_assigned.py
diff --git a/patches/november_2012/disable_cancelled_profiles.py b/erpnext/patches/november_2012/disable_cancelled_profiles.py similarity index 100% rename from patches/november_2012/disable_cancelled_profiles.py rename to erpnext/patches/november_2012/disable_cancelled_profiles.py
diff --git a/patches/november_2012/gle_floating_point_issue.py b/erpnext/patches/november_2012/gle_floating_point_issue.py similarity index 100% rename from patches/november_2012/gle_floating_point_issue.py rename to erpnext/patches/november_2012/gle_floating_point_issue.py
diff --git a/patches/november_2012/leave_application_cleanup.py b/erpnext/patches/november_2012/leave_application_cleanup.py similarity index 100% rename from patches/november_2012/leave_application_cleanup.py rename to erpnext/patches/november_2012/leave_application_cleanup.py
diff --git a/patches/november_2012/production_order_patch.py b/erpnext/patches/november_2012/production_order_patch.py similarity index 100% rename from patches/november_2012/production_order_patch.py rename to erpnext/patches/november_2012/production_order_patch.py
diff --git a/patches/november_2012/report_permissions.py b/erpnext/patches/november_2012/report_permissions.py similarity index 100% rename from patches/november_2012/report_permissions.py rename to erpnext/patches/november_2012/report_permissions.py
diff --git a/patches/november_2012/reset_appraisal_permissions.py b/erpnext/patches/november_2012/reset_appraisal_permissions.py similarity index 100% rename from patches/november_2012/reset_appraisal_permissions.py rename to erpnext/patches/november_2012/reset_appraisal_permissions.py
diff --git a/patches/november_2012/support_ticket_response_to_communication.py b/erpnext/patches/november_2012/support_ticket_response_to_communication.py similarity index 100% rename from patches/november_2012/support_ticket_response_to_communication.py rename to erpnext/patches/november_2012/support_ticket_response_to_communication.py
diff --git a/patches/november_2012/update_delivered_billed_percentage_for_pos.py b/erpnext/patches/november_2012/update_delivered_billed_percentage_for_pos.py similarity index 100% rename from patches/november_2012/update_delivered_billed_percentage_for_pos.py rename to erpnext/patches/november_2012/update_delivered_billed_percentage_for_pos.py
diff --git a/patches/october_2012/__init__.py b/erpnext/patches/october_2012/__init__.py similarity index 100% rename from patches/october_2012/__init__.py rename to erpnext/patches/october_2012/__init__.py
diff --git a/patches/october_2012/company_fiscal_year_docstatus_patch.py b/erpnext/patches/october_2012/company_fiscal_year_docstatus_patch.py similarity index 100% rename from patches/october_2012/company_fiscal_year_docstatus_patch.py rename to erpnext/patches/october_2012/company_fiscal_year_docstatus_patch.py
diff --git a/patches/october_2012/custom_script_delete_permission.py b/erpnext/patches/october_2012/custom_script_delete_permission.py similarity index 100% rename from patches/october_2012/custom_script_delete_permission.py rename to erpnext/patches/october_2012/custom_script_delete_permission.py
diff --git a/patches/october_2012/fix_cancelled_gl_entries.py b/erpnext/patches/october_2012/fix_cancelled_gl_entries.py similarity index 100% rename from patches/october_2012/fix_cancelled_gl_entries.py rename to erpnext/patches/october_2012/fix_cancelled_gl_entries.py
diff --git a/patches/october_2012/fix_wrong_vouchers.py b/erpnext/patches/october_2012/fix_wrong_vouchers.py similarity index 100% rename from patches/october_2012/fix_wrong_vouchers.py rename to erpnext/patches/october_2012/fix_wrong_vouchers.py
diff --git a/patches/october_2012/update_account_property.py b/erpnext/patches/october_2012/update_account_property.py similarity index 100% rename from patches/october_2012/update_account_property.py rename to erpnext/patches/october_2012/update_account_property.py
diff --git a/patches/october_2012/update_permission.py b/erpnext/patches/october_2012/update_permission.py similarity index 100% rename from patches/october_2012/update_permission.py rename to erpnext/patches/october_2012/update_permission.py
diff --git a/patches/october_2013/__init__.py b/erpnext/patches/october_2013/__init__.py similarity index 100% rename from patches/october_2013/__init__.py rename to erpnext/patches/october_2013/__init__.py
diff --git a/patches/october_2013/fix_is_cancelled_in_sle.py b/erpnext/patches/october_2013/fix_is_cancelled_in_sle.py similarity index 100% rename from patches/october_2013/fix_is_cancelled_in_sle.py rename to erpnext/patches/october_2013/fix_is_cancelled_in_sle.py
diff --git a/patches/october_2013/p01_fix_serial_no_status.py b/erpnext/patches/october_2013/p01_fix_serial_no_status.py similarity index 100% rename from patches/october_2013/p01_fix_serial_no_status.py rename to erpnext/patches/october_2013/p01_fix_serial_no_status.py
diff --git a/patches/october_2013/p01_update_delivery_note_prevdocs.py b/erpnext/patches/october_2013/p01_update_delivery_note_prevdocs.py similarity index 100% rename from patches/october_2013/p01_update_delivery_note_prevdocs.py rename to erpnext/patches/october_2013/p01_update_delivery_note_prevdocs.py
diff --git a/patches/october_2013/p02_set_communication_status.py b/erpnext/patches/october_2013/p02_set_communication_status.py similarity index 100% rename from patches/october_2013/p02_set_communication_status.py rename to erpnext/patches/october_2013/p02_set_communication_status.py
diff --git a/patches/october_2013/p02_update_price_list_and_item_details_in_item_price.py b/erpnext/patches/october_2013/p02_update_price_list_and_item_details_in_item_price.py similarity index 100% rename from patches/october_2013/p02_update_price_list_and_item_details_in_item_price.py rename to erpnext/patches/october_2013/p02_update_price_list_and_item_details_in_item_price.py
diff --git a/patches/october_2013/p03_crm_update_status.py b/erpnext/patches/october_2013/p03_crm_update_status.py similarity index 100% rename from patches/october_2013/p03_crm_update_status.py rename to erpnext/patches/october_2013/p03_crm_update_status.py
diff --git a/patches/october_2013/p03_remove_sales_and_purchase_return_tool.py b/erpnext/patches/october_2013/p03_remove_sales_and_purchase_return_tool.py similarity index 100% rename from patches/october_2013/p03_remove_sales_and_purchase_return_tool.py rename to erpnext/patches/october_2013/p03_remove_sales_and_purchase_return_tool.py
diff --git a/patches/october_2013/p04_update_report_permission.py b/erpnext/patches/october_2013/p04_update_report_permission.py similarity index 100% rename from patches/october_2013/p04_update_report_permission.py rename to erpnext/patches/october_2013/p04_update_report_permission.py
diff --git a/patches/october_2013/p04_wsgi_migration.py b/erpnext/patches/october_2013/p04_wsgi_migration.py similarity index 100% rename from patches/october_2013/p04_wsgi_migration.py rename to erpnext/patches/october_2013/p04_wsgi_migration.py
diff --git a/patches/october_2013/p05_delete_gl_entries_for_cancelled_vouchers.py b/erpnext/patches/october_2013/p05_delete_gl_entries_for_cancelled_vouchers.py similarity index 100% rename from patches/october_2013/p05_delete_gl_entries_for_cancelled_vouchers.py rename to erpnext/patches/october_2013/p05_delete_gl_entries_for_cancelled_vouchers.py
diff --git a/patches/october_2013/p05_server_custom_script_to_file.py b/erpnext/patches/october_2013/p05_server_custom_script_to_file.py similarity index 100% rename from patches/october_2013/p05_server_custom_script_to_file.py rename to erpnext/patches/october_2013/p05_server_custom_script_to_file.py
diff --git a/patches/october_2013/p06_rename_packing_list_doctype.py b/erpnext/patches/october_2013/p06_rename_packing_list_doctype.py similarity index 100% rename from patches/october_2013/p06_rename_packing_list_doctype.py rename to erpnext/patches/october_2013/p06_rename_packing_list_doctype.py
diff --git a/patches/october_2013/p06_update_control_panel_and_global_defaults.py b/erpnext/patches/october_2013/p06_update_control_panel_and_global_defaults.py similarity index 100% rename from patches/october_2013/p06_update_control_panel_and_global_defaults.py rename to erpnext/patches/october_2013/p06_update_control_panel_and_global_defaults.py
diff --git a/patches/october_2013/p07_rename_for_territory.py b/erpnext/patches/october_2013/p07_rename_for_territory.py similarity index 100% rename from patches/october_2013/p07_rename_for_territory.py rename to erpnext/patches/october_2013/p07_rename_for_territory.py
diff --git a/patches/october_2013/p08_cleanup_after_item_price_module_change.py b/erpnext/patches/october_2013/p08_cleanup_after_item_price_module_change.py similarity index 100% rename from patches/october_2013/p08_cleanup_after_item_price_module_change.py rename to erpnext/patches/october_2013/p08_cleanup_after_item_price_module_change.py
diff --git a/patches/october_2013/p09_update_naming_series_settings.py b/erpnext/patches/october_2013/p09_update_naming_series_settings.py similarity index 100% rename from patches/october_2013/p09_update_naming_series_settings.py rename to erpnext/patches/october_2013/p09_update_naming_series_settings.py
diff --git a/patches/october_2013/p10_plugins_refactor.py b/erpnext/patches/october_2013/p10_plugins_refactor.py similarity index 100% rename from patches/october_2013/p10_plugins_refactor.py rename to erpnext/patches/october_2013/p10_plugins_refactor.py
diff --git a/patches/october_2013/perpetual_inventory_stock_transfer_utility.py b/erpnext/patches/october_2013/perpetual_inventory_stock_transfer_utility.py similarity index 100% rename from patches/october_2013/perpetual_inventory_stock_transfer_utility.py rename to erpnext/patches/october_2013/perpetual_inventory_stock_transfer_utility.py
diff --git a/patches/october_2013/repost_ordered_qty.py b/erpnext/patches/october_2013/repost_ordered_qty.py similarity index 100% rename from patches/october_2013/repost_ordered_qty.py rename to erpnext/patches/october_2013/repost_ordered_qty.py
diff --git a/patches/october_2013/repost_planned_qty.py b/erpnext/patches/october_2013/repost_planned_qty.py similarity index 100% rename from patches/october_2013/repost_planned_qty.py rename to erpnext/patches/october_2013/repost_planned_qty.py
diff --git a/patches/october_2013/set_stock_value_diff_in_sle.py b/erpnext/patches/october_2013/set_stock_value_diff_in_sle.py similarity index 100% rename from patches/october_2013/set_stock_value_diff_in_sle.py rename to erpnext/patches/october_2013/set_stock_value_diff_in_sle.py
diff --git a/patches/patch_list.py b/erpnext/patches/patch_list.py similarity index 100% rename from patches/patch_list.py rename to erpnext/patches/patch_list.py
diff --git a/patches/september_2012/__init__.py b/erpnext/patches/september_2012/__init__.py similarity index 100% rename from patches/september_2012/__init__.py rename to erpnext/patches/september_2012/__init__.py
diff --git a/patches/september_2012/add_stock_ledger_entry_index.py b/erpnext/patches/september_2012/add_stock_ledger_entry_index.py similarity index 100% rename from patches/september_2012/add_stock_ledger_entry_index.py rename to erpnext/patches/september_2012/add_stock_ledger_entry_index.py
diff --git a/patches/september_2012/all_permissions_patch.py b/erpnext/patches/september_2012/all_permissions_patch.py similarity index 100% rename from patches/september_2012/all_permissions_patch.py rename to erpnext/patches/september_2012/all_permissions_patch.py
diff --git a/patches/september_2012/communication_delete_permission.py b/erpnext/patches/september_2012/communication_delete_permission.py similarity index 100% rename from patches/september_2012/communication_delete_permission.py rename to erpnext/patches/september_2012/communication_delete_permission.py
diff --git a/patches/september_2012/customer_permission_patch.py b/erpnext/patches/september_2012/customer_permission_patch.py similarity index 100% rename from patches/september_2012/customer_permission_patch.py rename to erpnext/patches/september_2012/customer_permission_patch.py
diff --git a/patches/september_2012/deprecate_account_balance.py b/erpnext/patches/september_2012/deprecate_account_balance.py similarity index 100% rename from patches/september_2012/deprecate_account_balance.py rename to erpnext/patches/september_2012/deprecate_account_balance.py
diff --git a/patches/september_2012/event_permission.py b/erpnext/patches/september_2012/event_permission.py similarity index 100% rename from patches/september_2012/event_permission.py rename to erpnext/patches/september_2012/event_permission.py
diff --git a/patches/september_2012/plot_patch.py b/erpnext/patches/september_2012/plot_patch.py similarity index 100% rename from patches/september_2012/plot_patch.py rename to erpnext/patches/september_2012/plot_patch.py
diff --git a/patches/september_2012/profile_delete_permission.py b/erpnext/patches/september_2012/profile_delete_permission.py similarity index 100% rename from patches/september_2012/profile_delete_permission.py rename to erpnext/patches/september_2012/profile_delete_permission.py
diff --git a/patches/september_2012/rebuild_trees.py b/erpnext/patches/september_2012/rebuild_trees.py similarity index 100% rename from patches/september_2012/rebuild_trees.py rename to erpnext/patches/september_2012/rebuild_trees.py
diff --git a/patches/september_2012/repost_stock.py b/erpnext/patches/september_2012/repost_stock.py similarity index 100% rename from patches/september_2012/repost_stock.py rename to erpnext/patches/september_2012/repost_stock.py
diff --git a/patches/september_2012/stock_report_permissions_for_accounts.py b/erpnext/patches/september_2012/stock_report_permissions_for_accounts.py similarity index 100% rename from patches/september_2012/stock_report_permissions_for_accounts.py rename to erpnext/patches/september_2012/stock_report_permissions_for_accounts.py
diff --git a/patches/september_2013/__init__.py b/erpnext/patches/september_2013/__init__.py similarity index 100% rename from patches/september_2013/__init__.py rename to erpnext/patches/september_2013/__init__.py
diff --git a/patches/september_2013/p01_add_user_defaults_from_pos_setting.py b/erpnext/patches/september_2013/p01_add_user_defaults_from_pos_setting.py similarity index 100% rename from patches/september_2013/p01_add_user_defaults_from_pos_setting.py rename to erpnext/patches/september_2013/p01_add_user_defaults_from_pos_setting.py
diff --git a/patches/september_2013/p01_fix_buying_amount_gl_entries.py b/erpnext/patches/september_2013/p01_fix_buying_amount_gl_entries.py similarity index 100% rename from patches/september_2013/p01_fix_buying_amount_gl_entries.py rename to erpnext/patches/september_2013/p01_fix_buying_amount_gl_entries.py
diff --git a/patches/september_2013/p01_update_communication.py b/erpnext/patches/september_2013/p01_update_communication.py similarity index 100% rename from patches/september_2013/p01_update_communication.py rename to erpnext/patches/september_2013/p01_update_communication.py
diff --git a/patches/september_2013/p02_fix_serial_no_status.py b/erpnext/patches/september_2013/p02_fix_serial_no_status.py similarity index 100% rename from patches/september_2013/p02_fix_serial_no_status.py rename to erpnext/patches/september_2013/p02_fix_serial_no_status.py
diff --git a/patches/september_2013/p03_modify_item_price_include_in_price_list.py b/erpnext/patches/september_2013/p03_modify_item_price_include_in_price_list.py similarity index 100% rename from patches/september_2013/p03_modify_item_price_include_in_price_list.py rename to erpnext/patches/september_2013/p03_modify_item_price_include_in_price_list.py
diff --git a/patches/september_2013/p03_move_website_to_framework.py b/erpnext/patches/september_2013/p03_move_website_to_framework.py similarity index 100% rename from patches/september_2013/p03_move_website_to_framework.py rename to erpnext/patches/september_2013/p03_move_website_to_framework.py
diff --git a/patches/september_2013/p03_update_stock_uom_in_sle.py b/erpnext/patches/september_2013/p03_update_stock_uom_in_sle.py similarity index 100% rename from patches/september_2013/p03_update_stock_uom_in_sle.py rename to erpnext/patches/september_2013/p03_update_stock_uom_in_sle.py
diff --git a/patches/september_2013/p04_unsubmit_serial_nos.py b/erpnext/patches/september_2013/p04_unsubmit_serial_nos.py similarity index 100% rename from patches/september_2013/p04_unsubmit_serial_nos.py rename to erpnext/patches/september_2013/p04_unsubmit_serial_nos.py
diff --git a/patches/september_2013/p05_fix_customer_in_pos.py b/erpnext/patches/september_2013/p05_fix_customer_in_pos.py similarity index 100% rename from patches/september_2013/p05_fix_customer_in_pos.py rename to erpnext/patches/september_2013/p05_fix_customer_in_pos.py
diff --git a/portal/__init__.py b/erpnext/portal/__init__.py similarity index 100% rename from portal/__init__.py rename to erpnext/portal/__init__.py
diff --git a/portal/templates/__init__.py b/erpnext/portal/templates/__init__.py similarity index 100% rename from portal/templates/__init__.py rename to erpnext/portal/templates/__init__.py
diff --git a/portal/templates/base.html b/erpnext/portal/templates/base.html similarity index 100% rename from portal/templates/base.html rename to erpnext/portal/templates/base.html
diff --git a/portal/templates/includes/cart.js b/erpnext/portal/templates/includes/cart.js similarity index 100% rename from portal/templates/includes/cart.js rename to erpnext/portal/templates/includes/cart.js
diff --git a/portal/templates/includes/footer.html b/erpnext/portal/templates/includes/footer.html similarity index 100% rename from portal/templates/includes/footer.html rename to erpnext/portal/templates/includes/footer.html
diff --git a/portal/templates/includes/transactions.html b/erpnext/portal/templates/includes/transactions.html similarity index 100% rename from portal/templates/includes/transactions.html rename to erpnext/portal/templates/includes/transactions.html
diff --git a/portal/templates/pages/__init__.py b/erpnext/portal/templates/pages/__init__.py similarity index 100% rename from portal/templates/pages/__init__.py rename to erpnext/portal/templates/pages/__init__.py
diff --git a/portal/templates/pages/cart.html b/erpnext/portal/templates/pages/cart.html similarity index 100% rename from portal/templates/pages/cart.html rename to erpnext/portal/templates/pages/cart.html
diff --git a/portal/templates/pages/cart.py b/erpnext/portal/templates/pages/cart.py similarity index 100% rename from portal/templates/pages/cart.py rename to erpnext/portal/templates/pages/cart.py
diff --git a/portal/templates/pages/profile.html b/erpnext/portal/templates/pages/profile.html similarity index 100% rename from portal/templates/pages/profile.html rename to erpnext/portal/templates/pages/profile.html
diff --git a/portal/templates/pages/profile.py b/erpnext/portal/templates/pages/profile.py similarity index 100% rename from portal/templates/pages/profile.py rename to erpnext/portal/templates/pages/profile.py
diff --git a/portal/templates/sale.html b/erpnext/portal/templates/sale.html similarity index 100% rename from portal/templates/sale.html rename to erpnext/portal/templates/sale.html
diff --git a/portal/templates/sales_transactions.html b/erpnext/portal/templates/sales_transactions.html similarity index 100% rename from portal/templates/sales_transactions.html rename to erpnext/portal/templates/sales_transactions.html
diff --git a/portal/utils.py b/erpnext/portal/utils.py similarity index 100% rename from portal/utils.py rename to erpnext/portal/utils.py
diff --git a/projects/__init__.py b/erpnext/projects/__init__.py similarity index 100% rename from projects/__init__.py rename to erpnext/projects/__init__.py
diff --git a/projects/doctype/__init__.py b/erpnext/projects/doctype/__init__.py similarity index 100% rename from projects/doctype/__init__.py rename to erpnext/projects/doctype/__init__.py
diff --git a/projects/doctype/activity_type/README.md b/erpnext/projects/doctype/activity_type/README.md similarity index 100% rename from projects/doctype/activity_type/README.md rename to erpnext/projects/doctype/activity_type/README.md
diff --git a/projects/doctype/activity_type/__init__.py b/erpnext/projects/doctype/activity_type/__init__.py similarity index 100% rename from projects/doctype/activity_type/__init__.py rename to erpnext/projects/doctype/activity_type/__init__.py
diff --git a/projects/doctype/activity_type/activity_type.py b/erpnext/projects/doctype/activity_type/activity_type.py similarity index 100% rename from projects/doctype/activity_type/activity_type.py rename to erpnext/projects/doctype/activity_type/activity_type.py
diff --git a/projects/doctype/activity_type/activity_type.txt b/erpnext/projects/doctype/activity_type/activity_type.txt similarity index 100% rename from projects/doctype/activity_type/activity_type.txt rename to erpnext/projects/doctype/activity_type/activity_type.txt
diff --git a/projects/doctype/activity_type/test_activity_type.py b/erpnext/projects/doctype/activity_type/test_activity_type.py similarity index 100% rename from projects/doctype/activity_type/test_activity_type.py rename to erpnext/projects/doctype/activity_type/test_activity_type.py
diff --git a/projects/doctype/project/README.md b/erpnext/projects/doctype/project/README.md similarity index 100% rename from projects/doctype/project/README.md rename to erpnext/projects/doctype/project/README.md
diff --git a/projects/doctype/project/__init__.py b/erpnext/projects/doctype/project/__init__.py similarity index 100% rename from projects/doctype/project/__init__.py rename to erpnext/projects/doctype/project/__init__.py
diff --git a/projects/doctype/project/help.md b/erpnext/projects/doctype/project/help.md similarity index 100% rename from projects/doctype/project/help.md rename to erpnext/projects/doctype/project/help.md
diff --git a/projects/doctype/project/project.js b/erpnext/projects/doctype/project/project.js similarity index 100% rename from projects/doctype/project/project.js rename to erpnext/projects/doctype/project/project.js
diff --git a/projects/doctype/project/project.py b/erpnext/projects/doctype/project/project.py similarity index 100% rename from projects/doctype/project/project.py rename to erpnext/projects/doctype/project/project.py
diff --git a/projects/doctype/project/project.txt b/erpnext/projects/doctype/project/project.txt similarity index 100% rename from projects/doctype/project/project.txt rename to erpnext/projects/doctype/project/project.txt
diff --git a/projects/doctype/project/test_project.py b/erpnext/projects/doctype/project/test_project.py similarity index 100% rename from projects/doctype/project/test_project.py rename to erpnext/projects/doctype/project/test_project.py
diff --git a/projects/doctype/project_milestone/README.md b/erpnext/projects/doctype/project_milestone/README.md similarity index 100% rename from projects/doctype/project_milestone/README.md rename to erpnext/projects/doctype/project_milestone/README.md
diff --git a/projects/doctype/project_milestone/__init__.py b/erpnext/projects/doctype/project_milestone/__init__.py similarity index 100% rename from projects/doctype/project_milestone/__init__.py rename to erpnext/projects/doctype/project_milestone/__init__.py
diff --git a/projects/doctype/project_milestone/project_milestone.py b/erpnext/projects/doctype/project_milestone/project_milestone.py similarity index 100% rename from projects/doctype/project_milestone/project_milestone.py rename to erpnext/projects/doctype/project_milestone/project_milestone.py
diff --git a/projects/doctype/project_milestone/project_milestone.txt b/erpnext/projects/doctype/project_milestone/project_milestone.txt similarity index 100% rename from projects/doctype/project_milestone/project_milestone.txt rename to erpnext/projects/doctype/project_milestone/project_milestone.txt
diff --git a/projects/doctype/task/README.md b/erpnext/projects/doctype/task/README.md similarity index 100% rename from projects/doctype/task/README.md rename to erpnext/projects/doctype/task/README.md
diff --git a/projects/doctype/task/__init__.py b/erpnext/projects/doctype/task/__init__.py similarity index 100% rename from projects/doctype/task/__init__.py rename to erpnext/projects/doctype/task/__init__.py
diff --git a/projects/doctype/task/task.js b/erpnext/projects/doctype/task/task.js similarity index 100% rename from projects/doctype/task/task.js rename to erpnext/projects/doctype/task/task.js
diff --git a/projects/doctype/task/task.py b/erpnext/projects/doctype/task/task.py similarity index 100% rename from projects/doctype/task/task.py rename to erpnext/projects/doctype/task/task.py
diff --git a/projects/doctype/task/task.txt b/erpnext/projects/doctype/task/task.txt similarity index 100% rename from projects/doctype/task/task.txt rename to erpnext/projects/doctype/task/task.txt
diff --git a/projects/doctype/task/task_calendar.js b/erpnext/projects/doctype/task/task_calendar.js similarity index 100% rename from projects/doctype/task/task_calendar.js rename to erpnext/projects/doctype/task/task_calendar.js
diff --git a/projects/doctype/task/test_task.py b/erpnext/projects/doctype/task/test_task.py similarity index 100% rename from projects/doctype/task/test_task.py rename to erpnext/projects/doctype/task/test_task.py
diff --git a/projects/doctype/time_log/README.md b/erpnext/projects/doctype/time_log/README.md similarity index 100% rename from projects/doctype/time_log/README.md rename to erpnext/projects/doctype/time_log/README.md
diff --git a/projects/doctype/time_log/__init__.py b/erpnext/projects/doctype/time_log/__init__.py similarity index 100% rename from projects/doctype/time_log/__init__.py rename to erpnext/projects/doctype/time_log/__init__.py
diff --git a/projects/doctype/time_log/test_time_log.py b/erpnext/projects/doctype/time_log/test_time_log.py similarity index 100% rename from projects/doctype/time_log/test_time_log.py rename to erpnext/projects/doctype/time_log/test_time_log.py
diff --git a/projects/doctype/time_log/time_log.js b/erpnext/projects/doctype/time_log/time_log.js similarity index 100% rename from projects/doctype/time_log/time_log.js rename to erpnext/projects/doctype/time_log/time_log.js
diff --git a/projects/doctype/time_log/time_log.py b/erpnext/projects/doctype/time_log/time_log.py similarity index 100% rename from projects/doctype/time_log/time_log.py rename to erpnext/projects/doctype/time_log/time_log.py
diff --git a/projects/doctype/time_log/time_log.txt b/erpnext/projects/doctype/time_log/time_log.txt similarity index 100% rename from projects/doctype/time_log/time_log.txt rename to erpnext/projects/doctype/time_log/time_log.txt
diff --git a/projects/doctype/time_log/time_log_calendar.js b/erpnext/projects/doctype/time_log/time_log_calendar.js similarity index 100% rename from projects/doctype/time_log/time_log_calendar.js rename to erpnext/projects/doctype/time_log/time_log_calendar.js
diff --git a/projects/doctype/time_log/time_log_list.js b/erpnext/projects/doctype/time_log/time_log_list.js similarity index 100% rename from projects/doctype/time_log/time_log_list.js rename to erpnext/projects/doctype/time_log/time_log_list.js
diff --git a/projects/doctype/time_log_batch/README.md b/erpnext/projects/doctype/time_log_batch/README.md similarity index 100% rename from projects/doctype/time_log_batch/README.md rename to erpnext/projects/doctype/time_log_batch/README.md
diff --git a/projects/doctype/time_log_batch/__init__.py b/erpnext/projects/doctype/time_log_batch/__init__.py similarity index 100% rename from projects/doctype/time_log_batch/__init__.py rename to erpnext/projects/doctype/time_log_batch/__init__.py
diff --git a/projects/doctype/time_log_batch/test_time_log_batch.py b/erpnext/projects/doctype/time_log_batch/test_time_log_batch.py similarity index 100% rename from projects/doctype/time_log_batch/test_time_log_batch.py rename to erpnext/projects/doctype/time_log_batch/test_time_log_batch.py
diff --git a/projects/doctype/time_log_batch/time_log_batch.js b/erpnext/projects/doctype/time_log_batch/time_log_batch.js similarity index 100% rename from projects/doctype/time_log_batch/time_log_batch.js rename to erpnext/projects/doctype/time_log_batch/time_log_batch.js
diff --git a/projects/doctype/time_log_batch/time_log_batch.py b/erpnext/projects/doctype/time_log_batch/time_log_batch.py similarity index 100% rename from projects/doctype/time_log_batch/time_log_batch.py rename to erpnext/projects/doctype/time_log_batch/time_log_batch.py
diff --git a/projects/doctype/time_log_batch/time_log_batch.txt b/erpnext/projects/doctype/time_log_batch/time_log_batch.txt similarity index 100% rename from projects/doctype/time_log_batch/time_log_batch.txt rename to erpnext/projects/doctype/time_log_batch/time_log_batch.txt
diff --git a/projects/doctype/time_log_batch_detail/README.md b/erpnext/projects/doctype/time_log_batch_detail/README.md similarity index 100% rename from projects/doctype/time_log_batch_detail/README.md rename to erpnext/projects/doctype/time_log_batch_detail/README.md
diff --git a/projects/doctype/time_log_batch_detail/__init__.py b/erpnext/projects/doctype/time_log_batch_detail/__init__.py similarity index 100% rename from projects/doctype/time_log_batch_detail/__init__.py rename to erpnext/projects/doctype/time_log_batch_detail/__init__.py
diff --git a/projects/doctype/time_log_batch_detail/time_log_batch_detail.py b/erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.py similarity index 100% rename from projects/doctype/time_log_batch_detail/time_log_batch_detail.py rename to erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.py
diff --git a/projects/doctype/time_log_batch_detail/time_log_batch_detail.txt b/erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.txt similarity index 100% rename from projects/doctype/time_log_batch_detail/time_log_batch_detail.txt rename to erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.txt
diff --git a/projects/page/__init__.py b/erpnext/projects/page/__init__.py similarity index 100% rename from projects/page/__init__.py rename to erpnext/projects/page/__init__.py
diff --git a/projects/page/projects_home/__init__.py b/erpnext/projects/page/projects_home/__init__.py similarity index 100% rename from projects/page/projects_home/__init__.py rename to erpnext/projects/page/projects_home/__init__.py
diff --git a/projects/page/projects_home/projects_home.js b/erpnext/projects/page/projects_home/projects_home.js similarity index 100% rename from projects/page/projects_home/projects_home.js rename to erpnext/projects/page/projects_home/projects_home.js
diff --git a/projects/page/projects_home/projects_home.txt b/erpnext/projects/page/projects_home/projects_home.txt similarity index 100% rename from projects/page/projects_home/projects_home.txt rename to erpnext/projects/page/projects_home/projects_home.txt
diff --git a/projects/report/__init__.py b/erpnext/projects/report/__init__.py similarity index 100% rename from projects/report/__init__.py rename to erpnext/projects/report/__init__.py
diff --git a/projects/report/daily_time_log_summary/__init__.py b/erpnext/projects/report/daily_time_log_summary/__init__.py similarity index 100% rename from projects/report/daily_time_log_summary/__init__.py rename to erpnext/projects/report/daily_time_log_summary/__init__.py
diff --git a/projects/report/daily_time_log_summary/daily_time_log_summary.js b/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.js similarity index 100% rename from projects/report/daily_time_log_summary/daily_time_log_summary.js rename to erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.js
diff --git a/projects/report/daily_time_log_summary/daily_time_log_summary.py b/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py similarity index 100% rename from projects/report/daily_time_log_summary/daily_time_log_summary.py rename to erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py
diff --git a/projects/report/daily_time_log_summary/daily_time_log_summary.txt b/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.txt similarity index 100% rename from projects/report/daily_time_log_summary/daily_time_log_summary.txt rename to erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.txt
diff --git a/projects/report/project_wise_stock_tracking/__init__.py b/erpnext/projects/report/project_wise_stock_tracking/__init__.py similarity index 100% rename from projects/report/project_wise_stock_tracking/__init__.py rename to erpnext/projects/report/project_wise_stock_tracking/__init__.py
diff --git a/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py b/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py similarity index 100% rename from projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py rename to erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py
diff --git a/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.txt b/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.txt similarity index 100% rename from projects/report/project_wise_stock_tracking/project_wise_stock_tracking.txt rename to erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.txt
diff --git a/projects/utils.py b/erpnext/projects/utils.py similarity index 100% rename from projects/utils.py rename to erpnext/projects/utils.py
diff --git a/public/build.json b/erpnext/public/build.json similarity index 100% rename from public/build.json rename to erpnext/public/build.json
diff --git a/public/css/splash.css b/erpnext/public/css/splash.css similarity index 100% rename from public/css/splash.css rename to erpnext/public/css/splash.css
diff --git a/public/images/erpnext-fade.png b/erpnext/public/images/erpnext-fade.png similarity index 100% rename from public/images/erpnext-fade.png rename to erpnext/public/images/erpnext-fade.png Binary files differ
diff --git a/public/images/erpnext1.png b/erpnext/public/images/erpnext1.png similarity index 100% rename from public/images/erpnext1.png rename to erpnext/public/images/erpnext1.png Binary files differ
diff --git a/public/images/favicon.ico b/erpnext/public/images/favicon.ico similarity index 100% rename from public/images/favicon.ico rename to erpnext/public/images/favicon.ico Binary files differ
diff --git a/public/images/feed.png b/erpnext/public/images/feed.png similarity index 100% rename from public/images/feed.png rename to erpnext/public/images/feed.png Binary files differ
diff --git a/public/images/splash.svg b/erpnext/public/images/splash.svg similarity index 100% rename from public/images/splash.svg rename to erpnext/public/images/splash.svg
diff --git a/public/js/account_tree_grid.js b/erpnext/public/js/account_tree_grid.js similarity index 100% rename from public/js/account_tree_grid.js rename to erpnext/public/js/account_tree_grid.js
diff --git a/public/js/conf.js b/erpnext/public/js/conf.js similarity index 100% rename from public/js/conf.js rename to erpnext/public/js/conf.js
diff --git a/public/js/controllers/accounts.js b/erpnext/public/js/controllers/accounts.js similarity index 100% rename from public/js/controllers/accounts.js rename to erpnext/public/js/controllers/accounts.js
diff --git a/public/js/controllers/stock_controller.js b/erpnext/public/js/controllers/stock_controller.js similarity index 100% rename from public/js/controllers/stock_controller.js rename to erpnext/public/js/controllers/stock_controller.js
diff --git a/public/js/feature_setup.js b/erpnext/public/js/feature_setup.js similarity index 100% rename from public/js/feature_setup.js rename to erpnext/public/js/feature_setup.js
diff --git a/public/js/purchase_trends_filters.js b/erpnext/public/js/purchase_trends_filters.js similarity index 100% rename from public/js/purchase_trends_filters.js rename to erpnext/public/js/purchase_trends_filters.js
diff --git a/public/js/queries.js b/erpnext/public/js/queries.js similarity index 100% rename from public/js/queries.js rename to erpnext/public/js/queries.js
diff --git a/public/js/sales_trends_filters.js b/erpnext/public/js/sales_trends_filters.js similarity index 100% rename from public/js/sales_trends_filters.js rename to erpnext/public/js/sales_trends_filters.js
diff --git a/public/js/startup.css b/erpnext/public/js/startup.css similarity index 100% rename from public/js/startup.css rename to erpnext/public/js/startup.css
diff --git a/public/js/startup.js b/erpnext/public/js/startup.js similarity index 100% rename from public/js/startup.js rename to erpnext/public/js/startup.js
diff --git a/public/js/stock_analytics.js b/erpnext/public/js/stock_analytics.js similarity index 100% rename from public/js/stock_analytics.js rename to erpnext/public/js/stock_analytics.js
diff --git a/public/js/stock_grid_report.js b/erpnext/public/js/stock_grid_report.js similarity index 100% rename from public/js/stock_grid_report.js rename to erpnext/public/js/stock_grid_report.js
diff --git a/public/js/toolbar.js b/erpnext/public/js/toolbar.js similarity index 100% rename from public/js/toolbar.js rename to erpnext/public/js/toolbar.js
diff --git a/public/js/transaction.js b/erpnext/public/js/transaction.js similarity index 100% rename from public/js/transaction.js rename to erpnext/public/js/transaction.js
diff --git a/public/js/utils.js b/erpnext/public/js/utils.js similarity index 100% rename from public/js/utils.js rename to erpnext/public/js/utils.js
diff --git a/public/js/website_utils.js b/erpnext/public/js/website_utils.js similarity index 100% rename from public/js/website_utils.js rename to erpnext/public/js/website_utils.js
diff --git a/selling/Print Format/Quotation Classic/Quotation Classic.txt b/erpnext/selling/Print Format/Quotation Classic/Quotation Classic.txt similarity index 100% rename from selling/Print Format/Quotation Classic/Quotation Classic.txt rename to erpnext/selling/Print Format/Quotation Classic/Quotation Classic.txt
diff --git a/selling/Print Format/Quotation Modern/Quotation Modern.txt b/erpnext/selling/Print Format/Quotation Modern/Quotation Modern.txt similarity index 100% rename from selling/Print Format/Quotation Modern/Quotation Modern.txt rename to erpnext/selling/Print Format/Quotation Modern/Quotation Modern.txt
diff --git a/selling/Print Format/Quotation Spartan/Quotation Spartan.txt b/erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.txt similarity index 100% rename from selling/Print Format/Quotation Spartan/Quotation Spartan.txt rename to erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.txt
diff --git a/selling/Print Format/Sales Order Classic/Sales Order Classic.txt b/erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.txt similarity index 100% rename from selling/Print Format/Sales Order Classic/Sales Order Classic.txt rename to erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.txt
diff --git a/selling/Print Format/Sales Order Modern/Sales Order Modern.txt b/erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.txt similarity index 100% rename from selling/Print Format/Sales Order Modern/Sales Order Modern.txt rename to erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.txt
diff --git a/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt b/erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt similarity index 100% rename from selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt rename to erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt
diff --git a/selling/README.md b/erpnext/selling/README.md similarity index 100% rename from selling/README.md rename to erpnext/selling/README.md
diff --git a/selling/__init__.py b/erpnext/selling/__init__.py similarity index 100% rename from selling/__init__.py rename to erpnext/selling/__init__.py
diff --git a/selling/doctype/__init__.py b/erpnext/selling/doctype/__init__.py similarity index 100% rename from selling/doctype/__init__.py rename to erpnext/selling/doctype/__init__.py
diff --git a/selling/doctype/campaign/README.md b/erpnext/selling/doctype/campaign/README.md similarity index 100% rename from selling/doctype/campaign/README.md rename to erpnext/selling/doctype/campaign/README.md
diff --git a/selling/doctype/campaign/__init__.py b/erpnext/selling/doctype/campaign/__init__.py similarity index 100% rename from selling/doctype/campaign/__init__.py rename to erpnext/selling/doctype/campaign/__init__.py
diff --git a/selling/doctype/campaign/campaign.js b/erpnext/selling/doctype/campaign/campaign.js similarity index 100% rename from selling/doctype/campaign/campaign.js rename to erpnext/selling/doctype/campaign/campaign.js
diff --git a/selling/doctype/campaign/campaign.py b/erpnext/selling/doctype/campaign/campaign.py similarity index 100% rename from selling/doctype/campaign/campaign.py rename to erpnext/selling/doctype/campaign/campaign.py
diff --git a/selling/doctype/campaign/campaign.txt b/erpnext/selling/doctype/campaign/campaign.txt similarity index 100% rename from selling/doctype/campaign/campaign.txt rename to erpnext/selling/doctype/campaign/campaign.txt
diff --git a/selling/doctype/campaign/test_campaign.py b/erpnext/selling/doctype/campaign/test_campaign.py similarity index 100% rename from selling/doctype/campaign/test_campaign.py rename to erpnext/selling/doctype/campaign/test_campaign.py
diff --git a/selling/doctype/customer/README.md b/erpnext/selling/doctype/customer/README.md similarity index 100% rename from selling/doctype/customer/README.md rename to erpnext/selling/doctype/customer/README.md
diff --git a/selling/doctype/customer/__init__.py b/erpnext/selling/doctype/customer/__init__.py similarity index 100% rename from selling/doctype/customer/__init__.py rename to erpnext/selling/doctype/customer/__init__.py
diff --git a/selling/doctype/customer/customer.js b/erpnext/selling/doctype/customer/customer.js similarity index 100% rename from selling/doctype/customer/customer.js rename to erpnext/selling/doctype/customer/customer.js
diff --git a/selling/doctype/customer/customer.py b/erpnext/selling/doctype/customer/customer.py similarity index 100% rename from selling/doctype/customer/customer.py rename to erpnext/selling/doctype/customer/customer.py
diff --git a/selling/doctype/customer/customer.txt b/erpnext/selling/doctype/customer/customer.txt similarity index 100% rename from selling/doctype/customer/customer.txt rename to erpnext/selling/doctype/customer/customer.txt
diff --git a/selling/doctype/customer/test_customer.py b/erpnext/selling/doctype/customer/test_customer.py similarity index 100% rename from selling/doctype/customer/test_customer.py rename to erpnext/selling/doctype/customer/test_customer.py
diff --git a/selling/doctype/customer_discount/__init__.py b/erpnext/selling/doctype/customer_discount/__init__.py similarity index 100% rename from selling/doctype/customer_discount/__init__.py rename to erpnext/selling/doctype/customer_discount/__init__.py
diff --git a/selling/doctype/customer_discount/customer_discount.py b/erpnext/selling/doctype/customer_discount/customer_discount.py similarity index 100% rename from selling/doctype/customer_discount/customer_discount.py rename to erpnext/selling/doctype/customer_discount/customer_discount.py
diff --git a/selling/doctype/customer_discount/customer_discount.txt b/erpnext/selling/doctype/customer_discount/customer_discount.txt similarity index 100% rename from selling/doctype/customer_discount/customer_discount.txt rename to erpnext/selling/doctype/customer_discount/customer_discount.txt
diff --git a/selling/doctype/industry_type/README.md b/erpnext/selling/doctype/industry_type/README.md similarity index 100% rename from selling/doctype/industry_type/README.md rename to erpnext/selling/doctype/industry_type/README.md
diff --git a/selling/doctype/industry_type/__init__.py b/erpnext/selling/doctype/industry_type/__init__.py similarity index 100% rename from selling/doctype/industry_type/__init__.py rename to erpnext/selling/doctype/industry_type/__init__.py
diff --git a/selling/doctype/industry_type/industry_type.js b/erpnext/selling/doctype/industry_type/industry_type.js similarity index 100% rename from selling/doctype/industry_type/industry_type.js rename to erpnext/selling/doctype/industry_type/industry_type.js
diff --git a/selling/doctype/industry_type/industry_type.py b/erpnext/selling/doctype/industry_type/industry_type.py similarity index 100% rename from selling/doctype/industry_type/industry_type.py rename to erpnext/selling/doctype/industry_type/industry_type.py
diff --git a/selling/doctype/industry_type/industry_type.txt b/erpnext/selling/doctype/industry_type/industry_type.txt similarity index 100% rename from selling/doctype/industry_type/industry_type.txt rename to erpnext/selling/doctype/industry_type/industry_type.txt
diff --git a/selling/doctype/industry_type/test_industry_type.py b/erpnext/selling/doctype/industry_type/test_industry_type.py similarity index 100% rename from selling/doctype/industry_type/test_industry_type.py rename to erpnext/selling/doctype/industry_type/test_industry_type.py
diff --git a/selling/doctype/installation_note/README.md b/erpnext/selling/doctype/installation_note/README.md similarity index 100% rename from selling/doctype/installation_note/README.md rename to erpnext/selling/doctype/installation_note/README.md
diff --git a/selling/doctype/installation_note/__init__.py b/erpnext/selling/doctype/installation_note/__init__.py similarity index 100% rename from selling/doctype/installation_note/__init__.py rename to erpnext/selling/doctype/installation_note/__init__.py
diff --git a/selling/doctype/installation_note/installation_note.js b/erpnext/selling/doctype/installation_note/installation_note.js similarity index 100% rename from selling/doctype/installation_note/installation_note.js rename to erpnext/selling/doctype/installation_note/installation_note.js
diff --git a/selling/doctype/installation_note/installation_note.py b/erpnext/selling/doctype/installation_note/installation_note.py similarity index 100% rename from selling/doctype/installation_note/installation_note.py rename to erpnext/selling/doctype/installation_note/installation_note.py
diff --git a/selling/doctype/installation_note/installation_note.txt b/erpnext/selling/doctype/installation_note/installation_note.txt similarity index 100% rename from selling/doctype/installation_note/installation_note.txt rename to erpnext/selling/doctype/installation_note/installation_note.txt
diff --git a/selling/doctype/installation_note_item/README.md b/erpnext/selling/doctype/installation_note_item/README.md similarity index 100% rename from selling/doctype/installation_note_item/README.md rename to erpnext/selling/doctype/installation_note_item/README.md
diff --git a/selling/doctype/installation_note_item/__init__.py b/erpnext/selling/doctype/installation_note_item/__init__.py similarity index 100% rename from selling/doctype/installation_note_item/__init__.py rename to erpnext/selling/doctype/installation_note_item/__init__.py
diff --git a/selling/doctype/installation_note_item/installation_note_item.py b/erpnext/selling/doctype/installation_note_item/installation_note_item.py similarity index 100% rename from selling/doctype/installation_note_item/installation_note_item.py rename to erpnext/selling/doctype/installation_note_item/installation_note_item.py
diff --git a/selling/doctype/installation_note_item/installation_note_item.txt b/erpnext/selling/doctype/installation_note_item/installation_note_item.txt similarity index 100% rename from selling/doctype/installation_note_item/installation_note_item.txt rename to erpnext/selling/doctype/installation_note_item/installation_note_item.txt
diff --git a/selling/doctype/lead/README.md b/erpnext/selling/doctype/lead/README.md similarity index 100% rename from selling/doctype/lead/README.md rename to erpnext/selling/doctype/lead/README.md
diff --git a/selling/doctype/lead/__init__.py b/erpnext/selling/doctype/lead/__init__.py similarity index 100% rename from selling/doctype/lead/__init__.py rename to erpnext/selling/doctype/lead/__init__.py
diff --git a/selling/doctype/lead/get_leads.py b/erpnext/selling/doctype/lead/get_leads.py similarity index 100% rename from selling/doctype/lead/get_leads.py rename to erpnext/selling/doctype/lead/get_leads.py
diff --git a/selling/doctype/lead/lead.js b/erpnext/selling/doctype/lead/lead.js similarity index 100% rename from selling/doctype/lead/lead.js rename to erpnext/selling/doctype/lead/lead.js
diff --git a/selling/doctype/lead/lead.py b/erpnext/selling/doctype/lead/lead.py similarity index 100% rename from selling/doctype/lead/lead.py rename to erpnext/selling/doctype/lead/lead.py
diff --git a/selling/doctype/lead/lead.txt b/erpnext/selling/doctype/lead/lead.txt similarity index 100% rename from selling/doctype/lead/lead.txt rename to erpnext/selling/doctype/lead/lead.txt
diff --git a/selling/doctype/lead/test_lead.py b/erpnext/selling/doctype/lead/test_lead.py similarity index 100% rename from selling/doctype/lead/test_lead.py rename to erpnext/selling/doctype/lead/test_lead.py
diff --git a/selling/doctype/opportunity/README.md b/erpnext/selling/doctype/opportunity/README.md similarity index 100% rename from selling/doctype/opportunity/README.md rename to erpnext/selling/doctype/opportunity/README.md
diff --git a/selling/doctype/opportunity/__init__.py b/erpnext/selling/doctype/opportunity/__init__.py similarity index 100% rename from selling/doctype/opportunity/__init__.py rename to erpnext/selling/doctype/opportunity/__init__.py
diff --git a/selling/doctype/opportunity/opportunity.js b/erpnext/selling/doctype/opportunity/opportunity.js similarity index 100% rename from selling/doctype/opportunity/opportunity.js rename to erpnext/selling/doctype/opportunity/opportunity.js
diff --git a/selling/doctype/opportunity/opportunity.py b/erpnext/selling/doctype/opportunity/opportunity.py similarity index 100% rename from selling/doctype/opportunity/opportunity.py rename to erpnext/selling/doctype/opportunity/opportunity.py
diff --git a/selling/doctype/opportunity/opportunity.txt b/erpnext/selling/doctype/opportunity/opportunity.txt similarity index 100% rename from selling/doctype/opportunity/opportunity.txt rename to erpnext/selling/doctype/opportunity/opportunity.txt
diff --git a/selling/doctype/opportunity_item/README.md b/erpnext/selling/doctype/opportunity_item/README.md similarity index 100% rename from selling/doctype/opportunity_item/README.md rename to erpnext/selling/doctype/opportunity_item/README.md
diff --git a/selling/doctype/opportunity_item/__init__.py b/erpnext/selling/doctype/opportunity_item/__init__.py similarity index 100% rename from selling/doctype/opportunity_item/__init__.py rename to erpnext/selling/doctype/opportunity_item/__init__.py
diff --git a/selling/doctype/opportunity_item/opportunity_item.py b/erpnext/selling/doctype/opportunity_item/opportunity_item.py similarity index 100% rename from selling/doctype/opportunity_item/opportunity_item.py rename to erpnext/selling/doctype/opportunity_item/opportunity_item.py
diff --git a/selling/doctype/opportunity_item/opportunity_item.txt b/erpnext/selling/doctype/opportunity_item/opportunity_item.txt similarity index 100% rename from selling/doctype/opportunity_item/opportunity_item.txt rename to erpnext/selling/doctype/opportunity_item/opportunity_item.txt
diff --git a/selling/doctype/quotation/README.md b/erpnext/selling/doctype/quotation/README.md similarity index 100% rename from selling/doctype/quotation/README.md rename to erpnext/selling/doctype/quotation/README.md
diff --git a/selling/doctype/quotation/__init__.py b/erpnext/selling/doctype/quotation/__init__.py similarity index 100% rename from selling/doctype/quotation/__init__.py rename to erpnext/selling/doctype/quotation/__init__.py
diff --git a/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js similarity index 100% rename from selling/doctype/quotation/quotation.js rename to erpnext/selling/doctype/quotation/quotation.js
diff --git a/selling/doctype/quotation/quotation.py b/erpnext/selling/doctype/quotation/quotation.py similarity index 100% rename from selling/doctype/quotation/quotation.py rename to erpnext/selling/doctype/quotation/quotation.py
diff --git a/selling/doctype/quotation/quotation.txt b/erpnext/selling/doctype/quotation/quotation.txt similarity index 100% rename from selling/doctype/quotation/quotation.txt rename to erpnext/selling/doctype/quotation/quotation.txt
diff --git a/selling/doctype/quotation/test_quotation.py b/erpnext/selling/doctype/quotation/test_quotation.py similarity index 100% rename from selling/doctype/quotation/test_quotation.py rename to erpnext/selling/doctype/quotation/test_quotation.py
diff --git a/selling/doctype/quotation_item/README.md b/erpnext/selling/doctype/quotation_item/README.md similarity index 100% rename from selling/doctype/quotation_item/README.md rename to erpnext/selling/doctype/quotation_item/README.md
diff --git a/selling/doctype/quotation_item/__init__.py b/erpnext/selling/doctype/quotation_item/__init__.py similarity index 100% rename from selling/doctype/quotation_item/__init__.py rename to erpnext/selling/doctype/quotation_item/__init__.py
diff --git a/selling/doctype/quotation_item/quotation_item.py b/erpnext/selling/doctype/quotation_item/quotation_item.py similarity index 100% rename from selling/doctype/quotation_item/quotation_item.py rename to erpnext/selling/doctype/quotation_item/quotation_item.py
diff --git a/selling/doctype/quotation_item/quotation_item.txt b/erpnext/selling/doctype/quotation_item/quotation_item.txt similarity index 100% rename from selling/doctype/quotation_item/quotation_item.txt rename to erpnext/selling/doctype/quotation_item/quotation_item.txt
diff --git a/selling/doctype/sales_bom/__init__.py b/erpnext/selling/doctype/sales_bom/__init__.py similarity index 100% rename from selling/doctype/sales_bom/__init__.py rename to erpnext/selling/doctype/sales_bom/__init__.py
diff --git a/selling/doctype/sales_bom/sales_bom.js b/erpnext/selling/doctype/sales_bom/sales_bom.js similarity index 100% rename from selling/doctype/sales_bom/sales_bom.js rename to erpnext/selling/doctype/sales_bom/sales_bom.js
diff --git a/selling/doctype/sales_bom/sales_bom.py b/erpnext/selling/doctype/sales_bom/sales_bom.py similarity index 100% rename from selling/doctype/sales_bom/sales_bom.py rename to erpnext/selling/doctype/sales_bom/sales_bom.py
diff --git a/selling/doctype/sales_bom/sales_bom.txt b/erpnext/selling/doctype/sales_bom/sales_bom.txt similarity index 100% rename from selling/doctype/sales_bom/sales_bom.txt rename to erpnext/selling/doctype/sales_bom/sales_bom.txt
diff --git a/selling/doctype/sales_bom/test_sales_bom.py b/erpnext/selling/doctype/sales_bom/test_sales_bom.py similarity index 100% rename from selling/doctype/sales_bom/test_sales_bom.py rename to erpnext/selling/doctype/sales_bom/test_sales_bom.py
diff --git a/selling/doctype/sales_bom_item/__init__.py b/erpnext/selling/doctype/sales_bom_item/__init__.py similarity index 100% rename from selling/doctype/sales_bom_item/__init__.py rename to erpnext/selling/doctype/sales_bom_item/__init__.py
diff --git a/selling/doctype/sales_bom_item/sales_bom_item.py b/erpnext/selling/doctype/sales_bom_item/sales_bom_item.py similarity index 100% rename from selling/doctype/sales_bom_item/sales_bom_item.py rename to erpnext/selling/doctype/sales_bom_item/sales_bom_item.py
diff --git a/selling/doctype/sales_bom_item/sales_bom_item.txt b/erpnext/selling/doctype/sales_bom_item/sales_bom_item.txt similarity index 100% rename from selling/doctype/sales_bom_item/sales_bom_item.txt rename to erpnext/selling/doctype/sales_bom_item/sales_bom_item.txt
diff --git a/selling/doctype/sales_order/README.md b/erpnext/selling/doctype/sales_order/README.md similarity index 100% rename from selling/doctype/sales_order/README.md rename to erpnext/selling/doctype/sales_order/README.md
diff --git a/selling/doctype/sales_order/__init__.py b/erpnext/selling/doctype/sales_order/__init__.py similarity index 100% rename from selling/doctype/sales_order/__init__.py rename to erpnext/selling/doctype/sales_order/__init__.py
diff --git a/selling/doctype/sales_order/sales_order.js b/erpnext/selling/doctype/sales_order/sales_order.js similarity index 100% rename from selling/doctype/sales_order/sales_order.js rename to erpnext/selling/doctype/sales_order/sales_order.js
diff --git a/selling/doctype/sales_order/sales_order.py b/erpnext/selling/doctype/sales_order/sales_order.py similarity index 100% rename from selling/doctype/sales_order/sales_order.py rename to erpnext/selling/doctype/sales_order/sales_order.py
diff --git a/selling/doctype/sales_order/sales_order.txt b/erpnext/selling/doctype/sales_order/sales_order.txt similarity index 100% rename from selling/doctype/sales_order/sales_order.txt rename to erpnext/selling/doctype/sales_order/sales_order.txt
diff --git a/selling/doctype/sales_order/templates/__init__.py b/erpnext/selling/doctype/sales_order/templates/__init__.py similarity index 100% rename from selling/doctype/sales_order/templates/__init__.py rename to erpnext/selling/doctype/sales_order/templates/__init__.py
diff --git a/selling/doctype/sales_order/templates/pages/__init__.py b/erpnext/selling/doctype/sales_order/templates/pages/__init__.py similarity index 100% rename from selling/doctype/sales_order/templates/pages/__init__.py rename to erpnext/selling/doctype/sales_order/templates/pages/__init__.py
diff --git a/selling/doctype/sales_order/templates/pages/order.html b/erpnext/selling/doctype/sales_order/templates/pages/order.html similarity index 100% rename from selling/doctype/sales_order/templates/pages/order.html rename to erpnext/selling/doctype/sales_order/templates/pages/order.html
diff --git a/selling/doctype/sales_order/templates/pages/order.py b/erpnext/selling/doctype/sales_order/templates/pages/order.py similarity index 100% rename from selling/doctype/sales_order/templates/pages/order.py rename to erpnext/selling/doctype/sales_order/templates/pages/order.py
diff --git a/selling/doctype/sales_order/templates/pages/orders.html b/erpnext/selling/doctype/sales_order/templates/pages/orders.html similarity index 100% rename from selling/doctype/sales_order/templates/pages/orders.html rename to erpnext/selling/doctype/sales_order/templates/pages/orders.html
diff --git a/selling/doctype/sales_order/templates/pages/orders.py b/erpnext/selling/doctype/sales_order/templates/pages/orders.py similarity index 100% rename from selling/doctype/sales_order/templates/pages/orders.py rename to erpnext/selling/doctype/sales_order/templates/pages/orders.py
diff --git a/selling/doctype/sales_order/test_sales_order.py b/erpnext/selling/doctype/sales_order/test_sales_order.py similarity index 100% rename from selling/doctype/sales_order/test_sales_order.py rename to erpnext/selling/doctype/sales_order/test_sales_order.py
diff --git a/selling/doctype/sales_order_item/README.md b/erpnext/selling/doctype/sales_order_item/README.md similarity index 100% rename from selling/doctype/sales_order_item/README.md rename to erpnext/selling/doctype/sales_order_item/README.md
diff --git a/selling/doctype/sales_order_item/__init__.py b/erpnext/selling/doctype/sales_order_item/__init__.py similarity index 100% rename from selling/doctype/sales_order_item/__init__.py rename to erpnext/selling/doctype/sales_order_item/__init__.py
diff --git a/selling/doctype/sales_order_item/sales_order_item.py b/erpnext/selling/doctype/sales_order_item/sales_order_item.py similarity index 100% rename from selling/doctype/sales_order_item/sales_order_item.py rename to erpnext/selling/doctype/sales_order_item/sales_order_item.py
diff --git a/selling/doctype/sales_order_item/sales_order_item.txt b/erpnext/selling/doctype/sales_order_item/sales_order_item.txt similarity index 100% rename from selling/doctype/sales_order_item/sales_order_item.txt rename to erpnext/selling/doctype/sales_order_item/sales_order_item.txt
diff --git a/selling/doctype/sales_team/README.md b/erpnext/selling/doctype/sales_team/README.md similarity index 100% rename from selling/doctype/sales_team/README.md rename to erpnext/selling/doctype/sales_team/README.md
diff --git a/selling/doctype/sales_team/__init__.py b/erpnext/selling/doctype/sales_team/__init__.py similarity index 100% rename from selling/doctype/sales_team/__init__.py rename to erpnext/selling/doctype/sales_team/__init__.py
diff --git a/selling/doctype/sales_team/sales_team.py b/erpnext/selling/doctype/sales_team/sales_team.py similarity index 100% rename from selling/doctype/sales_team/sales_team.py rename to erpnext/selling/doctype/sales_team/sales_team.py
diff --git a/selling/doctype/sales_team/sales_team.txt b/erpnext/selling/doctype/sales_team/sales_team.txt similarity index 100% rename from selling/doctype/sales_team/sales_team.txt rename to erpnext/selling/doctype/sales_team/sales_team.txt
diff --git a/selling/doctype/selling_settings/__init__.py b/erpnext/selling/doctype/selling_settings/__init__.py similarity index 100% rename from selling/doctype/selling_settings/__init__.py rename to erpnext/selling/doctype/selling_settings/__init__.py
diff --git a/selling/doctype/selling_settings/selling_settings.py b/erpnext/selling/doctype/selling_settings/selling_settings.py similarity index 100% rename from selling/doctype/selling_settings/selling_settings.py rename to erpnext/selling/doctype/selling_settings/selling_settings.py
diff --git a/selling/doctype/selling_settings/selling_settings.txt b/erpnext/selling/doctype/selling_settings/selling_settings.txt similarity index 100% rename from selling/doctype/selling_settings/selling_settings.txt rename to erpnext/selling/doctype/selling_settings/selling_settings.txt
diff --git a/selling/doctype/shopping_cart_price_list/__init__.py b/erpnext/selling/doctype/shopping_cart_price_list/__init__.py similarity index 100% rename from selling/doctype/shopping_cart_price_list/__init__.py rename to erpnext/selling/doctype/shopping_cart_price_list/__init__.py
diff --git a/selling/doctype/shopping_cart_price_list/shopping_cart_price_list.py b/erpnext/selling/doctype/shopping_cart_price_list/shopping_cart_price_list.py similarity index 100% rename from selling/doctype/shopping_cart_price_list/shopping_cart_price_list.py rename to erpnext/selling/doctype/shopping_cart_price_list/shopping_cart_price_list.py
diff --git a/selling/doctype/shopping_cart_price_list/shopping_cart_price_list.txt b/erpnext/selling/doctype/shopping_cart_price_list/shopping_cart_price_list.txt similarity index 100% rename from selling/doctype/shopping_cart_price_list/shopping_cart_price_list.txt rename to erpnext/selling/doctype/shopping_cart_price_list/shopping_cart_price_list.txt
diff --git a/selling/doctype/shopping_cart_settings/__init__.py b/erpnext/selling/doctype/shopping_cart_settings/__init__.py similarity index 100% rename from selling/doctype/shopping_cart_settings/__init__.py rename to erpnext/selling/doctype/shopping_cart_settings/__init__.py
diff --git a/selling/doctype/shopping_cart_settings/shopping_cart_settings.js b/erpnext/selling/doctype/shopping_cart_settings/shopping_cart_settings.js similarity index 100% rename from selling/doctype/shopping_cart_settings/shopping_cart_settings.js rename to erpnext/selling/doctype/shopping_cart_settings/shopping_cart_settings.js
diff --git a/selling/doctype/shopping_cart_settings/shopping_cart_settings.py b/erpnext/selling/doctype/shopping_cart_settings/shopping_cart_settings.py similarity index 100% rename from selling/doctype/shopping_cart_settings/shopping_cart_settings.py rename to erpnext/selling/doctype/shopping_cart_settings/shopping_cart_settings.py
diff --git a/selling/doctype/shopping_cart_settings/shopping_cart_settings.txt b/erpnext/selling/doctype/shopping_cart_settings/shopping_cart_settings.txt similarity index 100% rename from selling/doctype/shopping_cart_settings/shopping_cart_settings.txt rename to erpnext/selling/doctype/shopping_cart_settings/shopping_cart_settings.txt
diff --git a/selling/doctype/shopping_cart_settings/test_shopping_cart_settings.py b/erpnext/selling/doctype/shopping_cart_settings/test_shopping_cart_settings.py similarity index 100% rename from selling/doctype/shopping_cart_settings/test_shopping_cart_settings.py rename to erpnext/selling/doctype/shopping_cart_settings/test_shopping_cart_settings.py
diff --git a/selling/doctype/shopping_cart_shipping_rule/__init__.py b/erpnext/selling/doctype/shopping_cart_shipping_rule/__init__.py similarity index 100% rename from selling/doctype/shopping_cart_shipping_rule/__init__.py rename to erpnext/selling/doctype/shopping_cart_shipping_rule/__init__.py
diff --git a/selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.py b/erpnext/selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.py similarity index 100% rename from selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.py rename to erpnext/selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.py
diff --git a/selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.txt b/erpnext/selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.txt similarity index 100% rename from selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.txt rename to erpnext/selling/doctype/shopping_cart_shipping_rule/shopping_cart_shipping_rule.txt
diff --git a/selling/doctype/shopping_cart_taxes_and_charges_master/__init__.py b/erpnext/selling/doctype/shopping_cart_taxes_and_charges_master/__init__.py similarity index 100% rename from selling/doctype/shopping_cart_taxes_and_charges_master/__init__.py rename to erpnext/selling/doctype/shopping_cart_taxes_and_charges_master/__init__.py
diff --git a/selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.py b/erpnext/selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.py similarity index 100% rename from selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.py rename to erpnext/selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.py
diff --git a/selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.txt b/erpnext/selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.txt similarity index 100% rename from selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.txt rename to erpnext/selling/doctype/shopping_cart_taxes_and_charges_master/shopping_cart_taxes_and_charges_master.txt
diff --git a/selling/doctype/sms_center/README.md b/erpnext/selling/doctype/sms_center/README.md similarity index 100% rename from selling/doctype/sms_center/README.md rename to erpnext/selling/doctype/sms_center/README.md
diff --git a/selling/doctype/sms_center/__init__.py b/erpnext/selling/doctype/sms_center/__init__.py similarity index 100% rename from selling/doctype/sms_center/__init__.py rename to erpnext/selling/doctype/sms_center/__init__.py
diff --git a/selling/doctype/sms_center/sms_center.py b/erpnext/selling/doctype/sms_center/sms_center.py similarity index 100% rename from selling/doctype/sms_center/sms_center.py rename to erpnext/selling/doctype/sms_center/sms_center.py
diff --git a/selling/doctype/sms_center/sms_center.txt b/erpnext/selling/doctype/sms_center/sms_center.txt similarity index 100% rename from selling/doctype/sms_center/sms_center.txt rename to erpnext/selling/doctype/sms_center/sms_center.txt
diff --git a/selling/page/__init__.py b/erpnext/selling/page/__init__.py similarity index 100% rename from selling/page/__init__.py rename to erpnext/selling/page/__init__.py
diff --git a/selling/page/sales_analytics/README.md b/erpnext/selling/page/sales_analytics/README.md similarity index 100% rename from selling/page/sales_analytics/README.md rename to erpnext/selling/page/sales_analytics/README.md
diff --git a/selling/page/sales_analytics/__init__.py b/erpnext/selling/page/sales_analytics/__init__.py similarity index 100% rename from selling/page/sales_analytics/__init__.py rename to erpnext/selling/page/sales_analytics/__init__.py
diff --git a/selling/page/sales_analytics/sales_analytics.js b/erpnext/selling/page/sales_analytics/sales_analytics.js similarity index 100% rename from selling/page/sales_analytics/sales_analytics.js rename to erpnext/selling/page/sales_analytics/sales_analytics.js
diff --git a/selling/page/sales_analytics/sales_analytics.txt b/erpnext/selling/page/sales_analytics/sales_analytics.txt similarity index 100% rename from selling/page/sales_analytics/sales_analytics.txt rename to erpnext/selling/page/sales_analytics/sales_analytics.txt
diff --git a/selling/page/sales_browser/README.md b/erpnext/selling/page/sales_browser/README.md similarity index 100% rename from selling/page/sales_browser/README.md rename to erpnext/selling/page/sales_browser/README.md
diff --git a/selling/page/sales_browser/__init__.py b/erpnext/selling/page/sales_browser/__init__.py similarity index 100% rename from selling/page/sales_browser/__init__.py rename to erpnext/selling/page/sales_browser/__init__.py
diff --git a/selling/page/sales_browser/sales_browser.css b/erpnext/selling/page/sales_browser/sales_browser.css similarity index 100% rename from selling/page/sales_browser/sales_browser.css rename to erpnext/selling/page/sales_browser/sales_browser.css
diff --git a/selling/page/sales_browser/sales_browser.js b/erpnext/selling/page/sales_browser/sales_browser.js similarity index 100% rename from selling/page/sales_browser/sales_browser.js rename to erpnext/selling/page/sales_browser/sales_browser.js
diff --git a/selling/page/sales_browser/sales_browser.py b/erpnext/selling/page/sales_browser/sales_browser.py similarity index 100% rename from selling/page/sales_browser/sales_browser.py rename to erpnext/selling/page/sales_browser/sales_browser.py
diff --git a/selling/page/sales_browser/sales_browser.txt b/erpnext/selling/page/sales_browser/sales_browser.txt similarity index 100% rename from selling/page/sales_browser/sales_browser.txt rename to erpnext/selling/page/sales_browser/sales_browser.txt
diff --git a/selling/page/sales_funnel/__init__.py b/erpnext/selling/page/sales_funnel/__init__.py similarity index 100% rename from selling/page/sales_funnel/__init__.py rename to erpnext/selling/page/sales_funnel/__init__.py
diff --git a/selling/page/sales_funnel/sales_funnel.css b/erpnext/selling/page/sales_funnel/sales_funnel.css similarity index 100% rename from selling/page/sales_funnel/sales_funnel.css rename to erpnext/selling/page/sales_funnel/sales_funnel.css
diff --git a/selling/page/sales_funnel/sales_funnel.js b/erpnext/selling/page/sales_funnel/sales_funnel.js similarity index 100% rename from selling/page/sales_funnel/sales_funnel.js rename to erpnext/selling/page/sales_funnel/sales_funnel.js
diff --git a/selling/page/sales_funnel/sales_funnel.py b/erpnext/selling/page/sales_funnel/sales_funnel.py similarity index 100% rename from selling/page/sales_funnel/sales_funnel.py rename to erpnext/selling/page/sales_funnel/sales_funnel.py
diff --git a/selling/page/sales_funnel/sales_funnel.txt b/erpnext/selling/page/sales_funnel/sales_funnel.txt similarity index 100% rename from selling/page/sales_funnel/sales_funnel.txt rename to erpnext/selling/page/sales_funnel/sales_funnel.txt
diff --git a/selling/page/selling_home/__init__.py b/erpnext/selling/page/selling_home/__init__.py similarity index 100% rename from selling/page/selling_home/__init__.py rename to erpnext/selling/page/selling_home/__init__.py
diff --git a/selling/page/selling_home/selling_home.js b/erpnext/selling/page/selling_home/selling_home.js similarity index 100% rename from selling/page/selling_home/selling_home.js rename to erpnext/selling/page/selling_home/selling_home.js
diff --git a/selling/page/selling_home/selling_home.txt b/erpnext/selling/page/selling_home/selling_home.txt similarity index 100% rename from selling/page/selling_home/selling_home.txt rename to erpnext/selling/page/selling_home/selling_home.txt
diff --git a/selling/report/__init__.py b/erpnext/selling/report/__init__.py similarity index 100% rename from selling/report/__init__.py rename to erpnext/selling/report/__init__.py
diff --git a/selling/report/available_stock_for_packing_items/__init__.py b/erpnext/selling/report/available_stock_for_packing_items/__init__.py similarity index 100% rename from selling/report/available_stock_for_packing_items/__init__.py rename to erpnext/selling/report/available_stock_for_packing_items/__init__.py
diff --git a/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.py b/erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.py similarity index 100% rename from selling/report/available_stock_for_packing_items/available_stock_for_packing_items.py rename to erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.py
diff --git a/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.txt b/erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.txt similarity index 100% rename from selling/report/available_stock_for_packing_items/available_stock_for_packing_items.txt rename to erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.txt
diff --git a/selling/report/customer_acquisition_and_loyalty/__init__.py b/erpnext/selling/report/customer_acquisition_and_loyalty/__init__.py similarity index 100% rename from selling/report/customer_acquisition_and_loyalty/__init__.py rename to erpnext/selling/report/customer_acquisition_and_loyalty/__init__.py
diff --git a/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.js b/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.js similarity index 100% rename from selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.js rename to erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.js
diff --git a/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py b/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py similarity index 100% rename from selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py rename to erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py
diff --git a/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.txt b/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.txt similarity index 100% rename from selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.txt rename to erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.txt
diff --git a/selling/report/customer_addresses_and_contacts/__init__.py b/erpnext/selling/report/customer_addresses_and_contacts/__init__.py similarity index 100% rename from selling/report/customer_addresses_and_contacts/__init__.py rename to erpnext/selling/report/customer_addresses_and_contacts/__init__.py
diff --git a/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.txt b/erpnext/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.txt similarity index 100% rename from selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.txt rename to erpnext/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.txt
diff --git a/selling/report/customers_not_buying_since_long_time/__init__.py b/erpnext/selling/report/customers_not_buying_since_long_time/__init__.py similarity index 100% rename from selling/report/customers_not_buying_since_long_time/__init__.py rename to erpnext/selling/report/customers_not_buying_since_long_time/__init__.py
diff --git a/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js b/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js similarity index 100% rename from selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js rename to erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js
diff --git a/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py b/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py similarity index 100% rename from selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py rename to erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py
diff --git a/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.txt b/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.txt similarity index 100% rename from selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.txt rename to erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.txt
diff --git a/selling/report/item_wise_sales_history/__init__.py b/erpnext/selling/report/item_wise_sales_history/__init__.py similarity index 100% rename from selling/report/item_wise_sales_history/__init__.py rename to erpnext/selling/report/item_wise_sales_history/__init__.py
diff --git a/selling/report/item_wise_sales_history/item_wise_sales_history.txt b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.txt similarity index 100% rename from selling/report/item_wise_sales_history/item_wise_sales_history.txt rename to erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.txt
diff --git a/selling/report/lead_details/__init__.py b/erpnext/selling/report/lead_details/__init__.py similarity index 100% rename from selling/report/lead_details/__init__.py rename to erpnext/selling/report/lead_details/__init__.py
diff --git a/selling/report/lead_details/lead_details.txt b/erpnext/selling/report/lead_details/lead_details.txt similarity index 100% rename from selling/report/lead_details/lead_details.txt rename to erpnext/selling/report/lead_details/lead_details.txt
diff --git a/selling/report/pending_so_items_for_purchase_request/__init__.py b/erpnext/selling/report/pending_so_items_for_purchase_request/__init__.py similarity index 100% rename from selling/report/pending_so_items_for_purchase_request/__init__.py rename to erpnext/selling/report/pending_so_items_for_purchase_request/__init__.py
diff --git a/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.txt b/erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.txt similarity index 100% rename from selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.txt rename to erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.txt
diff --git a/selling/report/quotation_trends/__init__.py b/erpnext/selling/report/quotation_trends/__init__.py similarity index 100% rename from selling/report/quotation_trends/__init__.py rename to erpnext/selling/report/quotation_trends/__init__.py
diff --git a/selling/report/quotation_trends/quotation_trends.js b/erpnext/selling/report/quotation_trends/quotation_trends.js similarity index 100% rename from selling/report/quotation_trends/quotation_trends.js rename to erpnext/selling/report/quotation_trends/quotation_trends.js
diff --git a/selling/report/quotation_trends/quotation_trends.py b/erpnext/selling/report/quotation_trends/quotation_trends.py similarity index 100% rename from selling/report/quotation_trends/quotation_trends.py rename to erpnext/selling/report/quotation_trends/quotation_trends.py
diff --git a/selling/report/quotation_trends/quotation_trends.txt b/erpnext/selling/report/quotation_trends/quotation_trends.txt similarity index 100% rename from selling/report/quotation_trends/quotation_trends.txt rename to erpnext/selling/report/quotation_trends/quotation_trends.txt
diff --git a/selling/report/sales_order_trends/__init__.py b/erpnext/selling/report/sales_order_trends/__init__.py similarity index 100% rename from selling/report/sales_order_trends/__init__.py rename to erpnext/selling/report/sales_order_trends/__init__.py
diff --git a/selling/report/sales_order_trends/sales_order_trends.js b/erpnext/selling/report/sales_order_trends/sales_order_trends.js similarity index 100% rename from selling/report/sales_order_trends/sales_order_trends.js rename to erpnext/selling/report/sales_order_trends/sales_order_trends.js
diff --git a/selling/report/sales_order_trends/sales_order_trends.py b/erpnext/selling/report/sales_order_trends/sales_order_trends.py similarity index 100% rename from selling/report/sales_order_trends/sales_order_trends.py rename to erpnext/selling/report/sales_order_trends/sales_order_trends.py
diff --git a/selling/report/sales_order_trends/sales_order_trends.txt b/erpnext/selling/report/sales_order_trends/sales_order_trends.txt similarity index 100% rename from selling/report/sales_order_trends/sales_order_trends.txt rename to erpnext/selling/report/sales_order_trends/sales_order_trends.txt
diff --git a/selling/report/sales_person_target_variance_item_group_wise/__init__.py b/erpnext/selling/report/sales_person_target_variance_item_group_wise/__init__.py similarity index 100% rename from selling/report/sales_person_target_variance_item_group_wise/__init__.py rename to erpnext/selling/report/sales_person_target_variance_item_group_wise/__init__.py
diff --git a/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js b/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js similarity index 100% rename from selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js rename to erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js
diff --git a/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py b/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py similarity index 100% rename from selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py rename to erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py
diff --git a/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.txt b/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.txt similarity index 100% rename from selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.txt rename to erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.txt
diff --git a/selling/report/sales_person_wise_transaction_summary/__init__.py b/erpnext/selling/report/sales_person_wise_transaction_summary/__init__.py similarity index 100% rename from selling/report/sales_person_wise_transaction_summary/__init__.py rename to erpnext/selling/report/sales_person_wise_transaction_summary/__init__.py
diff --git a/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.js b/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.js similarity index 100% rename from selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.js rename to erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.js
diff --git a/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py b/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py similarity index 100% rename from selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py rename to erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py
diff --git a/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.txt b/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.txt similarity index 100% rename from selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.txt rename to erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.txt
diff --git a/selling/report/territory_target_variance_item_group_wise/__init__.py b/erpnext/selling/report/territory_target_variance_item_group_wise/__init__.py similarity index 100% rename from selling/report/territory_target_variance_item_group_wise/__init__.py rename to erpnext/selling/report/territory_target_variance_item_group_wise/__init__.py
diff --git a/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.js b/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.js similarity index 100% rename from selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.js rename to erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.js
diff --git a/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.py b/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.py similarity index 100% rename from selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.py rename to erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.py
diff --git a/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.txt b/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.txt similarity index 100% rename from selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.txt rename to erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.txt
diff --git a/selling/sales_common.js b/erpnext/selling/sales_common.js similarity index 100% rename from selling/sales_common.js rename to erpnext/selling/sales_common.js
diff --git a/selling/utils/__init__.py b/erpnext/selling/utils/__init__.py similarity index 100% rename from selling/utils/__init__.py rename to erpnext/selling/utils/__init__.py
diff --git a/selling/utils/cart.py b/erpnext/selling/utils/cart.py similarity index 100% rename from selling/utils/cart.py rename to erpnext/selling/utils/cart.py
diff --git a/selling/utils/product.py b/erpnext/selling/utils/product.py similarity index 100% rename from selling/utils/product.py rename to erpnext/selling/utils/product.py
diff --git a/setup/__init__.py b/erpnext/setup/__init__.py similarity index 100% rename from setup/__init__.py rename to erpnext/setup/__init__.py
diff --git a/setup/doctype/__init__.py b/erpnext/setup/doctype/__init__.py similarity index 100% rename from setup/doctype/__init__.py rename to erpnext/setup/doctype/__init__.py
diff --git a/setup/doctype/applicable_territory/__init__.py b/erpnext/setup/doctype/applicable_territory/__init__.py similarity index 100% rename from setup/doctype/applicable_territory/__init__.py rename to erpnext/setup/doctype/applicable_territory/__init__.py
diff --git a/setup/doctype/applicable_territory/applicable_territory.py b/erpnext/setup/doctype/applicable_territory/applicable_territory.py similarity index 100% rename from setup/doctype/applicable_territory/applicable_territory.py rename to erpnext/setup/doctype/applicable_territory/applicable_territory.py
diff --git a/setup/doctype/applicable_territory/applicable_territory.txt b/erpnext/setup/doctype/applicable_territory/applicable_territory.txt similarity index 100% rename from setup/doctype/applicable_territory/applicable_territory.txt rename to erpnext/setup/doctype/applicable_territory/applicable_territory.txt
diff --git a/setup/doctype/authorization_control/README.md b/erpnext/setup/doctype/authorization_control/README.md similarity index 100% rename from setup/doctype/authorization_control/README.md rename to erpnext/setup/doctype/authorization_control/README.md
diff --git a/setup/doctype/authorization_control/__init__.py b/erpnext/setup/doctype/authorization_control/__init__.py similarity index 100% rename from setup/doctype/authorization_control/__init__.py rename to erpnext/setup/doctype/authorization_control/__init__.py
diff --git a/setup/doctype/authorization_control/authorization_control.py b/erpnext/setup/doctype/authorization_control/authorization_control.py similarity index 100% rename from setup/doctype/authorization_control/authorization_control.py rename to erpnext/setup/doctype/authorization_control/authorization_control.py
diff --git a/setup/doctype/authorization_control/authorization_control.txt b/erpnext/setup/doctype/authorization_control/authorization_control.txt similarity index 100% rename from setup/doctype/authorization_control/authorization_control.txt rename to erpnext/setup/doctype/authorization_control/authorization_control.txt
diff --git a/setup/doctype/authorization_rule/README.md b/erpnext/setup/doctype/authorization_rule/README.md similarity index 100% rename from setup/doctype/authorization_rule/README.md rename to erpnext/setup/doctype/authorization_rule/README.md
diff --git a/setup/doctype/authorization_rule/__init__.py b/erpnext/setup/doctype/authorization_rule/__init__.py similarity index 100% rename from setup/doctype/authorization_rule/__init__.py rename to erpnext/setup/doctype/authorization_rule/__init__.py
diff --git a/setup/doctype/authorization_rule/authorization_rule.js b/erpnext/setup/doctype/authorization_rule/authorization_rule.js similarity index 100% rename from setup/doctype/authorization_rule/authorization_rule.js rename to erpnext/setup/doctype/authorization_rule/authorization_rule.js
diff --git a/setup/doctype/authorization_rule/authorization_rule.py b/erpnext/setup/doctype/authorization_rule/authorization_rule.py similarity index 100% rename from setup/doctype/authorization_rule/authorization_rule.py rename to erpnext/setup/doctype/authorization_rule/authorization_rule.py
diff --git a/setup/doctype/authorization_rule/authorization_rule.txt b/erpnext/setup/doctype/authorization_rule/authorization_rule.txt similarity index 100% rename from setup/doctype/authorization_rule/authorization_rule.txt rename to erpnext/setup/doctype/authorization_rule/authorization_rule.txt
diff --git a/setup/doctype/backup_manager/README.md b/erpnext/setup/doctype/backup_manager/README.md similarity index 100% rename from setup/doctype/backup_manager/README.md rename to erpnext/setup/doctype/backup_manager/README.md
diff --git a/setup/doctype/backup_manager/__init__.py b/erpnext/setup/doctype/backup_manager/__init__.py similarity index 100% rename from setup/doctype/backup_manager/__init__.py rename to erpnext/setup/doctype/backup_manager/__init__.py
diff --git a/setup/doctype/backup_manager/backup_dropbox.py b/erpnext/setup/doctype/backup_manager/backup_dropbox.py similarity index 100% rename from setup/doctype/backup_manager/backup_dropbox.py rename to erpnext/setup/doctype/backup_manager/backup_dropbox.py
diff --git a/setup/doctype/backup_manager/backup_googledrive.py b/erpnext/setup/doctype/backup_manager/backup_googledrive.py similarity index 100% rename from setup/doctype/backup_manager/backup_googledrive.py rename to erpnext/setup/doctype/backup_manager/backup_googledrive.py
diff --git a/setup/doctype/backup_manager/backup_manager.js b/erpnext/setup/doctype/backup_manager/backup_manager.js similarity index 100% rename from setup/doctype/backup_manager/backup_manager.js rename to erpnext/setup/doctype/backup_manager/backup_manager.js
diff --git a/setup/doctype/backup_manager/backup_manager.py b/erpnext/setup/doctype/backup_manager/backup_manager.py similarity index 100% rename from setup/doctype/backup_manager/backup_manager.py rename to erpnext/setup/doctype/backup_manager/backup_manager.py
diff --git a/setup/doctype/backup_manager/backup_manager.txt b/erpnext/setup/doctype/backup_manager/backup_manager.txt similarity index 100% rename from setup/doctype/backup_manager/backup_manager.txt rename to erpnext/setup/doctype/backup_manager/backup_manager.txt
diff --git a/setup/doctype/brand/README.md b/erpnext/setup/doctype/brand/README.md similarity index 100% rename from setup/doctype/brand/README.md rename to erpnext/setup/doctype/brand/README.md
diff --git a/setup/doctype/brand/__init__.py b/erpnext/setup/doctype/brand/__init__.py similarity index 100% rename from setup/doctype/brand/__init__.py rename to erpnext/setup/doctype/brand/__init__.py
diff --git a/setup/doctype/brand/brand.js b/erpnext/setup/doctype/brand/brand.js similarity index 100% rename from setup/doctype/brand/brand.js rename to erpnext/setup/doctype/brand/brand.js
diff --git a/setup/doctype/brand/brand.py b/erpnext/setup/doctype/brand/brand.py similarity index 100% rename from setup/doctype/brand/brand.py rename to erpnext/setup/doctype/brand/brand.py
diff --git a/setup/doctype/brand/brand.txt b/erpnext/setup/doctype/brand/brand.txt similarity index 100% rename from setup/doctype/brand/brand.txt rename to erpnext/setup/doctype/brand/brand.txt
diff --git a/setup/doctype/brand/test_brand.py b/erpnext/setup/doctype/brand/test_brand.py similarity index 100% rename from setup/doctype/brand/test_brand.py rename to erpnext/setup/doctype/brand/test_brand.py
diff --git a/setup/doctype/company/README.md b/erpnext/setup/doctype/company/README.md similarity index 100% rename from setup/doctype/company/README.md rename to erpnext/setup/doctype/company/README.md
diff --git a/setup/doctype/company/__init__.py b/erpnext/setup/doctype/company/__init__.py similarity index 100% rename from setup/doctype/company/__init__.py rename to erpnext/setup/doctype/company/__init__.py
diff --git a/setup/doctype/company/charts/__init__.py b/erpnext/setup/doctype/company/charts/__init__.py similarity index 100% rename from setup/doctype/company/charts/__init__.py rename to erpnext/setup/doctype/company/charts/__init__.py
diff --git a/setup/doctype/company/charts/ar_ar_chart_template.json b/erpnext/setup/doctype/company/charts/ar_ar_chart_template.json similarity index 100% rename from setup/doctype/company/charts/ar_ar_chart_template.json rename to erpnext/setup/doctype/company/charts/ar_ar_chart_template.json
diff --git a/setup/doctype/company/charts/at_austria_chart_template.json b/erpnext/setup/doctype/company/charts/at_austria_chart_template.json similarity index 100% rename from setup/doctype/company/charts/at_austria_chart_template.json rename to erpnext/setup/doctype/company/charts/at_austria_chart_template.json
diff --git a/setup/doctype/company/charts/be_l10nbe_chart_template.json b/erpnext/setup/doctype/company/charts/be_l10nbe_chart_template.json similarity index 100% rename from setup/doctype/company/charts/be_l10nbe_chart_template.json rename to erpnext/setup/doctype/company/charts/be_l10nbe_chart_template.json
diff --git a/setup/doctype/company/charts/bo_bo_chart_template.json b/erpnext/setup/doctype/company/charts/bo_bo_chart_template.json similarity index 100% rename from setup/doctype/company/charts/bo_bo_chart_template.json rename to erpnext/setup/doctype/company/charts/bo_bo_chart_template.json
diff --git a/setup/doctype/company/charts/ca_ca_en_chart_template_en.json b/erpnext/setup/doctype/company/charts/ca_ca_en_chart_template_en.json similarity index 100% rename from setup/doctype/company/charts/ca_ca_en_chart_template_en.json rename to erpnext/setup/doctype/company/charts/ca_ca_en_chart_template_en.json
diff --git a/setup/doctype/company/charts/ca_ca_fr_chart_template_fr.json b/erpnext/setup/doctype/company/charts/ca_ca_fr_chart_template_fr.json similarity index 100% rename from setup/doctype/company/charts/ca_ca_fr_chart_template_fr.json rename to erpnext/setup/doctype/company/charts/ca_ca_fr_chart_template_fr.json
diff --git a/setup/doctype/company/charts/cl_cl_chart_template.json b/erpnext/setup/doctype/company/charts/cl_cl_chart_template.json similarity index 100% rename from setup/doctype/company/charts/cl_cl_chart_template.json rename to erpnext/setup/doctype/company/charts/cl_cl_chart_template.json
diff --git a/setup/doctype/company/charts/cn_l10n_chart_china.json b/erpnext/setup/doctype/company/charts/cn_l10n_chart_china.json similarity index 100% rename from setup/doctype/company/charts/cn_l10n_chart_china.json rename to erpnext/setup/doctype/company/charts/cn_l10n_chart_china.json
diff --git a/setup/doctype/company/charts/de_l10n_chart_de_skr04.json b/erpnext/setup/doctype/company/charts/de_l10n_chart_de_skr04.json similarity index 100% rename from setup/doctype/company/charts/de_l10n_chart_de_skr04.json rename to erpnext/setup/doctype/company/charts/de_l10n_chart_de_skr04.json
diff --git a/setup/doctype/company/charts/de_l10n_de_chart_template.json b/erpnext/setup/doctype/company/charts/de_l10n_de_chart_template.json similarity index 100% rename from setup/doctype/company/charts/de_l10n_de_chart_template.json rename to erpnext/setup/doctype/company/charts/de_l10n_de_chart_template.json
diff --git a/setup/doctype/company/charts/ec_ec_chart_template.json b/erpnext/setup/doctype/company/charts/ec_ec_chart_template.json similarity index 100% rename from setup/doctype/company/charts/ec_ec_chart_template.json rename to erpnext/setup/doctype/company/charts/ec_ec_chart_template.json
diff --git a/setup/doctype/company/charts/es_l10nES_chart_template.json b/erpnext/setup/doctype/company/charts/es_l10nES_chart_template.json similarity index 100% rename from setup/doctype/company/charts/es_l10nES_chart_template.json rename to erpnext/setup/doctype/company/charts/es_l10nES_chart_template.json
diff --git a/setup/doctype/company/charts/es_l10nES_chart_template_assoc.json b/erpnext/setup/doctype/company/charts/es_l10nES_chart_template_assoc.json similarity index 100% rename from setup/doctype/company/charts/es_l10nES_chart_template_assoc.json rename to erpnext/setup/doctype/company/charts/es_l10nES_chart_template_assoc.json
diff --git a/setup/doctype/company/charts/es_l10nES_chart_template_pymes.json b/erpnext/setup/doctype/company/charts/es_l10nES_chart_template_pymes.json similarity index 100% rename from setup/doctype/company/charts/es_l10nES_chart_template_pymes.json rename to erpnext/setup/doctype/company/charts/es_l10nES_chart_template_pymes.json
diff --git a/setup/doctype/company/charts/fr_l10n_fr_pcg_chart_template.json b/erpnext/setup/doctype/company/charts/fr_l10n_fr_pcg_chart_template.json similarity index 100% rename from setup/doctype/company/charts/fr_l10n_fr_pcg_chart_template.json rename to erpnext/setup/doctype/company/charts/fr_l10n_fr_pcg_chart_template.json
diff --git a/setup/doctype/company/charts/gr_l10n_gr_chart_template.json b/erpnext/setup/doctype/company/charts/gr_l10n_gr_chart_template.json similarity index 100% rename from setup/doctype/company/charts/gr_l10n_gr_chart_template.json rename to erpnext/setup/doctype/company/charts/gr_l10n_gr_chart_template.json
diff --git a/setup/doctype/company/charts/hn_cuentas_plantilla.json b/erpnext/setup/doctype/company/charts/hn_cuentas_plantilla.json similarity index 100% rename from setup/doctype/company/charts/hn_cuentas_plantilla.json rename to erpnext/setup/doctype/company/charts/hn_cuentas_plantilla.json
diff --git a/setup/doctype/company/charts/import_from_openerp.py b/erpnext/setup/doctype/company/charts/import_from_openerp.py similarity index 100% rename from setup/doctype/company/charts/import_from_openerp.py rename to erpnext/setup/doctype/company/charts/import_from_openerp.py
diff --git a/setup/doctype/company/charts/in_indian_chart_template_private.json b/erpnext/setup/doctype/company/charts/in_indian_chart_template_private.json similarity index 100% rename from setup/doctype/company/charts/in_indian_chart_template_private.json rename to erpnext/setup/doctype/company/charts/in_indian_chart_template_private.json
diff --git a/setup/doctype/company/charts/in_indian_chart_template_public.json b/erpnext/setup/doctype/company/charts/in_indian_chart_template_public.json similarity index 100% rename from setup/doctype/company/charts/in_indian_chart_template_public.json rename to erpnext/setup/doctype/company/charts/in_indian_chart_template_public.json
diff --git a/setup/doctype/company/charts/it_l10n_it_chart_template_generic.json b/erpnext/setup/doctype/company/charts/it_l10n_it_chart_template_generic.json similarity index 100% rename from setup/doctype/company/charts/it_l10n_it_chart_template_generic.json rename to erpnext/setup/doctype/company/charts/it_l10n_it_chart_template_generic.json
diff --git a/setup/doctype/company/charts/lu_lu_2011_chart_1.json b/erpnext/setup/doctype/company/charts/lu_lu_2011_chart_1.json similarity index 100% rename from setup/doctype/company/charts/lu_lu_2011_chart_1.json rename to erpnext/setup/doctype/company/charts/lu_lu_2011_chart_1.json
diff --git a/setup/doctype/company/charts/ma_l10n_kzc_temp_chart.json b/erpnext/setup/doctype/company/charts/ma_l10n_kzc_temp_chart.json similarity index 100% rename from setup/doctype/company/charts/ma_l10n_kzc_temp_chart.json rename to erpnext/setup/doctype/company/charts/ma_l10n_kzc_temp_chart.json
diff --git a/setup/doctype/company/charts/nl_l10nnl_chart_template.json b/erpnext/setup/doctype/company/charts/nl_l10nnl_chart_template.json similarity index 100% rename from setup/doctype/company/charts/nl_l10nnl_chart_template.json rename to erpnext/setup/doctype/company/charts/nl_l10nnl_chart_template.json
diff --git a/setup/doctype/company/charts/pa_l10npa_chart_template.json b/erpnext/setup/doctype/company/charts/pa_l10npa_chart_template.json similarity index 100% rename from setup/doctype/company/charts/pa_l10npa_chart_template.json rename to erpnext/setup/doctype/company/charts/pa_l10npa_chart_template.json
diff --git a/setup/doctype/company/charts/pe_pe_chart_template.json b/erpnext/setup/doctype/company/charts/pe_pe_chart_template.json similarity index 100% rename from setup/doctype/company/charts/pe_pe_chart_template.json rename to erpnext/setup/doctype/company/charts/pe_pe_chart_template.json
diff --git a/setup/doctype/company/charts/pl_pl_chart_template.json b/erpnext/setup/doctype/company/charts/pl_pl_chart_template.json similarity index 100% rename from setup/doctype/company/charts/pl_pl_chart_template.json rename to erpnext/setup/doctype/company/charts/pl_pl_chart_template.json
diff --git a/setup/doctype/company/charts/pt_pt_chart_template.json b/erpnext/setup/doctype/company/charts/pt_pt_chart_template.json similarity index 100% rename from setup/doctype/company/charts/pt_pt_chart_template.json rename to erpnext/setup/doctype/company/charts/pt_pt_chart_template.json
diff --git a/setup/doctype/company/charts/ro_romania_chart_template.json b/erpnext/setup/doctype/company/charts/ro_romania_chart_template.json similarity index 100% rename from setup/doctype/company/charts/ro_romania_chart_template.json rename to erpnext/setup/doctype/company/charts/ro_romania_chart_template.json
diff --git a/setup/doctype/company/charts/syscohada_syscohada_chart_template.json b/erpnext/setup/doctype/company/charts/syscohada_syscohada_chart_template.json similarity index 100% rename from setup/doctype/company/charts/syscohada_syscohada_chart_template.json rename to erpnext/setup/doctype/company/charts/syscohada_syscohada_chart_template.json
diff --git a/setup/doctype/company/charts/th_chart.json b/erpnext/setup/doctype/company/charts/th_chart.json similarity index 100% rename from setup/doctype/company/charts/th_chart.json rename to erpnext/setup/doctype/company/charts/th_chart.json
diff --git a/setup/doctype/company/charts/tr_l10ntr_tek_duzen_hesap.json b/erpnext/setup/doctype/company/charts/tr_l10ntr_tek_duzen_hesap.json similarity index 100% rename from setup/doctype/company/charts/tr_l10ntr_tek_duzen_hesap.json rename to erpnext/setup/doctype/company/charts/tr_l10ntr_tek_duzen_hesap.json
diff --git a/setup/doctype/company/charts/us_account_chart_template_basic.json b/erpnext/setup/doctype/company/charts/us_account_chart_template_basic.json similarity index 100% rename from setup/doctype/company/charts/us_account_chart_template_basic.json rename to erpnext/setup/doctype/company/charts/us_account_chart_template_basic.json
diff --git a/setup/doctype/company/charts/uy_uy_chart_template.json b/erpnext/setup/doctype/company/charts/uy_uy_chart_template.json similarity index 100% rename from setup/doctype/company/charts/uy_uy_chart_template.json rename to erpnext/setup/doctype/company/charts/uy_uy_chart_template.json
diff --git a/setup/doctype/company/company.js b/erpnext/setup/doctype/company/company.js similarity index 100% rename from setup/doctype/company/company.js rename to erpnext/setup/doctype/company/company.js
diff --git a/setup/doctype/company/company.py b/erpnext/setup/doctype/company/company.py similarity index 100% rename from setup/doctype/company/company.py rename to erpnext/setup/doctype/company/company.py
diff --git a/setup/doctype/company/company.txt b/erpnext/setup/doctype/company/company.txt similarity index 100% rename from setup/doctype/company/company.txt rename to erpnext/setup/doctype/company/company.txt
diff --git a/setup/doctype/company/sample_home_page.html b/erpnext/setup/doctype/company/sample_home_page.html similarity index 100% rename from setup/doctype/company/sample_home_page.html rename to erpnext/setup/doctype/company/sample_home_page.html
diff --git a/setup/doctype/company/test_company.py b/erpnext/setup/doctype/company/test_company.py similarity index 100% rename from setup/doctype/company/test_company.py rename to erpnext/setup/doctype/company/test_company.py
diff --git a/setup/doctype/contact_control/README.md b/erpnext/setup/doctype/contact_control/README.md similarity index 100% rename from setup/doctype/contact_control/README.md rename to erpnext/setup/doctype/contact_control/README.md
diff --git a/setup/doctype/contact_control/__init__.py b/erpnext/setup/doctype/contact_control/__init__.py similarity index 100% rename from setup/doctype/contact_control/__init__.py rename to erpnext/setup/doctype/contact_control/__init__.py
diff --git a/setup/doctype/contact_control/contact_control.js b/erpnext/setup/doctype/contact_control/contact_control.js similarity index 100% rename from setup/doctype/contact_control/contact_control.js rename to erpnext/setup/doctype/contact_control/contact_control.js
diff --git a/setup/doctype/contact_control/contact_control.py b/erpnext/setup/doctype/contact_control/contact_control.py similarity index 100% rename from setup/doctype/contact_control/contact_control.py rename to erpnext/setup/doctype/contact_control/contact_control.py
diff --git a/setup/doctype/contact_control/contact_control.txt b/erpnext/setup/doctype/contact_control/contact_control.txt similarity index 100% rename from setup/doctype/contact_control/contact_control.txt rename to erpnext/setup/doctype/contact_control/contact_control.txt
diff --git a/setup/doctype/country/README.md b/erpnext/setup/doctype/country/README.md similarity index 100% rename from setup/doctype/country/README.md rename to erpnext/setup/doctype/country/README.md
diff --git a/setup/doctype/country/__init__.py b/erpnext/setup/doctype/country/__init__.py similarity index 100% rename from setup/doctype/country/__init__.py rename to erpnext/setup/doctype/country/__init__.py
diff --git a/setup/doctype/country/country.py b/erpnext/setup/doctype/country/country.py similarity index 100% rename from setup/doctype/country/country.py rename to erpnext/setup/doctype/country/country.py
diff --git a/setup/doctype/country/country.txt b/erpnext/setup/doctype/country/country.txt similarity index 100% rename from setup/doctype/country/country.txt rename to erpnext/setup/doctype/country/country.txt
diff --git a/setup/doctype/country/test_country.py b/erpnext/setup/doctype/country/test_country.py similarity index 100% rename from setup/doctype/country/test_country.py rename to erpnext/setup/doctype/country/test_country.py
diff --git a/setup/doctype/currency/README.md b/erpnext/setup/doctype/currency/README.md similarity index 100% rename from setup/doctype/currency/README.md rename to erpnext/setup/doctype/currency/README.md
diff --git a/setup/doctype/currency/__init__.py b/erpnext/setup/doctype/currency/__init__.py similarity index 100% rename from setup/doctype/currency/__init__.py rename to erpnext/setup/doctype/currency/__init__.py
diff --git a/setup/doctype/currency/currency.js b/erpnext/setup/doctype/currency/currency.js similarity index 100% rename from setup/doctype/currency/currency.js rename to erpnext/setup/doctype/currency/currency.js
diff --git a/setup/doctype/currency/currency.py b/erpnext/setup/doctype/currency/currency.py similarity index 100% rename from setup/doctype/currency/currency.py rename to erpnext/setup/doctype/currency/currency.py
diff --git a/setup/doctype/currency/currency.txt b/erpnext/setup/doctype/currency/currency.txt similarity index 100% rename from setup/doctype/currency/currency.txt rename to erpnext/setup/doctype/currency/currency.txt
diff --git a/setup/doctype/currency/test_currency.py b/erpnext/setup/doctype/currency/test_currency.py similarity index 100% rename from setup/doctype/currency/test_currency.py rename to erpnext/setup/doctype/currency/test_currency.py
diff --git a/setup/doctype/currency_exchange/__init__.py b/erpnext/setup/doctype/currency_exchange/__init__.py similarity index 100% rename from setup/doctype/currency_exchange/__init__.py rename to erpnext/setup/doctype/currency_exchange/__init__.py
diff --git a/setup/doctype/currency_exchange/currency_exchange.js b/erpnext/setup/doctype/currency_exchange/currency_exchange.js similarity index 100% rename from setup/doctype/currency_exchange/currency_exchange.js rename to erpnext/setup/doctype/currency_exchange/currency_exchange.js
diff --git a/setup/doctype/currency_exchange/currency_exchange.py b/erpnext/setup/doctype/currency_exchange/currency_exchange.py similarity index 100% rename from setup/doctype/currency_exchange/currency_exchange.py rename to erpnext/setup/doctype/currency_exchange/currency_exchange.py
diff --git a/setup/doctype/currency_exchange/currency_exchange.txt b/erpnext/setup/doctype/currency_exchange/currency_exchange.txt similarity index 100% rename from setup/doctype/currency_exchange/currency_exchange.txt rename to erpnext/setup/doctype/currency_exchange/currency_exchange.txt
diff --git a/setup/doctype/currency_exchange/test_currency_exchange.py b/erpnext/setup/doctype/currency_exchange/test_currency_exchange.py similarity index 100% rename from setup/doctype/currency_exchange/test_currency_exchange.py rename to erpnext/setup/doctype/currency_exchange/test_currency_exchange.py
diff --git a/setup/doctype/customer_group/README.md b/erpnext/setup/doctype/customer_group/README.md similarity index 100% rename from setup/doctype/customer_group/README.md rename to erpnext/setup/doctype/customer_group/README.md
diff --git a/setup/doctype/customer_group/__init__.py b/erpnext/setup/doctype/customer_group/__init__.py similarity index 100% rename from setup/doctype/customer_group/__init__.py rename to erpnext/setup/doctype/customer_group/__init__.py
diff --git a/setup/doctype/customer_group/customer_group.js b/erpnext/setup/doctype/customer_group/customer_group.js similarity index 100% rename from setup/doctype/customer_group/customer_group.js rename to erpnext/setup/doctype/customer_group/customer_group.js
diff --git a/setup/doctype/customer_group/customer_group.py b/erpnext/setup/doctype/customer_group/customer_group.py similarity index 100% rename from setup/doctype/customer_group/customer_group.py rename to erpnext/setup/doctype/customer_group/customer_group.py
diff --git a/setup/doctype/customer_group/customer_group.txt b/erpnext/setup/doctype/customer_group/customer_group.txt similarity index 100% rename from setup/doctype/customer_group/customer_group.txt rename to erpnext/setup/doctype/customer_group/customer_group.txt
diff --git a/setup/doctype/customer_group/test_customer_group.py b/erpnext/setup/doctype/customer_group/test_customer_group.py similarity index 100% rename from setup/doctype/customer_group/test_customer_group.py rename to erpnext/setup/doctype/customer_group/test_customer_group.py
diff --git a/setup/doctype/email_digest/README.md b/erpnext/setup/doctype/email_digest/README.md similarity index 100% rename from setup/doctype/email_digest/README.md rename to erpnext/setup/doctype/email_digest/README.md
diff --git a/setup/doctype/email_digest/__init__.py b/erpnext/setup/doctype/email_digest/__init__.py similarity index 100% rename from setup/doctype/email_digest/__init__.py rename to erpnext/setup/doctype/email_digest/__init__.py
diff --git a/setup/doctype/email_digest/email_digest.css b/erpnext/setup/doctype/email_digest/email_digest.css similarity index 100% rename from setup/doctype/email_digest/email_digest.css rename to erpnext/setup/doctype/email_digest/email_digest.css
diff --git a/setup/doctype/email_digest/email_digest.js b/erpnext/setup/doctype/email_digest/email_digest.js similarity index 100% rename from setup/doctype/email_digest/email_digest.js rename to erpnext/setup/doctype/email_digest/email_digest.js
diff --git a/setup/doctype/email_digest/email_digest.py b/erpnext/setup/doctype/email_digest/email_digest.py similarity index 100% rename from setup/doctype/email_digest/email_digest.py rename to erpnext/setup/doctype/email_digest/email_digest.py
diff --git a/setup/doctype/email_digest/email_digest.txt b/erpnext/setup/doctype/email_digest/email_digest.txt similarity index 100% rename from setup/doctype/email_digest/email_digest.txt rename to erpnext/setup/doctype/email_digest/email_digest.txt
diff --git a/setup/doctype/email_settings/README.md b/erpnext/setup/doctype/email_settings/README.md similarity index 100% rename from setup/doctype/email_settings/README.md rename to erpnext/setup/doctype/email_settings/README.md
diff --git a/setup/doctype/email_settings/__init__.py b/erpnext/setup/doctype/email_settings/__init__.py similarity index 100% rename from setup/doctype/email_settings/__init__.py rename to erpnext/setup/doctype/email_settings/__init__.py
diff --git a/setup/doctype/email_settings/email_settings.py b/erpnext/setup/doctype/email_settings/email_settings.py similarity index 100% rename from setup/doctype/email_settings/email_settings.py rename to erpnext/setup/doctype/email_settings/email_settings.py
diff --git a/setup/doctype/email_settings/email_settings.txt b/erpnext/setup/doctype/email_settings/email_settings.txt similarity index 100% rename from setup/doctype/email_settings/email_settings.txt rename to erpnext/setup/doctype/email_settings/email_settings.txt
diff --git a/setup/doctype/features_setup/README.md b/erpnext/setup/doctype/features_setup/README.md similarity index 100% rename from setup/doctype/features_setup/README.md rename to erpnext/setup/doctype/features_setup/README.md
diff --git a/setup/doctype/features_setup/__init__.py b/erpnext/setup/doctype/features_setup/__init__.py similarity index 100% rename from setup/doctype/features_setup/__init__.py rename to erpnext/setup/doctype/features_setup/__init__.py
diff --git a/setup/doctype/features_setup/features_setup.py b/erpnext/setup/doctype/features_setup/features_setup.py similarity index 100% rename from setup/doctype/features_setup/features_setup.py rename to erpnext/setup/doctype/features_setup/features_setup.py
diff --git a/setup/doctype/features_setup/features_setup.txt b/erpnext/setup/doctype/features_setup/features_setup.txt similarity index 100% rename from setup/doctype/features_setup/features_setup.txt rename to erpnext/setup/doctype/features_setup/features_setup.txt
diff --git a/setup/doctype/global_defaults/README.md b/erpnext/setup/doctype/global_defaults/README.md similarity index 100% rename from setup/doctype/global_defaults/README.md rename to erpnext/setup/doctype/global_defaults/README.md
diff --git a/setup/doctype/global_defaults/__init__.py b/erpnext/setup/doctype/global_defaults/__init__.py similarity index 100% rename from setup/doctype/global_defaults/__init__.py rename to erpnext/setup/doctype/global_defaults/__init__.py
diff --git a/setup/doctype/global_defaults/global_defaults.js b/erpnext/setup/doctype/global_defaults/global_defaults.js similarity index 100% rename from setup/doctype/global_defaults/global_defaults.js rename to erpnext/setup/doctype/global_defaults/global_defaults.js
diff --git a/setup/doctype/global_defaults/global_defaults.py b/erpnext/setup/doctype/global_defaults/global_defaults.py similarity index 100% rename from setup/doctype/global_defaults/global_defaults.py rename to erpnext/setup/doctype/global_defaults/global_defaults.py
diff --git a/setup/doctype/global_defaults/global_defaults.txt b/erpnext/setup/doctype/global_defaults/global_defaults.txt similarity index 100% rename from setup/doctype/global_defaults/global_defaults.txt rename to erpnext/setup/doctype/global_defaults/global_defaults.txt
diff --git a/setup/doctype/item_group/README.md b/erpnext/setup/doctype/item_group/README.md similarity index 100% rename from setup/doctype/item_group/README.md rename to erpnext/setup/doctype/item_group/README.md
diff --git a/setup/doctype/item_group/__init__.py b/erpnext/setup/doctype/item_group/__init__.py similarity index 100% rename from setup/doctype/item_group/__init__.py rename to erpnext/setup/doctype/item_group/__init__.py
diff --git a/setup/doctype/item_group/item_group.js b/erpnext/setup/doctype/item_group/item_group.js similarity index 100% rename from setup/doctype/item_group/item_group.js rename to erpnext/setup/doctype/item_group/item_group.js
diff --git a/setup/doctype/item_group/item_group.py b/erpnext/setup/doctype/item_group/item_group.py similarity index 100% rename from setup/doctype/item_group/item_group.py rename to erpnext/setup/doctype/item_group/item_group.py
diff --git a/setup/doctype/item_group/item_group.txt b/erpnext/setup/doctype/item_group/item_group.txt similarity index 100% rename from setup/doctype/item_group/item_group.txt rename to erpnext/setup/doctype/item_group/item_group.txt
diff --git a/setup/doctype/item_group/templates/__init__.py b/erpnext/setup/doctype/item_group/templates/__init__.py similarity index 100% rename from setup/doctype/item_group/templates/__init__.py rename to erpnext/setup/doctype/item_group/templates/__init__.py
diff --git a/setup/doctype/item_group/templates/generators/__init__.py b/erpnext/setup/doctype/item_group/templates/generators/__init__.py similarity index 100% rename from setup/doctype/item_group/templates/generators/__init__.py rename to erpnext/setup/doctype/item_group/templates/generators/__init__.py
diff --git a/setup/doctype/item_group/templates/generators/item_group.html b/erpnext/setup/doctype/item_group/templates/generators/item_group.html similarity index 100% rename from setup/doctype/item_group/templates/generators/item_group.html rename to erpnext/setup/doctype/item_group/templates/generators/item_group.html
diff --git a/setup/doctype/item_group/templates/generators/item_group.py b/erpnext/setup/doctype/item_group/templates/generators/item_group.py similarity index 100% rename from setup/doctype/item_group/templates/generators/item_group.py rename to erpnext/setup/doctype/item_group/templates/generators/item_group.py
diff --git a/setup/doctype/item_group/test_item_group.py b/erpnext/setup/doctype/item_group/test_item_group.py similarity index 100% rename from setup/doctype/item_group/test_item_group.py rename to erpnext/setup/doctype/item_group/test_item_group.py
diff --git a/setup/doctype/jobs_email_settings/README.md b/erpnext/setup/doctype/jobs_email_settings/README.md similarity index 100% rename from setup/doctype/jobs_email_settings/README.md rename to erpnext/setup/doctype/jobs_email_settings/README.md
diff --git a/setup/doctype/jobs_email_settings/__init__.py b/erpnext/setup/doctype/jobs_email_settings/__init__.py similarity index 100% rename from setup/doctype/jobs_email_settings/__init__.py rename to erpnext/setup/doctype/jobs_email_settings/__init__.py
diff --git a/setup/doctype/jobs_email_settings/jobs_email_settings.js b/erpnext/setup/doctype/jobs_email_settings/jobs_email_settings.js similarity index 100% rename from setup/doctype/jobs_email_settings/jobs_email_settings.js rename to erpnext/setup/doctype/jobs_email_settings/jobs_email_settings.js
diff --git a/setup/doctype/jobs_email_settings/jobs_email_settings.py b/erpnext/setup/doctype/jobs_email_settings/jobs_email_settings.py similarity index 100% rename from setup/doctype/jobs_email_settings/jobs_email_settings.py rename to erpnext/setup/doctype/jobs_email_settings/jobs_email_settings.py
diff --git a/setup/doctype/jobs_email_settings/jobs_email_settings.txt b/erpnext/setup/doctype/jobs_email_settings/jobs_email_settings.txt similarity index 100% rename from setup/doctype/jobs_email_settings/jobs_email_settings.txt rename to erpnext/setup/doctype/jobs_email_settings/jobs_email_settings.txt
diff --git a/setup/doctype/naming_series/README.md b/erpnext/setup/doctype/naming_series/README.md similarity index 100% rename from setup/doctype/naming_series/README.md rename to erpnext/setup/doctype/naming_series/README.md
diff --git a/setup/doctype/naming_series/__init__.py b/erpnext/setup/doctype/naming_series/__init__.py similarity index 100% rename from setup/doctype/naming_series/__init__.py rename to erpnext/setup/doctype/naming_series/__init__.py
diff --git a/setup/doctype/naming_series/naming_series.js b/erpnext/setup/doctype/naming_series/naming_series.js similarity index 100% rename from setup/doctype/naming_series/naming_series.js rename to erpnext/setup/doctype/naming_series/naming_series.js
diff --git a/setup/doctype/naming_series/naming_series.py b/erpnext/setup/doctype/naming_series/naming_series.py similarity index 100% rename from setup/doctype/naming_series/naming_series.py rename to erpnext/setup/doctype/naming_series/naming_series.py
diff --git a/setup/doctype/naming_series/naming_series.txt b/erpnext/setup/doctype/naming_series/naming_series.txt similarity index 100% rename from setup/doctype/naming_series/naming_series.txt rename to erpnext/setup/doctype/naming_series/naming_series.txt
diff --git a/setup/doctype/notification_control/README.md b/erpnext/setup/doctype/notification_control/README.md similarity index 100% rename from setup/doctype/notification_control/README.md rename to erpnext/setup/doctype/notification_control/README.md
diff --git a/setup/doctype/notification_control/__init__.py b/erpnext/setup/doctype/notification_control/__init__.py similarity index 100% rename from setup/doctype/notification_control/__init__.py rename to erpnext/setup/doctype/notification_control/__init__.py
diff --git a/setup/doctype/notification_control/notification_control.js b/erpnext/setup/doctype/notification_control/notification_control.js similarity index 100% rename from setup/doctype/notification_control/notification_control.js rename to erpnext/setup/doctype/notification_control/notification_control.js
diff --git a/setup/doctype/notification_control/notification_control.py b/erpnext/setup/doctype/notification_control/notification_control.py similarity index 100% rename from setup/doctype/notification_control/notification_control.py rename to erpnext/setup/doctype/notification_control/notification_control.py
diff --git a/setup/doctype/notification_control/notification_control.txt b/erpnext/setup/doctype/notification_control/notification_control.txt similarity index 100% rename from setup/doctype/notification_control/notification_control.txt rename to erpnext/setup/doctype/notification_control/notification_control.txt
diff --git a/setup/doctype/print_heading/README.md b/erpnext/setup/doctype/print_heading/README.md similarity index 100% rename from setup/doctype/print_heading/README.md rename to erpnext/setup/doctype/print_heading/README.md
diff --git a/setup/doctype/print_heading/__init__.py b/erpnext/setup/doctype/print_heading/__init__.py similarity index 100% rename from setup/doctype/print_heading/__init__.py rename to erpnext/setup/doctype/print_heading/__init__.py
diff --git a/setup/doctype/print_heading/print_heading.js b/erpnext/setup/doctype/print_heading/print_heading.js similarity index 100% rename from setup/doctype/print_heading/print_heading.js rename to erpnext/setup/doctype/print_heading/print_heading.js
diff --git a/setup/doctype/print_heading/print_heading.py b/erpnext/setup/doctype/print_heading/print_heading.py similarity index 100% rename from setup/doctype/print_heading/print_heading.py rename to erpnext/setup/doctype/print_heading/print_heading.py
diff --git a/setup/doctype/print_heading/print_heading.txt b/erpnext/setup/doctype/print_heading/print_heading.txt similarity index 100% rename from setup/doctype/print_heading/print_heading.txt rename to erpnext/setup/doctype/print_heading/print_heading.txt
diff --git a/setup/doctype/print_heading/test_print_heading.py b/erpnext/setup/doctype/print_heading/test_print_heading.py similarity index 100% rename from setup/doctype/print_heading/test_print_heading.py rename to erpnext/setup/doctype/print_heading/test_print_heading.py
diff --git a/setup/doctype/quotation_lost_reason/README.md b/erpnext/setup/doctype/quotation_lost_reason/README.md similarity index 100% rename from setup/doctype/quotation_lost_reason/README.md rename to erpnext/setup/doctype/quotation_lost_reason/README.md
diff --git a/setup/doctype/quotation_lost_reason/__init__.py b/erpnext/setup/doctype/quotation_lost_reason/__init__.py similarity index 100% rename from setup/doctype/quotation_lost_reason/__init__.py rename to erpnext/setup/doctype/quotation_lost_reason/__init__.py
diff --git a/setup/doctype/quotation_lost_reason/quotation_lost_reason.js b/erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.js similarity index 100% rename from setup/doctype/quotation_lost_reason/quotation_lost_reason.js rename to erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.js
diff --git a/setup/doctype/quotation_lost_reason/quotation_lost_reason.py b/erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.py similarity index 100% rename from setup/doctype/quotation_lost_reason/quotation_lost_reason.py rename to erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.py
diff --git a/setup/doctype/quotation_lost_reason/quotation_lost_reason.txt b/erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.txt similarity index 100% rename from setup/doctype/quotation_lost_reason/quotation_lost_reason.txt rename to erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.txt
diff --git a/setup/doctype/quotation_lost_reason/test_quotation_lost_reason.py b/erpnext/setup/doctype/quotation_lost_reason/test_quotation_lost_reason.py similarity index 100% rename from setup/doctype/quotation_lost_reason/test_quotation_lost_reason.py rename to erpnext/setup/doctype/quotation_lost_reason/test_quotation_lost_reason.py
diff --git a/setup/doctype/sales_email_settings/README.md b/erpnext/setup/doctype/sales_email_settings/README.md similarity index 100% rename from setup/doctype/sales_email_settings/README.md rename to erpnext/setup/doctype/sales_email_settings/README.md
diff --git a/setup/doctype/sales_email_settings/__init__.py b/erpnext/setup/doctype/sales_email_settings/__init__.py similarity index 100% rename from setup/doctype/sales_email_settings/__init__.py rename to erpnext/setup/doctype/sales_email_settings/__init__.py
diff --git a/setup/doctype/sales_email_settings/sales_email_settings.js b/erpnext/setup/doctype/sales_email_settings/sales_email_settings.js similarity index 100% rename from setup/doctype/sales_email_settings/sales_email_settings.js rename to erpnext/setup/doctype/sales_email_settings/sales_email_settings.js
diff --git a/setup/doctype/sales_email_settings/sales_email_settings.py b/erpnext/setup/doctype/sales_email_settings/sales_email_settings.py similarity index 100% rename from setup/doctype/sales_email_settings/sales_email_settings.py rename to erpnext/setup/doctype/sales_email_settings/sales_email_settings.py
diff --git a/setup/doctype/sales_email_settings/sales_email_settings.txt b/erpnext/setup/doctype/sales_email_settings/sales_email_settings.txt similarity index 100% rename from setup/doctype/sales_email_settings/sales_email_settings.txt rename to erpnext/setup/doctype/sales_email_settings/sales_email_settings.txt
diff --git a/setup/doctype/sales_partner/README.md b/erpnext/setup/doctype/sales_partner/README.md similarity index 100% rename from setup/doctype/sales_partner/README.md rename to erpnext/setup/doctype/sales_partner/README.md
diff --git a/setup/doctype/sales_partner/__init__.py b/erpnext/setup/doctype/sales_partner/__init__.py similarity index 100% rename from setup/doctype/sales_partner/__init__.py rename to erpnext/setup/doctype/sales_partner/__init__.py
diff --git a/setup/doctype/sales_partner/sales_partner.js b/erpnext/setup/doctype/sales_partner/sales_partner.js similarity index 100% rename from setup/doctype/sales_partner/sales_partner.js rename to erpnext/setup/doctype/sales_partner/sales_partner.js
diff --git a/setup/doctype/sales_partner/sales_partner.py b/erpnext/setup/doctype/sales_partner/sales_partner.py similarity index 100% rename from setup/doctype/sales_partner/sales_partner.py rename to erpnext/setup/doctype/sales_partner/sales_partner.py
diff --git a/setup/doctype/sales_partner/sales_partner.txt b/erpnext/setup/doctype/sales_partner/sales_partner.txt similarity index 100% rename from setup/doctype/sales_partner/sales_partner.txt rename to erpnext/setup/doctype/sales_partner/sales_partner.txt
diff --git a/setup/doctype/sales_partner/templates/__init__.py b/erpnext/setup/doctype/sales_partner/templates/__init__.py similarity index 100% rename from setup/doctype/sales_partner/templates/__init__.py rename to erpnext/setup/doctype/sales_partner/templates/__init__.py
diff --git a/setup/doctype/sales_partner/templates/generators/__init__.py b/erpnext/setup/doctype/sales_partner/templates/generators/__init__.py similarity index 100% rename from setup/doctype/sales_partner/templates/generators/__init__.py rename to erpnext/setup/doctype/sales_partner/templates/generators/__init__.py
diff --git a/setup/doctype/sales_partner/templates/generators/partner.html b/erpnext/setup/doctype/sales_partner/templates/generators/partner.html similarity index 100% rename from setup/doctype/sales_partner/templates/generators/partner.html rename to erpnext/setup/doctype/sales_partner/templates/generators/partner.html
diff --git a/setup/doctype/sales_partner/templates/generators/partner.py b/erpnext/setup/doctype/sales_partner/templates/generators/partner.py similarity index 100% rename from setup/doctype/sales_partner/templates/generators/partner.py rename to erpnext/setup/doctype/sales_partner/templates/generators/partner.py
diff --git a/setup/doctype/sales_partner/templates/pages/__init__.py b/erpnext/setup/doctype/sales_partner/templates/pages/__init__.py similarity index 100% rename from setup/doctype/sales_partner/templates/pages/__init__.py rename to erpnext/setup/doctype/sales_partner/templates/pages/__init__.py
diff --git a/setup/doctype/sales_partner/templates/pages/partners.html b/erpnext/setup/doctype/sales_partner/templates/pages/partners.html similarity index 100% rename from setup/doctype/sales_partner/templates/pages/partners.html rename to erpnext/setup/doctype/sales_partner/templates/pages/partners.html
diff --git a/setup/doctype/sales_partner/templates/pages/partners.py b/erpnext/setup/doctype/sales_partner/templates/pages/partners.py similarity index 100% rename from setup/doctype/sales_partner/templates/pages/partners.py rename to erpnext/setup/doctype/sales_partner/templates/pages/partners.py
diff --git a/setup/doctype/sales_partner/test_sales_partner.py b/erpnext/setup/doctype/sales_partner/test_sales_partner.py similarity index 100% rename from setup/doctype/sales_partner/test_sales_partner.py rename to erpnext/setup/doctype/sales_partner/test_sales_partner.py
diff --git a/setup/doctype/sales_person/README.md b/erpnext/setup/doctype/sales_person/README.md similarity index 100% rename from setup/doctype/sales_person/README.md rename to erpnext/setup/doctype/sales_person/README.md
diff --git a/setup/doctype/sales_person/__init__.py b/erpnext/setup/doctype/sales_person/__init__.py similarity index 100% rename from setup/doctype/sales_person/__init__.py rename to erpnext/setup/doctype/sales_person/__init__.py
diff --git a/setup/doctype/sales_person/sales_person.js b/erpnext/setup/doctype/sales_person/sales_person.js similarity index 100% rename from setup/doctype/sales_person/sales_person.js rename to erpnext/setup/doctype/sales_person/sales_person.js
diff --git a/setup/doctype/sales_person/sales_person.py b/erpnext/setup/doctype/sales_person/sales_person.py similarity index 100% rename from setup/doctype/sales_person/sales_person.py rename to erpnext/setup/doctype/sales_person/sales_person.py
diff --git a/setup/doctype/sales_person/sales_person.txt b/erpnext/setup/doctype/sales_person/sales_person.txt similarity index 100% rename from setup/doctype/sales_person/sales_person.txt rename to erpnext/setup/doctype/sales_person/sales_person.txt
diff --git a/setup/doctype/sales_person/test_sales_person.py b/erpnext/setup/doctype/sales_person/test_sales_person.py similarity index 100% rename from setup/doctype/sales_person/test_sales_person.py rename to erpnext/setup/doctype/sales_person/test_sales_person.py
diff --git a/setup/doctype/sms_parameter/README.md b/erpnext/setup/doctype/sms_parameter/README.md similarity index 100% rename from setup/doctype/sms_parameter/README.md rename to erpnext/setup/doctype/sms_parameter/README.md
diff --git a/setup/doctype/sms_parameter/__init__.py b/erpnext/setup/doctype/sms_parameter/__init__.py similarity index 100% rename from setup/doctype/sms_parameter/__init__.py rename to erpnext/setup/doctype/sms_parameter/__init__.py
diff --git a/setup/doctype/sms_parameter/sms_parameter.py b/erpnext/setup/doctype/sms_parameter/sms_parameter.py similarity index 100% rename from setup/doctype/sms_parameter/sms_parameter.py rename to erpnext/setup/doctype/sms_parameter/sms_parameter.py
diff --git a/setup/doctype/sms_parameter/sms_parameter.txt b/erpnext/setup/doctype/sms_parameter/sms_parameter.txt similarity index 100% rename from setup/doctype/sms_parameter/sms_parameter.txt rename to erpnext/setup/doctype/sms_parameter/sms_parameter.txt
diff --git a/setup/doctype/sms_settings/README.md b/erpnext/setup/doctype/sms_settings/README.md similarity index 100% rename from setup/doctype/sms_settings/README.md rename to erpnext/setup/doctype/sms_settings/README.md
diff --git a/setup/doctype/sms_settings/__init__.py b/erpnext/setup/doctype/sms_settings/__init__.py similarity index 100% rename from setup/doctype/sms_settings/__init__.py rename to erpnext/setup/doctype/sms_settings/__init__.py
diff --git a/setup/doctype/sms_settings/sms_settings.py b/erpnext/setup/doctype/sms_settings/sms_settings.py similarity index 100% rename from setup/doctype/sms_settings/sms_settings.py rename to erpnext/setup/doctype/sms_settings/sms_settings.py
diff --git a/setup/doctype/sms_settings/sms_settings.txt b/erpnext/setup/doctype/sms_settings/sms_settings.txt similarity index 100% rename from setup/doctype/sms_settings/sms_settings.txt rename to erpnext/setup/doctype/sms_settings/sms_settings.txt
diff --git a/setup/doctype/supplier_type/README.md b/erpnext/setup/doctype/supplier_type/README.md similarity index 100% rename from setup/doctype/supplier_type/README.md rename to erpnext/setup/doctype/supplier_type/README.md
diff --git a/setup/doctype/supplier_type/__init__.py b/erpnext/setup/doctype/supplier_type/__init__.py similarity index 100% rename from setup/doctype/supplier_type/__init__.py rename to erpnext/setup/doctype/supplier_type/__init__.py
diff --git a/setup/doctype/supplier_type/supplier_type.js b/erpnext/setup/doctype/supplier_type/supplier_type.js similarity index 100% rename from setup/doctype/supplier_type/supplier_type.js rename to erpnext/setup/doctype/supplier_type/supplier_type.js
diff --git a/setup/doctype/supplier_type/supplier_type.py b/erpnext/setup/doctype/supplier_type/supplier_type.py similarity index 100% rename from setup/doctype/supplier_type/supplier_type.py rename to erpnext/setup/doctype/supplier_type/supplier_type.py
diff --git a/setup/doctype/supplier_type/supplier_type.txt b/erpnext/setup/doctype/supplier_type/supplier_type.txt similarity index 100% rename from setup/doctype/supplier_type/supplier_type.txt rename to erpnext/setup/doctype/supplier_type/supplier_type.txt
diff --git a/setup/doctype/supplier_type/test_supplier_type.py b/erpnext/setup/doctype/supplier_type/test_supplier_type.py similarity index 100% rename from setup/doctype/supplier_type/test_supplier_type.py rename to erpnext/setup/doctype/supplier_type/test_supplier_type.py
diff --git a/setup/doctype/target_detail/README.md b/erpnext/setup/doctype/target_detail/README.md similarity index 100% rename from setup/doctype/target_detail/README.md rename to erpnext/setup/doctype/target_detail/README.md
diff --git a/setup/doctype/target_detail/__init__.py b/erpnext/setup/doctype/target_detail/__init__.py similarity index 100% rename from setup/doctype/target_detail/__init__.py rename to erpnext/setup/doctype/target_detail/__init__.py
diff --git a/setup/doctype/target_detail/target_detail.py b/erpnext/setup/doctype/target_detail/target_detail.py similarity index 100% rename from setup/doctype/target_detail/target_detail.py rename to erpnext/setup/doctype/target_detail/target_detail.py
diff --git a/setup/doctype/target_detail/target_detail.txt b/erpnext/setup/doctype/target_detail/target_detail.txt similarity index 100% rename from setup/doctype/target_detail/target_detail.txt rename to erpnext/setup/doctype/target_detail/target_detail.txt
diff --git a/setup/doctype/terms_and_conditions/README.md b/erpnext/setup/doctype/terms_and_conditions/README.md similarity index 100% rename from setup/doctype/terms_and_conditions/README.md rename to erpnext/setup/doctype/terms_and_conditions/README.md
diff --git a/setup/doctype/terms_and_conditions/__init__.py b/erpnext/setup/doctype/terms_and_conditions/__init__.py similarity index 100% rename from setup/doctype/terms_and_conditions/__init__.py rename to erpnext/setup/doctype/terms_and_conditions/__init__.py
diff --git a/setup/doctype/terms_and_conditions/terms_and_conditions.js b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.js similarity index 100% rename from setup/doctype/terms_and_conditions/terms_and_conditions.js rename to erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.js
diff --git a/setup/doctype/terms_and_conditions/terms_and_conditions.py b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.py similarity index 100% rename from setup/doctype/terms_and_conditions/terms_and_conditions.py rename to erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.py
diff --git a/setup/doctype/terms_and_conditions/terms_and_conditions.txt b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.txt similarity index 100% rename from setup/doctype/terms_and_conditions/terms_and_conditions.txt rename to erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.txt
diff --git a/setup/doctype/terms_and_conditions/test_terms_and_conditions.py b/erpnext/setup/doctype/terms_and_conditions/test_terms_and_conditions.py similarity index 100% rename from setup/doctype/terms_and_conditions/test_terms_and_conditions.py rename to erpnext/setup/doctype/terms_and_conditions/test_terms_and_conditions.py
diff --git a/setup/doctype/territory/README.md b/erpnext/setup/doctype/territory/README.md similarity index 100% rename from setup/doctype/territory/README.md rename to erpnext/setup/doctype/territory/README.md
diff --git a/setup/doctype/territory/__init__.py b/erpnext/setup/doctype/territory/__init__.py similarity index 100% rename from setup/doctype/territory/__init__.py rename to erpnext/setup/doctype/territory/__init__.py
diff --git a/setup/doctype/territory/territory.js b/erpnext/setup/doctype/territory/territory.js similarity index 100% rename from setup/doctype/territory/territory.js rename to erpnext/setup/doctype/territory/territory.js
diff --git a/setup/doctype/territory/territory.py b/erpnext/setup/doctype/territory/territory.py similarity index 100% rename from setup/doctype/territory/territory.py rename to erpnext/setup/doctype/territory/territory.py
diff --git a/setup/doctype/territory/territory.txt b/erpnext/setup/doctype/territory/territory.txt similarity index 100% rename from setup/doctype/territory/territory.txt rename to erpnext/setup/doctype/territory/territory.txt
diff --git a/setup/doctype/territory/test_territory.py b/erpnext/setup/doctype/territory/test_territory.py similarity index 100% rename from setup/doctype/territory/test_territory.py rename to erpnext/setup/doctype/territory/test_territory.py
diff --git a/setup/doctype/uom/README.md b/erpnext/setup/doctype/uom/README.md similarity index 100% rename from setup/doctype/uom/README.md rename to erpnext/setup/doctype/uom/README.md
diff --git a/setup/doctype/uom/__init__.py b/erpnext/setup/doctype/uom/__init__.py similarity index 100% rename from setup/doctype/uom/__init__.py rename to erpnext/setup/doctype/uom/__init__.py
diff --git a/setup/doctype/uom/test_uom.py b/erpnext/setup/doctype/uom/test_uom.py similarity index 100% rename from setup/doctype/uom/test_uom.py rename to erpnext/setup/doctype/uom/test_uom.py
diff --git a/setup/doctype/uom/uom.js b/erpnext/setup/doctype/uom/uom.js similarity index 100% rename from setup/doctype/uom/uom.js rename to erpnext/setup/doctype/uom/uom.js
diff --git a/setup/doctype/uom/uom.py b/erpnext/setup/doctype/uom/uom.py similarity index 100% rename from setup/doctype/uom/uom.py rename to erpnext/setup/doctype/uom/uom.py
diff --git a/setup/doctype/uom/uom.txt b/erpnext/setup/doctype/uom/uom.txt similarity index 100% rename from setup/doctype/uom/uom.txt rename to erpnext/setup/doctype/uom/uom.txt
diff --git a/setup/doctype/website_item_group/README.md b/erpnext/setup/doctype/website_item_group/README.md similarity index 100% rename from setup/doctype/website_item_group/README.md rename to erpnext/setup/doctype/website_item_group/README.md
diff --git a/setup/doctype/website_item_group/__init__.py b/erpnext/setup/doctype/website_item_group/__init__.py similarity index 100% rename from setup/doctype/website_item_group/__init__.py rename to erpnext/setup/doctype/website_item_group/__init__.py
diff --git a/setup/doctype/website_item_group/website_item_group.py b/erpnext/setup/doctype/website_item_group/website_item_group.py similarity index 100% rename from setup/doctype/website_item_group/website_item_group.py rename to erpnext/setup/doctype/website_item_group/website_item_group.py
diff --git a/setup/doctype/website_item_group/website_item_group.txt b/erpnext/setup/doctype/website_item_group/website_item_group.txt similarity index 100% rename from setup/doctype/website_item_group/website_item_group.txt rename to erpnext/setup/doctype/website_item_group/website_item_group.txt
diff --git a/setup/page/__init__.py b/erpnext/setup/page/__init__.py similarity index 100% rename from setup/page/__init__.py rename to erpnext/setup/page/__init__.py
diff --git a/setup/page/setup/__init__.py b/erpnext/setup/page/setup/__init__.py similarity index 100% rename from setup/page/setup/__init__.py rename to erpnext/setup/page/setup/__init__.py
diff --git a/setup/page/setup/setup.js b/erpnext/setup/page/setup/setup.js similarity index 100% rename from setup/page/setup/setup.js rename to erpnext/setup/page/setup/setup.js
diff --git a/setup/page/setup/setup.py b/erpnext/setup/page/setup/setup.py similarity index 100% rename from setup/page/setup/setup.py rename to erpnext/setup/page/setup/setup.py
diff --git a/setup/page/setup/setup.txt b/erpnext/setup/page/setup/setup.txt similarity index 100% rename from setup/page/setup/setup.txt rename to erpnext/setup/page/setup/setup.txt
diff --git a/setup/page/setup_wizard/__init__.py b/erpnext/setup/page/setup_wizard/__init__.py similarity index 100% rename from setup/page/setup_wizard/__init__.py rename to erpnext/setup/page/setup_wizard/__init__.py
diff --git a/setup/page/setup_wizard/setup_wizard.css b/erpnext/setup/page/setup_wizard/setup_wizard.css similarity index 100% rename from setup/page/setup_wizard/setup_wizard.css rename to erpnext/setup/page/setup_wizard/setup_wizard.css
diff --git a/setup/page/setup_wizard/setup_wizard.js b/erpnext/setup/page/setup_wizard/setup_wizard.js similarity index 100% rename from setup/page/setup_wizard/setup_wizard.js rename to erpnext/setup/page/setup_wizard/setup_wizard.js
diff --git a/setup/page/setup_wizard/setup_wizard.py b/erpnext/setup/page/setup_wizard/setup_wizard.py similarity index 100% rename from setup/page/setup_wizard/setup_wizard.py rename to erpnext/setup/page/setup_wizard/setup_wizard.py
diff --git a/setup/page/setup_wizard/setup_wizard.txt b/erpnext/setup/page/setup_wizard/setup_wizard.txt similarity index 100% rename from setup/page/setup_wizard/setup_wizard.txt rename to erpnext/setup/page/setup_wizard/setup_wizard.txt
diff --git a/setup/page/setup_wizard/test_setup_data.py b/erpnext/setup/page/setup_wizard/test_setup_data.py similarity index 100% rename from setup/page/setup_wizard/test_setup_data.py rename to erpnext/setup/page/setup_wizard/test_setup_data.py
diff --git a/setup/page/setup_wizard/test_setup_wizard.py b/erpnext/setup/page/setup_wizard/test_setup_wizard.py similarity index 100% rename from setup/page/setup_wizard/test_setup_wizard.py rename to erpnext/setup/page/setup_wizard/test_setup_wizard.py
diff --git a/setup/report/__init__.py b/erpnext/setup/report/__init__.py similarity index 100% rename from setup/report/__init__.py rename to erpnext/setup/report/__init__.py
diff --git a/setup/report/item_wise_price_list_rate/__init__.py b/erpnext/setup/report/item_wise_price_list_rate/__init__.py similarity index 100% rename from setup/report/item_wise_price_list_rate/__init__.py rename to erpnext/setup/report/item_wise_price_list_rate/__init__.py
diff --git a/setup/report/item_wise_price_list_rate/item_wise_price_list_rate.txt b/erpnext/setup/report/item_wise_price_list_rate/item_wise_price_list_rate.txt similarity index 100% rename from setup/report/item_wise_price_list_rate/item_wise_price_list_rate.txt rename to erpnext/setup/report/item_wise_price_list_rate/item_wise_price_list_rate.txt
diff --git a/setup/utils.py b/erpnext/setup/utils.py similarity index 100% rename from setup/utils.py rename to erpnext/setup/utils.py
diff --git a/startup/__init__.py b/erpnext/startup/__init__.py similarity index 100% rename from startup/__init__.py rename to erpnext/startup/__init__.py
diff --git a/startup/bean_handlers.py b/erpnext/startup/bean_handlers.py similarity index 100% rename from startup/bean_handlers.py rename to erpnext/startup/bean_handlers.py
diff --git a/startup/boot.py b/erpnext/startup/boot.py similarity index 100% rename from startup/boot.py rename to erpnext/startup/boot.py
diff --git a/startup/event_handlers.py b/erpnext/startup/event_handlers.py similarity index 100% rename from startup/event_handlers.py rename to erpnext/startup/event_handlers.py
diff --git a/startup/install.py b/erpnext/startup/install.py similarity index 100% rename from startup/install.py rename to erpnext/startup/install.py
diff --git a/startup/open_count.py b/erpnext/startup/open_count.py similarity index 100% rename from startup/open_count.py rename to erpnext/startup/open_count.py
diff --git a/startup/query_handlers.py b/erpnext/startup/query_handlers.py similarity index 100% rename from startup/query_handlers.py rename to erpnext/startup/query_handlers.py
diff --git a/startup/report_data_map.py b/erpnext/startup/report_data_map.py similarity index 100% rename from startup/report_data_map.py rename to erpnext/startup/report_data_map.py
diff --git a/startup/schedule_handlers.py b/erpnext/startup/schedule_handlers.py similarity index 100% rename from startup/schedule_handlers.py rename to erpnext/startup/schedule_handlers.py
diff --git a/startup/webutils.py b/erpnext/startup/webutils.py similarity index 100% rename from startup/webutils.py rename to erpnext/startup/webutils.py
diff --git a/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt b/erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt similarity index 100% rename from stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt rename to erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt
diff --git a/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt b/erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt similarity index 100% rename from stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt rename to erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt
diff --git a/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt b/erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt similarity index 100% rename from stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt rename to erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt
diff --git a/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt b/erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt similarity index 100% rename from stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt rename to erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt
diff --git a/stock/Print Format/Purchase Receipt Format/Purchase Receipt Format.txt b/erpnext/stock/Print Format/Purchase Receipt Format/Purchase Receipt Format.txt similarity index 100% rename from stock/Print Format/Purchase Receipt Format/Purchase Receipt Format.txt rename to erpnext/stock/Print Format/Purchase Receipt Format/Purchase Receipt Format.txt
diff --git a/stock/README.md b/erpnext/stock/README.md similarity index 100% rename from stock/README.md rename to erpnext/stock/README.md
diff --git a/stock/__init__.py b/erpnext/stock/__init__.py similarity index 100% rename from stock/__init__.py rename to erpnext/stock/__init__.py
diff --git a/stock/doctype/__init__.py b/erpnext/stock/doctype/__init__.py similarity index 100% rename from stock/doctype/__init__.py rename to erpnext/stock/doctype/__init__.py
diff --git a/stock/doctype/batch/README.md b/erpnext/stock/doctype/batch/README.md similarity index 100% rename from stock/doctype/batch/README.md rename to erpnext/stock/doctype/batch/README.md
diff --git a/stock/doctype/batch/__init__.py b/erpnext/stock/doctype/batch/__init__.py similarity index 100% rename from stock/doctype/batch/__init__.py rename to erpnext/stock/doctype/batch/__init__.py
diff --git a/stock/doctype/batch/batch.js b/erpnext/stock/doctype/batch/batch.js similarity index 100% rename from stock/doctype/batch/batch.js rename to erpnext/stock/doctype/batch/batch.js
diff --git a/stock/doctype/batch/batch.py b/erpnext/stock/doctype/batch/batch.py similarity index 100% rename from stock/doctype/batch/batch.py rename to erpnext/stock/doctype/batch/batch.py
diff --git a/stock/doctype/batch/batch.txt b/erpnext/stock/doctype/batch/batch.txt similarity index 100% rename from stock/doctype/batch/batch.txt rename to erpnext/stock/doctype/batch/batch.txt
diff --git a/stock/doctype/bin/README.md b/erpnext/stock/doctype/bin/README.md similarity index 100% rename from stock/doctype/bin/README.md rename to erpnext/stock/doctype/bin/README.md
diff --git a/stock/doctype/bin/__init__.py b/erpnext/stock/doctype/bin/__init__.py similarity index 100% rename from stock/doctype/bin/__init__.py rename to erpnext/stock/doctype/bin/__init__.py
diff --git a/stock/doctype/bin/bin.py b/erpnext/stock/doctype/bin/bin.py similarity index 100% rename from stock/doctype/bin/bin.py rename to erpnext/stock/doctype/bin/bin.py
diff --git a/stock/doctype/bin/bin.txt b/erpnext/stock/doctype/bin/bin.txt similarity index 100% rename from stock/doctype/bin/bin.txt rename to erpnext/stock/doctype/bin/bin.txt
diff --git a/stock/doctype/delivery_note/README.md b/erpnext/stock/doctype/delivery_note/README.md similarity index 100% rename from stock/doctype/delivery_note/README.md rename to erpnext/stock/doctype/delivery_note/README.md
diff --git a/stock/doctype/delivery_note/__init__.py b/erpnext/stock/doctype/delivery_note/__init__.py similarity index 100% rename from stock/doctype/delivery_note/__init__.py rename to erpnext/stock/doctype/delivery_note/__init__.py
diff --git a/stock/doctype/delivery_note/delivery_note.js b/erpnext/stock/doctype/delivery_note/delivery_note.js similarity index 100% rename from stock/doctype/delivery_note/delivery_note.js rename to erpnext/stock/doctype/delivery_note/delivery_note.js
diff --git a/stock/doctype/delivery_note/delivery_note.py b/erpnext/stock/doctype/delivery_note/delivery_note.py similarity index 100% rename from stock/doctype/delivery_note/delivery_note.py rename to erpnext/stock/doctype/delivery_note/delivery_note.py
diff --git a/stock/doctype/delivery_note/delivery_note.txt b/erpnext/stock/doctype/delivery_note/delivery_note.txt similarity index 100% rename from stock/doctype/delivery_note/delivery_note.txt rename to erpnext/stock/doctype/delivery_note/delivery_note.txt
diff --git a/stock/doctype/delivery_note/templates/__init__.py b/erpnext/stock/doctype/delivery_note/templates/__init__.py similarity index 100% rename from stock/doctype/delivery_note/templates/__init__.py rename to erpnext/stock/doctype/delivery_note/templates/__init__.py
diff --git a/stock/doctype/delivery_note/templates/pages/__init__.py b/erpnext/stock/doctype/delivery_note/templates/pages/__init__.py similarity index 100% rename from stock/doctype/delivery_note/templates/pages/__init__.py rename to erpnext/stock/doctype/delivery_note/templates/pages/__init__.py
diff --git a/stock/doctype/delivery_note/templates/pages/shipment.html b/erpnext/stock/doctype/delivery_note/templates/pages/shipment.html similarity index 100% rename from stock/doctype/delivery_note/templates/pages/shipment.html rename to erpnext/stock/doctype/delivery_note/templates/pages/shipment.html
diff --git a/stock/doctype/delivery_note/templates/pages/shipment.py b/erpnext/stock/doctype/delivery_note/templates/pages/shipment.py similarity index 100% rename from stock/doctype/delivery_note/templates/pages/shipment.py rename to erpnext/stock/doctype/delivery_note/templates/pages/shipment.py
diff --git a/stock/doctype/delivery_note/templates/pages/shipments.html b/erpnext/stock/doctype/delivery_note/templates/pages/shipments.html similarity index 100% rename from stock/doctype/delivery_note/templates/pages/shipments.html rename to erpnext/stock/doctype/delivery_note/templates/pages/shipments.html
diff --git a/stock/doctype/delivery_note/templates/pages/shipments.py b/erpnext/stock/doctype/delivery_note/templates/pages/shipments.py similarity index 100% rename from stock/doctype/delivery_note/templates/pages/shipments.py rename to erpnext/stock/doctype/delivery_note/templates/pages/shipments.py
diff --git a/stock/doctype/delivery_note/test_delivery_note.py b/erpnext/stock/doctype/delivery_note/test_delivery_note.py similarity index 100% rename from stock/doctype/delivery_note/test_delivery_note.py rename to erpnext/stock/doctype/delivery_note/test_delivery_note.py
diff --git a/stock/doctype/delivery_note_item/README.md b/erpnext/stock/doctype/delivery_note_item/README.md similarity index 100% rename from stock/doctype/delivery_note_item/README.md rename to erpnext/stock/doctype/delivery_note_item/README.md
diff --git a/stock/doctype/delivery_note_item/__init__.py b/erpnext/stock/doctype/delivery_note_item/__init__.py similarity index 100% rename from stock/doctype/delivery_note_item/__init__.py rename to erpnext/stock/doctype/delivery_note_item/__init__.py
diff --git a/stock/doctype/delivery_note_item/delivery_note_item.py b/erpnext/stock/doctype/delivery_note_item/delivery_note_item.py similarity index 100% rename from stock/doctype/delivery_note_item/delivery_note_item.py rename to erpnext/stock/doctype/delivery_note_item/delivery_note_item.py
diff --git a/stock/doctype/delivery_note_item/delivery_note_item.txt b/erpnext/stock/doctype/delivery_note_item/delivery_note_item.txt similarity index 100% rename from stock/doctype/delivery_note_item/delivery_note_item.txt rename to erpnext/stock/doctype/delivery_note_item/delivery_note_item.txt
diff --git a/stock/doctype/item/README.md b/erpnext/stock/doctype/item/README.md similarity index 100% rename from stock/doctype/item/README.md rename to erpnext/stock/doctype/item/README.md
diff --git a/stock/doctype/item/__init__.py b/erpnext/stock/doctype/item/__init__.py similarity index 100% rename from stock/doctype/item/__init__.py rename to erpnext/stock/doctype/item/__init__.py
diff --git a/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js similarity index 100% rename from stock/doctype/item/item.js rename to erpnext/stock/doctype/item/item.js
diff --git a/stock/doctype/item/item.py b/erpnext/stock/doctype/item/item.py similarity index 100% rename from stock/doctype/item/item.py rename to erpnext/stock/doctype/item/item.py
diff --git a/stock/doctype/item/item.txt b/erpnext/stock/doctype/item/item.txt similarity index 100% rename from stock/doctype/item/item.txt rename to erpnext/stock/doctype/item/item.txt
diff --git a/stock/doctype/item/templates/__init__.py b/erpnext/stock/doctype/item/templates/__init__.py similarity index 100% rename from stock/doctype/item/templates/__init__.py rename to erpnext/stock/doctype/item/templates/__init__.py
diff --git a/stock/doctype/item/templates/generators/__init__.py b/erpnext/stock/doctype/item/templates/generators/__init__.py similarity index 100% rename from stock/doctype/item/templates/generators/__init__.py rename to erpnext/stock/doctype/item/templates/generators/__init__.py
diff --git a/stock/doctype/item/templates/generators/item.html b/erpnext/stock/doctype/item/templates/generators/item.html similarity index 100% rename from stock/doctype/item/templates/generators/item.html rename to erpnext/stock/doctype/item/templates/generators/item.html
diff --git a/stock/doctype/item/templates/generators/item.py b/erpnext/stock/doctype/item/templates/generators/item.py similarity index 100% rename from stock/doctype/item/templates/generators/item.py rename to erpnext/stock/doctype/item/templates/generators/item.py
diff --git a/stock/doctype/item/templates/includes/product_breadcrumbs.html b/erpnext/stock/doctype/item/templates/includes/product_breadcrumbs.html similarity index 100% rename from stock/doctype/item/templates/includes/product_breadcrumbs.html rename to erpnext/stock/doctype/item/templates/includes/product_breadcrumbs.html
diff --git a/stock/doctype/item/templates/includes/product_in_grid.html b/erpnext/stock/doctype/item/templates/includes/product_in_grid.html similarity index 100% rename from stock/doctype/item/templates/includes/product_in_grid.html rename to erpnext/stock/doctype/item/templates/includes/product_in_grid.html
diff --git a/stock/doctype/item/templates/includes/product_in_list.html b/erpnext/stock/doctype/item/templates/includes/product_in_list.html similarity index 100% rename from stock/doctype/item/templates/includes/product_in_list.html rename to erpnext/stock/doctype/item/templates/includes/product_in_list.html
diff --git a/stock/doctype/item/templates/includes/product_list.js b/erpnext/stock/doctype/item/templates/includes/product_list.js similarity index 100% rename from stock/doctype/item/templates/includes/product_list.js rename to erpnext/stock/doctype/item/templates/includes/product_list.js
diff --git a/stock/doctype/item/templates/includes/product_missing_image.html b/erpnext/stock/doctype/item/templates/includes/product_missing_image.html similarity index 100% rename from stock/doctype/item/templates/includes/product_missing_image.html rename to erpnext/stock/doctype/item/templates/includes/product_missing_image.html
diff --git a/stock/doctype/item/templates/includes/product_page.css b/erpnext/stock/doctype/item/templates/includes/product_page.css similarity index 100% rename from stock/doctype/item/templates/includes/product_page.css rename to erpnext/stock/doctype/item/templates/includes/product_page.css
diff --git a/stock/doctype/item/templates/includes/product_page.js b/erpnext/stock/doctype/item/templates/includes/product_page.js similarity index 100% rename from stock/doctype/item/templates/includes/product_page.js rename to erpnext/stock/doctype/item/templates/includes/product_page.js
diff --git a/stock/doctype/item/templates/includes/product_search_box.html b/erpnext/stock/doctype/item/templates/includes/product_search_box.html similarity index 100% rename from stock/doctype/item/templates/includes/product_search_box.html rename to erpnext/stock/doctype/item/templates/includes/product_search_box.html
diff --git a/stock/doctype/item/templates/pages/__init__.py b/erpnext/stock/doctype/item/templates/pages/__init__.py similarity index 100% rename from stock/doctype/item/templates/pages/__init__.py rename to erpnext/stock/doctype/item/templates/pages/__init__.py
diff --git a/stock/doctype/item/templates/pages/product_search.html b/erpnext/stock/doctype/item/templates/pages/product_search.html similarity index 100% rename from stock/doctype/item/templates/pages/product_search.html rename to erpnext/stock/doctype/item/templates/pages/product_search.html
diff --git a/stock/doctype/item/templates/pages/product_search.py b/erpnext/stock/doctype/item/templates/pages/product_search.py similarity index 100% rename from stock/doctype/item/templates/pages/product_search.py rename to erpnext/stock/doctype/item/templates/pages/product_search.py
diff --git a/stock/doctype/item/test_item.py b/erpnext/stock/doctype/item/test_item.py similarity index 100% rename from stock/doctype/item/test_item.py rename to erpnext/stock/doctype/item/test_item.py
diff --git a/stock/doctype/item_customer_detail/README.md b/erpnext/stock/doctype/item_customer_detail/README.md similarity index 100% rename from stock/doctype/item_customer_detail/README.md rename to erpnext/stock/doctype/item_customer_detail/README.md
diff --git a/stock/doctype/item_customer_detail/__init__.py b/erpnext/stock/doctype/item_customer_detail/__init__.py similarity index 100% rename from stock/doctype/item_customer_detail/__init__.py rename to erpnext/stock/doctype/item_customer_detail/__init__.py
diff --git a/stock/doctype/item_customer_detail/item_customer_detail.py b/erpnext/stock/doctype/item_customer_detail/item_customer_detail.py similarity index 100% rename from stock/doctype/item_customer_detail/item_customer_detail.py rename to erpnext/stock/doctype/item_customer_detail/item_customer_detail.py
diff --git a/stock/doctype/item_customer_detail/item_customer_detail.txt b/erpnext/stock/doctype/item_customer_detail/item_customer_detail.txt similarity index 100% rename from stock/doctype/item_customer_detail/item_customer_detail.txt rename to erpnext/stock/doctype/item_customer_detail/item_customer_detail.txt
diff --git a/stock/doctype/item_price/README.md b/erpnext/stock/doctype/item_price/README.md similarity index 100% rename from stock/doctype/item_price/README.md rename to erpnext/stock/doctype/item_price/README.md
diff --git a/stock/doctype/item_price/__init__.py b/erpnext/stock/doctype/item_price/__init__.py similarity index 100% rename from stock/doctype/item_price/__init__.py rename to erpnext/stock/doctype/item_price/__init__.py
diff --git a/stock/doctype/item_price/item_price.js b/erpnext/stock/doctype/item_price/item_price.js similarity index 100% rename from stock/doctype/item_price/item_price.js rename to erpnext/stock/doctype/item_price/item_price.js
diff --git a/stock/doctype/item_price/item_price.py b/erpnext/stock/doctype/item_price/item_price.py similarity index 100% rename from stock/doctype/item_price/item_price.py rename to erpnext/stock/doctype/item_price/item_price.py
diff --git a/stock/doctype/item_price/item_price.txt b/erpnext/stock/doctype/item_price/item_price.txt similarity index 100% rename from stock/doctype/item_price/item_price.txt rename to erpnext/stock/doctype/item_price/item_price.txt
diff --git a/stock/doctype/item_price/test_item_price.py b/erpnext/stock/doctype/item_price/test_item_price.py similarity index 100% rename from stock/doctype/item_price/test_item_price.py rename to erpnext/stock/doctype/item_price/test_item_price.py
diff --git a/stock/doctype/item_quality_inspection_parameter/README.md b/erpnext/stock/doctype/item_quality_inspection_parameter/README.md similarity index 100% rename from stock/doctype/item_quality_inspection_parameter/README.md rename to erpnext/stock/doctype/item_quality_inspection_parameter/README.md
diff --git a/stock/doctype/item_quality_inspection_parameter/__init__.py b/erpnext/stock/doctype/item_quality_inspection_parameter/__init__.py similarity index 100% rename from stock/doctype/item_quality_inspection_parameter/__init__.py rename to erpnext/stock/doctype/item_quality_inspection_parameter/__init__.py
diff --git a/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.py b/erpnext/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.py similarity index 100% rename from stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.py rename to erpnext/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.py
diff --git a/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.txt b/erpnext/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.txt similarity index 100% rename from stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.txt rename to erpnext/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.txt
diff --git a/stock/doctype/item_reorder/README.md b/erpnext/stock/doctype/item_reorder/README.md similarity index 100% rename from stock/doctype/item_reorder/README.md rename to erpnext/stock/doctype/item_reorder/README.md
diff --git a/stock/doctype/item_reorder/__init__.py b/erpnext/stock/doctype/item_reorder/__init__.py similarity index 100% rename from stock/doctype/item_reorder/__init__.py rename to erpnext/stock/doctype/item_reorder/__init__.py
diff --git a/stock/doctype/item_reorder/item_reorder.py b/erpnext/stock/doctype/item_reorder/item_reorder.py similarity index 100% rename from stock/doctype/item_reorder/item_reorder.py rename to erpnext/stock/doctype/item_reorder/item_reorder.py
diff --git a/stock/doctype/item_reorder/item_reorder.txt b/erpnext/stock/doctype/item_reorder/item_reorder.txt similarity index 100% rename from stock/doctype/item_reorder/item_reorder.txt rename to erpnext/stock/doctype/item_reorder/item_reorder.txt
diff --git a/stock/doctype/item_supplier/README.md b/erpnext/stock/doctype/item_supplier/README.md similarity index 100% rename from stock/doctype/item_supplier/README.md rename to erpnext/stock/doctype/item_supplier/README.md
diff --git a/stock/doctype/item_supplier/__init__.py b/erpnext/stock/doctype/item_supplier/__init__.py similarity index 100% rename from stock/doctype/item_supplier/__init__.py rename to erpnext/stock/doctype/item_supplier/__init__.py
diff --git a/stock/doctype/item_supplier/item_supplier.py b/erpnext/stock/doctype/item_supplier/item_supplier.py similarity index 100% rename from stock/doctype/item_supplier/item_supplier.py rename to erpnext/stock/doctype/item_supplier/item_supplier.py
diff --git a/stock/doctype/item_supplier/item_supplier.txt b/erpnext/stock/doctype/item_supplier/item_supplier.txt similarity index 100% rename from stock/doctype/item_supplier/item_supplier.txt rename to erpnext/stock/doctype/item_supplier/item_supplier.txt
diff --git a/stock/doctype/item_tax/README.md b/erpnext/stock/doctype/item_tax/README.md similarity index 100% rename from stock/doctype/item_tax/README.md rename to erpnext/stock/doctype/item_tax/README.md
diff --git a/stock/doctype/item_tax/__init__.py b/erpnext/stock/doctype/item_tax/__init__.py similarity index 100% rename from stock/doctype/item_tax/__init__.py rename to erpnext/stock/doctype/item_tax/__init__.py
diff --git a/stock/doctype/item_tax/item_tax.py b/erpnext/stock/doctype/item_tax/item_tax.py similarity index 100% rename from stock/doctype/item_tax/item_tax.py rename to erpnext/stock/doctype/item_tax/item_tax.py
diff --git a/stock/doctype/item_tax/item_tax.txt b/erpnext/stock/doctype/item_tax/item_tax.txt similarity index 100% rename from stock/doctype/item_tax/item_tax.txt rename to erpnext/stock/doctype/item_tax/item_tax.txt
diff --git a/stock/doctype/item_website_specification/README.md b/erpnext/stock/doctype/item_website_specification/README.md similarity index 100% rename from stock/doctype/item_website_specification/README.md rename to erpnext/stock/doctype/item_website_specification/README.md
diff --git a/stock/doctype/item_website_specification/__init__.py b/erpnext/stock/doctype/item_website_specification/__init__.py similarity index 100% rename from stock/doctype/item_website_specification/__init__.py rename to erpnext/stock/doctype/item_website_specification/__init__.py
diff --git a/stock/doctype/item_website_specification/item_website_specification.py b/erpnext/stock/doctype/item_website_specification/item_website_specification.py similarity index 100% rename from stock/doctype/item_website_specification/item_website_specification.py rename to erpnext/stock/doctype/item_website_specification/item_website_specification.py
diff --git a/stock/doctype/item_website_specification/item_website_specification.txt b/erpnext/stock/doctype/item_website_specification/item_website_specification.txt similarity index 100% rename from stock/doctype/item_website_specification/item_website_specification.txt rename to erpnext/stock/doctype/item_website_specification/item_website_specification.txt
diff --git a/stock/doctype/landed_cost_item/README.md b/erpnext/stock/doctype/landed_cost_item/README.md similarity index 100% rename from stock/doctype/landed_cost_item/README.md rename to erpnext/stock/doctype/landed_cost_item/README.md
diff --git a/stock/doctype/landed_cost_item/__init__.py b/erpnext/stock/doctype/landed_cost_item/__init__.py similarity index 100% rename from stock/doctype/landed_cost_item/__init__.py rename to erpnext/stock/doctype/landed_cost_item/__init__.py
diff --git a/stock/doctype/landed_cost_item/landed_cost_item.py b/erpnext/stock/doctype/landed_cost_item/landed_cost_item.py similarity index 100% rename from stock/doctype/landed_cost_item/landed_cost_item.py rename to erpnext/stock/doctype/landed_cost_item/landed_cost_item.py
diff --git a/stock/doctype/landed_cost_item/landed_cost_item.txt b/erpnext/stock/doctype/landed_cost_item/landed_cost_item.txt similarity index 100% rename from stock/doctype/landed_cost_item/landed_cost_item.txt rename to erpnext/stock/doctype/landed_cost_item/landed_cost_item.txt
diff --git a/stock/doctype/landed_cost_purchase_receipt/README.md b/erpnext/stock/doctype/landed_cost_purchase_receipt/README.md similarity index 100% rename from stock/doctype/landed_cost_purchase_receipt/README.md rename to erpnext/stock/doctype/landed_cost_purchase_receipt/README.md
diff --git a/stock/doctype/landed_cost_purchase_receipt/__init__.py b/erpnext/stock/doctype/landed_cost_purchase_receipt/__init__.py similarity index 100% rename from stock/doctype/landed_cost_purchase_receipt/__init__.py rename to erpnext/stock/doctype/landed_cost_purchase_receipt/__init__.py
diff --git a/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.py b/erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.py similarity index 100% rename from stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.py rename to erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.py
diff --git a/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt b/erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt similarity index 100% rename from stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt rename to erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt
diff --git a/stock/doctype/landed_cost_wizard/README.md b/erpnext/stock/doctype/landed_cost_wizard/README.md similarity index 100% rename from stock/doctype/landed_cost_wizard/README.md rename to erpnext/stock/doctype/landed_cost_wizard/README.md
diff --git a/stock/doctype/landed_cost_wizard/__init__.py b/erpnext/stock/doctype/landed_cost_wizard/__init__.py similarity index 100% rename from stock/doctype/landed_cost_wizard/__init__.py rename to erpnext/stock/doctype/landed_cost_wizard/__init__.py
diff --git a/stock/doctype/landed_cost_wizard/landed_cost_wizard.js b/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.js similarity index 100% rename from stock/doctype/landed_cost_wizard/landed_cost_wizard.js rename to erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.js
diff --git a/stock/doctype/landed_cost_wizard/landed_cost_wizard.py b/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.py similarity index 100% rename from stock/doctype/landed_cost_wizard/landed_cost_wizard.py rename to erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.py
diff --git a/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt b/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt similarity index 100% rename from stock/doctype/landed_cost_wizard/landed_cost_wizard.txt rename to erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt
diff --git a/stock/doctype/material_request/README.md b/erpnext/stock/doctype/material_request/README.md similarity index 100% rename from stock/doctype/material_request/README.md rename to erpnext/stock/doctype/material_request/README.md
diff --git a/stock/doctype/material_request/__init__.py b/erpnext/stock/doctype/material_request/__init__.py similarity index 100% rename from stock/doctype/material_request/__init__.py rename to erpnext/stock/doctype/material_request/__init__.py
diff --git a/stock/doctype/material_request/material_request.js b/erpnext/stock/doctype/material_request/material_request.js similarity index 100% rename from stock/doctype/material_request/material_request.js rename to erpnext/stock/doctype/material_request/material_request.js
diff --git a/stock/doctype/material_request/material_request.py b/erpnext/stock/doctype/material_request/material_request.py similarity index 100% rename from stock/doctype/material_request/material_request.py rename to erpnext/stock/doctype/material_request/material_request.py
diff --git a/stock/doctype/material_request/material_request.txt b/erpnext/stock/doctype/material_request/material_request.txt similarity index 100% rename from stock/doctype/material_request/material_request.txt rename to erpnext/stock/doctype/material_request/material_request.txt
diff --git a/stock/doctype/material_request/test_material_request.py b/erpnext/stock/doctype/material_request/test_material_request.py similarity index 100% rename from stock/doctype/material_request/test_material_request.py rename to erpnext/stock/doctype/material_request/test_material_request.py
diff --git a/stock/doctype/material_request_item/README.md b/erpnext/stock/doctype/material_request_item/README.md similarity index 100% rename from stock/doctype/material_request_item/README.md rename to erpnext/stock/doctype/material_request_item/README.md
diff --git a/stock/doctype/material_request_item/__init__.py b/erpnext/stock/doctype/material_request_item/__init__.py similarity index 100% rename from stock/doctype/material_request_item/__init__.py rename to erpnext/stock/doctype/material_request_item/__init__.py
diff --git a/stock/doctype/material_request_item/material_request_item.py b/erpnext/stock/doctype/material_request_item/material_request_item.py similarity index 100% rename from stock/doctype/material_request_item/material_request_item.py rename to erpnext/stock/doctype/material_request_item/material_request_item.py
diff --git a/stock/doctype/material_request_item/material_request_item.txt b/erpnext/stock/doctype/material_request_item/material_request_item.txt similarity index 100% rename from stock/doctype/material_request_item/material_request_item.txt rename to erpnext/stock/doctype/material_request_item/material_request_item.txt
diff --git a/stock/doctype/packed_item/__init__.py b/erpnext/stock/doctype/packed_item/__init__.py similarity index 100% rename from stock/doctype/packed_item/__init__.py rename to erpnext/stock/doctype/packed_item/__init__.py
diff --git a/stock/doctype/packed_item/packed_item.py b/erpnext/stock/doctype/packed_item/packed_item.py similarity index 100% rename from stock/doctype/packed_item/packed_item.py rename to erpnext/stock/doctype/packed_item/packed_item.py
diff --git a/stock/doctype/packed_item/packed_item.txt b/erpnext/stock/doctype/packed_item/packed_item.txt similarity index 100% rename from stock/doctype/packed_item/packed_item.txt rename to erpnext/stock/doctype/packed_item/packed_item.txt
diff --git a/stock/doctype/packing_slip/README.md b/erpnext/stock/doctype/packing_slip/README.md similarity index 100% rename from stock/doctype/packing_slip/README.md rename to erpnext/stock/doctype/packing_slip/README.md
diff --git a/stock/doctype/packing_slip/__init__.py b/erpnext/stock/doctype/packing_slip/__init__.py similarity index 100% rename from stock/doctype/packing_slip/__init__.py rename to erpnext/stock/doctype/packing_slip/__init__.py
diff --git a/stock/doctype/packing_slip/packing_slip.js b/erpnext/stock/doctype/packing_slip/packing_slip.js similarity index 100% rename from stock/doctype/packing_slip/packing_slip.js rename to erpnext/stock/doctype/packing_slip/packing_slip.js
diff --git a/stock/doctype/packing_slip/packing_slip.py b/erpnext/stock/doctype/packing_slip/packing_slip.py similarity index 100% rename from stock/doctype/packing_slip/packing_slip.py rename to erpnext/stock/doctype/packing_slip/packing_slip.py
diff --git a/stock/doctype/packing_slip/packing_slip.txt b/erpnext/stock/doctype/packing_slip/packing_slip.txt similarity index 100% rename from stock/doctype/packing_slip/packing_slip.txt rename to erpnext/stock/doctype/packing_slip/packing_slip.txt
diff --git a/stock/doctype/packing_slip_item/README.md b/erpnext/stock/doctype/packing_slip_item/README.md similarity index 100% rename from stock/doctype/packing_slip_item/README.md rename to erpnext/stock/doctype/packing_slip_item/README.md
diff --git a/stock/doctype/packing_slip_item/__init__.py b/erpnext/stock/doctype/packing_slip_item/__init__.py similarity index 100% rename from stock/doctype/packing_slip_item/__init__.py rename to erpnext/stock/doctype/packing_slip_item/__init__.py
diff --git a/stock/doctype/packing_slip_item/packing_slip_item.py b/erpnext/stock/doctype/packing_slip_item/packing_slip_item.py similarity index 100% rename from stock/doctype/packing_slip_item/packing_slip_item.py rename to erpnext/stock/doctype/packing_slip_item/packing_slip_item.py
diff --git a/stock/doctype/packing_slip_item/packing_slip_item.txt b/erpnext/stock/doctype/packing_slip_item/packing_slip_item.txt similarity index 100% rename from stock/doctype/packing_slip_item/packing_slip_item.txt rename to erpnext/stock/doctype/packing_slip_item/packing_slip_item.txt
diff --git a/stock/doctype/price_list/README.md b/erpnext/stock/doctype/price_list/README.md similarity index 100% rename from stock/doctype/price_list/README.md rename to erpnext/stock/doctype/price_list/README.md
diff --git a/stock/doctype/price_list/__init__.py b/erpnext/stock/doctype/price_list/__init__.py similarity index 100% rename from stock/doctype/price_list/__init__.py rename to erpnext/stock/doctype/price_list/__init__.py
diff --git a/stock/doctype/price_list/price_list.css b/erpnext/stock/doctype/price_list/price_list.css similarity index 100% rename from stock/doctype/price_list/price_list.css rename to erpnext/stock/doctype/price_list/price_list.css
diff --git a/stock/doctype/price_list/price_list.js b/erpnext/stock/doctype/price_list/price_list.js similarity index 100% rename from stock/doctype/price_list/price_list.js rename to erpnext/stock/doctype/price_list/price_list.js
diff --git a/stock/doctype/price_list/price_list.py b/erpnext/stock/doctype/price_list/price_list.py similarity index 100% rename from stock/doctype/price_list/price_list.py rename to erpnext/stock/doctype/price_list/price_list.py
diff --git a/stock/doctype/price_list/price_list.txt b/erpnext/stock/doctype/price_list/price_list.txt similarity index 100% rename from stock/doctype/price_list/price_list.txt rename to erpnext/stock/doctype/price_list/price_list.txt
diff --git a/stock/doctype/price_list/test_price_list.py b/erpnext/stock/doctype/price_list/test_price_list.py similarity index 100% rename from stock/doctype/price_list/test_price_list.py rename to erpnext/stock/doctype/price_list/test_price_list.py
diff --git a/stock/doctype/purchase_receipt/README.md b/erpnext/stock/doctype/purchase_receipt/README.md similarity index 100% rename from stock/doctype/purchase_receipt/README.md rename to erpnext/stock/doctype/purchase_receipt/README.md
diff --git a/stock/doctype/purchase_receipt/__init__.py b/erpnext/stock/doctype/purchase_receipt/__init__.py similarity index 100% rename from stock/doctype/purchase_receipt/__init__.py rename to erpnext/stock/doctype/purchase_receipt/__init__.py
diff --git a/stock/doctype/purchase_receipt/purchase_receipt.js b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js similarity index 100% rename from stock/doctype/purchase_receipt/purchase_receipt.js rename to erpnext/stock/doctype/purchase_receipt/purchase_receipt.js
diff --git a/stock/doctype/purchase_receipt/purchase_receipt.py b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py similarity index 100% rename from stock/doctype/purchase_receipt/purchase_receipt.py rename to erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
diff --git a/stock/doctype/purchase_receipt/purchase_receipt.txt b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.txt similarity index 100% rename from stock/doctype/purchase_receipt/purchase_receipt.txt rename to erpnext/stock/doctype/purchase_receipt/purchase_receipt.txt
diff --git a/stock/doctype/purchase_receipt/test_purchase_receipt.py b/erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py similarity index 100% rename from stock/doctype/purchase_receipt/test_purchase_receipt.py rename to erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
diff --git a/stock/doctype/purchase_receipt_item/README.md b/erpnext/stock/doctype/purchase_receipt_item/README.md similarity index 100% rename from stock/doctype/purchase_receipt_item/README.md rename to erpnext/stock/doctype/purchase_receipt_item/README.md
diff --git a/stock/doctype/purchase_receipt_item/__init__.py b/erpnext/stock/doctype/purchase_receipt_item/__init__.py similarity index 100% rename from stock/doctype/purchase_receipt_item/__init__.py rename to erpnext/stock/doctype/purchase_receipt_item/__init__.py
diff --git a/stock/doctype/purchase_receipt_item/purchase_receipt_item.py b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.py similarity index 100% rename from stock/doctype/purchase_receipt_item/purchase_receipt_item.py rename to erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.py
diff --git a/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt similarity index 100% rename from stock/doctype/purchase_receipt_item/purchase_receipt_item.txt rename to erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt
diff --git a/stock/doctype/sales_bom/README.md b/erpnext/stock/doctype/sales_bom/README.md similarity index 100% rename from stock/doctype/sales_bom/README.md rename to erpnext/stock/doctype/sales_bom/README.md
diff --git a/stock/doctype/sales_bom_item/README.md b/erpnext/stock/doctype/sales_bom_item/README.md similarity index 100% rename from stock/doctype/sales_bom_item/README.md rename to erpnext/stock/doctype/sales_bom_item/README.md
diff --git a/stock/doctype/serial_no/README.md b/erpnext/stock/doctype/serial_no/README.md similarity index 100% rename from stock/doctype/serial_no/README.md rename to erpnext/stock/doctype/serial_no/README.md
diff --git a/stock/doctype/serial_no/__init__.py b/erpnext/stock/doctype/serial_no/__init__.py similarity index 100% rename from stock/doctype/serial_no/__init__.py rename to erpnext/stock/doctype/serial_no/__init__.py
diff --git a/stock/doctype/serial_no/serial_no.js b/erpnext/stock/doctype/serial_no/serial_no.js similarity index 100% rename from stock/doctype/serial_no/serial_no.js rename to erpnext/stock/doctype/serial_no/serial_no.js
diff --git a/stock/doctype/serial_no/serial_no.py b/erpnext/stock/doctype/serial_no/serial_no.py similarity index 100% rename from stock/doctype/serial_no/serial_no.py rename to erpnext/stock/doctype/serial_no/serial_no.py
diff --git a/stock/doctype/serial_no/serial_no.txt b/erpnext/stock/doctype/serial_no/serial_no.txt similarity index 100% rename from stock/doctype/serial_no/serial_no.txt rename to erpnext/stock/doctype/serial_no/serial_no.txt
diff --git a/stock/doctype/serial_no/test_serial_no.py b/erpnext/stock/doctype/serial_no/test_serial_no.py similarity index 100% rename from stock/doctype/serial_no/test_serial_no.py rename to erpnext/stock/doctype/serial_no/test_serial_no.py
diff --git a/stock/doctype/stock_entry/README.md b/erpnext/stock/doctype/stock_entry/README.md similarity index 100% rename from stock/doctype/stock_entry/README.md rename to erpnext/stock/doctype/stock_entry/README.md
diff --git a/stock/doctype/stock_entry/__init__.py b/erpnext/stock/doctype/stock_entry/__init__.py similarity index 100% rename from stock/doctype/stock_entry/__init__.py rename to erpnext/stock/doctype/stock_entry/__init__.py
diff --git a/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js similarity index 100% rename from stock/doctype/stock_entry/stock_entry.js rename to erpnext/stock/doctype/stock_entry/stock_entry.js
diff --git a/stock/doctype/stock_entry/stock_entry.py b/erpnext/stock/doctype/stock_entry/stock_entry.py similarity index 100% rename from stock/doctype/stock_entry/stock_entry.py rename to erpnext/stock/doctype/stock_entry/stock_entry.py
diff --git a/stock/doctype/stock_entry/stock_entry.txt b/erpnext/stock/doctype/stock_entry/stock_entry.txt similarity index 100% rename from stock/doctype/stock_entry/stock_entry.txt rename to erpnext/stock/doctype/stock_entry/stock_entry.txt
diff --git a/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py similarity index 100% rename from stock/doctype/stock_entry/test_stock_entry.py rename to erpnext/stock/doctype/stock_entry/test_stock_entry.py
diff --git a/stock/doctype/stock_entry_detail/README.md b/erpnext/stock/doctype/stock_entry_detail/README.md similarity index 100% rename from stock/doctype/stock_entry_detail/README.md rename to erpnext/stock/doctype/stock_entry_detail/README.md
diff --git a/stock/doctype/stock_entry_detail/__init__.py b/erpnext/stock/doctype/stock_entry_detail/__init__.py similarity index 100% rename from stock/doctype/stock_entry_detail/__init__.py rename to erpnext/stock/doctype/stock_entry_detail/__init__.py
diff --git a/stock/doctype/stock_entry_detail/stock_entry_detail.py b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.py similarity index 100% rename from stock/doctype/stock_entry_detail/stock_entry_detail.py rename to erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.py
diff --git a/stock/doctype/stock_entry_detail/stock_entry_detail.txt b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.txt similarity index 100% rename from stock/doctype/stock_entry_detail/stock_entry_detail.txt rename to erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.txt
diff --git a/stock/doctype/stock_ledger/stock_ledger.py b/erpnext/stock/doctype/stock_ledger/stock_ledger.py similarity index 100% rename from stock/doctype/stock_ledger/stock_ledger.py rename to erpnext/stock/doctype/stock_ledger/stock_ledger.py
diff --git a/stock/doctype/stock_ledger_entry/README.md b/erpnext/stock/doctype/stock_ledger_entry/README.md similarity index 100% rename from stock/doctype/stock_ledger_entry/README.md rename to erpnext/stock/doctype/stock_ledger_entry/README.md
diff --git a/stock/doctype/stock_ledger_entry/__init__.py b/erpnext/stock/doctype/stock_ledger_entry/__init__.py similarity index 100% rename from stock/doctype/stock_ledger_entry/__init__.py rename to erpnext/stock/doctype/stock_ledger_entry/__init__.py
diff --git a/stock/doctype/stock_ledger_entry/stock_ledger_entry.py b/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py similarity index 100% rename from stock/doctype/stock_ledger_entry/stock_ledger_entry.py rename to erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py
diff --git a/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt b/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt similarity index 100% rename from stock/doctype/stock_ledger_entry/stock_ledger_entry.txt rename to erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt
diff --git a/stock/doctype/stock_reconciliation/README.md b/erpnext/stock/doctype/stock_reconciliation/README.md similarity index 100% rename from stock/doctype/stock_reconciliation/README.md rename to erpnext/stock/doctype/stock_reconciliation/README.md
diff --git a/stock/doctype/stock_reconciliation/__init__.py b/erpnext/stock/doctype/stock_reconciliation/__init__.py similarity index 100% rename from stock/doctype/stock_reconciliation/__init__.py rename to erpnext/stock/doctype/stock_reconciliation/__init__.py
diff --git a/stock/doctype/stock_reconciliation/stock_reconciliation.js b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js similarity index 100% rename from stock/doctype/stock_reconciliation/stock_reconciliation.js rename to erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js
diff --git a/stock/doctype/stock_reconciliation/stock_reconciliation.py b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py similarity index 100% rename from stock/doctype/stock_reconciliation/stock_reconciliation.py rename to erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
diff --git a/stock/doctype/stock_reconciliation/stock_reconciliation.txt b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.txt similarity index 100% rename from stock/doctype/stock_reconciliation/stock_reconciliation.txt rename to erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.txt
diff --git a/stock/doctype/stock_reconciliation/test_stock_reconciliation.py b/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py similarity index 100% rename from stock/doctype/stock_reconciliation/test_stock_reconciliation.py rename to erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py
diff --git a/stock/doctype/stock_settings/__init__.py b/erpnext/stock/doctype/stock_settings/__init__.py similarity index 100% rename from stock/doctype/stock_settings/__init__.py rename to erpnext/stock/doctype/stock_settings/__init__.py
diff --git a/stock/doctype/stock_settings/stock_settings.py b/erpnext/stock/doctype/stock_settings/stock_settings.py similarity index 100% rename from stock/doctype/stock_settings/stock_settings.py rename to erpnext/stock/doctype/stock_settings/stock_settings.py
diff --git a/stock/doctype/stock_settings/stock_settings.txt b/erpnext/stock/doctype/stock_settings/stock_settings.txt similarity index 100% rename from stock/doctype/stock_settings/stock_settings.txt rename to erpnext/stock/doctype/stock_settings/stock_settings.txt
diff --git a/stock/doctype/stock_uom_replace_utility/README.md b/erpnext/stock/doctype/stock_uom_replace_utility/README.md similarity index 100% rename from stock/doctype/stock_uom_replace_utility/README.md rename to erpnext/stock/doctype/stock_uom_replace_utility/README.md
diff --git a/stock/doctype/stock_uom_replace_utility/__init__.py b/erpnext/stock/doctype/stock_uom_replace_utility/__init__.py similarity index 100% rename from stock/doctype/stock_uom_replace_utility/__init__.py rename to erpnext/stock/doctype/stock_uom_replace_utility/__init__.py
diff --git a/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.js b/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.js similarity index 100% rename from stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.js rename to erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.js
diff --git a/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py b/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py similarity index 100% rename from stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py rename to erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py
diff --git a/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.txt b/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.txt similarity index 100% rename from stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.txt rename to erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.txt
diff --git a/stock/doctype/uom_conversion_detail/README.md b/erpnext/stock/doctype/uom_conversion_detail/README.md similarity index 100% rename from stock/doctype/uom_conversion_detail/README.md rename to erpnext/stock/doctype/uom_conversion_detail/README.md
diff --git a/stock/doctype/uom_conversion_detail/__init__.py b/erpnext/stock/doctype/uom_conversion_detail/__init__.py similarity index 100% rename from stock/doctype/uom_conversion_detail/__init__.py rename to erpnext/stock/doctype/uom_conversion_detail/__init__.py
diff --git a/stock/doctype/uom_conversion_detail/uom_conversion_detail.py b/erpnext/stock/doctype/uom_conversion_detail/uom_conversion_detail.py similarity index 100% rename from stock/doctype/uom_conversion_detail/uom_conversion_detail.py rename to erpnext/stock/doctype/uom_conversion_detail/uom_conversion_detail.py
diff --git a/stock/doctype/uom_conversion_detail/uom_conversion_detail.txt b/erpnext/stock/doctype/uom_conversion_detail/uom_conversion_detail.txt similarity index 100% rename from stock/doctype/uom_conversion_detail/uom_conversion_detail.txt rename to erpnext/stock/doctype/uom_conversion_detail/uom_conversion_detail.txt
diff --git a/stock/doctype/warehouse/README.md b/erpnext/stock/doctype/warehouse/README.md similarity index 100% rename from stock/doctype/warehouse/README.md rename to erpnext/stock/doctype/warehouse/README.md
diff --git a/stock/doctype/warehouse/__init__.py b/erpnext/stock/doctype/warehouse/__init__.py similarity index 100% rename from stock/doctype/warehouse/__init__.py rename to erpnext/stock/doctype/warehouse/__init__.py
diff --git a/stock/doctype/warehouse/test_warehouse.py b/erpnext/stock/doctype/warehouse/test_warehouse.py similarity index 100% rename from stock/doctype/warehouse/test_warehouse.py rename to erpnext/stock/doctype/warehouse/test_warehouse.py
diff --git a/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js similarity index 100% rename from stock/doctype/warehouse/warehouse.js rename to erpnext/stock/doctype/warehouse/warehouse.js
diff --git a/stock/doctype/warehouse/warehouse.py b/erpnext/stock/doctype/warehouse/warehouse.py similarity index 100% rename from stock/doctype/warehouse/warehouse.py rename to erpnext/stock/doctype/warehouse/warehouse.py
diff --git a/stock/doctype/warehouse/warehouse.txt b/erpnext/stock/doctype/warehouse/warehouse.txt similarity index 100% rename from stock/doctype/warehouse/warehouse.txt rename to erpnext/stock/doctype/warehouse/warehouse.txt
diff --git a/stock/doctype/warehouse_user/README.md b/erpnext/stock/doctype/warehouse_user/README.md similarity index 100% rename from stock/doctype/warehouse_user/README.md rename to erpnext/stock/doctype/warehouse_user/README.md
diff --git a/stock/doctype/warehouse_user/__init__.py b/erpnext/stock/doctype/warehouse_user/__init__.py similarity index 100% rename from stock/doctype/warehouse_user/__init__.py rename to erpnext/stock/doctype/warehouse_user/__init__.py
diff --git a/stock/doctype/warehouse_user/warehouse_user.py b/erpnext/stock/doctype/warehouse_user/warehouse_user.py similarity index 100% rename from stock/doctype/warehouse_user/warehouse_user.py rename to erpnext/stock/doctype/warehouse_user/warehouse_user.py
diff --git a/stock/doctype/warehouse_user/warehouse_user.txt b/erpnext/stock/doctype/warehouse_user/warehouse_user.txt similarity index 100% rename from stock/doctype/warehouse_user/warehouse_user.txt rename to erpnext/stock/doctype/warehouse_user/warehouse_user.txt
diff --git a/stock/page/__init__.py b/erpnext/stock/page/__init__.py similarity index 100% rename from stock/page/__init__.py rename to erpnext/stock/page/__init__.py
diff --git a/stock/page/stock_ageing/README.md b/erpnext/stock/page/stock_ageing/README.md similarity index 100% rename from stock/page/stock_ageing/README.md rename to erpnext/stock/page/stock_ageing/README.md
diff --git a/stock/page/stock_ageing/__init__.py b/erpnext/stock/page/stock_ageing/__init__.py similarity index 100% rename from stock/page/stock_ageing/__init__.py rename to erpnext/stock/page/stock_ageing/__init__.py
diff --git a/stock/page/stock_ageing/stock_ageing.js b/erpnext/stock/page/stock_ageing/stock_ageing.js similarity index 100% rename from stock/page/stock_ageing/stock_ageing.js rename to erpnext/stock/page/stock_ageing/stock_ageing.js
diff --git a/stock/page/stock_ageing/stock_ageing.txt b/erpnext/stock/page/stock_ageing/stock_ageing.txt similarity index 100% rename from stock/page/stock_ageing/stock_ageing.txt rename to erpnext/stock/page/stock_ageing/stock_ageing.txt
diff --git a/stock/page/stock_analytics/README.md b/erpnext/stock/page/stock_analytics/README.md similarity index 100% rename from stock/page/stock_analytics/README.md rename to erpnext/stock/page/stock_analytics/README.md
diff --git a/stock/page/stock_analytics/__init__.py b/erpnext/stock/page/stock_analytics/__init__.py similarity index 100% rename from stock/page/stock_analytics/__init__.py rename to erpnext/stock/page/stock_analytics/__init__.py
diff --git a/stock/page/stock_analytics/stock_analytics.js b/erpnext/stock/page/stock_analytics/stock_analytics.js similarity index 100% rename from stock/page/stock_analytics/stock_analytics.js rename to erpnext/stock/page/stock_analytics/stock_analytics.js
diff --git a/stock/page/stock_analytics/stock_analytics.txt b/erpnext/stock/page/stock_analytics/stock_analytics.txt similarity index 100% rename from stock/page/stock_analytics/stock_analytics.txt rename to erpnext/stock/page/stock_analytics/stock_analytics.txt
diff --git a/stock/page/stock_balance/README.md b/erpnext/stock/page/stock_balance/README.md similarity index 100% rename from stock/page/stock_balance/README.md rename to erpnext/stock/page/stock_balance/README.md
diff --git a/stock/page/stock_balance/__init__.py b/erpnext/stock/page/stock_balance/__init__.py similarity index 100% rename from stock/page/stock_balance/__init__.py rename to erpnext/stock/page/stock_balance/__init__.py
diff --git a/stock/page/stock_balance/stock_balance.js b/erpnext/stock/page/stock_balance/stock_balance.js similarity index 100% rename from stock/page/stock_balance/stock_balance.js rename to erpnext/stock/page/stock_balance/stock_balance.js
diff --git a/stock/page/stock_balance/stock_balance.txt b/erpnext/stock/page/stock_balance/stock_balance.txt similarity index 100% rename from stock/page/stock_balance/stock_balance.txt rename to erpnext/stock/page/stock_balance/stock_balance.txt
diff --git a/stock/page/stock_home/__init__.py b/erpnext/stock/page/stock_home/__init__.py similarity index 100% rename from stock/page/stock_home/__init__.py rename to erpnext/stock/page/stock_home/__init__.py
diff --git a/stock/page/stock_home/stock_home.js b/erpnext/stock/page/stock_home/stock_home.js similarity index 100% rename from stock/page/stock_home/stock_home.js rename to erpnext/stock/page/stock_home/stock_home.js
diff --git a/stock/page/stock_home/stock_home.txt b/erpnext/stock/page/stock_home/stock_home.txt similarity index 100% rename from stock/page/stock_home/stock_home.txt rename to erpnext/stock/page/stock_home/stock_home.txt
diff --git a/stock/page/stock_ledger/README.md b/erpnext/stock/page/stock_ledger/README.md similarity index 100% rename from stock/page/stock_ledger/README.md rename to erpnext/stock/page/stock_ledger/README.md
diff --git a/stock/page/stock_ledger/__init__.py b/erpnext/stock/page/stock_ledger/__init__.py similarity index 100% rename from stock/page/stock_ledger/__init__.py rename to erpnext/stock/page/stock_ledger/__init__.py
diff --git a/stock/page/stock_ledger/stock_ledger.js b/erpnext/stock/page/stock_ledger/stock_ledger.js similarity index 100% rename from stock/page/stock_ledger/stock_ledger.js rename to erpnext/stock/page/stock_ledger/stock_ledger.js
diff --git a/stock/page/stock_ledger/stock_ledger.txt b/erpnext/stock/page/stock_ledger/stock_ledger.txt similarity index 100% rename from stock/page/stock_ledger/stock_ledger.txt rename to erpnext/stock/page/stock_ledger/stock_ledger.txt
diff --git a/stock/page/stock_level/README.md b/erpnext/stock/page/stock_level/README.md similarity index 100% rename from stock/page/stock_level/README.md rename to erpnext/stock/page/stock_level/README.md
diff --git a/stock/page/stock_level/__init__.py b/erpnext/stock/page/stock_level/__init__.py similarity index 100% rename from stock/page/stock_level/__init__.py rename to erpnext/stock/page/stock_level/__init__.py
diff --git a/stock/page/stock_level/stock_level.js b/erpnext/stock/page/stock_level/stock_level.js similarity index 100% rename from stock/page/stock_level/stock_level.js rename to erpnext/stock/page/stock_level/stock_level.js
diff --git a/stock/page/stock_level/stock_level.txt b/erpnext/stock/page/stock_level/stock_level.txt similarity index 100% rename from stock/page/stock_level/stock_level.txt rename to erpnext/stock/page/stock_level/stock_level.txt
diff --git a/stock/report/__init__.py b/erpnext/stock/report/__init__.py similarity index 100% rename from stock/report/__init__.py rename to erpnext/stock/report/__init__.py
diff --git a/stock/report/batch_wise_balance_history/__init__.py b/erpnext/stock/report/batch_wise_balance_history/__init__.py similarity index 100% rename from stock/report/batch_wise_balance_history/__init__.py rename to erpnext/stock/report/batch_wise_balance_history/__init__.py
diff --git a/stock/report/batch_wise_balance_history/batch_wise_balance_history.js b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.js similarity index 100% rename from stock/report/batch_wise_balance_history/batch_wise_balance_history.js rename to erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.js
diff --git a/stock/report/batch_wise_balance_history/batch_wise_balance_history.py b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py similarity index 100% rename from stock/report/batch_wise_balance_history/batch_wise_balance_history.py rename to erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py
diff --git a/stock/report/batch_wise_balance_history/batch_wise_balance_history.txt b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.txt similarity index 100% rename from stock/report/batch_wise_balance_history/batch_wise_balance_history.txt rename to erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.txt
diff --git a/stock/report/delivery_note_trends/__init__.py b/erpnext/stock/report/delivery_note_trends/__init__.py similarity index 100% rename from stock/report/delivery_note_trends/__init__.py rename to erpnext/stock/report/delivery_note_trends/__init__.py
diff --git a/stock/report/delivery_note_trends/delivery_note_trends.js b/erpnext/stock/report/delivery_note_trends/delivery_note_trends.js similarity index 100% rename from stock/report/delivery_note_trends/delivery_note_trends.js rename to erpnext/stock/report/delivery_note_trends/delivery_note_trends.js
diff --git a/stock/report/delivery_note_trends/delivery_note_trends.py b/erpnext/stock/report/delivery_note_trends/delivery_note_trends.py similarity index 100% rename from stock/report/delivery_note_trends/delivery_note_trends.py rename to erpnext/stock/report/delivery_note_trends/delivery_note_trends.py
diff --git a/stock/report/delivery_note_trends/delivery_note_trends.txt b/erpnext/stock/report/delivery_note_trends/delivery_note_trends.txt similarity index 100% rename from stock/report/delivery_note_trends/delivery_note_trends.txt rename to erpnext/stock/report/delivery_note_trends/delivery_note_trends.txt
diff --git a/stock/report/item_prices/__init__.py b/erpnext/stock/report/item_prices/__init__.py similarity index 100% rename from stock/report/item_prices/__init__.py rename to erpnext/stock/report/item_prices/__init__.py
diff --git a/stock/report/item_prices/item_prices.py b/erpnext/stock/report/item_prices/item_prices.py similarity index 100% rename from stock/report/item_prices/item_prices.py rename to erpnext/stock/report/item_prices/item_prices.py
diff --git a/stock/report/item_prices/item_prices.txt b/erpnext/stock/report/item_prices/item_prices.txt similarity index 100% rename from stock/report/item_prices/item_prices.txt rename to erpnext/stock/report/item_prices/item_prices.txt
diff --git a/stock/report/item_shortage_report/__init__.py b/erpnext/stock/report/item_shortage_report/__init__.py similarity index 100% rename from stock/report/item_shortage_report/__init__.py rename to erpnext/stock/report/item_shortage_report/__init__.py
diff --git a/stock/report/item_shortage_report/item_shortage_report.txt b/erpnext/stock/report/item_shortage_report/item_shortage_report.txt similarity index 100% rename from stock/report/item_shortage_report/item_shortage_report.txt rename to erpnext/stock/report/item_shortage_report/item_shortage_report.txt
diff --git a/stock/report/items_to_be_requested/__init__.py b/erpnext/stock/report/items_to_be_requested/__init__.py similarity index 100% rename from stock/report/items_to_be_requested/__init__.py rename to erpnext/stock/report/items_to_be_requested/__init__.py
diff --git a/stock/report/items_to_be_requested/items_to_be_requested.txt b/erpnext/stock/report/items_to_be_requested/items_to_be_requested.txt similarity index 100% rename from stock/report/items_to_be_requested/items_to_be_requested.txt rename to erpnext/stock/report/items_to_be_requested/items_to_be_requested.txt
diff --git a/stock/report/itemwise_recommended_reorder_level/__init__.py b/erpnext/stock/report/itemwise_recommended_reorder_level/__init__.py similarity index 100% rename from stock/report/itemwise_recommended_reorder_level/__init__.py rename to erpnext/stock/report/itemwise_recommended_reorder_level/__init__.py
diff --git a/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.js b/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.js similarity index 100% rename from stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.js rename to erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.js
diff --git a/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py b/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py similarity index 100% rename from stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py rename to erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py
diff --git a/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.txt b/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.txt similarity index 100% rename from stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.txt rename to erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.txt
diff --git a/stock/report/material_requests_for_which_supplier_quotations_are_not_created/__init__.py b/erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/__init__.py similarity index 100% rename from stock/report/material_requests_for_which_supplier_quotations_are_not_created/__init__.py rename to erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/__init__.py
diff --git a/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.txt b/erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.txt similarity index 100% rename from stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.txt rename to erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.txt
diff --git a/stock/report/ordered_items_to_be_delivered/__init__.py b/erpnext/stock/report/ordered_items_to_be_delivered/__init__.py similarity index 100% rename from stock/report/ordered_items_to_be_delivered/__init__.py rename to erpnext/stock/report/ordered_items_to_be_delivered/__init__.py
diff --git a/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.txt b/erpnext/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.txt similarity index 100% rename from stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.txt rename to erpnext/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.txt
diff --git a/stock/report/purchase_in_transit/__init__.py b/erpnext/stock/report/purchase_in_transit/__init__.py similarity index 100% rename from stock/report/purchase_in_transit/__init__.py rename to erpnext/stock/report/purchase_in_transit/__init__.py
diff --git a/stock/report/purchase_in_transit/purchase_in_transit.txt b/erpnext/stock/report/purchase_in_transit/purchase_in_transit.txt similarity index 100% rename from stock/report/purchase_in_transit/purchase_in_transit.txt rename to erpnext/stock/report/purchase_in_transit/purchase_in_transit.txt
diff --git a/stock/report/purchase_order_items_to_be_received/__init__.py b/erpnext/stock/report/purchase_order_items_to_be_received/__init__.py similarity index 100% rename from stock/report/purchase_order_items_to_be_received/__init__.py rename to erpnext/stock/report/purchase_order_items_to_be_received/__init__.py
diff --git a/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt b/erpnext/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt similarity index 100% rename from stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt rename to erpnext/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt
diff --git a/stock/report/purchase_receipt_trends/__init__.py b/erpnext/stock/report/purchase_receipt_trends/__init__.py similarity index 100% rename from stock/report/purchase_receipt_trends/__init__.py rename to erpnext/stock/report/purchase_receipt_trends/__init__.py
diff --git a/stock/report/purchase_receipt_trends/purchase_receipt_trends.js b/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.js similarity index 100% rename from stock/report/purchase_receipt_trends/purchase_receipt_trends.js rename to erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.js
diff --git a/stock/report/purchase_receipt_trends/purchase_receipt_trends.py b/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.py similarity index 100% rename from stock/report/purchase_receipt_trends/purchase_receipt_trends.py rename to erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.py
diff --git a/stock/report/purchase_receipt_trends/purchase_receipt_trends.txt b/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.txt similarity index 100% rename from stock/report/purchase_receipt_trends/purchase_receipt_trends.txt rename to erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.txt
diff --git a/stock/report/requested_items_to_be_transferred/__init__.py b/erpnext/stock/report/requested_items_to_be_transferred/__init__.py similarity index 100% rename from stock/report/requested_items_to_be_transferred/__init__.py rename to erpnext/stock/report/requested_items_to_be_transferred/__init__.py
diff --git a/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.txt b/erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.txt similarity index 100% rename from stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.txt rename to erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.txt
diff --git a/stock/report/serial_no_service_contract_expiry/__init__.py b/erpnext/stock/report/serial_no_service_contract_expiry/__init__.py similarity index 100% rename from stock/report/serial_no_service_contract_expiry/__init__.py rename to erpnext/stock/report/serial_no_service_contract_expiry/__init__.py
diff --git a/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.txt b/erpnext/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.txt similarity index 100% rename from stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.txt rename to erpnext/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.txt
diff --git a/stock/report/serial_no_status/__init__.py b/erpnext/stock/report/serial_no_status/__init__.py similarity index 100% rename from stock/report/serial_no_status/__init__.py rename to erpnext/stock/report/serial_no_status/__init__.py
diff --git a/stock/report/serial_no_status/serial_no_status.txt b/erpnext/stock/report/serial_no_status/serial_no_status.txt similarity index 100% rename from stock/report/serial_no_status/serial_no_status.txt rename to erpnext/stock/report/serial_no_status/serial_no_status.txt
diff --git a/stock/report/serial_no_warranty_expiry/__init__.py b/erpnext/stock/report/serial_no_warranty_expiry/__init__.py similarity index 100% rename from stock/report/serial_no_warranty_expiry/__init__.py rename to erpnext/stock/report/serial_no_warranty_expiry/__init__.py
diff --git a/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.txt b/erpnext/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.txt similarity index 100% rename from stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.txt rename to erpnext/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.txt
diff --git a/stock/report/stock_ledger/__init__.py b/erpnext/stock/report/stock_ledger/__init__.py similarity index 100% rename from stock/report/stock_ledger/__init__.py rename to erpnext/stock/report/stock_ledger/__init__.py
diff --git a/stock/report/stock_ledger/stock_ledger.js b/erpnext/stock/report/stock_ledger/stock_ledger.js similarity index 100% rename from stock/report/stock_ledger/stock_ledger.js rename to erpnext/stock/report/stock_ledger/stock_ledger.js
diff --git a/stock/report/stock_ledger/stock_ledger.py b/erpnext/stock/report/stock_ledger/stock_ledger.py similarity index 100% rename from stock/report/stock_ledger/stock_ledger.py rename to erpnext/stock/report/stock_ledger/stock_ledger.py
diff --git a/stock/report/stock_ledger/stock_ledger.txt b/erpnext/stock/report/stock_ledger/stock_ledger.txt similarity index 100% rename from stock/report/stock_ledger/stock_ledger.txt rename to erpnext/stock/report/stock_ledger/stock_ledger.txt
diff --git a/stock/report/supplier_wise_sales_analytics/__init__.py b/erpnext/stock/report/supplier_wise_sales_analytics/__init__.py similarity index 100% rename from stock/report/supplier_wise_sales_analytics/__init__.py rename to erpnext/stock/report/supplier_wise_sales_analytics/__init__.py
diff --git a/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.js b/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.js similarity index 100% rename from stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.js rename to erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.js
diff --git a/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py b/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py similarity index 100% rename from stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py rename to erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py
diff --git a/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.txt b/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.txt similarity index 100% rename from stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.txt rename to erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.txt
diff --git a/stock/report/warehouse_wise_stock_balance/__init__.py b/erpnext/stock/report/warehouse_wise_stock_balance/__init__.py similarity index 100% rename from stock/report/warehouse_wise_stock_balance/__init__.py rename to erpnext/stock/report/warehouse_wise_stock_balance/__init__.py
diff --git a/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.js b/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.js similarity index 100% rename from stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.js rename to erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.js
diff --git a/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.py b/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.py similarity index 100% rename from stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.py rename to erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.py
diff --git a/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.txt b/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.txt similarity index 100% rename from stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.txt rename to erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.txt
diff --git a/stock/stock_ledger.py b/erpnext/stock/stock_ledger.py similarity index 100% rename from stock/stock_ledger.py rename to erpnext/stock/stock_ledger.py
diff --git a/stock/utils.py b/erpnext/stock/utils.py similarity index 100% rename from stock/utils.py rename to erpnext/stock/utils.py
diff --git a/support/README.md b/erpnext/support/README.md similarity index 100% rename from support/README.md rename to erpnext/support/README.md
diff --git a/support/__init__.py b/erpnext/support/__init__.py similarity index 100% rename from support/__init__.py rename to erpnext/support/__init__.py
diff --git a/support/doctype/__init__.py b/erpnext/support/doctype/__init__.py similarity index 100% rename from support/doctype/__init__.py rename to erpnext/support/doctype/__init__.py
diff --git a/support/doctype/customer_issue/README.md b/erpnext/support/doctype/customer_issue/README.md similarity index 100% rename from support/doctype/customer_issue/README.md rename to erpnext/support/doctype/customer_issue/README.md
diff --git a/support/doctype/customer_issue/__init__.py b/erpnext/support/doctype/customer_issue/__init__.py similarity index 100% rename from support/doctype/customer_issue/__init__.py rename to erpnext/support/doctype/customer_issue/__init__.py
diff --git a/support/doctype/customer_issue/customer_issue.js b/erpnext/support/doctype/customer_issue/customer_issue.js similarity index 100% rename from support/doctype/customer_issue/customer_issue.js rename to erpnext/support/doctype/customer_issue/customer_issue.js
diff --git a/support/doctype/customer_issue/customer_issue.py b/erpnext/support/doctype/customer_issue/customer_issue.py similarity index 100% rename from support/doctype/customer_issue/customer_issue.py rename to erpnext/support/doctype/customer_issue/customer_issue.py
diff --git a/support/doctype/customer_issue/customer_issue.txt b/erpnext/support/doctype/customer_issue/customer_issue.txt similarity index 100% rename from support/doctype/customer_issue/customer_issue.txt rename to erpnext/support/doctype/customer_issue/customer_issue.txt
diff --git a/support/doctype/maintenance_schedule/README.md b/erpnext/support/doctype/maintenance_schedule/README.md similarity index 100% rename from support/doctype/maintenance_schedule/README.md rename to erpnext/support/doctype/maintenance_schedule/README.md
diff --git a/support/doctype/maintenance_schedule/__init__.py b/erpnext/support/doctype/maintenance_schedule/__init__.py similarity index 100% rename from support/doctype/maintenance_schedule/__init__.py rename to erpnext/support/doctype/maintenance_schedule/__init__.py
diff --git a/support/doctype/maintenance_schedule/maintenance_schedule.js b/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js similarity index 100% rename from support/doctype/maintenance_schedule/maintenance_schedule.js rename to erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js
diff --git a/support/doctype/maintenance_schedule/maintenance_schedule.py b/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py similarity index 100% rename from support/doctype/maintenance_schedule/maintenance_schedule.py rename to erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py
diff --git a/support/doctype/maintenance_schedule/maintenance_schedule.txt b/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.txt similarity index 100% rename from support/doctype/maintenance_schedule/maintenance_schedule.txt rename to erpnext/support/doctype/maintenance_schedule/maintenance_schedule.txt
diff --git a/support/doctype/maintenance_schedule_detail/README.md b/erpnext/support/doctype/maintenance_schedule_detail/README.md similarity index 100% rename from support/doctype/maintenance_schedule_detail/README.md rename to erpnext/support/doctype/maintenance_schedule_detail/README.md
diff --git a/support/doctype/maintenance_schedule_detail/__init__.py b/erpnext/support/doctype/maintenance_schedule_detail/__init__.py similarity index 100% rename from support/doctype/maintenance_schedule_detail/__init__.py rename to erpnext/support/doctype/maintenance_schedule_detail/__init__.py
diff --git a/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.py b/erpnext/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.py similarity index 100% rename from support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.py rename to erpnext/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.py
diff --git a/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt b/erpnext/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt similarity index 100% rename from support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt rename to erpnext/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt
diff --git a/support/doctype/maintenance_schedule_item/README.md b/erpnext/support/doctype/maintenance_schedule_item/README.md similarity index 100% rename from support/doctype/maintenance_schedule_item/README.md rename to erpnext/support/doctype/maintenance_schedule_item/README.md
diff --git a/support/doctype/maintenance_schedule_item/__init__.py b/erpnext/support/doctype/maintenance_schedule_item/__init__.py similarity index 100% rename from support/doctype/maintenance_schedule_item/__init__.py rename to erpnext/support/doctype/maintenance_schedule_item/__init__.py
diff --git a/support/doctype/maintenance_schedule_item/maintenance_schedule_item.py b/erpnext/support/doctype/maintenance_schedule_item/maintenance_schedule_item.py similarity index 100% rename from support/doctype/maintenance_schedule_item/maintenance_schedule_item.py rename to erpnext/support/doctype/maintenance_schedule_item/maintenance_schedule_item.py
diff --git a/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt b/erpnext/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt similarity index 100% rename from support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt rename to erpnext/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt
diff --git a/support/doctype/maintenance_visit/README.md b/erpnext/support/doctype/maintenance_visit/README.md similarity index 100% rename from support/doctype/maintenance_visit/README.md rename to erpnext/support/doctype/maintenance_visit/README.md
diff --git a/support/doctype/maintenance_visit/__init__.py b/erpnext/support/doctype/maintenance_visit/__init__.py similarity index 100% rename from support/doctype/maintenance_visit/__init__.py rename to erpnext/support/doctype/maintenance_visit/__init__.py
diff --git a/support/doctype/maintenance_visit/maintenance_visit.js b/erpnext/support/doctype/maintenance_visit/maintenance_visit.js similarity index 100% rename from support/doctype/maintenance_visit/maintenance_visit.js rename to erpnext/support/doctype/maintenance_visit/maintenance_visit.js
diff --git a/support/doctype/maintenance_visit/maintenance_visit.py b/erpnext/support/doctype/maintenance_visit/maintenance_visit.py similarity index 100% rename from support/doctype/maintenance_visit/maintenance_visit.py rename to erpnext/support/doctype/maintenance_visit/maintenance_visit.py
diff --git a/support/doctype/maintenance_visit/maintenance_visit.txt b/erpnext/support/doctype/maintenance_visit/maintenance_visit.txt similarity index 100% rename from support/doctype/maintenance_visit/maintenance_visit.txt rename to erpnext/support/doctype/maintenance_visit/maintenance_visit.txt
diff --git a/support/doctype/maintenance_visit_purpose/README.md b/erpnext/support/doctype/maintenance_visit_purpose/README.md similarity index 100% rename from support/doctype/maintenance_visit_purpose/README.md rename to erpnext/support/doctype/maintenance_visit_purpose/README.md
diff --git a/support/doctype/maintenance_visit_purpose/__init__.py b/erpnext/support/doctype/maintenance_visit_purpose/__init__.py similarity index 100% rename from support/doctype/maintenance_visit_purpose/__init__.py rename to erpnext/support/doctype/maintenance_visit_purpose/__init__.py
diff --git a/support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.py b/erpnext/support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.py similarity index 100% rename from support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.py rename to erpnext/support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.py
diff --git a/support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.txt b/erpnext/support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.txt similarity index 100% rename from support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.txt rename to erpnext/support/doctype/maintenance_visit_purpose/maintenance_visit_purpose.txt
diff --git a/support/doctype/newsletter/README.md b/erpnext/support/doctype/newsletter/README.md similarity index 100% rename from support/doctype/newsletter/README.md rename to erpnext/support/doctype/newsletter/README.md
diff --git a/support/doctype/newsletter/__init__.py b/erpnext/support/doctype/newsletter/__init__.py similarity index 100% rename from support/doctype/newsletter/__init__.py rename to erpnext/support/doctype/newsletter/__init__.py
diff --git a/support/doctype/newsletter/newsletter.js b/erpnext/support/doctype/newsletter/newsletter.js similarity index 100% rename from support/doctype/newsletter/newsletter.js rename to erpnext/support/doctype/newsletter/newsletter.js
diff --git a/support/doctype/newsletter/newsletter.py b/erpnext/support/doctype/newsletter/newsletter.py similarity index 100% rename from support/doctype/newsletter/newsletter.py rename to erpnext/support/doctype/newsletter/newsletter.py
diff --git a/support/doctype/newsletter/newsletter.txt b/erpnext/support/doctype/newsletter/newsletter.txt similarity index 100% rename from support/doctype/newsletter/newsletter.txt rename to erpnext/support/doctype/newsletter/newsletter.txt
diff --git a/support/doctype/newsletter/test_newsletter.py b/erpnext/support/doctype/newsletter/test_newsletter.py similarity index 100% rename from support/doctype/newsletter/test_newsletter.py rename to erpnext/support/doctype/newsletter/test_newsletter.py
diff --git a/support/doctype/support_ticket/README.md b/erpnext/support/doctype/support_ticket/README.md similarity index 100% rename from support/doctype/support_ticket/README.md rename to erpnext/support/doctype/support_ticket/README.md
diff --git a/support/doctype/support_ticket/__init__.py b/erpnext/support/doctype/support_ticket/__init__.py similarity index 100% rename from support/doctype/support_ticket/__init__.py rename to erpnext/support/doctype/support_ticket/__init__.py
diff --git a/support/doctype/support_ticket/get_support_mails.py b/erpnext/support/doctype/support_ticket/get_support_mails.py similarity index 100% rename from support/doctype/support_ticket/get_support_mails.py rename to erpnext/support/doctype/support_ticket/get_support_mails.py
diff --git a/support/doctype/support_ticket/support_ticket.js b/erpnext/support/doctype/support_ticket/support_ticket.js similarity index 100% rename from support/doctype/support_ticket/support_ticket.js rename to erpnext/support/doctype/support_ticket/support_ticket.js
diff --git a/support/doctype/support_ticket/support_ticket.py b/erpnext/support/doctype/support_ticket/support_ticket.py similarity index 100% rename from support/doctype/support_ticket/support_ticket.py rename to erpnext/support/doctype/support_ticket/support_ticket.py
diff --git a/support/doctype/support_ticket/support_ticket.txt b/erpnext/support/doctype/support_ticket/support_ticket.txt similarity index 100% rename from support/doctype/support_ticket/support_ticket.txt rename to erpnext/support/doctype/support_ticket/support_ticket.txt
diff --git a/support/doctype/support_ticket/templates/__init__.py b/erpnext/support/doctype/support_ticket/templates/__init__.py similarity index 100% rename from support/doctype/support_ticket/templates/__init__.py rename to erpnext/support/doctype/support_ticket/templates/__init__.py
diff --git a/support/doctype/support_ticket/templates/pages/__init__.py b/erpnext/support/doctype/support_ticket/templates/pages/__init__.py similarity index 100% rename from support/doctype/support_ticket/templates/pages/__init__.py rename to erpnext/support/doctype/support_ticket/templates/pages/__init__.py
diff --git a/support/doctype/support_ticket/templates/pages/ticket.html b/erpnext/support/doctype/support_ticket/templates/pages/ticket.html similarity index 100% rename from support/doctype/support_ticket/templates/pages/ticket.html rename to erpnext/support/doctype/support_ticket/templates/pages/ticket.html
diff --git a/support/doctype/support_ticket/templates/pages/ticket.py b/erpnext/support/doctype/support_ticket/templates/pages/ticket.py similarity index 100% rename from support/doctype/support_ticket/templates/pages/ticket.py rename to erpnext/support/doctype/support_ticket/templates/pages/ticket.py
diff --git a/support/doctype/support_ticket/templates/pages/tickets.html b/erpnext/support/doctype/support_ticket/templates/pages/tickets.html similarity index 100% rename from support/doctype/support_ticket/templates/pages/tickets.html rename to erpnext/support/doctype/support_ticket/templates/pages/tickets.html
diff --git a/support/doctype/support_ticket/templates/pages/tickets.py b/erpnext/support/doctype/support_ticket/templates/pages/tickets.py similarity index 100% rename from support/doctype/support_ticket/templates/pages/tickets.py rename to erpnext/support/doctype/support_ticket/templates/pages/tickets.py
diff --git a/support/page/__init__.py b/erpnext/support/page/__init__.py similarity index 100% rename from support/page/__init__.py rename to erpnext/support/page/__init__.py
diff --git a/support/page/support_analytics/README.md b/erpnext/support/page/support_analytics/README.md similarity index 100% rename from support/page/support_analytics/README.md rename to erpnext/support/page/support_analytics/README.md
diff --git a/support/page/support_analytics/__init__.py b/erpnext/support/page/support_analytics/__init__.py similarity index 100% rename from support/page/support_analytics/__init__.py rename to erpnext/support/page/support_analytics/__init__.py
diff --git a/support/page/support_analytics/support_analytics.js b/erpnext/support/page/support_analytics/support_analytics.js similarity index 100% rename from support/page/support_analytics/support_analytics.js rename to erpnext/support/page/support_analytics/support_analytics.js
diff --git a/support/page/support_analytics/support_analytics.txt b/erpnext/support/page/support_analytics/support_analytics.txt similarity index 100% rename from support/page/support_analytics/support_analytics.txt rename to erpnext/support/page/support_analytics/support_analytics.txt
diff --git a/support/page/support_home/__init__.py b/erpnext/support/page/support_home/__init__.py similarity index 100% rename from support/page/support_home/__init__.py rename to erpnext/support/page/support_home/__init__.py
diff --git a/support/page/support_home/support_home.js b/erpnext/support/page/support_home/support_home.js similarity index 100% rename from support/page/support_home/support_home.js rename to erpnext/support/page/support_home/support_home.js
diff --git a/support/page/support_home/support_home.txt b/erpnext/support/page/support_home/support_home.txt similarity index 100% rename from support/page/support_home/support_home.txt rename to erpnext/support/page/support_home/support_home.txt
diff --git a/support/report/__init__.py b/erpnext/support/report/__init__.py similarity index 100% rename from support/report/__init__.py rename to erpnext/support/report/__init__.py
diff --git a/support/report/maintenance_schedules/__init__.py b/erpnext/support/report/maintenance_schedules/__init__.py similarity index 100% rename from support/report/maintenance_schedules/__init__.py rename to erpnext/support/report/maintenance_schedules/__init__.py
diff --git a/support/report/maintenance_schedules/maintenance_schedules.txt b/erpnext/support/report/maintenance_schedules/maintenance_schedules.txt similarity index 100% rename from support/report/maintenance_schedules/maintenance_schedules.txt rename to erpnext/support/report/maintenance_schedules/maintenance_schedules.txt
diff --git a/translations/ar.csv b/erpnext/translations/ar.csv similarity index 100% rename from translations/ar.csv rename to erpnext/translations/ar.csv
diff --git a/translations/de.csv b/erpnext/translations/de.csv similarity index 100% rename from translations/de.csv rename to erpnext/translations/de.csv
diff --git a/translations/el.csv b/erpnext/translations/el.csv similarity index 100% rename from translations/el.csv rename to erpnext/translations/el.csv
diff --git a/translations/es.csv b/erpnext/translations/es.csv similarity index 100% rename from translations/es.csv rename to erpnext/translations/es.csv
diff --git a/translations/fr.csv b/erpnext/translations/fr.csv similarity index 100% rename from translations/fr.csv rename to erpnext/translations/fr.csv
diff --git a/translations/hi.csv b/erpnext/translations/hi.csv similarity index 100% rename from translations/hi.csv rename to erpnext/translations/hi.csv
diff --git a/translations/hr.csv b/erpnext/translations/hr.csv similarity index 100% rename from translations/hr.csv rename to erpnext/translations/hr.csv
diff --git a/translations/it.csv b/erpnext/translations/it.csv similarity index 100% rename from translations/it.csv rename to erpnext/translations/it.csv Binary files differ
diff --git a/translations/languages.json b/erpnext/translations/languages.json similarity index 100% rename from translations/languages.json rename to erpnext/translations/languages.json
diff --git a/translations/nl.csv b/erpnext/translations/nl.csv similarity index 100% rename from translations/nl.csv rename to erpnext/translations/nl.csv
diff --git a/translations/pt-BR.csv b/erpnext/translations/pt-BR.csv similarity index 100% rename from translations/pt-BR.csv rename to erpnext/translations/pt-BR.csv
diff --git a/translations/pt.csv b/erpnext/translations/pt.csv similarity index 100% rename from translations/pt.csv rename to erpnext/translations/pt.csv
diff --git a/translations/sr.csv b/erpnext/translations/sr.csv similarity index 100% rename from translations/sr.csv rename to erpnext/translations/sr.csv
diff --git a/translations/ta.csv b/erpnext/translations/ta.csv similarity index 100% rename from translations/ta.csv rename to erpnext/translations/ta.csv
diff --git a/translations/th.csv b/erpnext/translations/th.csv similarity index 100% rename from translations/th.csv rename to erpnext/translations/th.csv
diff --git a/translations/zh-cn.csv b/erpnext/translations/zh-cn.csv similarity index 100% rename from translations/zh-cn.csv rename to erpnext/translations/zh-cn.csv
diff --git a/translations/zh-tw.csv b/erpnext/translations/zh-tw.csv similarity index 100% rename from translations/zh-tw.csv rename to erpnext/translations/zh-tw.csv
diff --git a/utilities/README.md b/erpnext/utilities/README.md similarity index 100% rename from utilities/README.md rename to erpnext/utilities/README.md
diff --git a/utilities/__init__.py b/erpnext/utilities/__init__.py similarity index 100% rename from utilities/__init__.py rename to erpnext/utilities/__init__.py
diff --git a/utilities/cleanup_data.py b/erpnext/utilities/cleanup_data.py similarity index 100% rename from utilities/cleanup_data.py rename to erpnext/utilities/cleanup_data.py
diff --git a/utilities/demo/__init__.py b/erpnext/utilities/demo/__init__.py similarity index 100% rename from utilities/demo/__init__.py rename to erpnext/utilities/demo/__init__.py
diff --git a/utilities/demo/demo-login.css b/erpnext/utilities/demo/demo-login.css similarity index 100% rename from utilities/demo/demo-login.css rename to erpnext/utilities/demo/demo-login.css
diff --git a/utilities/demo/demo-login.html b/erpnext/utilities/demo/demo-login.html similarity index 100% rename from utilities/demo/demo-login.html rename to erpnext/utilities/demo/demo-login.html
diff --git a/utilities/demo/demo-login.js b/erpnext/utilities/demo/demo-login.js similarity index 100% rename from utilities/demo/demo-login.js rename to erpnext/utilities/demo/demo-login.js
diff --git a/utilities/demo/demo_control_panel.py b/erpnext/utilities/demo/demo_control_panel.py similarity index 100% rename from utilities/demo/demo_control_panel.py rename to erpnext/utilities/demo/demo_control_panel.py
diff --git a/utilities/demo/demo_docs/Address.csv b/erpnext/utilities/demo/demo_docs/Address.csv similarity index 100% rename from utilities/demo/demo_docs/Address.csv rename to erpnext/utilities/demo/demo_docs/Address.csv
diff --git a/utilities/demo/demo_docs/BOM.csv b/erpnext/utilities/demo/demo_docs/BOM.csv similarity index 100% rename from utilities/demo/demo_docs/BOM.csv rename to erpnext/utilities/demo/demo_docs/BOM.csv
diff --git a/utilities/demo/demo_docs/Contact.csv b/erpnext/utilities/demo/demo_docs/Contact.csv similarity index 100% rename from utilities/demo/demo_docs/Contact.csv rename to erpnext/utilities/demo/demo_docs/Contact.csv
diff --git a/utilities/demo/demo_docs/Customer.csv b/erpnext/utilities/demo/demo_docs/Customer.csv similarity index 100% rename from utilities/demo/demo_docs/Customer.csv rename to erpnext/utilities/demo/demo_docs/Customer.csv
diff --git a/utilities/demo/demo_docs/Employee.csv b/erpnext/utilities/demo/demo_docs/Employee.csv similarity index 100% rename from utilities/demo/demo_docs/Employee.csv rename to erpnext/utilities/demo/demo_docs/Employee.csv
diff --git a/utilities/demo/demo_docs/Fiscal_Year.csv b/erpnext/utilities/demo/demo_docs/Fiscal_Year.csv similarity index 100% rename from utilities/demo/demo_docs/Fiscal_Year.csv rename to erpnext/utilities/demo/demo_docs/Fiscal_Year.csv
diff --git a/utilities/demo/demo_docs/Item.csv b/erpnext/utilities/demo/demo_docs/Item.csv similarity index 100% rename from utilities/demo/demo_docs/Item.csv rename to erpnext/utilities/demo/demo_docs/Item.csv
diff --git a/utilities/demo/demo_docs/Item_Price.csv b/erpnext/utilities/demo/demo_docs/Item_Price.csv similarity index 100% rename from utilities/demo/demo_docs/Item_Price.csv rename to erpnext/utilities/demo/demo_docs/Item_Price.csv
diff --git a/utilities/demo/demo_docs/Lead.csv b/erpnext/utilities/demo/demo_docs/Lead.csv similarity index 100% rename from utilities/demo/demo_docs/Lead.csv rename to erpnext/utilities/demo/demo_docs/Lead.csv
diff --git a/utilities/demo/demo_docs/Profile.csv b/erpnext/utilities/demo/demo_docs/Profile.csv similarity index 100% rename from utilities/demo/demo_docs/Profile.csv rename to erpnext/utilities/demo/demo_docs/Profile.csv
diff --git a/utilities/demo/demo_docs/Salary_Structure.csv b/erpnext/utilities/demo/demo_docs/Salary_Structure.csv similarity index 100% rename from utilities/demo/demo_docs/Salary_Structure.csv rename to erpnext/utilities/demo/demo_docs/Salary_Structure.csv
diff --git a/utilities/demo/demo_docs/Stock Reconcilation Template.csv b/erpnext/utilities/demo/demo_docs/Stock Reconcilation Template.csv similarity index 100% rename from utilities/demo/demo_docs/Stock Reconcilation Template.csv rename to erpnext/utilities/demo/demo_docs/Stock Reconcilation Template.csv
diff --git a/utilities/demo/demo_docs/Supplier.csv b/erpnext/utilities/demo/demo_docs/Supplier.csv similarity index 100% rename from utilities/demo/demo_docs/Supplier.csv rename to erpnext/utilities/demo/demo_docs/Supplier.csv
diff --git a/utilities/demo/demo_docs/bearing-block.png b/erpnext/utilities/demo/demo_docs/bearing-block.png similarity index 100% rename from utilities/demo/demo_docs/bearing-block.png rename to erpnext/utilities/demo/demo_docs/bearing-block.png Binary files differ
diff --git a/utilities/demo/demo_docs/wind-turbine.png b/erpnext/utilities/demo/demo_docs/wind-turbine.png similarity index 100% rename from utilities/demo/demo_docs/wind-turbine.png rename to erpnext/utilities/demo/demo_docs/wind-turbine.png Binary files differ
diff --git a/utilities/demo/make_demo.py b/erpnext/utilities/demo/make_demo.py similarity index 100% rename from utilities/demo/make_demo.py rename to erpnext/utilities/demo/make_demo.py
diff --git a/utilities/demo/make_erpnext_demo.py b/erpnext/utilities/demo/make_erpnext_demo.py similarity index 100% rename from utilities/demo/make_erpnext_demo.py rename to erpnext/utilities/demo/make_erpnext_demo.py
diff --git a/utilities/doctype/__init__.py b/erpnext/utilities/doctype/__init__.py similarity index 100% rename from utilities/doctype/__init__.py rename to erpnext/utilities/doctype/__init__.py
diff --git a/utilities/doctype/address/README.md b/erpnext/utilities/doctype/address/README.md similarity index 100% rename from utilities/doctype/address/README.md rename to erpnext/utilities/doctype/address/README.md
diff --git a/utilities/doctype/address/__init__.py b/erpnext/utilities/doctype/address/__init__.py similarity index 100% rename from utilities/doctype/address/__init__.py rename to erpnext/utilities/doctype/address/__init__.py
diff --git a/utilities/doctype/address/address.js b/erpnext/utilities/doctype/address/address.js similarity index 100% rename from utilities/doctype/address/address.js rename to erpnext/utilities/doctype/address/address.js
diff --git a/utilities/doctype/address/address.py b/erpnext/utilities/doctype/address/address.py similarity index 100% rename from utilities/doctype/address/address.py rename to erpnext/utilities/doctype/address/address.py
diff --git a/utilities/doctype/address/address.txt b/erpnext/utilities/doctype/address/address.txt similarity index 100% rename from utilities/doctype/address/address.txt rename to erpnext/utilities/doctype/address/address.txt
diff --git a/utilities/doctype/address/templates/__init__.py b/erpnext/utilities/doctype/address/templates/__init__.py similarity index 100% rename from utilities/doctype/address/templates/__init__.py rename to erpnext/utilities/doctype/address/templates/__init__.py
diff --git a/utilities/doctype/address/templates/pages/__init__.py b/erpnext/utilities/doctype/address/templates/pages/__init__.py similarity index 100% rename from utilities/doctype/address/templates/pages/__init__.py rename to erpnext/utilities/doctype/address/templates/pages/__init__.py
diff --git a/utilities/doctype/address/templates/pages/address.html b/erpnext/utilities/doctype/address/templates/pages/address.html similarity index 100% rename from utilities/doctype/address/templates/pages/address.html rename to erpnext/utilities/doctype/address/templates/pages/address.html
diff --git a/utilities/doctype/address/templates/pages/address.py b/erpnext/utilities/doctype/address/templates/pages/address.py similarity index 100% rename from utilities/doctype/address/templates/pages/address.py rename to erpnext/utilities/doctype/address/templates/pages/address.py
diff --git a/utilities/doctype/address/templates/pages/addresses.html b/erpnext/utilities/doctype/address/templates/pages/addresses.html similarity index 100% rename from utilities/doctype/address/templates/pages/addresses.html rename to erpnext/utilities/doctype/address/templates/pages/addresses.html
diff --git a/utilities/doctype/address/templates/pages/addresses.py b/erpnext/utilities/doctype/address/templates/pages/addresses.py similarity index 100% rename from utilities/doctype/address/templates/pages/addresses.py rename to erpnext/utilities/doctype/address/templates/pages/addresses.py
diff --git a/utilities/doctype/address/test_address.py b/erpnext/utilities/doctype/address/test_address.py similarity index 100% rename from utilities/doctype/address/test_address.py rename to erpnext/utilities/doctype/address/test_address.py
diff --git a/utilities/doctype/contact/README.md b/erpnext/utilities/doctype/contact/README.md similarity index 100% rename from utilities/doctype/contact/README.md rename to erpnext/utilities/doctype/contact/README.md
diff --git a/utilities/doctype/contact/__init__.py b/erpnext/utilities/doctype/contact/__init__.py similarity index 100% rename from utilities/doctype/contact/__init__.py rename to erpnext/utilities/doctype/contact/__init__.py
diff --git a/utilities/doctype/contact/contact.js b/erpnext/utilities/doctype/contact/contact.js similarity index 100% rename from utilities/doctype/contact/contact.js rename to erpnext/utilities/doctype/contact/contact.js
diff --git a/utilities/doctype/contact/contact.py b/erpnext/utilities/doctype/contact/contact.py similarity index 100% rename from utilities/doctype/contact/contact.py rename to erpnext/utilities/doctype/contact/contact.py
diff --git a/utilities/doctype/contact/contact.txt b/erpnext/utilities/doctype/contact/contact.txt similarity index 100% rename from utilities/doctype/contact/contact.txt rename to erpnext/utilities/doctype/contact/contact.txt
diff --git a/utilities/doctype/contact/test_contact.py b/erpnext/utilities/doctype/contact/test_contact.py similarity index 100% rename from utilities/doctype/contact/test_contact.py rename to erpnext/utilities/doctype/contact/test_contact.py
diff --git a/utilities/doctype/note/README.md b/erpnext/utilities/doctype/note/README.md similarity index 100% rename from utilities/doctype/note/README.md rename to erpnext/utilities/doctype/note/README.md
diff --git a/utilities/doctype/note/__init__.py b/erpnext/utilities/doctype/note/__init__.py similarity index 100% rename from utilities/doctype/note/__init__.py rename to erpnext/utilities/doctype/note/__init__.py
diff --git a/utilities/doctype/note/note.py b/erpnext/utilities/doctype/note/note.py similarity index 100% rename from utilities/doctype/note/note.py rename to erpnext/utilities/doctype/note/note.py
diff --git a/utilities/doctype/note/note.txt b/erpnext/utilities/doctype/note/note.txt similarity index 100% rename from utilities/doctype/note/note.txt rename to erpnext/utilities/doctype/note/note.txt
diff --git a/utilities/doctype/note_user/README.md b/erpnext/utilities/doctype/note_user/README.md similarity index 100% rename from utilities/doctype/note_user/README.md rename to erpnext/utilities/doctype/note_user/README.md
diff --git a/utilities/doctype/note_user/__init__.py b/erpnext/utilities/doctype/note_user/__init__.py similarity index 100% rename from utilities/doctype/note_user/__init__.py rename to erpnext/utilities/doctype/note_user/__init__.py
diff --git a/utilities/doctype/note_user/note_user.py b/erpnext/utilities/doctype/note_user/note_user.py similarity index 100% rename from utilities/doctype/note_user/note_user.py rename to erpnext/utilities/doctype/note_user/note_user.py
diff --git a/utilities/doctype/note_user/note_user.txt b/erpnext/utilities/doctype/note_user/note_user.txt similarity index 100% rename from utilities/doctype/note_user/note_user.txt rename to erpnext/utilities/doctype/note_user/note_user.txt
diff --git a/utilities/doctype/rename_tool/README.md b/erpnext/utilities/doctype/rename_tool/README.md similarity index 100% rename from utilities/doctype/rename_tool/README.md rename to erpnext/utilities/doctype/rename_tool/README.md
diff --git a/utilities/doctype/rename_tool/__init__.py b/erpnext/utilities/doctype/rename_tool/__init__.py similarity index 100% rename from utilities/doctype/rename_tool/__init__.py rename to erpnext/utilities/doctype/rename_tool/__init__.py
diff --git a/utilities/doctype/rename_tool/rename_tool.js b/erpnext/utilities/doctype/rename_tool/rename_tool.js similarity index 100% rename from utilities/doctype/rename_tool/rename_tool.js rename to erpnext/utilities/doctype/rename_tool/rename_tool.js
diff --git a/utilities/doctype/rename_tool/rename_tool.py b/erpnext/utilities/doctype/rename_tool/rename_tool.py similarity index 100% rename from utilities/doctype/rename_tool/rename_tool.py rename to erpnext/utilities/doctype/rename_tool/rename_tool.py
diff --git a/utilities/doctype/rename_tool/rename_tool.txt b/erpnext/utilities/doctype/rename_tool/rename_tool.txt similarity index 100% rename from utilities/doctype/rename_tool/rename_tool.txt rename to erpnext/utilities/doctype/rename_tool/rename_tool.txt
diff --git a/utilities/doctype/sms_control/__init__.py b/erpnext/utilities/doctype/sms_control/__init__.py similarity index 100% rename from utilities/doctype/sms_control/__init__.py rename to erpnext/utilities/doctype/sms_control/__init__.py
diff --git a/utilities/doctype/sms_control/sms_control.js b/erpnext/utilities/doctype/sms_control/sms_control.js similarity index 100% rename from utilities/doctype/sms_control/sms_control.js rename to erpnext/utilities/doctype/sms_control/sms_control.js
diff --git a/utilities/doctype/sms_control/sms_control.py b/erpnext/utilities/doctype/sms_control/sms_control.py similarity index 100% rename from utilities/doctype/sms_control/sms_control.py rename to erpnext/utilities/doctype/sms_control/sms_control.py
diff --git a/utilities/doctype/sms_control/sms_control.txt b/erpnext/utilities/doctype/sms_control/sms_control.txt similarity index 100% rename from utilities/doctype/sms_control/sms_control.txt rename to erpnext/utilities/doctype/sms_control/sms_control.txt
diff --git a/utilities/doctype/sms_log/README.md b/erpnext/utilities/doctype/sms_log/README.md similarity index 100% rename from utilities/doctype/sms_log/README.md rename to erpnext/utilities/doctype/sms_log/README.md
diff --git a/utilities/doctype/sms_log/__init__.py b/erpnext/utilities/doctype/sms_log/__init__.py similarity index 100% rename from utilities/doctype/sms_log/__init__.py rename to erpnext/utilities/doctype/sms_log/__init__.py
diff --git a/utilities/doctype/sms_log/sms_log.py b/erpnext/utilities/doctype/sms_log/sms_log.py similarity index 100% rename from utilities/doctype/sms_log/sms_log.py rename to erpnext/utilities/doctype/sms_log/sms_log.py
diff --git a/utilities/doctype/sms_log/sms_log.txt b/erpnext/utilities/doctype/sms_log/sms_log.txt similarity index 100% rename from utilities/doctype/sms_log/sms_log.txt rename to erpnext/utilities/doctype/sms_log/sms_log.txt
diff --git a/utilities/repost_stock.py b/erpnext/utilities/repost_stock.py similarity index 100% rename from utilities/repost_stock.py rename to erpnext/utilities/repost_stock.py
diff --git a/utilities/transaction_base.py b/erpnext/utilities/transaction_base.py similarity index 100% rename from utilities/transaction_base.py rename to erpnext/utilities/transaction_base.py