From 6f9915cd17633e5c26a8ec4d0a1ffdcf0586c888 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 16 Jan 2013 17:48:17 +0530 Subject: [PATCH] install from txt files, part 1 --- .../Journal Voucher/Journal Voucher.txt | 63 +- .../POS with write off/POS with write off.txt | 377 ++++------- accounts/GL Mapper/POS/POS.txt | 118 +++- .../Purchase Invoice with write off.txt | 80 +-- .../Purchase Invoice/Purchase Invoice.txt | 22 +- .../GL Mapper/Sales Invoice/Sales Invoice.txt | 82 ++- accounts/__init__.py | 5 - .../accounts/locale/_messages_doc.json | 17 - .../module_def/accounts/locale/hi-doc.json | 17 - .../accounts_browser/accounts_browser.txt | 1 - .../financial_statements.txt | 1 - buying/__init__.py | 7 - .../buying/locale/_messages_doc.json | 5 - buying/module_def/buying/locale/hi-doc.json | 5 - .../module_def/home/locale/_messages_doc.json | 9 - home/module_def/home/locale/hi-doc.json | 9 - hr/Deduction Type/Income Tax/Income Tax.txt | 1 - .../Professional Tax/Professional Tax.txt | 1 - .../Provident Fund/Provident Fund.txt | 1 - hr/Earning Type/Basic/Basic.txt | 1 - .../House Rent Allowance.txt | 1 - hr/Expense Type/Calls/Calls.txt | 1 - hr/Expense Type/Food/Food.txt | 1 - hr/Expense Type/Medical/Medical.txt | 1 - hr/Expense Type/Others/Others.txt | 1 - hr/Expense Type/Travel/Travel.txt | 1 - hr/Leave Type/Casual Leave/Casual Leave.txt | 1 - .../Compensatory Off/Compensatory Off.txt | 1 - .../Leave Without Pay/Leave Without Pay.txt | 1 - .../Privilege Leave/Privilege Leave.txt | 1 - hr/Leave Type/Sick Leave/Sick Leave.txt | 1 - hr/__init__.py | 8 - hr/module_def/hr/locale/_messages_doc.json | 4 - hr/module_def/hr/locale/hi-doc.json | 4 - manufacturing/__init__.py | 5 - .../manufacturing/locale/_messages_doc.json | 3 - .../manufacturing/locale/hi-doc.json | 3 - projects/__init__.py | 4 - .../projects/locale/_messages_doc.json | 4 - .../module_def/projects/locale/hi-doc.json | 4 - selling/__init__.py | 8 - .../selling/locale/_messages_doc.json | 11 - selling/module_def/selling/locale/hi-doc.json | 11 - selling/page/sales_browser/sales_browser.txt | 1 - setup/__init__.py | 5 - .../setup/locale/_messages_doc.json | 18 - setup/module_def/setup/locale/hi-doc.json | 18 - startup/install.py | 638 ++++++++++++++++++ .../All Item Groups/All Item Groups.txt | 1 - stock/Item Group/Default/Default.txt | 1 - stock/__init__.py | 3 + .../stock/locale/_messages_doc.json | 18 - stock/module_def/stock/locale/hi-doc.json | 18 - .../support/locale/_messages_doc.json | 5 - support/module_def/support/locale/hi-doc.json | 5 - .../utilities/locale/_messages_doc.json | 11 - .../module_def/utilities/locale/hi-doc.json | 11 - utilities/page/trash/trash.txt | 1 - .../website/locale/_messages_doc.json | 15 - website/module_def/website/locale/hi-doc.json | 14 - 60 files changed, 1098 insertions(+), 587 deletions(-) delete mode 100644 accounts/module_def/accounts/locale/_messages_doc.json delete mode 100644 accounts/module_def/accounts/locale/hi-doc.json delete mode 100644 buying/module_def/buying/locale/_messages_doc.json delete mode 100644 buying/module_def/buying/locale/hi-doc.json delete mode 100644 home/module_def/home/locale/_messages_doc.json delete mode 100644 home/module_def/home/locale/hi-doc.json delete mode 100644 hr/Deduction Type/Income Tax/Income Tax.txt delete mode 100644 hr/Deduction Type/Professional Tax/Professional Tax.txt delete mode 100644 hr/Deduction Type/Provident Fund/Provident Fund.txt delete mode 100644 hr/Earning Type/Basic/Basic.txt delete mode 100644 hr/Earning Type/House Rent Allowance/House Rent Allowance.txt delete mode 100644 hr/Expense Type/Calls/Calls.txt delete mode 100644 hr/Expense Type/Food/Food.txt delete mode 100644 hr/Expense Type/Medical/Medical.txt delete mode 100644 hr/Expense Type/Others/Others.txt delete mode 100644 hr/Expense Type/Travel/Travel.txt delete mode 100644 hr/Leave Type/Casual Leave/Casual Leave.txt delete mode 100644 hr/Leave Type/Compensatory Off/Compensatory Off.txt delete mode 100644 hr/Leave Type/Leave Without Pay/Leave Without Pay.txt delete mode 100644 hr/Leave Type/Privilege Leave/Privilege Leave.txt delete mode 100644 hr/Leave Type/Sick Leave/Sick Leave.txt delete mode 100644 hr/module_def/hr/locale/_messages_doc.json delete mode 100644 hr/module_def/hr/locale/hi-doc.json delete mode 100644 manufacturing/module_def/manufacturing/locale/_messages_doc.json delete mode 100644 manufacturing/module_def/manufacturing/locale/hi-doc.json delete mode 100644 projects/module_def/projects/locale/_messages_doc.json delete mode 100644 projects/module_def/projects/locale/hi-doc.json delete mode 100644 selling/module_def/selling/locale/_messages_doc.json delete mode 100644 selling/module_def/selling/locale/hi-doc.json delete mode 100644 setup/module_def/setup/locale/_messages_doc.json delete mode 100644 setup/module_def/setup/locale/hi-doc.json create mode 100644 startup/install.py delete mode 100644 stock/Item Group/All Item Groups/All Item Groups.txt delete mode 100644 stock/Item Group/Default/Default.txt delete mode 100644 stock/module_def/stock/locale/_messages_doc.json delete mode 100644 stock/module_def/stock/locale/hi-doc.json delete mode 100644 support/module_def/support/locale/_messages_doc.json delete mode 100644 support/module_def/support/locale/hi-doc.json delete mode 100644 utilities/module_def/utilities/locale/_messages_doc.json delete mode 100644 utilities/module_def/utilities/locale/hi-doc.json delete mode 100644 website/module_def/website/locale/_messages_doc.json delete mode 100644 website/module_def/website/locale/hi-doc.json diff --git a/accounts/GL Mapper/Journal Voucher/Journal Voucher.txt b/accounts/GL Mapper/Journal Voucher/Journal Voucher.txt index 19094776172..bf2ff1ad980 100644 --- a/accounts/GL Mapper/Journal Voucher/Journal Voucher.txt +++ b/accounts/GL Mapper/Journal Voucher/Journal Voucher.txt @@ -1 +1,62 @@ -[{'doc_type': 'Journal Voucher', 'modified_by': 'nabin@webnotestech.com', 'name': 'Journal Voucher', 'parent': None, 'creation': '2009-03-12 12:09:24', 'modified': '2010-04-30 17:56:41', 'module': 'Accounts', 'doctype': 'GL Mapper', 'idx': None, 'parenttype': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}, {'creation': '2009-03-12 12:09:24', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center', 'voucher_no': 'parent:name', 'modified_by': 'nabin@webnotestech.com', 'against_voucher': "value:d.against_voucher or d.against_invoice or d.against_jv or ''", 'table_field': 'entries', 'transaction_date': 'parent:voucher_date', 'debit': 'debit', 'docstatus': 0, 'parent': 'Journal Voucher', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': 'is_advance', 'remarks': 'parent:remark', 'account': 'account', 'name': 'GLMDetail00001', 'idx': 1, 'against_voucher_type': "value:(d.against_voucher and 'Purchase Invoice') or (d.against_invoice and 'Sales Invoice') or (d.against_jv and 'Journal Voucher') or ''", 'modified': '2010-04-30 17:56:41', 'against': 'against_account', 'credit': 'credit', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2009-06-11 11:09:11', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': '', 'voucher_no': 'name', 'modified_by': 'nabin@webnotestech.com', 'against_voucher': '', 'table_field': '', 'transaction_date': 'voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'Journal Voucher', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': '', 'remarks': 'remark', 'account': 'tax_code', 'name': 'GLMDetail00009', 'idx': 2, 'against_voucher_type': None, 'modified': '2010-04-30 17:56:41', 'against': 'supplier_account', 'credit': 'ded_amount', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}] +[ + { + "owner": "Administrator", + "docstatus": 0, + "creation": "2012-05-01 12:46:31", + "modified_by": "Administrator", + "modified": "2012-05-01 09:16:31" + }, + { + "doc_type": "Journal Voucher", + "name": "__common__", + "doctype": "GL Mapper" + }, + { + "name": "__common__", + "parent": "Journal Voucher", + "doctype": "GL Mapper Detail", + "parenttype": "GL Mapper", + "parentfield": "fields" + }, + { + "name": "Journal Voucher", + "doctype": "GL Mapper" + }, + { + "account": "account", + "doctype": "GL Mapper Detail", + "credit": "credit", + "against_voucher_type": "value:(d.against_voucher and 'Purchase Invoice') or (d.against_invoice and 'Sales Invoice') or (d.against_jv and 'Journal Voucher') or ''", + "company": "parent:company", + "debit": "debit", + "fiscal_year": "parent:fiscal_year", + "against": "against_account", + "voucher_type": "parent:doctype", + "against_voucher": "value:d.against_voucher or d.against_invoice or d.against_jv or ''", + "table_field": "entries", + "transaction_date": "parent:voucher_date", + "is_advance": "is_advance", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remark", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center" + }, + { + "account": "tax_code", + "doctype": "GL Mapper Detail", + "company": "company", + "debit": "value:0", + "fiscal_year": "fiscal_year", + "against": "supplier_account", + "voucher_type": "doctype", + "credit": "ded_amount", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remark", + "posting_date": "posting_date", + "voucher_no": "name" + } +] \ No newline at end of file diff --git a/accounts/GL Mapper/POS with write off/POS with write off.txt b/accounts/GL Mapper/POS with write off/POS with write off.txt index a6715c6c35b..72b23055636 100644 --- a/accounts/GL Mapper/POS with write off/POS with write off.txt +++ b/accounts/GL Mapper/POS with write off/POS with write off.txt @@ -1,233 +1,148 @@ [ - { - 'creation': '2011-05-10 11:21:22', - 'doc_type': 'POS with write off', - 'docstatus': 0, - 'doctype': 'GL Mapper', - 'idx': None, - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': 'POS with write off', - 'owner': 'Administrator', - 'parent': None, - 'parentfield': None, - 'parenttype': None - }, - { - 'account': 'income_account', - 'against': 'parent:debit_to', - 'against_voucher': None, - 'against_voucher_type': None, - 'aging_date': 'parent:aging_date', - 'company': 'parent:company', - 'cost_center': 'cost_center', - 'creation': '2011-05-10 11:21:22', - 'credit': 'amount', - 'debit': 'value:0', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'parent:fiscal_year', - 'idx': 1, - 'is_advance': None, - 'is_opening': 'parent:is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002752', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'parent:posting_date', - 'remarks': 'parent:remarks', - 'table_field': 'entries', - 'transaction_date': 'parent:voucher_date', - 'voucher_no': 'parent:name', - 'voucher_type': 'parent:doctype' - }, - { - 'account': 'account_head', - 'against': 'parent:debit_to', - 'against_voucher': None, - 'against_voucher_type': None, - 'aging_date': 'parent:aging_date', - 'company': 'parent:company', - 'cost_center': 'cost_center_other_charges', - 'creation': '2011-05-10 11:21:22', - 'credit': 'tax_amount', - 'debit': 'value:0', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'parent:fiscal_year', - 'idx': 2, - 'is_advance': None, - 'is_opening': 'parent:is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002753', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'parent:posting_date', - 'remarks': 'parent:remarks', - 'table_field': 'other_charges', - 'transaction_date': 'parent:voucher_date', - 'voucher_no': 'parent:name', - 'voucher_type': 'parent:doctype' - }, - { - 'account': 'debit_to', - 'against': 'against_income_account', - 'against_voucher': 'name', - 'against_voucher_type': 'doctype', - 'aging_date': 'aging_date', - 'company': 'company', - 'cost_center': None, - 'creation': '2011-05-10 11:21:22', - 'credit': 'value:0', - 'debit': 'grand_total', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'fiscal_year', - 'idx': 3, - 'is_advance': None, - 'is_opening': 'is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002754', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'posting_date', - 'remarks': 'remarks', - 'table_field': None, - 'transaction_date': 'voucher_date', - 'voucher_no': 'name', - 'voucher_type': 'doctype' - }, - { - 'account': 'debit_to', - 'against': 'cash_bank_account', - 'against_voucher': 'name', - 'against_voucher_type': 'doctype', - 'aging_date': 'aging_date', - 'company': 'company', - 'cost_center': None, - 'creation': '2011-05-10 11:21:22', - 'credit': 'paid_amount', - 'debit': 'value:0', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'fiscal_year', - 'idx': 4, - 'is_advance': None, - 'is_opening': 'is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002755', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'posting_date', - 'remarks': 'remarks', - 'table_field': None, - 'transaction_date': 'voucher_date', - 'voucher_no': 'name', - 'voucher_type': 'doctype' - }, - { - 'account': 'debit_to', - 'against': 'write_off_account', - 'against_voucher': 'name', - 'against_voucher_type': 'doctype', - 'aging_date': 'aging_date', - 'company': 'company', - 'cost_center': None, - 'creation': '2011-05-10 11:21:22', - 'credit': 'write_off_amount', - 'debit': 'value:0', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'fiscal_year', - 'idx': 5, - 'is_advance': None, - 'is_opening': 'is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002758', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'posting_date', - 'remarks': 'remarks', - 'table_field': None, - 'transaction_date': 'voucher_date', - 'voucher_no': 'name', - 'voucher_type': 'doctype' - }, - { - 'account': 'cash_bank_account', - 'against': 'debit_to', - 'against_voucher': None, - 'against_voucher_type': None, - 'aging_date': 'aging_date', - 'company': 'company', - 'cost_center': None, - 'creation': '2011-05-10 11:21:22', - 'credit': 'value:0', - 'debit': 'paid_amount', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'fiscal_year', - 'idx': 6, - 'is_advance': None, - 'is_opening': 'is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002756', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'posting_date', - 'remarks': 'remarks', - 'table_field': None, - 'transaction_date': 'voucher_date', - 'voucher_no': 'name', - 'voucher_type': 'doctype' - }, - { - 'account': 'write_off_account', - 'against': 'debit_to', - 'against_voucher': None, - 'against_voucher_type': None, - 'aging_date': 'aging_date', - 'company': 'company', - 'cost_center': 'write_off_cost_center', - 'creation': '2011-05-10 11:21:22', - 'credit': 'value:0', - 'debit': 'write_off_amount', - 'docstatus': 0, - 'doctype': 'GL Mapper Detail', - 'fiscal_year': 'fiscal_year', - 'idx': 7, - 'is_advance': None, - 'is_opening': 'is_opening', - 'modified': '2011-05-10 11:21:22', - 'modified_by': 'Administrator', - 'name': '000002757', - 'owner': 'Administrator', - 'parent': 'POS with write off', - 'parentfield': 'fields', - 'parenttype': 'GL Mapper', - 'posting_date': 'posting_date', - 'remarks': 'remarks', - 'table_field': None, - 'transaction_date': 'voucher_date', - 'voucher_no': 'name', - 'voucher_type': 'doctype' - } + { + "owner": "Administrator", + "docstatus": 0, + "creation": "2011-05-20 10:07:58", + "modified_by": "Administrator", + "modified": "2012-05-01 09:16:31" + }, + { + "doc_type": "POS with write off", + "name": "__common__", + "doctype": "GL Mapper" + }, + { + "name": "__common__", + "parent": "POS with write off", + "doctype": "GL Mapper Detail", + "parenttype": "GL Mapper", + "parentfield": "fields" + }, + { + "name": "POS with write off", + "doctype": "GL Mapper" + }, + { + "account": "income_account", + "doctype": "GL Mapper Detail", + "company": "parent:company", + "debit": "value:0", + "fiscal_year": "parent:fiscal_year", + "against": "parent:debit_to", + "voucher_type": "parent:doctype", + "credit": "amount", + "table_field": "entries", + "transaction_date": "parent:voucher_date", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remarks", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center" + }, + { + "account": "account_head", + "doctype": "GL Mapper Detail", + "company": "parent:company", + "debit": "value:0", + "fiscal_year": "parent:fiscal_year", + "against": "parent:debit_to", + "voucher_type": "parent:doctype", + "credit": "tax_amount", + "table_field": "other_charges", + "transaction_date": "parent:voucher_date", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remarks", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center_other_charges" + }, + { + "account": "debit_to", + "doctype": "GL Mapper Detail", + "against_voucher": "name", + "against_voucher_type": "doctype", + "company": "company", + "debit": "grand_total", + "fiscal_year": "fiscal_year", + "against": "against_income_account", + "voucher_type": "doctype", + "credit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name" + }, + { + "account": "debit_to", + "doctype": "GL Mapper Detail", + "against_voucher": "name", + "against_voucher_type": "doctype", + "company": "company", + "debit": "value:0", + "fiscal_year": "fiscal_year", + "against": "cash_bank_account", + "voucher_type": "doctype", + "credit": "paid_amount", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name" + }, + { + "account": "debit_to", + "doctype": "GL Mapper Detail", + "against_voucher": "name", + "against_voucher_type": "doctype", + "company": "company", + "debit": "value:0", + "fiscal_year": "fiscal_year", + "against": "write_off_account", + "voucher_type": "doctype", + "credit": "write_off_amount", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name" + }, + { + "account": "cash_bank_account", + "doctype": "GL Mapper Detail", + "company": "company", + "debit": "paid_amount", + "fiscal_year": "fiscal_year", + "against": "debit_to", + "voucher_type": "doctype", + "credit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name" + }, + { + "account": "write_off_account", + "doctype": "GL Mapper Detail", + "company": "company", + "debit": "write_off_amount", + "fiscal_year": "fiscal_year", + "against": "debit_to", + "voucher_type": "doctype", + "credit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name", + "cost_center": "write_off_cost_center" + } ] \ No newline at end of file diff --git a/accounts/GL Mapper/POS/POS.txt b/accounts/GL Mapper/POS/POS.txt index dc954396424..0fca5e4aa2d 100644 --- a/accounts/GL Mapper/POS/POS.txt +++ b/accounts/GL Mapper/POS/POS.txt @@ -1 +1,117 @@ -[{'doc_type': 'POS', 'modified_by': 'Administrator', 'name': 'POS', 'parent': None, 'creation': '2010-12-14 16:40:09', 'modified': '2010-12-14 20:15:04', 'doctype': 'GL Mapper', 'idx': None, 'parenttype': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center', 'voucher_no': 'parent:name', 'modified_by': 'Administrator', 'against_voucher': None, 'table_field': 'entries', 'transaction_date': 'parent:voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'POS', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': None, 'remarks': 'parent:remarks', 'account': 'income_account', 'name': 'GLMDetail00010', 'idx': 1, 'against_voucher_type': None, 'modified': '2010-12-14 20:15:04', 'against': 'parent:debit_to', 'credit': 'amount', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center_other_charges', 'voucher_no': 'parent:name', 'modified_by': 'Administrator', 'against_voucher': None, 'table_field': 'other_charges', 'transaction_date': 'parent:voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'POS', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': None, 'remarks': 'parent:remarks', 'account': 'account_head', 'name': 'GLMDetail00011', 'idx': 2, 'against_voucher_type': None, 'modified': '2010-12-14 20:15:04', 'against': 'parent:debit_to', 'credit': 'tax_amount', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': None, 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': 'name', 'table_field': None, 'transaction_date': 'voucher_date', 'debit': 'grand_total', 'docstatus': 0, 'parent': 'POS', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'debit_to', 'name': 'GLMDetail00012', 'idx': 3, 'against_voucher_type': 'doctype', 'modified': '2010-12-14 20:15:04', 'against': 'against_income_account', 'credit': 'value:0', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': '', 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': 'name', 'table_field': None, 'transaction_date': 'voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'POS', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'debit_to', 'name': 'GLMDetail00013', 'idx': 4, 'against_voucher_type': 'doctype', 'modified': '2010-12-14 20:15:04', 'against': 'cash_bank_account', 'credit': 'paid_amount', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': '', 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': '', 'table_field': None, 'transaction_date': 'voucher_date', 'debit': 'paid_amount', 'docstatus': 0, 'parent': 'POS', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'cash_bank_account', 'name': 'GLMDetail00014', 'idx': 5, 'against_voucher_type': '', 'modified': '2010-12-14 20:15:04', 'against': 'debit_to', 'credit': 'value:0', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}] \ No newline at end of file +[ + { + "owner": "Administrator", + "docstatus": 0, + "creation": "2010-12-15 08:39:20", + "modified_by": "Administrator", + "modified": "2012-05-01 09:16:31" + }, + { + "doc_type": "POS", + "name": "__common__", + "doctype": "GL Mapper" + }, + { + "name": "__common__", + "parent": "POS", + "doctype": "GL Mapper Detail", + "parenttype": "GL Mapper", + "parentfield": "fields" + }, + { + "name": "POS", + "doctype": "GL Mapper" + }, + { + "account": "income_account", + "doctype": "GL Mapper Detail", + "company": "parent:company", + "debit": "value:0", + "fiscal_year": "parent:fiscal_year", + "against": "parent:debit_to", + "voucher_type": "parent:doctype", + "credit": "amount", + "table_field": "entries", + "transaction_date": "parent:voucher_date", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remarks", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center" + }, + { + "account": "account_head", + "doctype": "GL Mapper Detail", + "company": "parent:company", + "debit": "value:0", + "fiscal_year": "parent:fiscal_year", + "against": "parent:debit_to", + "voucher_type": "parent:doctype", + "credit": "tax_amount", + "table_field": "other_charges", + "transaction_date": "parent:voucher_date", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remarks", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center_other_charges" + }, + { + "account": "debit_to", + "doctype": "GL Mapper Detail", + "against_voucher": "name", + "against_voucher_type": "doctype", + "company": "company", + "debit": "grand_total", + "fiscal_year": "fiscal_year", + "against": "against_income_account", + "voucher_type": "doctype", + "credit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name" + }, + { + "account": "debit_to", + "doctype": "GL Mapper Detail", + "credit": "paid_amount", + "against_voucher_type": "doctype", + "company": "company", + "debit": "value:0", + "fiscal_year": "fiscal_year", + "against": "cash_bank_account", + "voucher_type": "doctype", + "against_voucher": "name", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name", + "cost_center": "" + }, + { + "account": "cash_bank_account", + "doctype": "GL Mapper Detail", + "credit": "value:0", + "against_voucher_type": "", + "company": "company", + "debit": "paid_amount", + "fiscal_year": "fiscal_year", + "against": "debit_to", + "voucher_type": "doctype", + "against_voucher": "", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name", + "cost_center": "" + } +] \ No newline at end of file diff --git a/accounts/GL Mapper/Purchase Invoice with write off/Purchase Invoice with write off.txt b/accounts/GL Mapper/Purchase Invoice with write off/Purchase Invoice with write off.txt index 05abfff9d7e..f32b13b2440 100644 --- a/accounts/GL Mapper/Purchase Invoice with write off/Purchase Invoice with write off.txt +++ b/accounts/GL Mapper/Purchase Invoice with write off/Purchase Invoice with write off.txt @@ -2,7 +2,7 @@ { "owner": "Administrator", "docstatus": 0, - "creation": "2012-04-30 19:55:05", + "creation": "2012-10-03 11:29:52", "modified_by": "Administrator", "modified": "2012-10-03 11:08:09" }, @@ -24,89 +24,89 @@ }, { "account": "expense_head", - "doctype": "GL Mapper Detail", "company": "parent:company", - "debit": "amount", "fiscal_year": "parent:fiscal_year", "against": "parent:credit_to", - "aging_date": "parent:aging_date", + "voucher_type": "parent:doctype", "credit": "value:0", "table_field": "entries", "transaction_date": "parent:voucher_date", - "voucher_type": "parent:doctype", - "is_opening": "parent:is_opening", + "aging_date": "parent:aging_date", + "doctype": "GL Mapper Detail", "remarks": "parent:remarks", - "posting_date": "parent:posting_date", + "is_opening": "parent:is_opening", "voucher_no": "parent:name", - "cost_center": "cost_center" + "debit": "amount", + "cost_center": "cost_center", + "posting_date": "parent:posting_date" }, { "account": "account_head", - "doctype": "GL Mapper Detail", "company": "parent:company", - "debit": "value:d.fields.get('category') != 'Valuation' and d.fields.get('add_deduct_tax') == 'Add' and d.fields.get('tax_amount') or 0", "fiscal_year": "parent:fiscal_year", "against": "parent:credit_to", - "aging_date": "parent:aging_date", + "voucher_type": "parent:doctype", "credit": "value:d.fields.get('category') != 'Valuation' and d.fields.get('add_deduct_tax') == 'Deduct' and d.fields.get('tax_amount') or 0", "table_field": "purchase_tax_details", "transaction_date": "parent:voucher_date", - "voucher_type": "parent:doctype", - "is_opening": "parent:is_opening", + "aging_date": "parent:aging_date", + "doctype": "GL Mapper Detail", "remarks": "parent:remarks", - "posting_date": "parent:posting_date", + "is_opening": "parent:is_opening", "voucher_no": "parent:name", - "cost_center": "cost_center" + "debit": "value:d.fields.get('category') != 'Valuation' and d.fields.get('add_deduct_tax') == 'Add' and d.fields.get('tax_amount') or 0", + "cost_center": "cost_center", + "posting_date": "parent:posting_date" }, { "account": "tax_code", - "doctype": "GL Mapper Detail", "company": "company", - "debit": "value:0", "fiscal_year": "fiscal_year", "against": "credit_to", - "aging_date": "aging_date", - "credit": "ded_amount", - "transaction_date": "voucher_date", "voucher_type": "doctype", - "is_opening": "is_opening", + "credit": "ded_amount", + "debit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "doctype": "GL Mapper Detail", "remarks": "remarks", - "posting_date": "posting_date", - "voucher_no": "name" + "is_opening": "is_opening", + "voucher_no": "name", + "posting_date": "posting_date" }, { "account": "credit_to", - "doctype": "GL Mapper Detail", - "credit": "total_amount_to_pay", + "against_voucher": "name", "against_voucher_type": "value:'Purchase Invoice'", "company": "company", - "debit": "value:0", "fiscal_year": "fiscal_year", "against": "against_expense_account", - "aging_date": "aging_date", - "against_voucher": "name", - "transaction_date": "voucher_date", "voucher_type": "doctype", - "is_opening": "is_opening", + "credit": "total_amount_to_pay", + "debit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "doctype": "GL Mapper Detail", "remarks": "remarks", - "posting_date": "posting_date", - "voucher_no": "name" + "is_opening": "is_opening", + "voucher_no": "name", + "posting_date": "posting_date" }, { "account": "write_off_account", - "doctype": "GL Mapper Detail", "company": "company", - "debit": "value:0", "fiscal_year": "fiscal_year", "against": "credit_to", - "aging_date": "aging_date", - "credit": "write_off_amount", - "transaction_date": "voucher_date", "voucher_type": "doctype", - "is_opening": "is_opening", + "credit": "write_off_amount", + "debit": "value:0", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "doctype": "GL Mapper Detail", "remarks": "remarks", - "posting_date": "posting_date", + "is_opening": "is_opening", "voucher_no": "name", - "cost_center": "write_off_cost_center" + "cost_center": "write_off_cost_center", + "posting_date": "posting_date" } ] \ No newline at end of file diff --git a/accounts/GL Mapper/Purchase Invoice/Purchase Invoice.txt b/accounts/GL Mapper/Purchase Invoice/Purchase Invoice.txt index 125116504dc..b3dbdbf15c0 100644 --- a/accounts/GL Mapper/Purchase Invoice/Purchase Invoice.txt +++ b/accounts/GL Mapper/Purchase Invoice/Purchase Invoice.txt @@ -2,7 +2,7 @@ { "owner": "Administrator", "docstatus": 0, - "creation": "2012-04-30 19:55:04", + "creation": "2012-10-03 11:29:52", "modified_by": "Administrator", "modified": "2012-10-03 11:07:26" }, @@ -29,11 +29,11 @@ "debit": "amount", "fiscal_year": "parent:fiscal_year", "against": "parent:credit_to", - "aging_date": "parent:aging_date", + "voucher_type": "parent:doctype", "credit": "value:0", "table_field": "entries", "transaction_date": "parent:voucher_date", - "voucher_type": "parent:doctype", + "aging_date": "parent:aging_date", "is_opening": "parent:is_opening", "remarks": "parent:remarks", "posting_date": "parent:posting_date", @@ -47,11 +47,11 @@ "debit": "value:d.fields.get('category') != 'Valuation' and d.fields.get('add_deduct_tax') == 'Add' and d.fields.get('tax_amount') or 0", "fiscal_year": "parent:fiscal_year", "against": "parent:credit_to", - "aging_date": "parent:aging_date", + "voucher_type": "parent:doctype", "credit": "value:d.fields.get('category') != 'Valuation' and d.fields.get('add_deduct_tax') == 'Deduct' and d.fields.get('tax_amount') or 0", "table_field": "purchase_tax_details", "transaction_date": "parent:voucher_date", - "voucher_type": "parent:doctype", + "aging_date": "parent:aging_date", "is_opening": "parent:is_opening", "remarks": "parent:remarks", "posting_date": "parent:posting_date", @@ -65,10 +65,10 @@ "debit": "value:0", "fiscal_year": "fiscal_year", "against": "credit_to", - "aging_date": "aging_date", + "voucher_type": "doctype", "credit": "ded_amount", "transaction_date": "voucher_date", - "voucher_type": "doctype", + "aging_date": "aging_date", "is_opening": "is_opening", "remarks": "remarks", "posting_date": "posting_date", @@ -77,16 +77,16 @@ { "account": "credit_to", "doctype": "GL Mapper Detail", - "credit": "total_amount_to_pay", + "against_voucher": "name", "against_voucher_type": "value:'Purchase Invoice'", "company": "company", "debit": "value:0", "fiscal_year": "fiscal_year", "against": "against_expense_account", - "aging_date": "aging_date", - "against_voucher": "name", - "transaction_date": "voucher_date", "voucher_type": "doctype", + "credit": "total_amount_to_pay", + "transaction_date": "voucher_date", + "aging_date": "aging_date", "is_opening": "is_opening", "remarks": "remarks", "posting_date": "posting_date", diff --git a/accounts/GL Mapper/Sales Invoice/Sales Invoice.txt b/accounts/GL Mapper/Sales Invoice/Sales Invoice.txt index 4a4df3c7e56..6057a27d8fa 100644 --- a/accounts/GL Mapper/Sales Invoice/Sales Invoice.txt +++ b/accounts/GL Mapper/Sales Invoice/Sales Invoice.txt @@ -1 +1,81 @@ -[{'doc_type': 'Sales Invoice', 'modified_by': 'Administrator', 'name': 'Sales Invoice', 'parent': None, 'creation': '2009-03-12 12:09:24', 'modified': '2010-05-17 08:59:14', 'module': 'Accounts', 'doctype': 'GL Mapper', 'idx': None, 'parenttype': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}, {'creation': '2009-03-12 12:09:24', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center', 'voucher_no': 'parent:name', 'modified_by': 'Administrator', 'against_voucher': None, 'table_field': 'entries', 'transaction_date': 'parent:voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'Sales Invoice', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': None, 'remarks': 'parent:remarks', 'account': 'income_account', 'name': 'GLMDetail00006', 'idx': 1, 'against_voucher_type': None, 'modified': '2010-05-17 08:59:14', 'against': 'parent:debit_to', 'credit': 'amount', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2009-03-12 12:09:24', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center_other_charges', 'voucher_no': 'parent:name', 'modified_by': 'Administrator', 'against_voucher': None, 'table_field': 'other_charges', 'transaction_date': 'parent:voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'Sales Invoice', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': None, 'remarks': 'parent:remarks', 'account': 'account_head', 'name': 'GLMDetail00007', 'idx': 2, 'against_voucher_type': None, 'modified': '2010-05-17 08:59:14', 'against': 'parent:debit_to', 'credit': 'tax_amount', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2009-03-12 12:09:24', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': '', 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': 'name', 'table_field': '', 'transaction_date': 'voucher_date', 'debit': 'grand_total', 'docstatus': 0, 'parent': 'Sales Invoice', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'debit_to', 'name': 'GLMDetail00008', 'idx': 3, 'against_voucher_type': "value:'Sales Invoice'", 'modified': '2010-05-17 08:59:14', 'against': 'against_income_account', 'credit': 'value:0', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}] \ No newline at end of file +[ + { + "owner": "Administrator", + "docstatus": 0, + "creation": "2010-08-08 17:09:36", + "modified_by": "Administrator", + "modified": "2012-05-01 09:16:31" + }, + { + "doc_type": "Receivable Voucher", + "name": "__common__", + "doctype": "GL Mapper" + }, + { + "name": "__common__", + "parent": "Sales Invoice", + "doctype": "GL Mapper Detail", + "parenttype": "GL Mapper", + "parentfield": "fields" + }, + { + "name": "Sales Invoice", + "doctype": "GL Mapper" + }, + { + "account": "income_account", + "doctype": "GL Mapper Detail", + "company": "parent:company", + "debit": "value:0", + "fiscal_year": "parent:fiscal_year", + "against": "parent:debit_to", + "voucher_type": "parent:doctype", + "credit": "amount", + "table_field": "entries", + "transaction_date": "parent:voucher_date", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remarks", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center" + }, + { + "account": "account_head", + "doctype": "GL Mapper Detail", + "company": "parent:company", + "debit": "value:0", + "fiscal_year": "parent:fiscal_year", + "against": "parent:debit_to", + "voucher_type": "parent:doctype", + "credit": "tax_amount", + "table_field": "other_charges", + "transaction_date": "parent:voucher_date", + "aging_date": "parent:aging_date", + "is_opening": "parent:is_opening", + "remarks": "parent:remarks", + "posting_date": "parent:posting_date", + "voucher_no": "parent:name", + "cost_center": "cost_center_other_charges" + }, + { + "account": "debit_to", + "doctype": "GL Mapper Detail", + "credit": "value:0", + "against_voucher_type": "value:'Sales Invoice'", + "company": "company", + "debit": "grand_total", + "fiscal_year": "fiscal_year", + "against": "against_income_account", + "voucher_type": "doctype", + "against_voucher": "name", + "table_field": "", + "transaction_date": "voucher_date", + "aging_date": "aging_date", + "is_opening": "is_opening", + "remarks": "remarks", + "posting_date": "posting_date", + "voucher_no": "name", + "cost_center": "" + } +] \ No newline at end of file diff --git a/accounts/__init__.py b/accounts/__init__.py index 3fdf4ef9262..707203f5005 100644 --- a/accounts/__init__.py +++ b/accounts/__init__.py @@ -20,11 +20,6 @@ from webnotes.utils import flt from webnotes.model.code import get_obj from accounts.utils import get_balance_on -install_docs = [ - {"doctype":"Role", "role_name":"Accounts Manager", "name":"Accounts Manager"}, - {"doctype":"Role", "role_name":"Accounts User", "name":"Accounts User"} -] - @webnotes.whitelist() def get_default_bank_account(): """ diff --git a/accounts/module_def/accounts/locale/_messages_doc.json b/accounts/module_def/accounts/locale/_messages_doc.json deleted file mode 100644 index b587937a34f..00000000000 --- a/accounts/module_def/accounts/locale/_messages_doc.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - "Trial Balance", - "Voucher Import Tool", - "Track separate Income and Expense for product verticals or divisions.", - "Delivered Items To Be Billed", - "Heads (or groups) against which Accounting Entries are made and balances are maintained.", - "Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like \"Shipping\", \"Insurance\", \"Handling\" etc.#### NoteThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.#### Description of Columns1. Calculation Type: - This can be on **Net Total** (that is the sum of basic amount). - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total. - **Actual** (as mentioned).2. Account Head: The Account ledger under which this tax will be booked3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.4. Description: Description of the tax (that will be printed in invoices / quotes).5. Rate: Tax rate.6. Amount: Tax amount.7. Total: Cumulative total to this point.8. Enter Row: If based on \"Previous Row Total\" you can select the row number which will be taken as a base for this calculation (default is the previous row).9. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.", - "Financial Statements", - "General Ledger", - "**Budget Distribution** helps you distribute your budget across months if you have seasonality in your business.To distribute a budget using this distribution, set this **Budget Distribution** in the **Cost Center**", - "Accounts Home", - "Ordered Items To Be Billed", - "**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.", - "Financial Analytics", - "Accounts Browser", - "Standard tax template that can be applied to all Purchase Transactions. This template can contain list of tax heads and also other expense heads like \"Shipping\", \"Insurance\", \"Handling\" etc.#### NoteThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.#### Description of Columns1. Calculation Type: - This can be on **Net Total** (that is the sum of basic amount). - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total. - **Actual** (as mentioned).2. Account Head: The Account ledger under which this tax will be booked3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.4. Description: Description of the tax (that will be printed in invoices / quotes).5. Rate: Tax rate.6. Amount: Tax amount.7. Total: Cumulative total to this point.8. Enter Row: If based on \"Previous Row Total\" you can select the row number which will be taken as a base for this calculation (default is the previous row).9. Consider Tax or Charge for: In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.10. Add or Deduct: Whether you want to add or deduct the tax." -] \ No newline at end of file diff --git a/accounts/module_def/accounts/locale/hi-doc.json b/accounts/module_def/accounts/locale/hi-doc.json deleted file mode 100644 index df51c84b285..00000000000 --- a/accounts/module_def/accounts/locale/hi-doc.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "**Budget Distribution** helps you distribute your budget across months if you have seasonality in your business.To distribute a budget using this distribution, set this **Budget Distribution** in the **Cost Center**": "** \u092c\u091c\u091f \u0935\u093f\u0924\u0930\u0923 ** \u092e\u0926\u0926 \u0915\u0930\u0924\u093e \u0939\u0948 \u0914\u0930 \u0906\u092a \u092e\u0939\u0940\u0928\u0947 \u092d\u0930 \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u092c\u091c\u091f \u0935\u093f\u0924\u0930\u093f\u0924 \u0905\u0917\u0930 \u0906\u092a \u0905\u092a\u0928\u0947 business.To \u092e\u0947\u0902 \u0907\u0938 \u0935\u093f\u0924\u0930\u0923 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u092c\u091c\u091f \u0939\u0948, \u0907\u0938 \u092c\u091c\u091f ** \u0935\u093f\u0924\u0930\u0923 \u0938\u0947\u091f ** ** ** \u0932\u093e\u0917\u0924 \u0915\u0947\u0902\u0926\u094d\u0930 \u092e\u0947\u0902 \u0935\u093f\u0924\u0930\u093f\u0924 \u092e\u094c\u0938\u092e \u0939\u0948", - "**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.": "** \u0935\u093f\u0924\u094d\u0924 \u0935\u0930\u094d\u0937 ** \u090f\u0915 \u0935\u093f\u0924\u094d\u0924\u0940\u092f \u0935\u0930\u094d\u0937 \u0915\u093e \u092a\u094d\u0930\u0924\u093f\u0928\u093f\u0927\u093f\u0924\u094d\u0935 \u0915\u0930\u0924\u093e \u0939\u0948. \u0938\u092d\u0940 \u0932\u0947\u0916\u093e \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f\u092f\u094b\u0902 \u0914\u0930 \u0905\u0928\u094d\u092f \u092a\u094d\u0930\u092e\u0941\u0916 \u0932\u0947\u0928\u0926\u0947\u0928 ** \u0935\u093f\u0924\u094d\u0924 \u0935\u0930\u094d\u0937 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u091f\u094d\u0930\u0948\u0915 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902.", - "Accounts Browser": "\u0932\u0947\u0916\u093e \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930", - "Accounts Home": "\u0932\u0947\u0916\u093e \u0918\u0930", - "Delivered Items To Be Billed": "\u0935\u093f\u0924\u0930\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092c\u093f\u0932 \u0906\u0907\u091f\u092e", - "Financial Analytics": "\u0935\u093f\u0924\u094d\u0924\u0940\u092f \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u093f\u0915\u0940", - "Financial Statements": "\u0935\u093f\u0924\u094d\u0924\u0940\u092f \u0935\u093f\u0935\u0930\u0923", - "General Ledger": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0916\u093e\u0924\u093e", - "Heads (or groups) against which Accounting Entries are made and balances are maintained.": "(\u092f\u093e \u0938\u092e\u0942\u0939) \u092a\u094d\u0930\u092e\u0941\u0916\u094b\u0902 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u091c\u094b \u0932\u0947\u0916\u093e \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f\u092f\u093e\u0902 \u092c\u0928\u093e \u0930\u0939\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0936\u0947\u0937 \u0930\u093e\u0936\u093f \u092c\u0928\u093e\u090f \u0930\u0916\u093e \u091c\u093e\u0924\u093e \u0939\u0948.", - "Ordered Items To Be Billed": "\u0939\u093f\u0938\u093e\u092c \u0938\u0947 \u092c\u093f\u0932\u093f\u0902\u0917 \u0915\u093f\u090f \u0906\u0907\u091f\u092e", - "Standard tax template that can be applied to all Purchase Transactions. This template can contain list of tax heads and also other expense heads like \"Shipping\", \"Insurance\", \"Handling\" etc.#### NoteThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.#### Description of Columns1. Calculation Type: - This can be on **Net Total** (that is the sum of basic amount). - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total. - **Actual** (as mentioned).2. Account Head: The Account ledger under which this tax will be booked3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.4. Description: Description of the tax (that will be printed in invoices / quotes).5. Rate: Tax rate.6. Amount: Tax amount.7. Total: Cumulative total to this point.8. Enter Row: If based on \"Previous Row Total\" you can select the row number which will be taken as a base for this calculation (default is the previous row).9. Consider Tax or Charge for: In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.10. Add or Deduct: Whether you want to add or deduct the tax.": "\u092e\u093e\u0928\u0915 \u0915\u0930 \u091f\u0947\u092e\u094d\u092a\u0932\u0947\u091f \u0939\u0948 \u0915\u093f \u0938\u092d\u0940 \u0916\u0930\u0940\u0926 \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u0947 \u0932\u093f\u090f \u0932\u093e\u0917\u0942 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948. \u0907\u0938 \u091f\u0947\u092e\u094d\u092a\u0932\u0947\u091f \u0915\u0947 "\u0928\u094c\u0935\u0939\u0928" \u0915\u0940 \u0924\u0930\u0939 \u0915\u0930 \u092d\u0940 \u0938\u093f\u0930 \u0914\u0930 \u0905\u0928\u094d\u092f \u0916\u0930\u094d\u091a \u0938\u093f\u0930 \u0938\u0942\u091a\u0940, "\u092c\u0940\u092e\u093e", "\u0939\u0948\u0902\u0921\u0932\u093f\u0902\u0917" \u0939\u094b\u0924\u0947 \u0939\u0948\u0902 \u0906\u0926\u093f # # # # NoteThe \u0915\u0930 \u0924\u0941\u092e \u092f\u0939\u093e\u0901 \u0915\u094b \u092a\u0930\u093f\u092d\u093e\u0937\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092e\u093e\u0928\u0915 \u0926\u0930 \u0915\u0930 \u0915\u0940 \u0926\u0930 \u0938\u092d\u0940 ** \u0906\u0907\u091f\u092e \u0915\u0947 \u0932\u093f\u090f \u0915\u0930\u0947\u0902\u0917\u0947 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 . \u0905\u0917\u0930 \u0935\u0939\u093e\u0901 ** ** \u0906\u0907\u091f\u092e \u0939\u0948 \u0915\u093f \u0905\u0932\u0917 \u0926\u0930\u094b\u0902 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0935\u0947 \u0906\u0907\u091f\u092e ** \u092e\u0947\u0902 \u0906\u0907\u091f\u092e ** \u0924\u093e\u0932\u093f\u0915\u093e ** \u091f\u0948\u0915\u094d\u0938 \u092e\u0947\u0902 \u091c\u094b\u0921\u093c\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f Columns1 \u0915\u093e \u0935\u093f\u0935\u0930\u0923 ** \u092e\u093e\u0938\u094d\u091f\u0930. # # # #. \u0917\u0923\u0928\u093e \u0915\u0947 \u092a\u094d\u0930\u0915\u093e\u0930: - \u092f\u0939 ** \u0928\u0947\u091f \u0915\u0941\u0932 \u092a\u0930 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948 (\u0915\u093f \u092e\u0942\u0932 \u0930\u093e\u0936\u093f \u0915\u093e \u092f\u094b\u0917 \u0939\u0948). - ** / \u092a\u093f\u091b\u0932\u093e \u092a\u0902\u0915\u094d\u0924\u093f \u092a\u0930 \u0915\u0941\u0932 ** \u0930\u093e\u0936\u093f (\u0938\u0902\u091a\u092f\u0940 \u0915\u0930\u094b\u0902 \u092f\u093e \u0936\u0941\u0932\u094d\u0915\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f). \u092f\u0926\u093f \u0906\u092a \u0907\u0938 \u0935\u093f\u0915\u0932\u094d\u092a \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0915\u0930 \u092a\u093f\u091b\u0932\u0947 \u092a\u0902\u0915\u094d\u0924\u093f \u0915\u0947 \u090f\u0915 \u092a\u094d\u0930\u0924\u093f\u0936\u0924 (\u0915\u0930 \u0924\u093e\u0932\u093f\u0915\u093e \u092e\u0947\u0902) \u092f\u093e \u0915\u0941\u0932 \u0930\u093e\u0936\u093f \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0932\u093e\u0917\u0942 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e. - ** \u0938\u092e\u093e\u091a\u093e (\u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0909\u0932\u094d\u0932\u0947\u0916 \u0915\u093f\u092f\u093e \u0939\u0948) ** .2. \u0916\u093e\u0924\u093e \u0938\u093f\u0930: \u0916\u093e\u0924\u093e \u092c\u0939\u0940 \u0916\u093e\u0924\u093e \u0939\u0948 \u091c\u093f\u0938\u0915\u0947 \u0924\u0939\u0924 \u092f\u0939 \u0915\u0930 booked3 \u0939\u094b\u0917\u093e. \u0932\u093e\u0917\u0924 \u0915\u0947\u0902\u0926\u094d\u0930: \u092f\u0926\u093f \u0915\u0930 \u092a\u094d\u0930\u092d\u093e\u0930\u0940 / \u090f\u0915 \u0936\u093f\u092a\u093f\u0902\u0917 \u091c\u0948\u0938\u0947 \u0906\u092f \u092f\u093e \u0916\u0930\u094d\u091a \u0939\u0948 \u092f\u0939 \u090f\u0915 Center.4 \u0932\u093e\u0917\u0924 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u0906\u0930\u0915\u094d\u0937\u0923 \u0915\u0940 \u091c\u0930\u0942\u0930\u0924 \u0939\u0948. \u0935\u093f\u0935\u0930\u0923: \u0915\u0930 \u0915\u093e \u0935\u093f\u0935\u0930\u0923 (\u0915\u093f \u091a\u093e\u0932\u093e\u0928 / \u0909\u0926\u094d\u0927\u0930\u0923 \u092e\u0947\u0902 \u092e\u0941\u0926\u094d\u0930\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e) 0.5. \u0926\u0930: rate.6 \u0915\u0930. \u0930\u093e\u0936\u093f: amount.7 \u0915\u0930. \u0915\u0941\u0932: point.8 \u0907\u0938 \u0938\u0902\u091a\u092f\u0940 \u0915\u0941\u0932. \u092a\u0902\u0915\u094d\u0924\u093f \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902: \u092f\u0926\u093f "\u092a\u093f\u091b\u0932\u0940 \u092a\u0902\u0915\u094d\u0924\u093f \u0915\u0941\u0932" \u0915\u0947 \u0906\u0927\u093e\u0930 \u092a\u0930 \u0906\u092a \u092a\u0902\u0915\u094d\u0924\u093f \u0938\u0902\u0916\u094d\u092f\u093e \u0939\u0948 \u091c\u094b \u0907\u0938 \u0917\u0923\u0928\u093e (\u092a\u093f\u091b\u0932\u0940 \u092a\u0902\u0915\u094d\u0924\u093f \u092e\u0942\u0932\u092d\u0942\u0924 \u0939\u0948) .9 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0906\u0927\u093e\u0930 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0932\u0947 \u091c\u093e\u092f\u093e \u091c\u093e\u090f\u0917\u093e \u0915\u093e \u091a\u092f\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902. \u0915\u0947 \u0932\u093f\u090f \u091f\u0948\u0915\u094d\u0938 \u092f\u093e \u0936\u0941\u0932\u094d\u0915 \u092a\u0930 \u0935\u093f\u091a\u093e\u0930 \u0915\u0930\u0947\u0902: \u0907\u0938 \u0905\u0928\u0941\u092d\u093e\u0917 \u092e\u0947\u0902 \u0906\u092a \u0905\u0917\u0930 \u0915\u0930 \u092a\u094d\u0930\u092d\u093e\u0930\u0940 / \u092e\u0942\u0932\u094d\u092f\u093e\u0902\u0915\u0928 (\u0915\u0941\u0932 \u0915\u093e \u090f\u0915 \u0939\u093f\u0938\u094d\u0938\u093e \u0928\u0939\u0940\u0902) \u0915\u0947 \u0932\u093f\u090f \u0915\u0947\u0935\u0932 \u090f\u0915 \u092f\u093e \u0915\u0947\u0935\u0932 \u0915\u0941\u0932 \u0915\u0947 \u0932\u093f\u090f \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 (\u0906\u0907\u091f\u092e \u0915\u094b \u091c\u094b\u0921\u093c \u0928\u0939\u0940\u0902 \u092e\u093e\u0928) \u092f\u093e both.10 \u0915\u0947 \u0932\u093f\u090f. \u091c\u094b\u0921\u093c\u0947\u0902 \u092f\u093e \u0918\u091f\u093e: \u091a\u093e\u0939\u0947 \u0906\u092a \u091c\u094b\u0921\u093c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u092f\u093e \u0918\u091f\u093e \u0915\u0930 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902.", - "Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like \"Shipping\", \"Insurance\", \"Handling\" etc.#### NoteThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.#### Description of Columns1. Calculation Type: - This can be on **Net Total** (that is the sum of basic amount). - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total. - **Actual** (as mentioned).2. Account Head: The Account ledger under which this tax will be booked3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.4. Description: Description of the tax (that will be printed in invoices / quotes).5. Rate: Tax rate.6. Amount: Tax amount.7. Total: Cumulative total to this point.8. Enter Row: If based on \"Previous Row Total\" you can select the row number which will be taken as a base for this calculation (default is the previous row).9. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.": "\u092e\u093e\u0928\u0915 \u0915\u0930 \u091f\u0947\u092e\u094d\u092a\u0932\u0947\u091f \u0939\u0948 \u0915\u093f \u0938\u092d\u0940 \u092c\u093f\u0915\u094d\u0930\u0940 \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u0947 \u0932\u093f\u090f \u0932\u093e\u0917\u0942 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948. \u0907\u0938 \u091f\u0947\u092e\u094d\u092a\u0932\u0947\u091f \u0915\u0930 \u092a\u094d\u0930\u092e\u0941\u0916\u094b\u0902 \u0915\u0940 \u0938\u0942\u091a\u0940 \u092e\u0947\u0902 \u0914\u0930 \u092d\u0940 \u0924\u0930\u0939 "\u0928\u094c\u0935\u0939\u0928" \u0905\u0928\u094d\u092f \u0935\u094d\u092f\u092f / \u0906\u092f \u0938\u093f\u0930, "\u092c\u0940\u092e\u093e", "\u0939\u0948\u0902\u0921\u0932\u093f\u0902\u0917" \u0906\u0926\u093f # # # # NoteThe \u0915\u0930 \u0926\u0930 \u0924\u0941\u092e \u092f\u0939\u093e\u0901 \u0915\u094b \u092a\u0930\u093f\u092d\u093e\u0937\u093f\u0924 \u092e\u093e\u0928\u0915 \u0938\u092d\u0940 ** \u0906\u0907\u091f\u092e \u0915\u0947 \u0932\u093f\u090f \u0915\u0930 \u0915\u0940 \u0926\u0930 \u0939\u094b\u0917\u093e \u0936\u093e\u092e\u093f\u0932 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 **. \u0905\u0917\u0930 \u0935\u0939\u093e\u0901 ** ** \u0906\u0907\u091f\u092e \u0939\u0948 \u0915\u093f \u0905\u0932\u0917 \u0926\u0930\u094b\u0902 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0935\u0947 \u0906\u0907\u091f\u092e ** \u092e\u0947\u0902 \u0906\u0907\u091f\u092e ** \u0924\u093e\u0932\u093f\u0915\u093e ** \u091f\u0948\u0915\u094d\u0938 \u092e\u0947\u0902 \u091c\u094b\u0921\u093c\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f Columns1 \u0915\u093e \u0935\u093f\u0935\u0930\u0923 ** \u092e\u093e\u0938\u094d\u091f\u0930. # # # #. \u0917\u0923\u0928\u093e \u0915\u0947 \u092a\u094d\u0930\u0915\u093e\u0930: - \u092f\u0939 ** \u0928\u0947\u091f \u0915\u0941\u0932 \u092a\u0930 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948 (\u0915\u093f \u092e\u0942\u0932 \u0930\u093e\u0936\u093f \u0915\u093e \u092f\u094b\u0917 \u0939\u0948). - ** / \u092a\u093f\u091b\u0932\u093e \u092a\u0902\u0915\u094d\u0924\u093f \u092a\u0930 \u0915\u0941\u0932 ** \u0930\u093e\u0936\u093f (\u0938\u0902\u091a\u092f\u0940 \u0915\u0930\u094b\u0902 \u092f\u093e \u0936\u0941\u0932\u094d\u0915\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f). \u092f\u0926\u093f \u0906\u092a \u0907\u0938 \u0935\u093f\u0915\u0932\u094d\u092a \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0915\u0930 \u092a\u093f\u091b\u0932\u0947 \u092a\u0902\u0915\u094d\u0924\u093f \u0915\u0947 \u090f\u0915 \u092a\u094d\u0930\u0924\u093f\u0936\u0924 (\u0915\u0930 \u0924\u093e\u0932\u093f\u0915\u093e \u092e\u0947\u0902) \u092f\u093e \u0915\u0941\u0932 \u0930\u093e\u0936\u093f \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0932\u093e\u0917\u0942 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e. - ** \u0938\u092e\u093e\u091a\u093e (\u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0909\u0932\u094d\u0932\u0947\u0916 \u0915\u093f\u092f\u093e \u0939\u0948) ** .2. \u0916\u093e\u0924\u093e \u0938\u093f\u0930: \u0916\u093e\u0924\u093e \u092c\u0939\u0940 \u0916\u093e\u0924\u093e \u0939\u0948 \u091c\u093f\u0938\u0915\u0947 \u0924\u0939\u0924 \u092f\u0939 \u0915\u0930 booked3 \u0939\u094b\u0917\u093e. \u0932\u093e\u0917\u0924 \u0915\u0947\u0902\u0926\u094d\u0930: \u092f\u0926\u093f \u0915\u0930 \u092a\u094d\u0930\u092d\u093e\u0930\u0940 / \u090f\u0915 \u0936\u093f\u092a\u093f\u0902\u0917 \u091c\u0948\u0938\u0947 \u0906\u092f \u092f\u093e \u0916\u0930\u094d\u091a \u0939\u0948 \u092f\u0939 \u090f\u0915 Center.4 \u0932\u093e\u0917\u0924 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u0906\u0930\u0915\u094d\u0937\u0923 \u0915\u0940 \u091c\u0930\u0942\u0930\u0924 \u0939\u0948. \u0935\u093f\u0935\u0930\u0923: \u0915\u0930 \u0915\u093e \u0935\u093f\u0935\u0930\u0923 (\u0915\u093f \u091a\u093e\u0932\u093e\u0928 / \u0909\u0926\u094d\u0927\u0930\u0923 \u092e\u0947\u0902 \u092e\u0941\u0926\u094d\u0930\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e) 0.5. \u0926\u0930: rate.6 \u0915\u0930. \u0930\u093e\u0936\u093f: amount.7 \u0915\u0930. \u0915\u0941\u0932: point.8 \u0907\u0938 \u0938\u0902\u091a\u092f\u0940 \u0915\u0941\u0932. \u092a\u0902\u0915\u094d\u0924\u093f \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902: \u092f\u0926\u093f "\u092a\u093f\u091b\u0932\u0940 \u092a\u0902\u0915\u094d\u0924\u093f \u0915\u0941\u0932" \u0915\u0947 \u0906\u0927\u093e\u0930 \u092a\u0930 \u0906\u092a \u092a\u0902\u0915\u094d\u0924\u093f \u0938\u0902\u0916\u094d\u092f\u093e \u0939\u0948 \u091c\u094b \u0907\u0938 \u0917\u0923\u0928\u093e (\u092a\u093f\u091b\u0932\u0940 \u092a\u0902\u0915\u094d\u0924\u093f \u092e\u0942\u0932\u092d\u0942\u0924 \u0939\u0948) .9 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0906\u0927\u093e\u0930 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0932\u0947 \u091c\u093e\u092f\u093e \u091c\u093e\u090f\u0917\u093e \u0915\u093e \u091a\u092f\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902. \u0907\u0938 \u091f\u0948\u0915\u094d\u0938 \u092e\u0942\u0932 \u0926\u0930 \u092e\u0947\u0902 \u0936\u093e\u092e\u093f\u0932: \u092f\u0926\u093f \u0906\u092a \u0907\u0938 \u091a\u0947\u0915, \u0907\u0938\u0915\u093e \u092e\u0924\u0932\u092c \u0939\u0948 \u0915\u093f \u0907\u0938 \u0915\u0930 \u0906\u0907\u091f\u092e \u092e\u0947\u091c \u0915\u0947 \u0928\u0940\u091a\u0947 \u0928\u0939\u0940\u0902 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u090f\u0917\u093e, \u0932\u0947\u0915\u093f\u0928 \u0905\u092a\u0928\u0947 \u092e\u0941\u0916\u094d\u092f \u0906\u0907\u091f\u092e \u0924\u093e\u0932\u093f\u0915\u093e \u092e\u0947\u0902 \u092e\u0942\u0932 \u0926\u0930 \u092e\u0947\u0902 \u0936\u093e\u092e\u093f\u0932 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e. \u092f\u0939 \u0909\u092a\u092f\u094b\u0917\u0940 \u0939\u0948, \u091c\u0939\u093e\u0902 \u0906\u092a \u090f\u0915 \u092b\u094d\u0932\u0948\u091f \u0915\u0940 \u0915\u0940\u092e\u0924 \u0926\u0947 (\u0938\u092d\u0940 \u0915\u0930\u094b\u0902 \u0938\u0939\u093f\u0924) \u0917\u094d\u0930\u093e\u0939\u0915\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0915\u0940\u092e\u0924 \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902.", - "Track separate Income and Expense for product verticals or divisions.": "\u0905\u0932\u0917 \u0914\u0930 \u0909\u0924\u094d\u092a\u093e\u0926 \u0915\u093e\u0930\u094d\u092f\u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u092f\u093e \u0935\u093f\u092d\u093e\u091c\u0928 \u0915\u0947 \u0932\u093f\u090f \u0906\u092f \u0914\u0930 \u0916\u0930\u094d\u091a \u0939\u0941\u090f.", - "Trial Balance": "\u0936\u0947\u0937 - \u092a\u0930\u0940\u0915\u094d\u0937\u0923", - "Voucher Import Tool": "\u0935\u093e\u0909\u091a\u0930 \u0906\u092f\u093e\u0924 \u0909\u092a\u0915\u0930\u0923" -} \ No newline at end of file diff --git a/accounts/page/accounts_browser/accounts_browser.txt b/accounts/page/accounts_browser/accounts_browser.txt index 38dc643c396..35a345ba8ec 100644 --- a/accounts/page/accounts_browser/accounts_browser.txt +++ b/accounts/page/accounts_browser/accounts_browser.txt @@ -9,7 +9,6 @@ { "name": "__common__", "module": "Accounts", - "show_in_menu": 0, "page_name": "Accounts Browser", "doctype": "Page", "standard": "Yes" diff --git a/accounts/page/financial_statements/financial_statements.txt b/accounts/page/financial_statements/financial_statements.txt index 152aa405405..77961031431 100644 --- a/accounts/page/financial_statements/financial_statements.txt +++ b/accounts/page/financial_statements/financial_statements.txt @@ -9,7 +9,6 @@ { "name": "__common__", "module": "Accounts", - "show_in_menu": 0, "page_name": "Financial Statements", "doctype": "Page", "standard": "Yes" diff --git a/buying/__init__.py b/buying/__init__.py index d9bbbcc4872..e69de29bb2d 100644 --- a/buying/__init__.py +++ b/buying/__init__.py @@ -1,7 +0,0 @@ -from __future__ import unicode_literals -install_docs = [ - {"doctype":"Role", "role_name":"Purchase Manager", "name":"Purchase Manager"}, - {"doctype":"Role", "role_name":"Purchase User", "name":"Purchase User"}, - {"doctype":"Role", "role_name":"Purchase Master Manager", "name":"Purchase Master Manager"}, - {"doctype":"Role", "role_name":"Supplier", "name":"Supplier"} -] diff --git a/buying/module_def/buying/locale/_messages_doc.json b/buying/module_def/buying/locale/_messages_doc.json deleted file mode 100644 index c606d9da246..00000000000 --- a/buying/module_def/buying/locale/_messages_doc.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "Supplier of Goods or Services.", - "Buying Home", - "Purchase Analytics" -] \ No newline at end of file diff --git a/buying/module_def/buying/locale/hi-doc.json b/buying/module_def/buying/locale/hi-doc.json deleted file mode 100644 index 3c21e9592bb..00000000000 --- a/buying/module_def/buying/locale/hi-doc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Buying Home": "\u0918\u0930 \u0916\u0930\u0940\u0926\u0928\u093e", - "Purchase Analytics": "\u0916\u0930\u0940\u0926 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u093f\u0915\u0940", - "Supplier of Goods or Services.": "\u0938\u093e\u092e\u093e\u0928 \u092f\u093e \u0938\u0947\u0935\u093e\u0913\u0902 \u0915\u0940 \u092a\u094d\u0930\u0926\u093e\u092f\u0915." -} \ No newline at end of file diff --git a/home/module_def/home/locale/_messages_doc.json b/home/module_def/home/locale/_messages_doc.json deleted file mode 100644 index b310f7cca0d..00000000000 --- a/home/module_def/home/locale/_messages_doc.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - "Event Updates", - "My Company", - "Desktop", - "Attributions", - "dashboard", - "Activity", - "Latest Updates" -] \ No newline at end of file diff --git a/home/module_def/home/locale/hi-doc.json b/home/module_def/home/locale/hi-doc.json deleted file mode 100644 index 09205d14a43..00000000000 --- a/home/module_def/home/locale/hi-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Activity": "\u0938\u0915\u094d\u0930\u093f\u092f\u0924\u093e", - "Attributions": "Attributions", - "Desktop": "\u0921\u0947\u0938\u094d\u0915\u091f\u0949\u092a", - "Event Updates": "\u0918\u091f\u0928\u093e \u0905\u0926\u094d\u092f\u0924\u0928", - "Latest Updates": "\u0928\u0935\u0940\u0928\u0924\u092e \u0905\u0926\u094d\u092f\u0924\u0928", - "My Company": "\u092e\u0947\u0930\u0940 \u0915\u0902\u092a\u0928\u0940", - "dashboard": "\u0921\u0948\u0936\u092c\u094b\u0930\u094d\u0921" -} \ No newline at end of file diff --git a/hr/Deduction Type/Income Tax/Income Tax.txt b/hr/Deduction Type/Income Tax/Income Tax.txt deleted file mode 100644 index 182c9b132ef..00000000000 --- a/hr/Deduction Type/Income Tax/Income Tax.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Income Tax', 'parent': None, 'description': 'Income Tax', 'creation': '2010-04-02 10:33:23', 'is_active': 'Yes', 'modified': '2010-04-05 12:53:07', 'module': 'Payroll', 'doctype': 'Deduction Type', 'idx': None, 'parenttype': None, 'deduction_name': 'Income Tax', 'trash_reason': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Deduction Type/Professional Tax/Professional Tax.txt b/hr/Deduction Type/Professional Tax/Professional Tax.txt deleted file mode 100644 index b5e886c9a0b..00000000000 --- a/hr/Deduction Type/Professional Tax/Professional Tax.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Professional Tax', 'parent': None, 'description': 'Professional Tax', 'creation': '2010-04-02 10:34:14', 'is_active': 'Yes', 'modified': '2010-04-05 12:52:59', 'module': 'Payroll', 'doctype': 'Deduction Type', 'idx': None, 'parenttype': None, 'deduction_name': 'Professional Tax', 'trash_reason': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Deduction Type/Provident Fund/Provident Fund.txt b/hr/Deduction Type/Provident Fund/Provident Fund.txt deleted file mode 100644 index 77fd26f8ce0..00000000000 --- a/hr/Deduction Type/Provident Fund/Provident Fund.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Provident Fund', 'parent': None, 'description': 'Provident fund', 'creation': '2010-04-02 10:32:23', 'is_active': 'Yes', 'modified': '2010-04-05 12:52:52', 'module': 'Payroll', 'doctype': 'Deduction Type', 'idx': None, 'parenttype': None, 'deduction_name': 'Provident Fund', 'trash_reason': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Earning Type/Basic/Basic.txt b/hr/Earning Type/Basic/Basic.txt deleted file mode 100644 index e0243f52803..00000000000 --- a/hr/Earning Type/Basic/Basic.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Basic', 'parent': None, 'description': 'Basic', 'creation': '2010-04-02 10:29:08', 'is_active': 'Yes', 'modified': '2010-04-05 12:52:35', 'earning_name': 'Basic', 'doctype': 'Earning Type', 'taxable': 'Yes', 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'exemption_limit': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Earning Type/House Rent Allowance/House Rent Allowance.txt b/hr/Earning Type/House Rent Allowance/House Rent Allowance.txt deleted file mode 100644 index 760c4d8a094..00000000000 --- a/hr/Earning Type/House Rent Allowance/House Rent Allowance.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'House Rent Allowance', 'parent': None, 'description': 'House Rent Allowance', 'creation': '2010-04-02 10:29:29', 'is_active': 'Yes', 'modified': '2010-04-05 12:33:19', 'earning_name': 'House Rent Allowance', 'doctype': 'Earning Type', 'taxable': 'No', 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'exemption_limit': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Expense Type/Calls/Calls.txt b/hr/Expense Type/Calls/Calls.txt deleted file mode 100644 index 5cf53d6b21b..00000000000 --- a/hr/Expense Type/Calls/Calls.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Calls', 'parent': None, 'description': None, 'creation': '2010-08-23 18:26:38', 'modified': '2010-08-23 18:26:38', 'module': 'Payroll', 'doctype': 'Expense Claim Type', 'idx': None, 'parenttype': None, 'owner': 'harshada@webnotestech.com', 'docstatus': 0, 'expense_type': 'Calls', 'parentfield': None}] \ No newline at end of file diff --git a/hr/Expense Type/Food/Food.txt b/hr/Expense Type/Food/Food.txt deleted file mode 100644 index c09f21f7ee4..00000000000 --- a/hr/Expense Type/Food/Food.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Food', 'parent': None, 'description': None, 'creation': '2010-08-23 18:26:30', 'modified': '2010-08-23 18:26:30', 'module': 'Payroll', 'doctype': 'Expense Claim Type', 'idx': None, 'parenttype': None, 'owner': 'harshada@webnotestech.com', 'docstatus': 0, 'expense_type': 'Food', 'parentfield': None}] \ No newline at end of file diff --git a/hr/Expense Type/Medical/Medical.txt b/hr/Expense Type/Medical/Medical.txt deleted file mode 100644 index 754af611f8f..00000000000 --- a/hr/Expense Type/Medical/Medical.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Medical', 'parent': None, 'description': None, 'creation': '2010-08-23 18:26:49', 'modified': '2010-08-23 18:26:49', 'module': 'Payroll', 'doctype': 'Expense Claim Type', 'idx': None, 'parenttype': None, 'owner': 'harshada@webnotestech.com', 'docstatus': 0, 'expense_type': 'Medical', 'parentfield': None}] \ No newline at end of file diff --git a/hr/Expense Type/Others/Others.txt b/hr/Expense Type/Others/Others.txt deleted file mode 100644 index 509d6528cfa..00000000000 --- a/hr/Expense Type/Others/Others.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Others', 'parent': None, 'description': None, 'creation': '2010-09-20 12:16:45', 'modified': '2010-09-20 12:16:45', 'module': 'Payroll', 'doctype': 'Expense Claim Type', 'idx': None, 'parenttype': None, 'owner': 'harshada@webnotestech.com', 'docstatus': 0, 'expense_type': 'Others', 'parentfield': None}] \ No newline at end of file diff --git a/hr/Expense Type/Travel/Travel.txt b/hr/Expense Type/Travel/Travel.txt deleted file mode 100644 index c21e4b63fba..00000000000 --- a/hr/Expense Type/Travel/Travel.txt +++ /dev/null @@ -1 +0,0 @@ -[{'modified_by': 'harshada@webnotestech.com', 'name': 'Travel', 'parent': None, 'description': None, 'creation': '2010-09-20 12:16:45', 'modified': '2010-09-20 12:16:45', 'module': 'Payroll', 'doctype': 'Expense Claim Type', 'idx': None, 'parenttype': None, 'owner': 'harshada@webnotestech.com', 'docstatus': 0, 'expense_type': 'Travel', 'parentfield': None}] \ No newline at end of file diff --git a/hr/Leave Type/Casual Leave/Casual Leave.txt b/hr/Leave Type/Casual Leave/Casual Leave.txt deleted file mode 100644 index fbd55a5dccd..00000000000 --- a/hr/Leave Type/Casual Leave/Casual Leave.txt +++ /dev/null @@ -1 +0,0 @@ -[{'leave_type_name': 'Casual Leave', 'modified_by': 'Administrator', 'name': 'Casual Leave', 'parent': None, 'is_encash': 1, 'creation': '2010-04-02 10:52:32', 'is_active': 'Yes', 'modified': '2010-04-02 10:52:32', 'is_carry_forward': 1, 'doctype': 'Leave Type', 'max_days_allowed': '3', 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Leave Type/Compensatory Off/Compensatory Off.txt b/hr/Leave Type/Compensatory Off/Compensatory Off.txt deleted file mode 100644 index 896b3e2f217..00000000000 --- a/hr/Leave Type/Compensatory Off/Compensatory Off.txt +++ /dev/null @@ -1 +0,0 @@ -[{'leave_type_name': 'Compensatory Off', 'modified_by': 'Administrator', 'name': 'Compensatory Off', 'parent': None, 'is_encash': None, 'creation': '2010-04-02 10:59:30', 'is_active': 'Yes', 'modified': '2010-04-02 10:59:30', 'is_carry_forward': None, 'doctype': 'Leave Type', 'max_days_allowed': None, 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Leave Type/Leave Without Pay/Leave Without Pay.txt b/hr/Leave Type/Leave Without Pay/Leave Without Pay.txt deleted file mode 100644 index 04fa7077a0c..00000000000 --- a/hr/Leave Type/Leave Without Pay/Leave Without Pay.txt +++ /dev/null @@ -1 +0,0 @@ -[{'leave_type_name': 'Leave Without Pay', 'modified_by': 'Administrator', 'name': 'Leave Without Pay', 'parent': None, 'is_encash': None, 'creation': '2010-04-02 10:57:37', 'is_active': 'Yes', 'modified': '2010-04-02 10:57:37', 'is_carry_forward': None, 'doctype': 'Leave Type', 'max_days_allowed': None, 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Leave Type/Privilege Leave/Privilege Leave.txt b/hr/Leave Type/Privilege Leave/Privilege Leave.txt deleted file mode 100644 index 7024c50181b..00000000000 --- a/hr/Leave Type/Privilege Leave/Privilege Leave.txt +++ /dev/null @@ -1 +0,0 @@ -[{'leave_type_name': 'Privilege Leave', 'modified_by': 'Administrator', 'name': 'Privilege Leave', 'parent': None, 'is_encash': 1, 'creation': '2010-04-02 10:53:16', 'is_active': 'Yes', 'modified': '2010-04-02 10:53:16', 'is_carry_forward': None, 'doctype': 'Leave Type', 'max_days_allowed': None, 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/Leave Type/Sick Leave/Sick Leave.txt b/hr/Leave Type/Sick Leave/Sick Leave.txt deleted file mode 100644 index 2ccb3bac6f9..00000000000 --- a/hr/Leave Type/Sick Leave/Sick Leave.txt +++ /dev/null @@ -1 +0,0 @@ -[{'leave_type_name': 'Sick Leave', 'modified_by': 'Administrator', 'name': 'Sick Leave', 'parent': None, 'is_encash': None, 'creation': '2010-04-02 10:54:12', 'is_active': 'Yes', 'modified': '2010-04-02 10:54:12', 'is_carry_forward': None, 'doctype': 'Leave Type', 'max_days_allowed': None, 'idx': None, 'parenttype': None, 'trash_reason': None, 'module': 'Payroll', 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}] \ No newline at end of file diff --git a/hr/__init__.py b/hr/__init__.py index 429c71955b2..e69de29bb2d 100644 --- a/hr/__init__.py +++ b/hr/__init__.py @@ -1,8 +0,0 @@ -from __future__ import unicode_literals -install_docs = [ - {"doctype":"Role", "role_name":"Employee", "name":"Employee"}, - {"doctype":"Role", "role_name":"HR Manager", "name":"HR Manager"}, - {"doctype":"Role", "role_name":"HR User", "name":"HR User"}, - {"doctype":"Role", "role_name":"Leave Approver", "name":"Leave Approver"}, - {"doctype":"Role", "role_name":"Expense Approver", "name":"Expense Approver"}, -] diff --git a/hr/module_def/hr/locale/_messages_doc.json b/hr/module_def/hr/locale/_messages_doc.json deleted file mode 100644 index 4b57a153b78..00000000000 --- a/hr/module_def/hr/locale/_messages_doc.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "Apply / Approve Leaves", - "Human Resources Home" -] \ No newline at end of file diff --git a/hr/module_def/hr/locale/hi-doc.json b/hr/module_def/hr/locale/hi-doc.json deleted file mode 100644 index 4465c6e04f9..00000000000 --- a/hr/module_def/hr/locale/hi-doc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Apply / Approve Leaves": "\u092a\u0924\u094d\u0924\u093f\u092f\u093e\u0902 \u0932\u093e\u0917\u0942 / \u0938\u094d\u0935\u0940\u0915\u0943\u0924", - "Human Resources Home": "\u092e\u093e\u0928\u0935 \u0939\u094b\u092e \u0938\u0902\u0938\u093e\u0927\u0928" -} \ No newline at end of file diff --git a/manufacturing/__init__.py b/manufacturing/__init__.py index 07594ad89c3..e69de29bb2d 100644 --- a/manufacturing/__init__.py +++ b/manufacturing/__init__.py @@ -1,5 +0,0 @@ -from __future__ import unicode_literals -install_docs = [ - {"doctype":"Role", "role_name":"Manufacturing Manager", "name":"Manufacturing Manager"}, - {"doctype":"Role", "role_name":"Manufacturing User", "name":"Manufacturing User"}, -] diff --git a/manufacturing/module_def/manufacturing/locale/_messages_doc.json b/manufacturing/module_def/manufacturing/locale/_messages_doc.json deleted file mode 100644 index f4be93eba56..00000000000 --- a/manufacturing/module_def/manufacturing/locale/_messages_doc.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "Manufacturing Home" -] \ No newline at end of file diff --git a/manufacturing/module_def/manufacturing/locale/hi-doc.json b/manufacturing/module_def/manufacturing/locale/hi-doc.json deleted file mode 100644 index 9e128ec0f55..00000000000 --- a/manufacturing/module_def/manufacturing/locale/hi-doc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "Manufacturing Home": "\u0935\u093f\u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0939\u094b\u092e" -} \ No newline at end of file diff --git a/projects/__init__.py b/projects/__init__.py index 8f35855de89..e69de29bb2d 100644 --- a/projects/__init__.py +++ b/projects/__init__.py @@ -1,4 +0,0 @@ -from __future__ import unicode_literals -install_docs = [ - {"doctype":"Role", "role_name":"Projects User", "name":"Projects User"}, -] diff --git a/projects/module_def/projects/locale/_messages_doc.json b/projects/module_def/projects/locale/_messages_doc.json deleted file mode 100644 index da33435bc9a..00000000000 --- a/projects/module_def/projects/locale/_messages_doc.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "Projects Home", - "Projects" -] \ No newline at end of file diff --git a/projects/module_def/projects/locale/hi-doc.json b/projects/module_def/projects/locale/hi-doc.json deleted file mode 100644 index 6ec7020c39a..00000000000 --- a/projects/module_def/projects/locale/hi-doc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Projects": "\u092a\u0930\u093f\u092f\u094b\u091c\u0928\u093e\u0913\u0902", - "Projects Home": "\u092a\u0930\u093f\u092f\u094b\u091c\u0928\u093e\u0913\u0902 \u0918\u0930" -} \ No newline at end of file diff --git a/selling/__init__.py b/selling/__init__.py index beb4975e621..e69de29bb2d 100644 --- a/selling/__init__.py +++ b/selling/__init__.py @@ -1,8 +0,0 @@ -from __future__ import unicode_literals -install_docs = [ - {"doctype":"Role", "role_name":"Customer", "name":"Customer"}, - {"doctype":"Role", "role_name":"Partner", "name":"Partner"}, - {"doctype":"Role", "role_name":"Sales Manager", "name":"Sales Manager"}, - {"doctype":"Role", "role_name":"Sales Master Manager", "name":"Sales Master Manager"}, - {"doctype":"Role", "role_name":"Sales User", "name":"Sales User"}, -] diff --git a/selling/module_def/selling/locale/_messages_doc.json b/selling/module_def/selling/locale/_messages_doc.json deleted file mode 100644 index 59d6c9815cb..00000000000 --- a/selling/module_def/selling/locale/_messages_doc.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - "Sales Orders Pending To Be Delivered", - "Customer Addresses And Contacts", - "Buyer of Goods and Services.", - "Sales Dashboard", - "Potential Sales Deal", - "Selling Home", - "Sales Analytics", - "Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment. ", - "Sales Browser" -] \ No newline at end of file diff --git a/selling/module_def/selling/locale/hi-doc.json b/selling/module_def/selling/locale/hi-doc.json deleted file mode 100644 index 785f4df60df..00000000000 --- a/selling/module_def/selling/locale/hi-doc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Buyer of Goods and Services.": "\u0938\u093e\u092e\u093e\u0928 \u0914\u0930 \u0938\u0947\u0935\u093e\u0913\u0902 \u0915\u0947 \u0916\u0930\u0940\u0926\u093e\u0930.", - "Customer Addresses And Contacts": "\u0917\u094d\u0930\u093e\u0939\u0915 \u0915\u0947 \u092a\u0924\u0947 \u0914\u0930 \u0938\u0902\u092a\u0930\u094d\u0915", - "Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment. ": "\u092c\u093f\u0915\u094d\u0930\u0940 \u0905\u092d\u093f\u092f\u093e\u0928 \u0915\u093e \u091f\u094d\u0930\u0948\u0915 \u0930\u0916\u0947\u0902. \u092c\u093f\u0915\u094d\u0930\u0940\u0938\u0942\u0924\u094d\u0930, \u0915\u094b\u091f\u0947\u0936\u0928, \u0905\u092d\u093f\u092f\u093e\u0928 \u0938\u0947 \u092c\u093f\u0915\u094d\u0930\u0940 \u0906\u0926\u0947\u0936 \u0906\u0926\u093f \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0928\u093f\u0935\u0947\u0936 \u092a\u0930 \u0935\u093e\u092a\u0938\u0940 \u0917\u0947\u091c \u091f\u094d\u0930\u0948\u0915 \u0930\u0916\u0947\u0902.", - "Potential Sales Deal": "\u0938\u0902\u092d\u093e\u0935\u093f\u0924 \u092c\u093f\u0915\u094d\u0930\u0940 \u0938\u094c\u0926\u093e", - "Sales Analytics": "\u092c\u093f\u0915\u094d\u0930\u0940 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u093f\u0915\u0940", - "Sales Browser": "\u092c\u093f\u0915\u094d\u0930\u0940 \u092c\u094d\u0930\u093e\u0909\u091c\u093c\u0930", - "Sales Dashboard": "\u092c\u093f\u0915\u094d\u0930\u0940 \u0921\u0948\u0936\u092c\u094b\u0930\u094d\u0921", - "Sales Orders Pending To Be Delivered": "\u0935\u093f\u0915\u094d\u0930\u092f \u0906\u0926\u0947\u0936 \u0926\u093f\u092f\u093e \u091c\u093e \u0932\u0902\u092c\u093f\u0924", - "Selling Home": "\u0918\u0930 \u092c\u0947\u091a\u0928\u093e" -} \ No newline at end of file diff --git a/selling/page/sales_browser/sales_browser.txt b/selling/page/sales_browser/sales_browser.txt index eb212d41639..4b9eecf3cda 100644 --- a/selling/page/sales_browser/sales_browser.txt +++ b/selling/page/sales_browser/sales_browser.txt @@ -9,7 +9,6 @@ { "name": "__common__", "module": "Selling", - "show_in_menu": 0, "page_name": "Sales Browser", "doctype": "Page", "standard": "Yes" diff --git a/setup/__init__.py b/setup/__init__.py index 749205251fc..e69de29bb2d 100644 --- a/setup/__init__.py +++ b/setup/__init__.py @@ -1,5 +0,0 @@ -from __future__ import unicode_literals -install_docs = [ - {'doctype':'Role', 'role_name': 'System Manager', 'name': 'System Manager'}, - {'doctype':'Role', 'role_name': 'Analytics', 'name': 'Analytics'} -] diff --git a/setup/module_def/setup/locale/_messages_doc.json b/setup/module_def/setup/locale/_messages_doc.json deleted file mode 100644 index d08bf11f63b..00000000000 --- a/setup/module_def/setup/locale/_messages_doc.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - "Item Classification", - "Webforms", - "Modules Setup", - "Email Settings for Outgoing and Incoming Emails.", - "Standard Terms and Conditions that can be added to Sales and Purchases.Examples:1. Validity of the offer.1. Payment Terms (In Advance, On Credit, part advance etc).1. What is extra (or payable by the Customer).1. Safety / usage warning.1. Warranty if any.1. Returns Policy.1. Terms of shipping, if applicable.1. Ways of addressing disputes, indemnity, liability, etc.1. Address and Contact of your Company.", - "Price List Master", - "**Currency** Master", - "Send automatic emails to Contacts on Submitting transactions.", - "Setup", - "Send regular summary reports via Email.", - "A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.", - "Classification of Customers by region", - "Set prefix for numbering series on your transactions", - "All Sales Transactions can be tagged against multiple **Sales Persons** so that you can set and monitor targets.", - "Permission Engine", - "Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization." -] \ No newline at end of file diff --git a/setup/module_def/setup/locale/hi-doc.json b/setup/module_def/setup/locale/hi-doc.json deleted file mode 100644 index 69e8616a21b..00000000000 --- a/setup/module_def/setup/locale/hi-doc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "**Currency** Master": "** \u092e\u0941\u0926\u094d\u0930\u093e ** \u092e\u093e\u0938\u094d\u091f\u0930", - "A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.": "\u090f\u0915 \u0924\u0940\u0938\u0930\u0947 \u092a\u0915\u094d\u0937 \u0915\u0947 \u0935\u093f\u0924\u0930\u0915 / \u0921\u0940\u0932\u0930 / \u0915\u092e\u0940\u0936\u0928 \u090f\u091c\u0947\u0902\u091f / \u0938\u0939\u092c\u0926\u094d\u0927 / \u092a\u0941\u0928\u0930\u094d\u0935\u093f\u0915\u094d\u0930\u0947\u0924\u093e \u091c\u094b \u090f\u0915 \u0906\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f \u0915\u0902\u092a\u0928\u093f\u092f\u094b\u0902 \u0915\u0947 \u0909\u0924\u094d\u092a\u093e\u0926\u094b\u0902 \u0915\u094b \u092c\u0947\u091a\u0924\u093e \u0939\u0948.", - "All Sales Transactions can be tagged against multiple **Sales Persons** so that you can set and monitor targets.": "\u0938\u092d\u0940 \u092c\u093f\u0915\u094d\u0930\u0940 \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u0908 ** \u092c\u093f\u0915\u094d\u0930\u0940 \u0935\u094d\u092f\u0915\u094d\u0924\u093f\u092f\u094b\u0902 ** \u0907\u0924\u0928\u0940 \u0939\u0948 \u0915\u093f \u0906\u092a \u0938\u0947\u091f \u0914\u0930 \u0932\u0915\u094d\u0937\u094d\u092f\u094b\u0902 \u0915\u0940 \u0928\u093f\u0917\u0930\u093e\u0928\u0940 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u091a\u093f\u0939\u094d\u0928\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948.", - "Classification of Customers by region": "\u0917\u094d\u0930\u093e\u0939\u0915 \u0915\u0947 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u0926\u094d\u0935\u093e\u0930\u093e \u0935\u0930\u094d\u0917\u0940\u0915\u0930\u0923", - "Email Settings for Outgoing and Incoming Emails.": "\u0928\u093f\u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u0914\u0930 \u0906\u0928\u0947 \u0935\u093e\u0932\u0940 \u0908\u092e\u0947\u0932 \u0915\u0947 \u0932\u093f\u090f \u0908\u092e\u0947\u0932 \u0938\u0947\u091f\u093f\u0902\u0917\u094d\u0938.", - "Item Classification": "\u0906\u0907\u091f\u092e \u0935\u0930\u094d\u0917\u0940\u0915\u0930\u0923", - "Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.": "\u0915\u093e\u0928\u0942\u0928\u0940 \u0938\u0902\u0917\u0920\u0928 \u0938\u0947 \u0938\u0902\u092c\u0902\u0927\u093f\u0924 \u0916\u093e\u0924\u094b\u0902 \u0915\u0940 \u090f\u0915 \u0905\u0932\u0917 \u091a\u093e\u0930\u094d\u091f \u0915\u0947 \u0938\u093e\u0925 \u0907\u0915\u093e\u0908 / \u0938\u0939\u093e\u092f\u0915.", - "Modules Setup": "\u092e\u0949\u0921\u094d\u092f\u0942\u0932 \u0938\u0947\u091f\u0905\u092a", - "Permission Engine": "\u0905\u0928\u0941\u092e\u0924\u093f \u0907\u0902\u091c\u0928", - "Price List Master": "\u092e\u0942\u0932\u094d\u092f \u0938\u0942\u091a\u0940 \u092e\u093e\u0938\u094d\u091f\u0930", - "Send automatic emails to Contacts on Submitting transactions.": "\u0932\u0947\u0928\u0926\u0947\u0928 \u092d\u0947\u091c\u0928\u0947 \u092a\u0930 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0938\u094d\u0935\u0924: \u0908\u092e\u0947\u0932 \u092d\u0947\u091c\u0947\u0902.", - "Send regular summary reports via Email.": "\u0908\u092e\u0947\u0932 \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u0928\u093f\u092f\u092e\u093f\u0924 \u0930\u0942\u092a \u0938\u0947 \u0938\u093e\u0930\u093e\u0902\u0936 \u0930\u093f\u092a\u094b\u0930\u094d\u091f \u092d\u0947\u091c\u0947\u0902.", - "Set prefix for numbering series on your transactions": "\u0905\u092a\u0928\u0947 \u0932\u0947\u0928\u0926\u0947\u0928 \u092a\u0930 \u0936\u094d\u0930\u0943\u0902\u0916\u0932\u093e \u0928\u0902\u092c\u0930\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u0938\u0930\u094d\u0917 \u0938\u0947\u091f", - "Setup": "\u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e", - "Standard Terms and Conditions that can be added to Sales and Purchases.Examples:1. Validity of the offer.1. Payment Terms (In Advance, On Credit, part advance etc).1. What is extra (or payable by the Customer).1. Safety / usage warning.1. Warranty if any.1. Returns Policy.1. Terms of shipping, if applicable.1. Ways of addressing disputes, indemnity, liability, etc.1. Address and Contact of your Company.": "1: \u092e\u093e\u0928\u0915 \u0928\u093f\u092f\u092e\u094b\u0902 \u0914\u0930 \u0936\u0930\u094d\u0924\u094b\u0902 \u0915\u093f \u092c\u093f\u0915\u094d\u0930\u0940 \u0914\u0930 Purchases.Examples \u0915\u0947 \u0932\u093f\u090f \u091c\u094b\u0921\u093c\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948. Offer.1 \u0915\u0940 \u0935\u0948\u0927\u0924\u093e. \u092d\u0941\u0917\u0924\u093e\u0928 (\u090f\u0921\u0935\u093e\u0902\u0938 \u092e\u0947\u0902, \u0915\u094d\u0930\u0947\u0921\u093f\u091f, \u092d\u093e\u0917 \u0905\u0917\u094d\u0930\u093f\u092e \u0906\u0926\u093f) \u0936\u0930\u094d\u0924\u0947\u0902 .1. \u0915\u094d\u092f\u093e (\u092f\u093e \u0917\u094d\u0930\u093e\u0939\u0915 \u0926\u094d\u0935\u093e\u0930\u093e \u0926\u0947\u092f) \u0905\u0924\u093f\u0930\u093f\u0915\u094d\u0924 .1 \u0939\u0948. / \u0938\u0941\u0930\u0915\u094d\u0937\u093e warning.1 \u0909\u092a\u092f\u094b\u0917. \u0935\u093e\u0930\u0902\u091f\u0940 \u0905\u0917\u0930 any.1. Policy.1 \u0926\u0947\u0924\u093e \u0939\u0948. \u0936\u093f\u092a\u093f\u0902\u0917 \u0915\u0947 applicable.1 \u0905\u0917\u0930 \u0936\u0930\u094d\u0924\u0947\u0902. \u0935\u093f\u0935\u093e\u0926\u094b\u0902 \u0915\u094b \u0938\u0902\u092c\u094b\u0927\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0924\u0930\u0940\u0915\u0947, \u0915\u094d\u0937\u0924\u093f\u092a\u0942\u0930\u094d\u0924\u093f, \u0926\u093e\u092f\u093f\u0924\u094d\u0935, etc.1. \u092a\u0924\u093e \u0939\u0948 \u0914\u0930 \u0905\u092a\u0928\u0940 \u0915\u0902\u092a\u0928\u0940 \u0915\u0947 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0947\u0902.", - "Webforms": "WebForms" -} \ No newline at end of file diff --git a/startup/install.py b/startup/install.py new file mode 100644 index 00000000000..b25f5247452 --- /dev/null +++ b/startup/install.py @@ -0,0 +1,638 @@ +from __future__ import unicode_literals + +import webnotes + +def pre_import(): + make_modules() + make_roles() + webnotes.reload_doc("utilities", "doctype", "gl_mapper") + webnotes.reload_doc("utilities", "doctype", "gl_mapper_detail") + +def make_modules(): + modules = [ + " Home", + " System", + " Utilities", + " Website", + " Setup", + " Selling", + " Buying", + " Projects", + " Accounts", + " Stock", + " Support", + " HR", + " Manufacturing"] + + for m in modules: + doc = webnotes.doc(fielddata = { + "doctype": "Module Def", + "module_name": m, + "disabled":"No" + }) + doc.insert() + +def make_roles(): + roles = [ + "Accounts Manager", + "Accounts User", + "Analytics", + "Auditor", + "Blogger", + "Customer", + "Employee", + "Expense Approver", + "HR Manager", + "HR User", + "Leave Approver", + "Maintenance Manager", + "Maintenance User", + "Manufacturing Manager", + "Manufacturing User", + "Material Manager", + "Material Master Manager", + "Material User", + "Partner", + "Projects User", + "Purchase Manager", + "Purchase Master Manager", + "Purchase User", + "Quality Manager", + "Sales Manager", + "Sales Master Manager", + "Sales User", + "Supplier", + "Support Manager", + "Support Team", + ] + for r in roles: + doc = webnotes.doc(fielddata = { + "doctype":"Role", + "role_name": r + }) + doc.insert() + +def post_import(): + records = [ + # item group + {'doctype': 'Item Group', 'item_group_name': 'All Item Groups', 'is_group': 'Yes', 'name': 'All Item Groups', 'parent_item_group': ''}, + {'doctype': 'Item Group', 'item_group_name': 'Default', 'is_group': 'No', 'name': 'Default', 'parent_item_group': 'All Item Groups'}, + + # deduction type + {'doctype': 'Deduction Type', 'name': 'Income Tax', 'description': 'Income Tax', 'deduction_name': 'Income Tax'}, + {'doctype': 'Deduction Type', 'name': 'Professional Tax', 'description': 'Professional Tax', 'deduction_name': 'Professional Tax'}, + {'doctype': 'Deduction Type', 'name': 'Provident Fund', 'description': 'Provident fund', 'deduction_name': 'Provident Fund'}, + + # earning type + {'doctype': 'Earning Type', 'name': 'Basic', 'description': 'Basic', 'earning_name': 'Basic', 'taxable': 'Yes'}, + {'doctype': 'Earning Type', 'name': 'House Rent Allowance', 'description': 'House Rent Allowance', 'earning_name': 'House Rent Allowance', 'taxable': 'No'}, + + # expense claim type + {'doctype': 'Expense Claim Type', 'name': 'Calls', 'expense_type': 'Calls'}, + {'doctype': 'Expense Claim Type', 'name': 'Food', 'expense_type': 'Food'}, + {'doctype': 'Expense Claim Type', 'name': 'Medical', 'expense_type': 'Medical'}, + {'doctype': 'Expense Claim Type', 'name': 'Others', 'expense_type': 'Others'}, + {'doctype': 'Expense Claim Type', 'name': 'Travel', 'expense_type': 'Travel'}, + + # leave type + {'doctype': 'Leave Type', 'leave_type_name': 'Casual Leave', 'name': 'Casual Leave', 'is_encash': 1, 'is_carry_forward': 1, 'max_days_allowed': '3', }, + {'doctype': 'Leave Type', 'leave_type_name': 'Compensatory Off', 'name': 'Compensatory Off', 'is_encash': 0, 'is_carry_forward': 0, }, + {'doctype': 'Leave Type', 'leave_type_name': 'Sick Leave', 'name': 'Sick Leave', 'is_encash': 0, 'is_carry_forward': 0, }, + {'doctype': 'Leave Type', 'leave_type_name': 'Privilege Leave', 'name': 'Privilege Leave', 'is_encash': 0, 'is_carry_forward': 0, }, + {'doctype': 'Leave Type', 'leave_type_name': 'Leave Without Pay', 'name': 'Leave Without Pay', 'is_encash': 0, 'is_carry_forward': 0, 'is_lwp':1}, + + # territory + {'doctype': 'Territory', 'territory_name': 'All Territories', 'is_group': 'Yes', 'name': 'All Territories', 'parent_territory': ''}, + {'doctype': 'Territory', 'territory_name': 'Default', 'is_group': 'No', 'name': 'Default', 'parent_territory': 'All Territories'}, + + # customer group + {'doctype': 'Customer Group', 'customer_group_name': 'All Customer Groups', 'is_group': 'Yes', 'name': 'All Customer Groups', 'parent_customer_group': ''}, + {'doctype': 'Customer Group', 'customer_group_name': 'Default Customer Group', 'is_group': 'No', 'name': 'Default Customer Group', 'parent_customer_group': 'All Customer Groups'}, + + # supplier type + {'doctype': 'Supplier Type', 'name': 'Default Supplier Type', 'supplier_type': 'Default Supplier Type'}, + + # Price List + {'doctype': 'Price List', 'name': 'Default Price List', 'price_list_name': 'Default Price List'}, + {'doctype': 'Price List', 'name': 'Standard', 'price_list_name': 'Standard'}, + + # warehouse type + {'doctype': 'Warehouse Type', 'name': 'Default Warehouse Type', 'warehouse_type': 'Default Warehouse Type'}, + {'doctype': 'Warehouse Type', 'name': 'Fixed Asset', 'warehouse_type': 'Fixed Asset'}, + {'doctype': 'Warehouse Type', 'name': 'Reserved', 'warehouse_type': 'Reserved'}, + {'doctype': 'Warehouse Type', 'name': 'Rejected', 'warehouse_type': 'Rejected'}, + {'doctype': 'Warehouse Type', 'name': 'Sample', 'warehouse_type': 'Sample'}, + {'doctype': 'Warehouse Type', 'name': 'Stores', 'warehouse_type': 'Stores'}, + {'doctype': 'Warehouse Type', 'name': 'WIP Warehouse', 'warehouse_type': 'WIP Warehouse'}, + + # warehouse + {'doctype': 'Warehouse', 'warehouse_name': 'Default Warehouse', 'name': 'Default Warehouse', 'warehouse_type': 'Default Warehouse Type'}, + + # Workstation + {'doctype': 'Workstation', 'name': 'Default Workstation', 'workstation_name': 'Default Workstation', 'warehouse': 'Default Warehouse'}, + + # Sales Person + {'doctype': 'Sales Person', 'name': 'All Sales Persons', 'sales_person_name': 'All Sales Persons', 'is_group': "Yes", "parent_sales_person": ""}, + + # UOM + {'uom_name': 'Box', 'doctype': 'UOM', 'name': 'Box'}, + {'uom_name': 'Ft', 'doctype': 'UOM', 'name': 'Ft'}, + {'uom_name': 'Kg', 'doctype': 'UOM', 'name': 'Kg'}, + {'uom_name': 'Ltr', 'doctype': 'UOM', 'name': 'Ltr'}, + {'uom_name': 'Meter', 'doctype': 'UOM', 'name': 'Meter'}, + {'uom_name': 'Mtr', 'doctype': 'UOM', 'name': 'Mtr'}, + {'uom_name': 'Nos', 'doctype': 'UOM', 'name': 'Nos'}, + {'uom_name': 'Pair', 'doctype': 'UOM', 'name': 'Pair'}, + {'uom_name': 'Set', 'doctype': 'UOM', 'name': 'Set'}, + {'uom_name': 'T', 'doctype': 'UOM', 'name': 'T'}, + + # Currency + {'currency_name': 'AED', 'doctype': 'Currency', 'name': 'AED'}, + {'currency_name': 'AFN', 'doctype': 'Currency', 'name': 'AFN'}, + {'currency_name': 'ALL', 'doctype': 'Currency', 'name': 'ALL'}, + {'currency_name': 'AMD', 'doctype': 'Currency', 'name': 'AMD'}, + {'currency_name': 'ANG', 'doctype': 'Currency', 'name': 'ANG'}, + {'currency_name': 'AOA', 'doctype': 'Currency', 'name': 'AOA'}, + {'currency_name': 'ARS', 'doctype': 'Currency', 'name': 'ARS'}, + {'currency_name': 'AUD', 'doctype': 'Currency', 'name': 'AUD'}, + {'currency_name': 'AZN', 'doctype': 'Currency', 'name': 'AZN'}, + {'currency_name': 'BAM', 'doctype': 'Currency', 'name': 'BAM'}, + {'currency_name': 'BBD', 'doctype': 'Currency', 'name': 'BBD'}, + {'currency_name': 'BDT', 'doctype': 'Currency', 'name': 'BDT'}, + {'currency_name': 'BGN', 'doctype': 'Currency', 'name': 'BGN'}, + {'currency_name': 'BHD', 'doctype': 'Currency', 'name': 'BHD'}, + {'currency_name': 'BIF', 'doctype': 'Currency', 'name': 'BIF'}, + {'currency_name': 'BMD', 'doctype': 'Currency', 'name': 'BMD'}, + {'currency_name': 'BND', 'doctype': 'Currency', 'name': 'BND'}, + {'currency_name': 'BOB', 'doctype': 'Currency', 'name': 'BOB'}, + {'currency_name': 'BRL', 'doctype': 'Currency', 'name': 'BRL'}, + {'currency_name': 'BSD', 'doctype': 'Currency', 'name': 'BSD'}, + {'currency_name': 'BTN', 'doctype': 'Currency', 'name': 'BTN'}, + {'currency_name': 'BWP', 'doctype': 'Currency', 'name': 'BWP'}, + {'currency_name': 'BYR', 'doctype': 'Currency', 'name': 'BYR'}, + {'currency_name': 'BZD', 'doctype': 'Currency', 'name': 'BZD'}, + {'currency_name': 'CAD', 'doctype': 'Currency', 'name': 'CAD'}, + {'currency_name': 'CDF', 'doctype': 'Currency', 'name': 'CDF'}, + {'currency_name': 'CFA', 'doctype': 'Currency', 'name': 'CFA'}, + {'currency_name': 'CFP', 'doctype': 'Currency', 'name': 'CFP'}, + {'currency_name': 'CHF', 'doctype': 'Currency', 'name': 'CHF'}, + {'currency_name': 'CLP', 'doctype': 'Currency', 'name': 'CLP'}, + {'currency_name': 'CNY', 'doctype': 'Currency', 'name': 'CNY'}, + {'currency_name': 'COP', 'doctype': 'Currency', 'name': 'COP'}, + {'currency_name': 'CRC', 'doctype': 'Currency', 'name': 'CRC'}, + {'currency_name': 'CUC', 'doctype': 'Currency', 'name': 'CUC'}, + {'currency_name': 'CZK', 'doctype': 'Currency', 'name': 'CZK'}, + {'currency_name': 'DJF', 'doctype': 'Currency', 'name': 'DJF'}, + {'currency_name': 'DKK', 'doctype': 'Currency', 'name': 'DKK'}, + {'currency_name': 'DOP', 'doctype': 'Currency', 'name': 'DOP'}, + {'currency_name': 'DZD', 'doctype': 'Currency', 'name': 'DZD'}, + {'currency_name': 'EEK', 'doctype': 'Currency', 'name': 'EEK'}, + {'currency_name': 'EGP', 'doctype': 'Currency', 'name': 'EGP'}, + {'currency_name': 'ERN', 'doctype': 'Currency', 'name': 'ERN'}, + {'currency_name': 'ETB', 'doctype': 'Currency', 'name': 'ETB'}, + {'currency_name': 'EUR', 'doctype': 'Currency', 'name': 'EUR'}, + {'currency_name': 'FJD', 'doctype': 'Currency', 'name': 'FJD'}, + {'currency_name': 'FKP', 'doctype': 'Currency', 'name': 'FKP'}, + {'currency_name': 'FMG', 'doctype': 'Currency', 'name': 'FMG'}, + {'currency_name': 'GBP', 'doctype': 'Currency', 'name': 'GBP'}, + {'currency_name': 'GEL', 'doctype': 'Currency', 'name': 'GEL'}, + {'currency_name': 'GHS', 'doctype': 'Currency', 'name': 'GHS'}, + {'currency_name': 'GIP', 'doctype': 'Currency', 'name': 'GIP'}, + {'currency_name': 'GMD', 'doctype': 'Currency', 'name': 'GMD'}, + {'currency_name': 'GNF', 'doctype': 'Currency', 'name': 'GNF'}, + {'currency_name': 'GQE', 'doctype': 'Currency', 'name': 'GQE'}, + {'currency_name': 'GTQ', 'doctype': 'Currency', 'name': 'GTQ'}, + {'currency_name': 'GYD', 'doctype': 'Currency', 'name': 'GYD'}, + {'currency_name': 'HKD', 'doctype': 'Currency', 'name': 'HKD'}, + {'currency_name': 'HNL', 'doctype': 'Currency', 'name': 'HNL'}, + {'currency_name': 'HRK', 'doctype': 'Currency', 'name': 'HRK'}, + {'currency_name': 'HTG', 'doctype': 'Currency', 'name': 'HTG'}, + {'currency_name': 'HUF', 'doctype': 'Currency', 'name': 'HUF'}, + {'currency_name': 'IDR', 'doctype': 'Currency', 'name': 'IDR'}, + {'currency_name': 'ILS', 'doctype': 'Currency', 'name': 'ILS'}, + {'currency_name': 'INR', 'doctype': 'Currency', 'name': 'INR'}, + {'currency_name': 'IQD', 'doctype': 'Currency', 'name': 'IQD'}, + {'currency_name': 'IRR', 'doctype': 'Currency', 'name': 'IRR'}, + {'currency_name': 'ISK', 'doctype': 'Currency', 'name': 'ISK'}, + {'currency_name': 'JMD', 'doctype': 'Currency', 'name': 'JMD'}, + {'currency_name': 'JOD', 'doctype': 'Currency', 'name': 'JOD'}, + {'currency_name': 'JPY', 'doctype': 'Currency', 'name': 'JPY'}, + {'currency_name': 'KES', 'doctype': 'Currency', 'name': 'KES'}, + {'currency_name': 'KGS', 'doctype': 'Currency', 'name': 'KGS'}, + {'currency_name': 'KHR', 'doctype': 'Currency', 'name': 'KHR'}, + {'currency_name': 'KMF', 'doctype': 'Currency', 'name': 'KMF'}, + {'currency_name': 'KPW', 'doctype': 'Currency', 'name': 'KPW'}, + {'currency_name': 'KRW', 'doctype': 'Currency', 'name': 'KRW'}, + {'currency_name': 'KWD', 'doctype': 'Currency', 'name': 'KWD'}, + {'currency_name': 'KYD', 'doctype': 'Currency', 'name': 'KYD'}, + {'currency_name': 'KZT', 'doctype': 'Currency', 'name': 'KZT'}, + {'currency_name': 'LAK', 'doctype': 'Currency', 'name': 'LAK'}, + {'currency_name': 'LBP', 'doctype': 'Currency', 'name': 'LBP'}, + {'currency_name': 'LKR', 'doctype': 'Currency', 'name': 'LKR'}, + {'currency_name': 'LRD', 'doctype': 'Currency', 'name': 'LRD'}, + {'currency_name': 'LSL', 'doctype': 'Currency', 'name': 'LSL'}, + {'currency_name': 'LTL', 'doctype': 'Currency', 'name': 'LTL'}, + {'currency_name': 'LVL', 'doctype': 'Currency', 'name': 'LVL'}, + {'currency_name': 'LYD', 'doctype': 'Currency', 'name': 'LYD'}, + {'currency_name': 'MAD', 'doctype': 'Currency', 'name': 'MAD'}, + {'currency_name': 'MDL', 'doctype': 'Currency', 'name': 'MDL'}, + {'currency_name': 'MGA', 'doctype': 'Currency', 'name': 'MGA'}, + {'currency_name': 'MKD', 'doctype': 'Currency', 'name': 'MKD'}, + {'currency_name': 'MMK', 'doctype': 'Currency', 'name': 'MMK'}, + {'currency_name': 'MNT', 'doctype': 'Currency', 'name': 'MNT'}, + {'currency_name': 'MOP', 'doctype': 'Currency', 'name': 'MOP'}, + {'currency_name': 'MRO', 'doctype': 'Currency', 'name': 'MRO'}, + {'currency_name': 'MUR', 'doctype': 'Currency', 'name': 'MUR'}, + {'currency_name': 'MVR', 'doctype': 'Currency', 'name': 'MVR'}, + {'currency_name': 'MWK', 'doctype': 'Currency', 'name': 'MWK'}, + {'currency_name': 'MXN', 'doctype': 'Currency', 'name': 'MXN'}, + {'currency_name': 'MYR', 'doctype': 'Currency', 'name': 'MYR'}, + {'currency_name': 'MZM', 'doctype': 'Currency', 'name': 'MZM'}, + {'currency_name': 'NAD', 'doctype': 'Currency', 'name': 'NAD'}, + {'currency_name': 'NGN', 'doctype': 'Currency', 'name': 'NGN'}, + {'currency_name': 'NIO', 'doctype': 'Currency', 'name': 'NIO'}, + {'currency_name': 'NOK', 'doctype': 'Currency', 'name': 'NOK'}, + {'currency_name': 'NPR', 'doctype': 'Currency', 'name': 'NPR'}, + {'currency_name': 'NRs', 'doctype': 'Currency', 'name': 'NRs'}, + {'currency_name': 'NZD', 'doctype': 'Currency', 'name': 'NZD'}, + {'currency_name': 'OMR', 'doctype': 'Currency', 'name': 'OMR'}, + {'currency_name': 'PAB', 'doctype': 'Currency', 'name': 'PAB'}, + {'currency_name': 'PEN', 'doctype': 'Currency', 'name': 'PEN'}, + {'currency_name': 'PGK', 'doctype': 'Currency', 'name': 'PGK'}, + {'currency_name': 'PHP', 'doctype': 'Currency', 'name': 'PHP'}, + {'currency_name': 'PKR', 'doctype': 'Currency', 'name': 'PKR'}, + {'currency_name': 'PLN', 'doctype': 'Currency', 'name': 'PLN'}, + {'currency_name': 'PYG', 'doctype': 'Currency', 'name': 'PYG'}, + {'currency_name': 'QAR', 'doctype': 'Currency', 'name': 'QAR'}, + {'currency_name': 'RMB', 'doctype': 'Currency', 'name': 'RMB'}, + {'currency_name': 'RON', 'doctype': 'Currency', 'name': 'RON'}, + {'currency_name': 'RSD', 'doctype': 'Currency', 'name': 'RSD'}, + {'currency_name': 'RUB', 'doctype': 'Currency', 'name': 'RUB'}, + {'currency_name': 'RWF', 'doctype': 'Currency', 'name': 'RWF'}, + {'currency_name': 'SAR', 'doctype': 'Currency', 'name': 'SAR'}, + {'currency_name': 'SCR', 'doctype': 'Currency', 'name': 'SCR'}, + {'currency_name': 'SDG', 'doctype': 'Currency', 'name': 'SDG'}, + {'currency_name': 'SDR', 'doctype': 'Currency', 'name': 'SDR'}, + {'currency_name': 'SEK', 'doctype': 'Currency', 'name': 'SEK'}, + {'currency_name': 'SGD', 'doctype': 'Currency', 'name': 'SGD'}, + {'currency_name': 'SHP', 'doctype': 'Currency', 'name': 'SHP'}, + {'currency_name': 'SOS', 'doctype': 'Currency', 'name': 'SOS'}, + {'currency_name': 'SRD', 'doctype': 'Currency', 'name': 'SRD'}, + {'currency_name': 'STD', 'doctype': 'Currency', 'name': 'STD'}, + {'currency_name': 'SYP', 'doctype': 'Currency', 'name': 'SYP'}, + {'currency_name': 'SZL', 'doctype': 'Currency', 'name': 'SZL'}, + {'currency_name': 'THB', 'doctype': 'Currency', 'name': 'THB'}, + {'currency_name': 'TJS', 'doctype': 'Currency', 'name': 'TJS'}, + {'currency_name': 'TMT', 'doctype': 'Currency', 'name': 'TMT'}, + {'currency_name': 'TND', 'doctype': 'Currency', 'name': 'TND'}, + {'currency_name': 'TRY', 'doctype': 'Currency', 'name': 'TRY'}, + {'currency_name': 'TTD', 'doctype': 'Currency', 'name': 'TTD'}, + {'currency_name': 'TWD', 'doctype': 'Currency', 'name': 'TWD'}, + {'currency_name': 'TZS', 'doctype': 'Currency', 'name': 'TZS'}, + {'currency_name': 'UAE', 'doctype': 'Currency', 'name': 'UAE'}, + {'currency_name': 'UAH', 'doctype': 'Currency', 'name': 'UAH'}, + {'currency_name': 'UGX', 'doctype': 'Currency', 'name': 'UGX'}, + {'currency_name': 'USD', 'doctype': 'Currency', 'name': 'USD'}, + {'currency_name': 'UY', 'doctype': 'Currency', 'name': 'UY'}, + {'currency_name': 'UZS', 'doctype': 'Currency', 'name': 'UZS'}, + {'currency_name': 'VEB', 'doctype': 'Currency', 'name': 'VEB'}, + {'currency_name': 'VND', 'doctype': 'Currency', 'name': 'VND'}, + {'currency_name': 'VUV', 'doctype': 'Currency', 'name': 'VUV'}, + {'currency_name': 'WST', 'doctype': 'Currency', 'name': 'WST'}, + {'currency_name': 'XAF', 'doctype': 'Currency', 'name': 'XAF'}, + {'currency_name': 'XCD', 'doctype': 'Currency', 'name': 'XCD'}, + {'currency_name': 'XDR', 'doctype': 'Currency', 'name': 'XDR'}, + {'currency_name': 'XOF', 'doctype': 'Currency', 'name': 'XOF'}, + {'currency_name': 'XPF', 'doctype': 'Currency', 'name': 'XPF'}, + {'currency_name': 'YEN', 'doctype': 'Currency', 'name': 'YEN'}, + {'currency_name': 'YER', 'doctype': 'Currency', 'name': 'YER'}, + {'currency_name': 'YTL', 'doctype': 'Currency', 'name': 'YTL'}, + {'currency_name': 'ZAR', 'doctype': 'Currency', 'name': 'ZAR'}, + {'currency_name': 'ZMK', 'doctype': 'Currency', 'name': 'ZMK'}, + {'currency_name': 'ZWR', 'doctype': 'Currency', 'name': 'ZWR'}, + + # Country + {'country_name': 'Afghanistan', 'doctype': 'Country', 'name': 'Afghanistan'}, + {'country_name': 'Albania', 'doctype': 'Country', 'name': 'Albania'}, + {'country_name': 'Algeria', 'doctype': 'Country', 'name': 'Algeria'}, + {'country_name': 'Andorra', 'doctype': 'Country', 'name': 'Andorra'}, + {'country_name': 'Angola', 'doctype': 'Country', 'name': 'Angola'}, + {'country_name': 'Antarctica', 'doctype': 'Country', 'name': 'Antarctica'}, + {'country_name': 'Antigua and Barbuda', 'doctype': 'Country', 'name': 'Antigua and Barbuda'}, + {'country_name': 'Argentina', 'doctype': 'Country', 'name': 'Argentina'}, + {'country_name': 'Armenia', 'doctype': 'Country', 'name': 'Armenia'}, + {'country_name': 'Australia', 'doctype': 'Country', 'name': 'Australia'}, + {'country_name': 'Austria', 'doctype': 'Country', 'name': 'Austria'}, + {'country_name': 'Azerbaijan', 'doctype': 'Country', 'name': 'Azerbaijan'}, + {'country_name': 'Bahamas', 'doctype': 'Country', 'name': 'Bahamas'}, + {'country_name': 'Bahrain', 'doctype': 'Country', 'name': 'Bahrain'}, + {'country_name': 'Bangladesh', 'doctype': 'Country', 'name': 'Bangladesh'}, + {'country_name': 'Barbados', 'doctype': 'Country', 'name': 'Barbados'}, + {'country_name': 'Belarus', 'doctype': 'Country', 'name': 'Belarus'}, + {'country_name': 'Belgium', 'doctype': 'Country', 'name': 'Belgium'}, + {'country_name': 'Belize', 'doctype': 'Country', 'name': 'Belize'}, + {'country_name': 'Benin', 'doctype': 'Country', 'name': 'Benin'}, + {'country_name': 'Bermuda', 'doctype': 'Country', 'name': 'Bermuda'}, + {'country_name': 'Bhutan', 'doctype': 'Country', 'name': 'Bhutan'}, + {'country_name': 'Bolivia', 'doctype': 'Country', 'name': 'Bolivia'}, + {'country_name': 'Bosnia and Herzegovina', 'doctype': 'Country', 'name': 'Bosnia and Herzegovina'}, + {'country_name': 'Botswana', 'doctype': 'Country', 'name': 'Botswana'}, + {'country_name': 'Brazil', 'doctype': 'Country', 'name': 'Brazil'}, + {'country_name': 'Brunei', 'doctype': 'Country', 'name': 'Brunei'}, + {'country_name': 'Bulgaria', 'doctype': 'Country', 'name': 'Bulgaria'}, + {'country_name': 'Burkina Faso', 'doctype': 'Country', 'name': 'Burkina Faso'}, + {'country_name': 'Burma', 'doctype': 'Country', 'name': 'Burma'}, + {'country_name': 'Burundi', 'doctype': 'Country', 'name': 'Burundi'}, + {'country_name': 'Cambodia', 'doctype': 'Country', 'name': 'Cambodia'}, + {'country_name': 'Cameroon', 'doctype': 'Country', 'name': 'Cameroon'}, + {'country_name': 'Canada', 'doctype': 'Country', 'name': 'Canada'}, + {'country_name': 'Cape Verde', 'doctype': 'Country', 'name': 'Cape Verde'}, + {'country_name': 'Central African Republic', 'doctype': 'Country', 'name': 'Central African Republic'}, + {'country_name': 'Chad', 'doctype': 'Country', 'name': 'Chad'}, + {'country_name': 'Chile', 'doctype': 'Country', 'name': 'Chile'}, + {'country_name': 'China', 'doctype': 'Country', 'name': 'China'}, + {'country_name': 'Colombia', 'doctype': 'Country', 'name': 'Colombia'}, + {'country_name': 'Comoros', 'doctype': 'Country', 'name': 'Comoros'}, + {'country_name': 'Congo, Democratic Republic', 'doctype': 'Country', 'name': 'Congo, Democratic Republic'}, + {'country_name': 'Congo, Republic of the', 'doctype': 'Country', 'name': 'Congo, Republic of the'}, + {'country_name': 'Costa Rica', 'doctype': 'Country', 'name': 'Costa Rica'}, + {'country_name': 'Cote dIvoire', 'doctype': 'Country', 'name': 'Cote dIvoire'}, + {'country_name': 'Croatia', 'doctype': 'Country', 'name': 'Croatia'}, + {'country_name': 'Cuba', 'doctype': 'Country', 'name': 'Cuba'}, + {'country_name': 'Cyprus', 'doctype': 'Country', 'name': 'Cyprus'}, + {'country_name': 'Czech Republic', 'doctype': 'Country', 'name': 'Czech Republic'}, + {'country_name': 'Denmark', 'doctype': 'Country', 'name': 'Denmark'}, + {'country_name': 'Djibouti', 'doctype': 'Country', 'name': 'Djibouti'}, + {'country_name': 'Dominica', 'doctype': 'Country', 'name': 'Dominica'}, + {'country_name': 'Dominican Republic', 'doctype': 'Country', 'name': 'Dominican Republic'}, + {'country_name': 'East Timor', 'doctype': 'Country', 'name': 'East Timor'}, + {'country_name': 'Ecuador', 'doctype': 'Country', 'name': 'Ecuador'}, + {'country_name': 'Egypt', 'doctype': 'Country', 'name': 'Egypt'}, + {'country_name': 'El Salvador', 'doctype': 'Country', 'name': 'El Salvador'}, + {'country_name': 'Equatorial Guinea', 'doctype': 'Country', 'name': 'Equatorial Guinea'}, + {'country_name': 'Eritrea', 'doctype': 'Country', 'name': 'Eritrea'}, + {'country_name': 'Estonia', 'doctype': 'Country', 'name': 'Estonia'}, + {'country_name': 'Ethiopia', 'doctype': 'Country', 'name': 'Ethiopia'}, + {'country_name': 'Fiji', 'doctype': 'Country', 'name': 'Fiji'}, + {'country_name': 'Finland', 'doctype': 'Country', 'name': 'Finland'}, + {'country_name': 'France', 'doctype': 'Country', 'name': 'France'}, + {'country_name': 'Gabon', 'doctype': 'Country', 'name': 'Gabon'}, + {'country_name': 'Gambia', 'doctype': 'Country', 'name': 'Gambia'}, + {'country_name': 'Georgia', 'doctype': 'Country', 'name': 'Georgia'}, + {'country_name': 'Germany', 'doctype': 'Country', 'name': 'Germany'}, + {'country_name': 'Ghana', 'doctype': 'Country', 'name': 'Ghana'}, + {'country_name': 'Greece', 'doctype': 'Country', 'name': 'Greece'}, + {'country_name': 'Greenland', 'doctype': 'Country', 'name': 'Greenland'}, + {'country_name': 'Grenada', 'doctype': 'Country', 'name': 'Grenada'}, + {'country_name': 'Guatemala', 'doctype': 'Country', 'name': 'Guatemala'}, + {'country_name': 'Guinea', 'doctype': 'Country', 'name': 'Guinea'}, + {'country_name': 'Guinea-Bissa', 'doctype': 'Country', 'name': 'Guinea-Bissa'}, + {'country_name': 'Guyana', 'doctype': 'Country', 'name': 'Guyana'}, + {'country_name': 'Haiti', 'doctype': 'Country', 'name': 'Haiti'}, + {'country_name': 'Honduras', 'doctype': 'Country', 'name': 'Honduras'}, + {'country_name': 'Hong Kong', 'doctype': 'Country', 'name': 'Hong Kong'}, + {'country_name': 'Hungary', 'doctype': 'Country', 'name': 'Hungary'}, + {'country_name': 'Iceland', 'doctype': 'Country', 'name': 'Iceland'}, + {'country_name': 'India', 'doctype': 'Country', 'name': 'India'}, + {'country_name': 'Indonesia', 'doctype': 'Country', 'name': 'Indonesia'}, + {'country_name': 'Iran', 'doctype': 'Country', 'name': 'Iran'}, + {'country_name': 'Iraq', 'doctype': 'Country', 'name': 'Iraq'}, + {'country_name': 'Ireland', 'doctype': 'Country', 'name': 'Ireland'}, + {'country_name': 'Israel', 'doctype': 'Country', 'name': 'Israel'}, + {'country_name': 'Italy', 'doctype': 'Country', 'name': 'Italy'}, + {'country_name': 'Jamaica', 'doctype': 'Country', 'name': 'Jamaica'}, + {'country_name': 'Japan', 'doctype': 'Country', 'name': 'Japan'}, + {'country_name': 'Jordan', 'doctype': 'Country', 'name': 'Jordan'}, + {'country_name': 'Kazakhstan', 'doctype': 'Country', 'name': 'Kazakhstan'}, + {'country_name': 'Kenya', 'doctype': 'Country', 'name': 'Kenya'}, + {'country_name': 'Kiribati', 'doctype': 'Country', 'name': 'Kiribati'}, + {'country_name': 'Korea, North', 'doctype': 'Country', 'name': 'Korea, North'}, + {'country_name': 'Korea, South', 'doctype': 'Country', 'name': 'Korea, South'}, + {'country_name': 'Kuwait', 'doctype': 'Country', 'name': 'Kuwait'}, + {'country_name': 'Kyrgyzstan', 'doctype': 'Country', 'name': 'Kyrgyzstan'}, + {'country_name': 'Laos', 'doctype': 'Country', 'name': 'Laos'}, + {'country_name': 'Latvia', 'doctype': 'Country', 'name': 'Latvia'}, + {'country_name': 'Lebanon', 'doctype': 'Country', 'name': 'Lebanon'}, + {'country_name': 'Lesotho', 'doctype': 'Country', 'name': 'Lesotho'}, + {'country_name': 'Liberia', 'doctype': 'Country', 'name': 'Liberia'}, + {'country_name': 'Libya', 'doctype': 'Country', 'name': 'Libya'}, + {'country_name': 'Liechtenstein', 'doctype': 'Country', 'name': 'Liechtenstein'}, + {'country_name': 'Lithuania', 'doctype': 'Country', 'name': 'Lithuania'}, + {'country_name': 'Luxembourg', 'doctype': 'Country', 'name': 'Luxembourg'}, + {'country_name': 'Macedonia', 'doctype': 'Country', 'name': 'Macedonia'}, + {'country_name': 'Madagascar', 'doctype': 'Country', 'name': 'Madagascar'}, + {'country_name': 'Malawi', 'doctype': 'Country', 'name': 'Malawi'}, + {'country_name': 'Malaysia', 'doctype': 'Country', 'name': 'Malaysia'}, + {'country_name': 'Maldives', 'doctype': 'Country', 'name': 'Maldives'}, + {'country_name': 'Mali', 'doctype': 'Country', 'name': 'Mali'}, + {'country_name': 'Malta', 'doctype': 'Country', 'name': 'Malta'}, + {'country_name': 'Marshall Islands', 'doctype': 'Country', 'name': 'Marshall Islands'}, + {'country_name': 'Mauritania', 'doctype': 'Country', 'name': 'Mauritania'}, + {'country_name': 'Mauritius', 'doctype': 'Country', 'name': 'Mauritius'}, + {'country_name': 'Mexico', 'doctype': 'Country', 'name': 'Mexico'}, + {'country_name': 'Micronesia', 'doctype': 'Country', 'name': 'Micronesia'}, + {'country_name': 'Moldova', 'doctype': 'Country', 'name': 'Moldova'}, + {'country_name': 'Monaco', 'doctype': 'Country', 'name': 'Monaco'}, + {'country_name': 'Mongolia', 'doctype': 'Country', 'name': 'Mongolia'}, + {'country_name': 'Morocco', 'doctype': 'Country', 'name': 'Morocco'}, + {'country_name': 'Mozambique', 'doctype': 'Country', 'name': 'Mozambique'}, + {'country_name': 'Namibia', 'doctype': 'Country', 'name': 'Namibia'}, + {'country_name': 'Naur', 'doctype': 'Country', 'name': 'Naur'}, + {'country_name': 'Nepal', 'doctype': 'Country', 'name': 'Nepal'}, + {'country_name': 'Netherlands', 'doctype': 'Country', 'name': 'Netherlands'}, + {'country_name': 'New Zealand', 'doctype': 'Country', 'name': 'New Zealand'}, + {'country_name': 'Nicaragua', 'doctype': 'Country', 'name': 'Nicaragua'}, + {'country_name': 'Niger', 'doctype': 'Country', 'name': 'Niger'}, + {'country_name': 'Nigeria', 'doctype': 'Country', 'name': 'Nigeria'}, + {'country_name': 'North Korea', 'doctype': 'Country', 'name': 'North Korea'}, + {'country_name': 'Norway', 'doctype': 'Country', 'name': 'Norway'}, + {'country_name': 'Oman', 'doctype': 'Country', 'name': 'Oman'}, + {'country_name': 'Pakistan', 'doctype': 'Country', 'name': 'Pakistan'}, + {'country_name': 'Panama', 'doctype': 'Country', 'name': 'Panama'}, + {'country_name': 'Papua New Guinea', 'doctype': 'Country', 'name': 'Papua New Guinea'}, + {'country_name': 'Paraguay', 'doctype': 'Country', 'name': 'Paraguay'}, + {'country_name': 'Per', 'doctype': 'Country', 'name': 'Per'}, + {'country_name': 'Philippines', 'doctype': 'Country', 'name': 'Philippines'}, + {'country_name': 'Poland', 'doctype': 'Country', 'name': 'Poland'}, + {'country_name': 'Portugal', 'doctype': 'Country', 'name': 'Portugal'}, + {'country_name': 'Qatar', 'doctype': 'Country', 'name': 'Qatar'}, + {'country_name': 'Romania', 'doctype': 'Country', 'name': 'Romania'}, + {'country_name': 'Russia', 'doctype': 'Country', 'name': 'Russia'}, + {'country_name': 'Rwanda', 'doctype': 'Country', 'name': 'Rwanda'}, + {'country_name': 'Samoa', 'doctype': 'Country', 'name': 'Samoa'}, + {'country_name': 'San Marino', 'doctype': 'Country', 'name': 'San Marino'}, + {'country_name': ' Sao Tome', 'doctype': 'Country', 'name': 'Sao Tome'}, + {'country_name': 'Saudi Arabia', 'doctype': 'Country', 'name': 'Saudi Arabia'}, + {'country_name': 'Senegal', 'doctype': 'Country', 'name': 'Senegal'}, + {'country_name': 'Serbia and Montenegro', 'doctype': 'Country', 'name': 'Serbia and Montenegro'}, + {'country_name': 'Seychelles', 'doctype': 'Country', 'name': 'Seychelles'}, + {'country_name': 'Sierra Leone', 'doctype': 'Country', 'name': 'Sierra Leone'}, + {'country_name': 'Singapore', 'doctype': 'Country', 'name': 'Singapore'}, + {'country_name': 'Slovakia', 'doctype': 'Country', 'name': 'Slovakia'}, + {'country_name': 'Slovenia', 'doctype': 'Country', 'name': 'Slovenia'}, + {'country_name': 'Solomon Islands', 'doctype': 'Country', 'name': 'Solomon Islands'}, + {'country_name': 'Somalia', 'doctype': 'Country', 'name': 'Somalia'}, + {'country_name': 'South Africa', 'doctype': 'Country', 'name': 'South Africa'}, + {'country_name': 'South Korea', 'doctype': 'Country', 'name': 'South Korea'}, + {'country_name': 'Spain', 'doctype': 'Country', 'name': 'Spain'}, + {'country_name': 'Sri Lanka', 'doctype': 'Country', 'name': 'Sri Lanka'}, + {'country_name': 'Sudan', 'doctype': 'Country', 'name': 'Sudan'}, + {'country_name': 'Suriname', 'doctype': 'Country', 'name': 'Suriname'}, + {'country_name': 'Swaziland', 'doctype': 'Country', 'name': 'Swaziland'}, + {'country_name': 'Sweden', 'doctype': 'Country', 'name': 'Sweden'}, + {'country_name': 'Switzerland', 'doctype': 'Country', 'name': 'Switzerland'}, + {'country_name': 'Syria', 'doctype': 'Country', 'name': 'Syria'}, + {'country_name': 'Taiwan', 'doctype': 'Country', 'name': 'Taiwan'}, + {'country_name': 'Tajikistan', 'doctype': 'Country', 'name': 'Tajikistan'}, + {'country_name': 'Tanzania', 'doctype': 'Country', 'name': 'Tanzania'}, + {'country_name': 'Thailand', 'doctype': 'Country', 'name': 'Thailand'}, + {'country_name': 'Togo', 'doctype': 'Country', 'name': 'Togo'}, + {'country_name': 'Tonga', 'doctype': 'Country', 'name': 'Tonga'}, + {'country_name': 'Trinidad and Tobago', 'doctype': 'Country', 'name': 'Trinidad and Tobago'}, + {'country_name': 'Tunisia', 'doctype': 'Country', 'name': 'Tunisia'}, + {'country_name': 'Turkey', 'doctype': 'Country', 'name': 'Turkey'}, + {'country_name': 'Turkmenistan', 'doctype': 'Country', 'name': 'Turkmenistan'}, + {'country_name': 'Uganda', 'doctype': 'Country', 'name': 'Uganda'}, + {'country_name': 'Ukraine', 'doctype': 'Country', 'name': 'Ukraine'}, + {'country_name': 'United Arab Emirates', 'doctype': 'Country', 'name': 'United Arab Emirates'}, + {'country_name': 'United Kingdom', 'doctype': 'Country', 'name': 'United Kingdom'}, + {'country_name': 'United States', 'doctype': 'Country', 'name': 'United States'}, + {'country_name': 'Uruguay', 'doctype': 'Country', 'name': 'Uruguay'}, + {'country_name': 'Uzbekistan', 'doctype': 'Country', 'name': 'Uzbekistan'}, + {'country_name': 'Vanuat', 'doctype': 'Country', 'name': 'Vanuat'}, + {'country_name': 'Venezuela', 'doctype': 'Country', 'name': 'Venezuela'}, + {'country_name': 'Vietnam', 'doctype': 'Country', 'name': 'Vietnam'}, + {'country_name': 'Yemen', 'doctype': 'Country', 'name': 'Yemen'}, + {'country_name': 'Zambia', 'doctype': 'Country', 'name': 'Zambia'}, + {'country_name': 'Zimbabwe', 'doctype': 'Country', 'name': 'Zimbabwe'}, + + # State + {'state_name': 'Alabama', 'country': 'United States', 'doctype': 'State', 'name': 'Alabama'}, + {'state_name': 'Alaska', 'country': 'United States', 'doctype': 'State', 'name': 'Alaska'}, + {'state_name': 'Andaman and Nicobar Islands', 'country': 'India', 'doctype': 'State', 'name': 'Andaman and Nicobar Islands'}, + {'state_name': 'Andhra Pradesh', 'country': 'India', 'doctype': 'State', 'name': 'Andhra Pradesh'}, + {'state_name': 'Arizona', 'country': 'United States', 'doctype': 'State', 'name': 'Arizona'}, + {'state_name': 'Arkansas', 'country': 'United States', 'doctype': 'State', 'name': 'Arkansas'}, + {'state_name': 'Arunachal Pradesh', 'country': 'India', 'doctype': 'State', 'name': 'Arunachal Pradesh'}, + {'state_name': 'Assam', 'country': 'India', 'doctype': 'State', 'name': 'Assam'}, + {'state_name': 'Beijing ', 'country': 'China', 'doctype': 'State', 'name': 'Beijing'}, + {'state_name': 'Bihar', 'country': 'India', 'doctype': 'State', 'name': 'Bihar'}, + {'state_name': 'California', 'country': 'United States', 'doctype': 'State', 'name': 'California'}, + {'state_name': 'Chandigarh', 'country': 'India', 'doctype': 'State', 'name': 'Chandigarh'}, + {'state_name': 'Changchun ', 'country': 'China', 'doctype': 'State', 'name': 'Changchun'}, + {'state_name': 'Chengde', 'country': 'China', 'doctype': 'State', 'name': 'Chengde'}, + {'state_name': 'Chengdu', 'country': 'China', 'doctype': 'State', 'name': 'Chengdu'}, + {'state_name': 'Chhattisgarh', 'country': 'India', 'doctype': 'State', 'name': 'Chhattisgarh'}, + {'state_name': 'Chongqing ', 'country': 'China', 'doctype': 'State', 'name': 'Chongqing'}, + {'state_name': 'Colorado', 'country': 'United States', 'doctype': 'State', 'name': 'Colorado'}, + {'state_name': 'Connecticut', 'country': 'United States', 'doctype': 'State', 'name': 'Connecticut'}, + {'state_name': 'Dadra and Nagar Haveli', 'country': 'India', 'doctype': 'State', 'name': 'Dadra and Nagar Haveli'}, + {'state_name': 'Dalian', 'country': 'China', 'doctype': 'State', 'name': 'Dalian'}, + {'state_name': 'Daman and Di', 'country': 'India', 'doctype': 'State', 'name': 'Daman and Di'}, + {'state_name': 'Delaware', 'country': 'United States', 'doctype': 'State', 'name': 'Delaware'}, + {'state_name': 'Delhi', 'country': 'India', 'doctype': 'State', 'name': 'Delhi'}, + {'state_name': 'Dongguan ', 'country': 'China', 'doctype': 'State', 'name': 'Dongguan'}, + {'state_name': 'Dunhuang ', 'country': 'China', 'doctype': 'State', 'name': 'Dunhuang'}, + {'state_name': 'Florida', 'country': 'United States', 'doctype': 'State', 'name': 'Florida'}, + {'state_name': 'Georgia', 'country': 'United States', 'doctype': 'State', 'name': 'Georgia'}, + {'state_name': 'Goa', 'country': 'India', 'doctype': 'State', 'name': 'Goa'}, + {'state_name': 'Guangzho', 'country': 'China', 'doctype': 'State', 'name': 'Guangzho'}, + {'state_name': 'Guilin ', 'country': 'China', 'doctype': 'State', 'name': 'Guilin'}, + {'state_name': 'Gujarat', 'country': 'India', 'doctype': 'State', 'name': 'Gujarat'}, + {'state_name': 'Hangzhou', 'country': 'China', 'doctype': 'State', 'name': 'Hangzhou'}, + {'state_name': 'Harbin', 'country': 'China', 'doctype': 'State', 'name': 'Harbin'}, + {'state_name': 'Haryana', 'country': 'India', 'doctype': 'State', 'name': 'Haryana'}, + {'state_name': 'Hawaii', 'country': 'United States', 'doctype': 'State', 'name': 'Hawaii'}, + {'state_name': 'Hefei ', 'country': 'China', 'doctype': 'State', 'name': 'Hefei'}, + {'state_name': 'Himachal Pradesh', 'country': 'India', 'doctype': 'State', 'name': 'Himachal Pradesh'}, + {'state_name': 'Idaho', 'country': 'United States', 'doctype': 'State', 'name': 'Idaho'}, + {'state_name': 'Illinois', 'country': 'United States', 'doctype': 'State', 'name': 'Illinois'}, + {'state_name': 'Indiana', 'country': 'United States', 'doctype': 'State', 'name': 'Indiana'}, + {'state_name': 'Iowa', 'country': 'United States', 'doctype': 'State', 'name': 'Iowa'}, + {'state_name': 'Jammu and Kashmir', 'country': 'India', 'doctype': 'State', 'name': 'Jammu and Kashmir'}, + {'state_name': 'Jharkhand', 'country': 'India', 'doctype': 'State', 'name': 'Jharkhand'}, + {'state_name': 'Jinan ', 'country': 'China', 'doctype': 'State', 'name': 'Jinan'}, + {'state_name': 'Kansas', 'country': 'United States', 'doctype': 'State', 'name': 'Kansas'}, + {'state_name': 'Karnataka', 'country': 'India', 'doctype': 'State', 'name': 'Karnataka'}, + {'state_name': 'Kashi', 'country': 'China', 'doctype': 'State', 'name': 'Kashi'}, + {'state_name': 'Kentucky', 'country': 'United States', 'doctype': 'State', 'name': 'Kentucky'}, + {'state_name': 'Kerala', 'country': 'India', 'doctype': 'State', 'name': 'Kerala'}, + {'state_name': 'Kowloon ', 'country': 'China', 'doctype': 'State', 'name': 'Kowloon'}, + {'state_name': 'Kunming ', 'country': 'China', 'doctype': 'State', 'name': 'Kunming'}, + {'state_name': 'Lakshadweep', 'country': 'India', 'doctype': 'State', 'name': 'Lakshadweep'}, + {'state_name': 'Lanzho', 'country': 'China', 'doctype': 'State', 'name': 'Lanzho'}, + {'state_name': 'Lijiang City ', 'country': 'China', 'doctype': 'State', 'name': 'Lijiang City'}, + {'state_name': 'Louisiana', 'country': 'United States', 'doctype': 'State', 'name': 'Louisiana'}, + {'state_name': 'Madhya Pradesh', 'country': 'India', 'doctype': 'State', 'name': 'Madhya Pradesh'}, + {'state_name': 'Maharashtra', 'country': 'India', 'doctype': 'State', 'name': 'Maharashtra'}, + {'state_name': 'Maine', 'country': 'United States', 'doctype': 'State', 'name': 'Maine'}, + {'state_name': 'Manipur', 'country': 'India', 'doctype': 'State', 'name': 'Manipur'}, + {'state_name': 'Maryland', 'country': 'United States', 'doctype': 'State', 'name': 'Maryland'}, + {'state_name': 'Massachusetts', 'country': 'United States', 'doctype': 'State', 'name': 'Massachusetts'}, + {'state_name': 'Meghalaya', 'country': 'India', 'doctype': 'State', 'name': 'Meghalaya'}, + {'state_name': 'Michigan', 'country': 'United States', 'doctype': 'State', 'name': 'Michigan'}, + {'state_name': 'Minnesota', 'country': 'United States', 'doctype': 'State', 'name': 'Minnesota'}, + {'state_name': 'Mississippi', 'country': 'United States', 'doctype': 'State', 'name': 'Mississippi'}, + {'state_name': 'Missouri', 'country': 'United States', 'doctype': 'State', 'name': 'Missouri'}, + {'state_name': 'Mizoram', 'country': 'India', 'doctype': 'State', 'name': 'Mizoram'}, + {'state_name': 'Montana', 'country': 'United States', 'doctype': 'State', 'name': 'Montana'}, + {'state_name': 'Nagaland', 'country': 'India', 'doctype': 'State', 'name': 'Nagaland'}, + {'state_name': 'Nanchang ', 'country': 'China', 'doctype': 'State', 'name': 'Nanchang'}, + {'state_name': 'Nanjing', 'country': 'China', 'doctype': 'State', 'name': 'Nanjing'}, + {'state_name': 'Nebraska', 'country': 'United States', 'doctype': 'State', 'name': 'Nebraska'}, + {'state_name': 'Nevada', 'country': 'United States', 'doctype': 'State', 'name': 'Nevada'}, + {'state_name': 'New Hampshire', 'country': 'United States', 'doctype': 'State', 'name': 'New Hampshire'}, + {'state_name': 'New Jersey', 'country': 'United States', 'doctype': 'State', 'name': 'New Jersey'}, + {'state_name': 'New Mexico', 'country': 'United States', 'doctype': 'State', 'name': 'New Mexico'}, + {'state_name': 'New York', 'country': 'United States', 'doctype': 'State', 'name': 'New York'}, + {'state_name': 'Ningbo ', 'country': 'China', 'doctype': 'State', 'name': 'Ningbo'}, + {'state_name': 'North Carolina', 'country': 'United States', 'doctype': 'State', 'name': 'North Carolina'}, + {'state_name': 'North Dakota', 'country': 'United States', 'doctype': 'State', 'name': 'North Dakota'}, + {'state_name': 'Ohio', 'country': 'United States', 'doctype': 'State', 'name': 'Ohio'}, + {'state_name': 'Oklahoma', 'country': 'United States', 'doctype': 'State', 'name': 'Oklahoma'}, + {'state_name': 'Oregon', 'country': 'United States', 'doctype': 'State', 'name': 'Oregon'}, + {'state_name': 'Orissa', 'country': 'India', 'doctype': 'State', 'name': 'Orissa'}, + {'state_name': 'Pennsylvania', 'country': 'United States', 'doctype': 'State', 'name': 'Pennsylvania'}, + {'state_name': 'Puducherry', 'country': 'India', 'doctype': 'State', 'name': 'Puducherry'}, + {'state_name': 'Punjab', 'country': 'India', 'doctype': 'State', 'name': 'Punjab'}, + {'state_name': 'Qingdao ', 'country': 'China', 'doctype': 'State', 'name': 'Qingdao'}, + {'state_name': 'Quf', 'country': 'China', 'doctype': 'State', 'name': 'Quf'}, + {'state_name': 'Rajasthan', 'country': 'India', 'doctype': 'State', 'name': 'Rajasthan'}, + {'state_name': 'Rhode Island', 'country': 'United States', 'doctype': 'State', 'name': 'Rhode Island'}, + {'state_name': 'Sanya ', 'country': 'China', 'doctype': 'State', 'name': 'Sanya'}, + {'state_name': 'Shanghai ', 'country': 'China', 'doctype': 'State', 'name': 'Shanghai'}, + {'state_name': 'Shenyang', 'country': 'China', 'doctype': 'State', 'name': 'Shenyang'}, + {'state_name': 'Shenzhen', 'country': 'China', 'doctype': 'State', 'name': 'Shenzhen'}, + {'state_name': 'Sikkim', 'country': 'India', 'doctype': 'State', 'name': 'Sikkim'}, + {'state_name': 'South Carolina', 'country': 'United States', 'doctype': 'State', 'name': 'South Carolina'}, + {'state_name': 'South Dakota', 'country': 'United States', 'doctype': 'State', 'name': 'South Dakota'}, + {'state_name': 'Suzho', 'country': 'China', 'doctype': 'State', 'name': 'Suzho'}, + {'state_name': 'Tamil Nad', 'country': 'India', 'doctype': 'State', 'name': 'Tamil Nad'}, + {'state_name': 'Tennessee', 'country': 'United States', 'doctype': 'State', 'name': 'Tennessee'}, + {'state_name': 'Texas', 'country': 'United States', 'doctype': 'State', 'name': 'Texas'}, + {'state_name': 'Tianjin', 'country': 'China', 'doctype': 'State', 'name': 'Tianjin'}, + {'state_name': 'Tripura', 'country': 'India', 'doctype': 'State', 'name': 'Tripura'}, + {'state_name': 'Turpan', 'country': 'China', 'doctype': 'State', 'name': 'Turpan'}, + {'state_name': 'Urumqi', 'country': 'China', 'doctype': 'State', 'name': 'Urumqi'}, + {'state_name': 'Utah', 'country': 'United States', 'doctype': 'State', 'name': 'Utah'}, + {'state_name': 'Uttar Pradesh', 'country': 'India', 'doctype': 'State', 'name': 'Uttar Pradesh'}, + {'state_name': 'Uttarakhand', 'country': 'India', 'doctype': 'State', 'name': 'Uttarakhand'}, + {'state_name': 'Vermont', 'country': 'United States', 'doctype': 'State', 'name': 'Vermont'}, + {'state_name': 'Virginia', 'country': 'United States', 'doctype': 'State', 'name': 'Virginia'}, + {'state_name': 'Washington', 'country': 'United States', 'doctype': 'State', 'name': 'Washington'}, + {'state_name': 'West Bengal', 'country': 'India', 'doctype': 'State', 'name': 'West Bengal'}, + {'state_name': 'West Virginia', 'country': 'United States', 'doctype': 'State', 'name': 'West Virginia'}, + {'state_name': 'Wisconsin', 'country': 'United States', 'doctype': 'State', 'name': 'Wisconsin'}, + {'state_name': 'Wuhan', 'country': 'China', 'doctype': 'State', 'name': 'Wuhan'}, + {'state_name': 'Wuxi', 'country': 'China', 'doctype': 'State', 'name': 'Wuxi'}, + {'state_name': 'Wyoming', 'country': 'United States', 'doctype': 'State', 'name': 'Wyoming'}, + {'state_name': 'Xiamen', 'country': 'China', 'doctype': 'State', 'name': 'Xiamen'}, + {'state_name': 'Xian', 'country': 'China', 'doctype': 'State', 'name': 'Xian'}, + {'state_name': 'Zhongshan ', 'country': 'China', 'doctype': 'State', 'name': 'Zhongshan'}, + + ] + + for r in records: + doc = webnotes.doc(r) + doc.insert() + \ No newline at end of file diff --git a/stock/Item Group/All Item Groups/All Item Groups.txt b/stock/Item Group/All Item Groups/All Item Groups.txt deleted file mode 100644 index f03fa1ad2fd..00000000000 --- a/stock/Item Group/All Item Groups/All Item Groups.txt +++ /dev/null @@ -1 +0,0 @@ -[{'creation': '2010-07-16 11:03:21', 'doctype': 'Item Group', 'lft': 1, 'owner': 'harshada@webnotestech.com', 'rgt': 286, 'company_abbr': None, 'docstatus': 0, 'item_group_name': 'All Item Groups', 'description': None, 'parent': None, 'is_group': 'Yes', 'company': None, 'show_in_catalogue': None, 'group_or_ledger': None, 'modified_by': 'harshada@webnotestech.com', 'group_name': None, 'trash_reason': None, 'name': 'All Item Groups', 'idx': None, 'modified': '2010-07-16 11:03:21', 'parent_item_group': '', 'old_parent': '', 'parenttype': None, 'parentfield': None}] \ No newline at end of file diff --git a/stock/Item Group/Default/Default.txt b/stock/Item Group/Default/Default.txt deleted file mode 100644 index c0b6207752b..00000000000 --- a/stock/Item Group/Default/Default.txt +++ /dev/null @@ -1 +0,0 @@ -[{'creation': '2010-07-05 16:08:14', 'doctype': 'Item Group', 'lft': 76, 'owner': 'nabin@webnotestech.com', 'rgt': 77, 'company_abbr': None, 'docstatus': 0, 'item_group_name': 'Default', 'description': None, 'parent': None, 'is_group': 'No', 'company': None, 'show_in_catalogue': None, 'group_or_ledger': None, 'modified_by': 'nabin@webnotestech.com', 'group_name': None, 'trash_reason': None, 'name': 'Default', 'idx': None, 'modified': '2010-07-05 16:08:14', 'parent_item_group': 'All Item Groups', 'old_parent': '', 'parenttype': None, 'parentfield': None}] \ No newline at end of file diff --git a/stock/__init__.py b/stock/__init__.py index 7c2a0d4493b..feb55c72228 100644 --- a/stock/__init__.py +++ b/stock/__init__.py @@ -4,4 +4,7 @@ install_docs = [ {"doctype":"Role", "role_name":"Material Master Manager", "name":"Material Master Manager"}, {"doctype":"Role", "role_name":"Material User", "name":"Material User"}, {"doctype":"Role", "role_name":"Quality Manager", "name":"Quality Manager"}, + {"doctype":"Item Group", "item_group_name":"All Item Groups", "is_group":"Yes"}, + {"doctype":"Item Group", "item_group_name":"Default", + "parent_item_group":"All Item Groups", "is_group":"No"}, ] diff --git a/stock/module_def/stock/locale/_messages_doc.json b/stock/module_def/stock/locale/_messages_doc.json deleted file mode 100644 index 410ce5fab81..00000000000 --- a/stock/module_def/stock/locale/_messages_doc.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - "Ordered Items To Be Delivered", - "A logical Warehouse against which stock entries are made.", - "For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes", - "Featured Item in Item Group", - "Stock Analytics", - "Distinct unit of an Item", - "Stock Home", - "Item-Wise Price List", - "Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**. The package **Item** will have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\".For Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Sales BOM Item.Note: BOM = Bill of Materials", - "Stock Level", - "Table for Item that will be shown in Web Site", - "Stock Ageing", - "Stock Balance", - "A Product or a Service that is bought, sold or kept in stock.", - "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.", - "Stock Ledger" -] \ No newline at end of file diff --git a/stock/module_def/stock/locale/hi-doc.json b/stock/module_def/stock/locale/hi-doc.json deleted file mode 100644 index 0d8538c9831..00000000000 --- a/stock/module_def/stock/locale/hi-doc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "A Product or a Service that is bought, sold or kept in stock.": "\u090f\u0915 \u0909\u0924\u094d\u092a\u093e\u0926 \u092f\u093e \u0938\u0947\u0935\u093e \u0939\u0948 \u0915\u093f \u0916\u0930\u0940\u0926\u093e \u0939\u0948, \u092c\u0947\u091a\u093e \u092f\u093e \u0938\u094d\u091f\u0949\u0915 \u092e\u0947\u0902 \u0930\u0916\u093e.", - "A logical Warehouse against which stock entries are made.": "\u090f\u0915 \u0924\u093e\u0930\u094d\u0915\u093f\u0915 \u0935\u0947\u092f\u0930\u0939\u093e\u0909\u0938 \u0915\u0947 \u0916\u093f\u0932\u093e\u092b \u091c\u094b \u0936\u0947\u092f\u0930 \u092a\u094d\u0930\u0935\u093f\u0937\u094d\u091f\u093f\u092f\u094b\u0902 \u092c\u0928\u093e \u0930\u0939\u0947 \u0939\u0948\u0902.", - "Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**. The package **Item** will have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\".For Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Sales BOM Item.Note: BOM = Bill of Materials": "** \u0906\u0907\u091f\u092e \u0915\u0947 \u0938\u0915\u0932 \u0938\u092e\u0942\u0939 \u092e\u0947\u0902 \u090f\u0915 \u0914\u0930 \u0906\u0907\u091f\u092e ** **. \u092f\u0939 \u0909\u092a\u092f\u094b\u0917\u0940 \u0939\u0948 \u0905\u0917\u0930 \u0906\u092a \u090f\u0915 \u092a\u0948\u0915\u0947\u091c \u092e\u0947\u0902 ** \u0915\u0941\u091b ** \u0906\u0907\u091f\u092e bundling \u0939\u0948\u0902 \u0914\u0930 \u0906\u092a \u092a\u0948\u0915 ** \u0914\u0930 \u0928\u0939\u0940\u0902 \u0915\u0941\u0932 ** \u0906\u0907\u091f\u092e ** ** \u0906\u0907\u091f\u092e \u0915\u0947 \u0938\u094d\u091f\u0949\u0915 \u0915\u094b \u092c\u0928\u093e\u090f \u0930\u0916\u0928\u0947. \u092a\u0948\u0915\u0947\u091c ** \u0906\u0907\u091f\u092e ** \u0939\u0948 "\u0938\u094d\u091f\u0949\u0915 \u0906\u0907\u091f\u092e \u0939\u0948" "\u0928\u0939\u0940\u0902" \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0914\u0930 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 "\u0939\u093e\u0901" "\u092c\u093f\u0915\u094d\u0930\u0940 \u0906\u0907\u091f\u092e \u0939\u0948," \u0909\u0926\u093e\u0939\u0930\u0923 \u0915\u0947 \u0932\u093f\u090f: \u092f\u0926\u093f \u0906\u092a \u0932\u0948\u092a\u091f\u0949\u092a \u0914\u0930 Backpacks \u092c\u0947\u091a \u0930\u0939\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0905\u0932\u0917 \u0938\u0947 \u090f\u0915 \u0935\u093f\u0936\u0947\u0937 \u092e\u0942\u0932\u094d\u092f \u0939\u0948 \u0905\u0917\u0930 \u0917\u094d\u0930\u093e\u0939\u0915 \u0926\u094b\u0928\u094b\u0902 \u0916\u0930\u0940\u0926\u0924\u093e BOM = \u0935\u093f\u0927\u0947\u092f\u0915 \u0915\u0940 \u0938\u093e\u092e\u0917\u094d\u0930\u0940:, \u0924\u094b \u090f\u0915 \u0928\u092f\u093e \u0932\u0948\u092a\u091f\u0949\u092a + \u092c\u0948\u0917 \u092c\u093f\u0915\u094d\u0930\u0940 \u092c\u0940\u0913\u090f\u092e Item.Note \u0939\u094b\u0917\u093e", - "Distinct unit of an Item": "\u090f\u0915 \u0906\u0907\u091f\u092e \u0915\u0940 \u0905\u0932\u0917 \u0907\u0915\u093e\u0908", - "Featured Item in Item Group": "\u0906\u0907\u091f\u092e \u0938\u092e\u0942\u0939 \u092e\u0947\u0902 \u091a\u093f\u0924\u094d\u0930\u093f\u0924 \u0906\u0907\u091f\u092e", - "For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes": "\u0917\u094d\u0930\u093e\u0939\u0915\u094b\u0902 \u0915\u0940 \u0938\u0941\u0935\u093f\u0927\u093e \u0915\u0947 \u0932\u093f\u090f \u0907\u0928 \u0915\u094b\u0921 \u092a\u094d\u0930\u093f\u0902\u091f \u0938\u094d\u0935\u0930\u0942\u092a\u094b\u0902 \u092e\u0947\u0902 \u091a\u093e\u0932\u093e\u0928 \u0914\u0930 \u0935\u093f\u0924\u0930\u0923 \u0928\u094b\u091f \u0915\u0940 \u0924\u0930\u0939 \u0907\u0938\u094d\u0924\u0947\u092e\u093e\u0932 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948", - "Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.": "\u0926\u093f\u092f\u093e \u091c\u093e \u0938\u0902\u0915\u0941\u0932 \u0915\u0947 \u0932\u093f\u090f \u0928\u093f\u0915\u0932 \u091c\u093e\u0924\u093e \u0939\u0948 \u092a\u0948\u0915\u093f\u0902\u0917 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u0930\u0924\u093e \u0939\u0948. \u092a\u0948\u0915\u0947\u091c \u0938\u0902\u0916\u094d\u092f\u093e, \u092a\u0948\u0915\u0947\u091c \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0914\u0930 \u0905\u092a\u0928\u0947 \u0935\u091c\u0928 \u0915\u094b \u0938\u0942\u091a\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948.", - "Item-Wise Price List": "\u0906\u0907\u091f\u092e \u0935\u093e\u0930 \u092e\u0942\u0932\u094d\u092f \u0938\u0942\u091a\u0940", - "Ordered Items To Be Delivered": "\u0939\u093f\u0938\u093e\u092c \u0938\u0947 \u0926\u093f\u092f\u093e \u091c\u093e \u0906\u0907\u091f\u092e", - "Stock Ageing": "\u0938\u094d\u091f\u0949\u0915 \u092c\u0942\u0922\u093c\u0947", - "Stock Analytics": "\u0938\u094d\u091f\u0949\u0915 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u093f\u0915\u0940", - "Stock Balance": "\u092c\u093e\u0915\u0940 \u0938\u094d\u091f\u093e\u0915", - "Stock Home": "\u0938\u094d\u091f\u0949\u0915 \u0939\u094b\u092e", - "Stock Ledger": "\u0938\u094d\u091f\u0949\u0915 \u0932\u0947\u091c\u0930", - "Stock Level": "\u0938\u094d\u091f\u0949\u0915 \u0938\u094d\u0924\u0930", - "Table for Item that will be shown in Web Site": "\u091f\u0947\u092c\u0932 \u0906\u0907\u091f\u092e \u0915\u0947 \u0932\u093f\u090f \u0939\u0948 \u0915\u093f \u0935\u0947\u092c \u0938\u093e\u0907\u091f \u092e\u0947\u0902 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u090f\u0917\u093e" -} \ No newline at end of file diff --git a/support/module_def/support/locale/_messages_doc.json b/support/module_def/support/locale/_messages_doc.json deleted file mode 100644 index 42c31f02b1f..00000000000 --- a/support/module_def/support/locale/_messages_doc.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - "Create and Send Newsletters", - "Support Analytics", - "Support Home" -] \ No newline at end of file diff --git a/support/module_def/support/locale/hi-doc.json b/support/module_def/support/locale/hi-doc.json deleted file mode 100644 index 8994af41b2c..00000000000 --- a/support/module_def/support/locale/hi-doc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Create and Send Newsletters": "\u0938\u092e\u093e\u091a\u093e\u0930\u092a\u0924\u094d\u0930\u093f\u0915\u093e\u090f\u0901 \u092c\u0928\u093e\u090f\u0901 \u0914\u0930 \u092d\u0947\u091c\u0947\u0902", - "Support Analytics": "\u0938\u092e\u0930\u094d\u0925\u0928 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u093f\u0915\u0940", - "Support Home": "\u0938\u092e\u0930\u094d\u0925\u0928 \u092e\u0941\u0916" -} \ No newline at end of file diff --git a/utilities/module_def/utilities/locale/_messages_doc.json b/utilities/module_def/utilities/locale/_messages_doc.json deleted file mode 100644 index 9289abe2b80..00000000000 --- a/utilities/module_def/utilities/locale/_messages_doc.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - "Users", - "To Do", - "Markdown Reference", - "Messages", - "question-view", - "WIP Monitor", - "questions", - "Calendar", - "Trash" -] \ No newline at end of file diff --git a/utilities/module_def/utilities/locale/hi-doc.json b/utilities/module_def/utilities/locale/hi-doc.json deleted file mode 100644 index 4a7d1cdc908..00000000000 --- a/utilities/module_def/utilities/locale/hi-doc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Calendar": "\u0915\u0948\u0932\u0947\u0902\u0921\u0930", - "Markdown Reference": "Markdown \u0938\u0902\u0926\u0930\u094d\u092d", - "Messages": "\u0938\u0902\u0926\u0947\u0936", - "To Do": "\u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u092f\u093e", - "Trash": "\u0915\u091a\u0930\u093e \u092a\u0947\u091f\u0940", - "Users": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e", - "WIP Monitor": "WIP \u092e\u0949\u0928\u093f\u091f\u0930", - "question-view": "\u0938\u0935\u093e\u0932 \u0926\u0943\u0936\u094d\u092f", - "questions": "\u0938\u0935\u093e\u0932\u094b\u0902" -} \ No newline at end of file diff --git a/utilities/page/trash/trash.txt b/utilities/page/trash/trash.txt index 4be9065e82d..a13e1b6ac7c 100644 --- a/utilities/page/trash/trash.txt +++ b/utilities/page/trash/trash.txt @@ -9,7 +9,6 @@ { "name": "__common__", "module": "Utilities", - "show_in_menu": 0, "page_name": "Trash", "doctype": "Page", "standard": "Yes" diff --git a/website/module_def/website/locale/_messages_doc.json b/website/module_def/website/locale/_messages_doc.json deleted file mode 100644 index 7e41f2b659a..00000000000 --- a/website/module_def/website/locale/_messages_doc.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - "Settings for Product Catalog on the website", - "", - "Settings for Contact Us Page", - "Cross Listing of Item in multiple groups", - "A Product is shown on the website and is linked to an item.", - "Product Category for website", - "Slideshow like display for the website", - "Page to show on the website", - "Settings for the About Us Page", - "Website Home", - "Unsubscribe", - "Set your background color, font and image (tiled)", - "Script to attach to all web pages." -] \ No newline at end of file diff --git a/website/module_def/website/locale/hi-doc.json b/website/module_def/website/locale/hi-doc.json deleted file mode 100644 index de0957c6ffa..00000000000 --- a/website/module_def/website/locale/hi-doc.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "A Product is shown on the website and is linked to an item.": "\u090f\u0915 \u0909\u0924\u094d\u092a\u093e\u0926 \u0915\u0940 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 \u0914\u0930 \u090f\u0915 \u0906\u0907\u091f\u092e \u0915\u0947 \u0932\u093f\u090f \u091c\u0941\u0921\u093c\u093e \u0939\u0941\u0906 \u0939\u0948.", - "Cross Listing of Item in multiple groups": "\u0915\u0908 \u0938\u092e\u0942\u0939\u094b\u0902 \u092e\u0947\u0902 \u0906\u0907\u091f\u092e \u0932\u093f\u0938\u094d\u091f\u093f\u0902\u0917 \u092a\u093e\u0930", - "Page to show on the website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0926\u093f\u0916\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f", - "Product Category for website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f \u0915\u0947 \u0932\u093f\u090f \u0909\u0924\u094d\u092a\u093e\u0926 \u0936\u094d\u0930\u0947\u0923\u0940", - "Script to attach to all web pages.": "\u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0938\u092d\u0940 \u0935\u0947\u092c \u092a\u0943\u0937\u094d\u0920\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0926\u0947\u0924\u0947 \u0939\u0948\u0902.", - "Set your background color, font and image (tiled)": "\u0905\u092a\u0928\u0940 \u092a\u0943\u0937\u094d\u0920\u092d\u0942\u092e\u093f \u0930\u0902\u0917, \u092b\u093c\u0949\u0928\u094d\u091f \u0914\u0930 \u091b\u0935\u093f (\u091f\u093e\u0907\u0932\u094b\u0902) \u0938\u0947\u091f", - "Settings for Contact Us Page": "\u0939\u092e\u0938\u0947 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0947\u0902 \u092a\u0943\u0937\u094d\u0920 \u0915\u0947 \u0932\u093f\u090f \u0938\u0947\u091f\u093f\u0902\u0917\u094d\u0938", - "Settings for Product Catalog on the website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0909\u0924\u094d\u092a\u093e\u0926 \u0915\u0948\u091f\u0932\u0949\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u0947\u091f\u093f\u0902\u0917\u094d\u0938", - "Settings for the About Us Page": "\u0939\u092e\u093e\u0930\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 \u092a\u0943\u0937\u094d\u0920 \u0915\u0947 \u0932\u093f\u090f \u0938\u0947\u091f\u093f\u0902\u0917\u094d\u0938", - "Slideshow like display for the website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f \u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u0928 \u0915\u0940 \u0924\u0930\u0939 \u0938\u094d\u0932\u093e\u0907\u0921 \u0936\u094b", - "Unsubscribe": "\u0938\u0926\u0938\u094d\u092f\u0924\u093e \u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902", - "Website Home": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f \u0915\u0947 \u0939\u094b\u092e" -} \ No newline at end of file