2015-03-03 09:25:30 +00:00
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
2014-04-18 10:30:41 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2018-06-06 04:14:46 +00:00
|
|
|
import frappe, os, json
|
2014-04-18 10:30:41 +00:00
|
|
|
|
|
|
|
from frappe import _
|
2018-11-12 11:49:56 +00:00
|
|
|
from frappe.desk.page.setup_wizard.setup_wizard import make_records
|
|
|
|
from frappe.utils import cstr, getdate
|
|
|
|
from erpnext.accounts.doctype.account.account import RootNotEditable
|
2014-04-18 10:30:41 +00:00
|
|
|
|
2016-09-16 06:07:38 +00:00
|
|
|
default_lead_sources = ["Existing Customer", "Reference", "Advertisement",
|
|
|
|
"Cold Calling", "Exhibition", "Supplier Reference", "Mass Mailing",
|
|
|
|
"Customer's Vendor", "Campaign", "Walk In"]
|
|
|
|
|
2018-06-11 09:23:25 +00:00
|
|
|
default_sales_partner_type = ["Channel Partner", "Distributor", "Dealer", "Agent",
|
|
|
|
"Retailer", "Implementation Partner", "Reseller"]
|
|
|
|
|
2014-05-02 08:24:49 +00:00
|
|
|
def install(country=None):
|
2014-04-18 10:30:41 +00:00
|
|
|
records = [
|
2017-06-16 07:32:45 +00:00
|
|
|
# domains
|
2017-11-17 06:59:26 +00:00
|
|
|
{ 'doctype': 'Domain', 'domain': 'Distribution'},
|
|
|
|
{ 'doctype': 'Domain', 'domain': 'Manufacturing'},
|
|
|
|
{ 'doctype': 'Domain', 'domain': 'Retail'},
|
|
|
|
{ 'doctype': 'Domain', 'domain': 'Services'},
|
|
|
|
{ 'doctype': 'Domain', 'domain': 'Education'},
|
|
|
|
{ 'doctype': 'Domain', 'domain': 'Healthcare'},
|
[Agriculture Domain] (#11663)
* created Soil Analysis, Water Analysis, Weather and Fertilizer doctype
* soil doctype edited and crop doctype added
* minor stuff
* Land Unit + Leaflet
* crop cycle added
* Land Unit changes + Crop cycle
* autoname for plant_analysis
* created Agriculture Task
* minor stuff
* - deleted agriculture_task
- current state after the call
* [Agriculture] modified fertilizer doctype to have a link to Item
This was done so that the `Fertilizer` doctype could track the contents exclusive to the fertilizer, whereas the `Fertilizer Item` could be a seperate entity, so as to leverage the existing ERPNext doctypes
* Added fields to `Water Analysis` doctype
- Collection Datetime
- Laboratory Testing Datetime
- Results Datetime (default to Laboratory Testing Datetime)
* Edited the doctypes `Agrivulture Task`, `Pest` and `Soil Texture`
- Created `agriculture task` doctype
- added fields `Common Name`, `Scientific Name`, `Treatment` and `Treatment Options` to `Pest` doctype
- edited `Soil Texture` doctype to contain a soil texture ternary plot diagram made using SnapSVG. The code was put in public folder so as to be accessible by the entire agriculture module
* Recursively reflect child land unit feature changes on parents
* fixed feature repition bug
* added legeneds to ternary plot
* added stuff
* changes
* fix Task
* reverted the Task Doctype to have naming in the form TASK.#####
* fixed modifications made to TASK doctype
* [dirty commit] added auto create Task from Crop on creation of Crop Cycle
* Changed the Crop Cycle Doctype
- Deleted the "Crop Cycly Task" doctype and its link from "Crop Cycle"
- Creation of a new Project with the same name as the Crop Cycle on creation of a new Crop Cycle
- Creation of all the tasks imported from Agriculture Task doctype of the Crop in the Crop Cycle
* [Agriculture Module] Modifications
- Created childtable doctype "Pest Detected"
- Added childtable "Pest Detected" to Pest
- Modified "Agriculture Task" to include "Start Day" and "End Day" of task
- Modified the code in "Crop Cycle" to create a parent task with same name as Crop Cycle
* [Agriculture Module] fixed Pest doctype not saving issue
* [Agrcilture Module] Changes in Crop Cycle
- removed the creation of a master task on creation of a new crop cycle
- temporary fix to add the pest tasks from the pests added in crop cycle
* land_unit_tree.js fields modified to have field objects instead of just field names
* Revert "land_unit_tree.js modified"
* land_unit_tree.js fields modified to have field objects instead of just field names
* [Agriculture Domain] Converted Agriculture Module to a Domain
- Converted into a Domain field from Select to Link field in Company doctype, linked to Domain doctype
- Agriculture (alpha) is now a Domain
* land_unit area aggregation enabled
* land_unit.py checks feature diff for every ancestor and not just the parent
* Removed unnecessary print messages
* agriculture.py modified to include fixtures
* fixtures added to setup.py inside agriculture module
* [Agriculture Domain] UI tests added
- 'materials' table renamed to 'materials_required' in 'Crop'
- wrote UI test for Crop, Fertilizer, Crop Cycle, Pest, Water Analysis, Soil Texture
- moved creation of tasks from client side to server side in Crop Cycle
- Plant Analysis, Water Analysis, Soil Analysis, Soil Texture docs are now autonamed in the format PAnalysis.#####, WAnalysis.#####, SAnalysis.#####, STexture.##### respectively
- company_name changed in domains.py from 'Schrute Farms.' to 'Schrute Farms'
* [Agriculture Domain] Mostly written server side tests and moved client side code to server side
- moved client side code to server side for Crop, Water Analysis, Pest, Soil Texture,
- wrote server side tests for Crop, Crop Cycle, Fertilizer, Soil Texture, Pest
- NOTE: none of the server side codes were tested
* [Agriculture Domain] All server side tests working locally
* [Agriculture Domain] Testing
- added sample test for Land Unit, which needs to be modified to test multiple things
- modified tests to be independant of each other
* Land Units tests added and area aggregation code migrated to server side
* added land_unit server side tests and on_trash added to land_unit
* Changing field location for start date
* [Agriculture Domain] deleted unnecessary comments
* [Agriculture Domain] reverted changes
* [Agriculture Domain] Modified the code to replace Pest doctype with Land Unit doctype
- Deleted the Pest doctype and replaced it with the more generic Disease doctype
- Deleted the Detected Pest doctype and replaced it with Detected Disease doctype
* [Agriculture Domain] resolves #11654, resolves #11653
* [Agriculture] Added links to soil analysis, soil texture, plant analysis in crop cycle and land unit
- not working perfectly yet
- docs are fetched but not appended
* [Agricuture] Crop Cycle modifed to link with relevent analysis docs, not fully functional
* [Agriculture] added seperate stage for client side agriculture tests
* [Agriculture] minor modification to crop_cycle.js test
* [Agriculture] fixed tests
* upgrade chromedriver in .travis.yml from 2.32 to 2.33
* [Agriculture] added land unit ui test
* [Agriculture] added Agriculture server side test as a seperate stage in travis
* tesing travis.yml
* [Agriculture] Crop Cycle is able to fetch linked analysis docs
* Modified travis.yml for modular server side testing
* [minor fix][Agriculture] in soil_texture
- fixed multiple soil_texture ternary plot creation on refresh
- fixed error on soil composition change
* Update .travis.yml
* removed location field from linked doctypes
* minor fixes and cleanup of agri
* minor fix in agriculture and domain patches
* permissions added to agriculture
- Agriculture Manager and Agriculture User roles were added to all Agriculture doctypes
* [Agriculture]
- Created Agiculture Analysis Criteria and added sample records to it
- All the analysis doctypes now fetch their fields inside a child table, form Agriculture Analysis Criteria
- Also Fertilizer does the same
This was introduced so that, new parameters could be added on demand
* minor changes requested in Agriculture
* minor changes
* minor fix
* Update desktop.py
* Update .travis.yml
2017-12-06 13:06:27 +00:00
|
|
|
{ 'doctype': 'Domain', 'domain': 'Agriculture'},
|
2017-11-20 12:15:24 +00:00
|
|
|
{ 'doctype': 'Domain', 'domain': 'Non Profit'},
|
2017-06-16 07:32:45 +00:00
|
|
|
|
2014-06-05 07:47:45 +00:00
|
|
|
# address template
|
|
|
|
{'doctype':"Address Template", "country": country},
|
|
|
|
|
2014-04-18 10:30:41 +00:00
|
|
|
# item group
|
2014-04-21 16:40:15 +00:00
|
|
|
{'doctype': 'Item Group', 'item_group_name': _('All Item Groups'),
|
2016-07-14 08:33:19 +00:00
|
|
|
'is_group': 1, 'parent_item_group': ''},
|
2014-04-21 16:40:15 +00:00
|
|
|
{'doctype': 'Item Group', 'item_group_name': _('Products'),
|
2016-07-14 08:33:19 +00:00
|
|
|
'is_group': 0, 'parent_item_group': _('All Item Groups'), "show_in_website": 1 },
|
2014-04-21 16:40:15 +00:00
|
|
|
{'doctype': 'Item Group', 'item_group_name': _('Raw Material'),
|
2016-07-14 08:33:19 +00:00
|
|
|
'is_group': 0, 'parent_item_group': _('All Item Groups') },
|
2014-04-21 16:40:15 +00:00
|
|
|
{'doctype': 'Item Group', 'item_group_name': _('Services'),
|
2016-07-14 08:33:19 +00:00
|
|
|
'is_group': 0, 'parent_item_group': _('All Item Groups') },
|
2014-04-21 16:40:15 +00:00
|
|
|
{'doctype': 'Item Group', 'item_group_name': _('Sub Assemblies'),
|
2016-07-14 08:33:19 +00:00
|
|
|
'is_group': 0, 'parent_item_group': _('All Item Groups') },
|
2014-04-21 16:40:15 +00:00
|
|
|
{'doctype': 'Item Group', 'item_group_name': _('Consumable'),
|
2016-07-14 08:33:19 +00:00
|
|
|
'is_group': 0, 'parent_item_group': _('All Item Groups') },
|
2014-04-18 10:30:41 +00:00
|
|
|
|
2016-07-30 14:40:00 +00:00
|
|
|
# salary component
|
2016-12-15 05:57:35 +00:00
|
|
|
{'doctype': 'Salary Component', 'salary_component': _('Income Tax'), 'description': _('Income Tax'), 'type': 'Deduction'},
|
|
|
|
{'doctype': 'Salary Component', 'salary_component': _('Basic'), 'description': _('Basic'), 'type': 'Earning'},
|
2017-02-09 08:43:35 +00:00
|
|
|
{'doctype': 'Salary Component', 'salary_component': _('Arrear'), 'description': _('Arrear'), 'type': 'Earning'},
|
|
|
|
{'doctype': 'Salary Component', 'salary_component': _('Leave Encashment'), 'description': _('Leave Encashment'), 'type': 'Earning'},
|
2017-06-16 07:32:45 +00:00
|
|
|
|
2016-09-15 09:45:45 +00:00
|
|
|
|
2014-04-18 10:30:41 +00:00
|
|
|
# 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
|
2015-08-25 07:19:40 +00:00
|
|
|
{'doctype': 'Leave Type', 'leave_type_name': _('Casual Leave'), 'name': _('Casual Leave'),
|
2018-05-23 05:01:39 +00:00
|
|
|
'allow_encashment': 1, 'is_carry_forward': 1, 'max_continuous_days_allowed': '3', 'include_holiday': 1},
|
2015-08-25 07:19:40 +00:00
|
|
|
{'doctype': 'Leave Type', 'leave_type_name': _('Compensatory Off'), 'name': _('Compensatory Off'),
|
2018-05-11 14:40:07 +00:00
|
|
|
'allow_encashment': 0, 'is_carry_forward': 0, 'include_holiday': 1},
|
2015-08-25 07:19:40 +00:00
|
|
|
{'doctype': 'Leave Type', 'leave_type_name': _('Sick Leave'), 'name': _('Sick Leave'),
|
2018-05-11 14:40:07 +00:00
|
|
|
'allow_encashment': 0, 'is_carry_forward': 0, 'include_holiday': 1},
|
2015-08-25 07:19:40 +00:00
|
|
|
{'doctype': 'Leave Type', 'leave_type_name': _('Privilege Leave'), 'name': _('Privilege Leave'),
|
2018-05-11 14:40:07 +00:00
|
|
|
'allow_encashment': 0, 'is_carry_forward': 0, 'include_holiday': 1},
|
2015-08-25 07:19:40 +00:00
|
|
|
{'doctype': 'Leave Type', 'leave_type_name': _('Leave Without Pay'), 'name': _('Leave Without Pay'),
|
2018-05-11 14:40:07 +00:00
|
|
|
'allow_encashment': 0, 'is_carry_forward': 0, 'is_lwp':1, 'include_holiday': 1},
|
2014-04-18 10:30:41 +00:00
|
|
|
|
2014-05-02 08:24:49 +00:00
|
|
|
# Employment Type
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Full-time')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Part-time')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Probation')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Contract')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Commission')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Piecework')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Intern')},
|
|
|
|
{'doctype': 'Employment Type', 'employee_type_name': _('Apprentice')},
|
|
|
|
|
2019-03-13 12:53:18 +00:00
|
|
|
|
|
|
|
# Stock Entry Type
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Material Issue', 'purpose': 'Material Issue'},
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Material Receipt', 'purpose': 'Material Receipt'},
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Material Transfer', 'purpose': 'Material Transfer'},
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Manufacture', 'purpose': 'Manufacture'},
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Repack', 'purpose': 'Repack'},
|
2019-03-26 07:09:28 +00:00
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Send to Subcontractor', 'purpose': 'Send to Subcontractor'},
|
2019-03-13 12:53:18 +00:00
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Material Transfer for Manufacture', 'purpose': 'Material Transfer for Manufacture'},
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Material Consumption for Manufacture', 'purpose': 'Material Consumption for Manufacture'},
|
2019-03-26 06:33:20 +00:00
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Send to Warehouse', 'purpose': 'Send to Warehouse'},
|
|
|
|
{'doctype': 'Stock Entry Type', 'name': 'Receive at Warehouse', 'purpose': 'Receive at Warehouse'},
|
2019-03-13 12:53:18 +00:00
|
|
|
|
2014-05-02 08:24:49 +00:00
|
|
|
# Designation
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('CEO')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Manager')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Analyst')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Engineer')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Accountant')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Secretary')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Associate')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Administrative Officer')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Business Development Manager')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('HR Manager')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Project Manager')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Head of Marketing and Sales')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Software Developer')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Designer')},
|
|
|
|
{'doctype': 'Designation', 'designation_name': _('Researcher')},
|
|
|
|
|
2018-11-12 11:49:56 +00:00
|
|
|
# territory: with two default territories, one for home country and one named Rest of the World
|
2016-07-14 08:33:19 +00:00
|
|
|
{'doctype': 'Territory', 'territory_name': _('All Territories'), 'is_group': 1, 'name': _('All Territories'), 'parent_territory': ''},
|
2018-11-19 09:31:25 +00:00
|
|
|
{'doctype': 'Territory', 'territory_name': country.replace("'", ""), 'is_group': 0, 'parent_territory': _('All Territories')},
|
|
|
|
{'doctype': 'Territory', 'territory_name': _("Rest Of The World"), 'is_group': 0, 'parent_territory': _('All Territories')},
|
2014-04-18 10:30:41 +00:00
|
|
|
|
|
|
|
# customer group
|
2016-07-14 08:33:19 +00:00
|
|
|
{'doctype': 'Customer Group', 'customer_group_name': _('All Customer Groups'), 'is_group': 1, 'name': _('All Customer Groups'), 'parent_customer_group': ''},
|
|
|
|
{'doctype': 'Customer Group', 'customer_group_name': _('Individual'), 'is_group': 0, 'parent_customer_group': _('All Customer Groups')},
|
|
|
|
{'doctype': 'Customer Group', 'customer_group_name': _('Commercial'), 'is_group': 0, 'parent_customer_group': _('All Customer Groups')},
|
|
|
|
{'doctype': 'Customer Group', 'customer_group_name': _('Non Profit'), 'is_group': 0, 'parent_customer_group': _('All Customer Groups')},
|
|
|
|
{'doctype': 'Customer Group', 'customer_group_name': _('Government'), 'is_group': 0, 'parent_customer_group': _('All Customer Groups')},
|
2014-04-18 10:30:41 +00:00
|
|
|
|
2018-04-19 13:07:29 +00:00
|
|
|
# supplier group
|
2018-04-20 05:37:19 +00:00
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('All Supplier Groups'), 'is_group': 1, 'name': _('All Supplier Groups'), 'parent_supplier_group': ''},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Services'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Local'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Raw Material'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Electrical'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Hardware'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Pharmaceutical'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
|
|
|
{'doctype': 'Supplier Group', 'supplier_group_name': _('Distributor'), 'is_group': 0, 'parent_supplier_group': _('All Supplier Groups')},
|
2014-04-18 10:30:41 +00:00
|
|
|
|
|
|
|
# Sales Person
|
2016-07-14 08:33:19 +00:00
|
|
|
{'doctype': 'Sales Person', 'sales_person_name': _('Sales Team'), 'is_group': 1, "parent_sales_person": ""},
|
2014-04-18 10:30:41 +00:00
|
|
|
|
2014-05-02 08:24:49 +00:00
|
|
|
# Mode of Payment
|
2016-06-10 07:04:41 +00:00
|
|
|
{'doctype': 'Mode of Payment',
|
|
|
|
'mode_of_payment': 'Check' if country=="United States" else _('Cheque'),
|
|
|
|
'type': 'Bank'},
|
|
|
|
{'doctype': 'Mode of Payment', 'mode_of_payment': _('Cash'),
|
|
|
|
'type': 'Cash'},
|
|
|
|
{'doctype': 'Mode of Payment', 'mode_of_payment': _('Credit Card'),
|
|
|
|
'type': 'Bank'},
|
|
|
|
{'doctype': 'Mode of Payment', 'mode_of_payment': _('Wire Transfer'),
|
|
|
|
'type': 'Bank'},
|
|
|
|
{'doctype': 'Mode of Payment', 'mode_of_payment': _('Bank Draft'),
|
|
|
|
'type': 'Bank'},
|
2014-05-02 08:24:49 +00:00
|
|
|
|
|
|
|
# Activity Type
|
|
|
|
{'doctype': 'Activity Type', 'activity_type': _('Planning')},
|
|
|
|
{'doctype': 'Activity Type', 'activity_type': _('Research')},
|
|
|
|
{'doctype': 'Activity Type', 'activity_type': _('Proposal Writing')},
|
|
|
|
{'doctype': 'Activity Type', 'activity_type': _('Execution')},
|
|
|
|
{'doctype': 'Activity Type', 'activity_type': _('Communication')},
|
2015-02-10 09:11:27 +00:00
|
|
|
|
2015-02-20 14:39:42 +00:00
|
|
|
{'doctype': "Item Attribute", "attribute_name": _("Size"), "item_attribute_values": [
|
|
|
|
{"attribute_value": _("Extra Small"), "abbr": "XS"},
|
|
|
|
{"attribute_value": _("Small"), "abbr": "S"},
|
|
|
|
{"attribute_value": _("Medium"), "abbr": "M"},
|
|
|
|
{"attribute_value": _("Large"), "abbr": "L"},
|
|
|
|
{"attribute_value": _("Extra Large"), "abbr": "XL"}
|
|
|
|
]},
|
|
|
|
|
|
|
|
{'doctype': "Item Attribute", "attribute_name": _("Colour"), "item_attribute_values": [
|
|
|
|
{"attribute_value": _("Red"), "abbr": "RED"},
|
|
|
|
{"attribute_value": _("Green"), "abbr": "GRE"},
|
|
|
|
{"attribute_value": _("Blue"), "abbr": "BLU"},
|
|
|
|
{"attribute_value": _("Black"), "abbr": "BLA"},
|
|
|
|
{"attribute_value": _("White"), "abbr": "WHI"}
|
|
|
|
]},
|
2015-01-23 09:52:13 +00:00
|
|
|
|
2018-06-21 05:17:54 +00:00
|
|
|
#Job Applicant Source
|
|
|
|
{'doctype': 'Job Applicant Source', 'source_name': _('Website Listing')},
|
|
|
|
{'doctype': 'Job Applicant Source', 'source_name': _('Walk In')},
|
|
|
|
{'doctype': 'Job Applicant Source', 'source_name': _('Employee Referral')},
|
|
|
|
{'doctype': 'Job Applicant Source', 'source_name': _('Campaign')},
|
|
|
|
|
2015-04-02 16:30:34 +00:00
|
|
|
{'doctype': "Email Account", "email_id": "sales@example.com", "append_to": "Opportunity"},
|
2015-01-23 09:52:13 +00:00
|
|
|
{'doctype': "Email Account", "email_id": "support@example.com", "append_to": "Issue"},
|
2015-04-01 09:43:15 +00:00
|
|
|
{'doctype': "Email Account", "email_id": "jobs@example.com", "append_to": "Job Applicant"},
|
2015-05-18 09:06:57 +00:00
|
|
|
|
2018-05-16 05:32:26 +00:00
|
|
|
{'doctype': "Party Type", "party_type": "Customer", "account_type": "Receivable"},
|
|
|
|
{'doctype': "Party Type", "party_type": "Supplier", "account_type": "Payable"},
|
|
|
|
{'doctype': "Party Type", "party_type": "Employee", "account_type": "Payable"},
|
|
|
|
{'doctype': "Party Type", "party_type": "Member", "account_type": "Receivable"},
|
|
|
|
{'doctype': "Party Type", "party_type": "Shareholder", "account_type": "Payable"},
|
|
|
|
{'doctype': "Party Type", "party_type": "Student", "account_type": "Receivable"},
|
2017-02-01 06:32:08 +00:00
|
|
|
|
2017-11-16 11:33:52 +00:00
|
|
|
{'doctype': "Opportunity Type", "name": "Hub"},
|
|
|
|
{'doctype': "Opportunity Type", "name": _("Sales")},
|
|
|
|
{'doctype': "Opportunity Type", "name": _("Support")},
|
|
|
|
{'doctype': "Opportunity Type", "name": _("Maintenance")},
|
|
|
|
|
2017-07-26 12:25:25 +00:00
|
|
|
{'doctype': "Project Type", "project_type": "Internal"},
|
|
|
|
{'doctype': "Project Type", "project_type": "External"},
|
|
|
|
{'doctype': "Project Type", "project_type": "Other"},
|
|
|
|
|
2015-04-01 09:43:15 +00:00
|
|
|
{"doctype": "Offer Term", "offer_term": _("Date of Joining")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Annual Salary")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Probationary Period")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Employee Benefits")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Working Hours")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Stock Options")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Department")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Job Description")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Responsibilities")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Leaves per Year")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Notice Period")},
|
|
|
|
{"doctype": "Offer Term", "offer_term": _("Incentives")},
|
2015-05-18 09:06:57 +00:00
|
|
|
|
2015-08-25 07:19:40 +00:00
|
|
|
{'doctype': "Print Heading", 'print_heading': _("Credit Note")},
|
2016-07-08 12:54:46 +00:00
|
|
|
{'doctype': "Print Heading", 'print_heading': _("Debit Note")},
|
2017-02-22 10:56:41 +00:00
|
|
|
|
|
|
|
# Assessment Group
|
|
|
|
{'doctype': 'Assessment Group', 'assessment_group_name': _('All Assessment Groups'),
|
|
|
|
'is_group': 1, 'parent_assessment_group': ''},
|
2017-06-16 07:32:45 +00:00
|
|
|
|
2018-02-12 06:02:47 +00:00
|
|
|
# Share Management
|
|
|
|
{"doctype": "Share Type", "title": _("Equity")},
|
2018-11-12 11:49:56 +00:00
|
|
|
{"doctype": "Share Type", "title": _("Preference")},
|
2018-11-20 18:14:13 +00:00
|
|
|
|
|
|
|
# Market Segments
|
|
|
|
{"doctype": "Market Segment", "market_segment": _("Lower Income")},
|
|
|
|
{"doctype": "Market Segment", "market_segment": _("Middle Income")},
|
|
|
|
{"doctype": "Market Segment", "market_segment": _("Upper Income")},
|
|
|
|
|
|
|
|
# Sales Stages
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Prospecting")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Qualification")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Needs Analysis")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Value Proposition")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Identifying Decision Makers")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Perception Analysis")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
|
2014-04-18 10:30:41 +00:00
|
|
|
]
|
|
|
|
|
2017-12-21 06:25:58 +00:00
|
|
|
from erpnext.setup.setup_wizard.data.industry_type import get_industry_types
|
2015-09-07 04:41:23 +00:00
|
|
|
records += [{"doctype":"Industry Type", "industry": d} for d in get_industry_types()]
|
|
|
|
# records += [{"doctype":"Operation", "operation": d} for d in get_operations()]
|
2016-09-16 06:07:38 +00:00
|
|
|
records += [{'doctype': 'Lead Source', 'source_name': _(d)} for d in default_lead_sources]
|
|
|
|
|
2018-06-11 09:23:25 +00:00
|
|
|
records += [{'doctype': 'Sales Partner Type', 'sales_partner_type': _(d)} for d in default_sales_partner_type]
|
|
|
|
|
2018-04-20 04:58:52 +00:00
|
|
|
base_path = frappe.get_app_path("erpnext", "hr", "doctype")
|
|
|
|
response = frappe.read_file(os.path.join(base_path, "leave_application/leave_application_email_template.html"))
|
|
|
|
|
2018-04-24 06:50:21 +00:00
|
|
|
records += [{'doctype': 'Email Template', 'name': _("Leave Approval Notification"), 'response': response,\
|
|
|
|
'subject': _("Leave Approval Notification"), 'owner': frappe.session.user}]
|
2018-04-20 04:58:52 +00:00
|
|
|
|
2018-04-24 06:50:21 +00:00
|
|
|
records += [{'doctype': 'Email Template', 'name': _("Leave Status Notification"), 'response': response,\
|
|
|
|
'subject': _("Leave Status Notification"), 'owner': frappe.session.user}]
|
2018-04-20 04:58:52 +00:00
|
|
|
|
2018-09-30 16:08:47 +00:00
|
|
|
base_path = frappe.get_app_path("erpnext", "stock", "doctype")
|
|
|
|
response = frappe.read_file(os.path.join(base_path, "delivery_trip/dispatch_notification_template.html"))
|
|
|
|
|
|
|
|
records += [{'doctype': 'Email Template', 'name': _("Dispatch Notification"), 'response': response,\
|
|
|
|
'subject': _("Your order is out for delivery!"), 'owner': frappe.session.user}]
|
|
|
|
|
2017-07-24 17:12:30 +00:00
|
|
|
# Records for the Supplier Scorecard
|
|
|
|
from erpnext.buying.doctype.supplier_scorecard.supplier_scorecard import make_default_records
|
|
|
|
make_default_records()
|
|
|
|
|
2019-02-12 02:11:52 +00:00
|
|
|
make_records(records)
|
2018-11-12 11:49:56 +00:00
|
|
|
|
|
|
|
set_more_defaults()
|
|
|
|
|
2018-11-13 10:26:15 +00:00
|
|
|
# path = frappe.get_app_path('erpnext', 'regional', frappe.scrub(country))
|
|
|
|
# if os.path.exists(path.encode("utf-8")):
|
|
|
|
# frappe.get_attr("erpnext.regional.{0}.setup.setup_company_independent_fixtures".format(frappe.scrub(country)))()
|
2018-11-12 11:49:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
def set_more_defaults():
|
|
|
|
# Do more setup stuff that can be done here with no dependencies
|
2018-05-15 08:22:46 +00:00
|
|
|
selling_settings = frappe.get_doc("Selling Settings")
|
|
|
|
selling_settings.set_default_customer_group_and_territory()
|
2019-01-31 02:49:38 +00:00
|
|
|
selling_settings.cust_master_name = "Customer Name"
|
|
|
|
selling_settings.so_required = "No"
|
|
|
|
selling_settings.dn_required = "No"
|
|
|
|
selling_settings.allow_multiple_items = 1
|
|
|
|
selling_settings.sales_update_frequency = "Each Transaction"
|
2018-05-15 08:22:46 +00:00
|
|
|
selling_settings.save()
|
|
|
|
|
2018-06-06 04:14:46 +00:00
|
|
|
add_uom_data()
|
|
|
|
|
2018-11-12 11:49:56 +00:00
|
|
|
# set no copy fields of an item doctype to item variant settings
|
|
|
|
doc = frappe.get_doc('Item Variant Settings')
|
|
|
|
doc.set_default_fields()
|
|
|
|
doc.save()
|
|
|
|
|
|
|
|
buying_settings = frappe.get_doc("Buying Settings")
|
|
|
|
buying_settings.supp_master_name = "Supplier Name"
|
|
|
|
buying_settings.po_required = "No"
|
|
|
|
buying_settings.pr_required = "No"
|
|
|
|
buying_settings.maintain_same_rate = 1
|
|
|
|
buying_settings.allow_multiple_items = 1
|
|
|
|
buying_settings.save()
|
|
|
|
|
|
|
|
hr_settings = frappe.get_doc("HR Settings")
|
|
|
|
hr_settings.emp_created_by = "Naming Series"
|
|
|
|
hr_settings.leave_approval_notification_template = _("Leave Approval Notification")
|
|
|
|
hr_settings.leave_status_notification_template = _("Leave Status Notification")
|
|
|
|
hr_settings.save()
|
|
|
|
|
2018-06-06 04:14:46 +00:00
|
|
|
def add_uom_data():
|
|
|
|
# add UOMs
|
|
|
|
uoms = json.loads(open(frappe.get_app_path("erpnext", "setup", "setup_wizard", "data", "uom_data.json")).read())
|
|
|
|
for d in uoms:
|
2018-07-27 07:24:34 +00:00
|
|
|
if not frappe.db.exists('UOM', _(d.get("uom_name"))):
|
|
|
|
uom_doc = frappe.get_doc({
|
|
|
|
"doctype": "UOM",
|
|
|
|
"uom_name": _(d.get("uom_name")),
|
|
|
|
"name": _(d.get("uom_name")),
|
|
|
|
"must_be_whole_number": d.get("must_be_whole_number")
|
|
|
|
}).insert(ignore_permissions=True)
|
2018-06-06 04:14:46 +00:00
|
|
|
|
|
|
|
# bootstrap uom conversion factors
|
|
|
|
uom_conversions = json.loads(open(frappe.get_app_path("erpnext", "setup", "setup_wizard", "data", "uom_conversion_data.json")).read())
|
|
|
|
for d in uom_conversions:
|
2018-07-27 07:24:34 +00:00
|
|
|
if not frappe.db.exists("UOM Category", _(d.get("category"))):
|
2018-06-06 04:14:46 +00:00
|
|
|
frappe.get_doc({
|
|
|
|
"doctype": "UOM Category",
|
2018-07-27 07:24:34 +00:00
|
|
|
"category_name": _(d.get("category"))
|
2018-06-06 04:14:46 +00:00
|
|
|
}).insert(ignore_permissions=True)
|
|
|
|
|
2018-07-27 07:24:34 +00:00
|
|
|
uom_conversion = frappe.get_doc({
|
|
|
|
"doctype": "UOM Conversion Factor",
|
|
|
|
"category": _(d.get("category")),
|
|
|
|
"from_uom": _(d.get("from_uom")),
|
|
|
|
"to_uom": _(d.get("to_uom")),
|
|
|
|
"value": d.get("value")
|
|
|
|
}).insert(ignore_permissions=True)
|
2018-06-06 04:14:46 +00:00
|
|
|
|
2018-12-12 05:20:54 +00:00
|
|
|
def add_market_segments():
|
|
|
|
records = [
|
|
|
|
# Market Segments
|
|
|
|
{"doctype": "Market Segment", "market_segment": _("Lower Income")},
|
|
|
|
{"doctype": "Market Segment", "market_segment": _("Middle Income")},
|
|
|
|
{"doctype": "Market Segment", "market_segment": _("Upper Income")}
|
|
|
|
]
|
|
|
|
|
|
|
|
make_records(records)
|
|
|
|
|
|
|
|
def add_sale_stages():
|
|
|
|
# Sale Stages
|
|
|
|
records = [
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Prospecting")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Qualification")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Needs Analysis")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Value Proposition")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Identifying Decision Makers")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Perception Analysis")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
|
|
|
|
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
|
|
|
|
]
|
|
|
|
|
|
|
|
make_records(records)
|
|
|
|
|
2018-11-12 11:49:56 +00:00
|
|
|
def install_company(args):
|
|
|
|
records = [
|
|
|
|
# Fiscal Year
|
2019-05-14 10:51:09 +00:00
|
|
|
{
|
|
|
|
'doctype': "Fiscal Year",
|
|
|
|
'year': get_fy_details(args.fy_start_date, args.fy_end_date),
|
|
|
|
'year_start_date': args.fy_start_date,
|
|
|
|
'year_end_date': args.fy_end_date
|
|
|
|
},
|
2018-11-12 11:49:56 +00:00
|
|
|
|
|
|
|
# Company
|
|
|
|
{
|
|
|
|
"doctype":"Company",
|
2018-11-28 05:14:33 +00:00
|
|
|
'company_name': args.company_name,
|
|
|
|
'enable_perpetual_inventory': 1,
|
|
|
|
'abbr': args.company_abbr,
|
|
|
|
'default_currency': args.currency,
|
|
|
|
'country': args.country,
|
2018-11-12 11:49:56 +00:00
|
|
|
'create_chart_of_accounts_based_on': 'Standard Template',
|
2018-11-28 05:14:33 +00:00
|
|
|
'chart_of_accounts': args.chart_of_accounts,
|
2018-11-12 11:49:56 +00:00
|
|
|
'domain': args.domain
|
|
|
|
}
|
|
|
|
]
|
|
|
|
|
2019-02-12 02:11:52 +00:00
|
|
|
make_records(records)
|
2018-11-12 11:49:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
def install_post_company_fixtures(args=None):
|
2018-05-15 08:22:46 +00:00
|
|
|
records = [
|
|
|
|
# Department
|
|
|
|
{'doctype': 'Department', 'department_name': _('All Departments'), 'is_group': 1, 'parent_department': ''},
|
2018-11-12 11:49:56 +00:00
|
|
|
{'doctype': 'Department', 'department_name': _('Accounts'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Marketing'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Sales'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Purchase'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Operations'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Production'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Dispatch'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Customer Service'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Human Resources'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Management'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Quality Management'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Research & Development'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
|
|
|
{'doctype': 'Department', 'department_name': _('Legal'), 'parent_department': _('All Departments'), 'company': args.company_name},
|
2018-11-20 18:08:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
make_records(records)
|
2018-11-12 11:49:56 +00:00
|
|
|
|
2018-11-28 05:14:33 +00:00
|
|
|
|
2018-11-20 18:08:19 +00:00
|
|
|
def install_defaults(args=None):
|
|
|
|
records = [
|
2018-11-12 11:49:56 +00:00
|
|
|
# Price Lists
|
|
|
|
{ "doctype": "Price List", "price_list_name": _("Standard Buying"), "enabled": 1, "buying": 1, "selling": 0, "currency": args.currency },
|
|
|
|
{ "doctype": "Price List", "price_list_name": _("Standard Selling"), "enabled": 1, "buying": 0, "selling": 1, "currency": args.currency },
|
|
|
|
]
|
|
|
|
|
|
|
|
make_records(records)
|
|
|
|
|
|
|
|
# enable default currency
|
|
|
|
frappe.db.set_value("Currency", args.get("currency"), "enabled", 1)
|
|
|
|
|
|
|
|
global_defaults = frappe.get_doc("Global Defaults", "Global Defaults")
|
2018-11-13 07:48:08 +00:00
|
|
|
current_fiscal_year = frappe.get_all("Fiscal Year")[0]
|
|
|
|
|
2018-11-12 11:49:56 +00:00
|
|
|
global_defaults.update({
|
2018-11-13 07:48:08 +00:00
|
|
|
'current_fiscal_year': current_fiscal_year.name,
|
2018-11-12 11:49:56 +00:00
|
|
|
'default_currency': args.get('currency'),
|
|
|
|
'default_company':args.get('company_name') ,
|
|
|
|
"country": args.get("country"),
|
|
|
|
})
|
|
|
|
|
|
|
|
global_defaults.save()
|
|
|
|
|
|
|
|
system_settings = frappe.get_doc("System Settings")
|
|
|
|
system_settings.email_footer_address = args.get("company_name")
|
|
|
|
system_settings.save()
|
|
|
|
|
|
|
|
domain_settings = frappe.get_single('Domain Settings')
|
2018-12-12 16:39:00 +00:00
|
|
|
domain_settings.set_active_domains(args.get('domains'))
|
2018-11-12 11:49:56 +00:00
|
|
|
|
|
|
|
stock_settings = frappe.get_doc("Stock Settings")
|
|
|
|
stock_settings.item_naming_by = "Item Code"
|
|
|
|
stock_settings.valuation_method = "FIFO"
|
|
|
|
stock_settings.default_warehouse = frappe.db.get_value('Warehouse', {'warehouse_name': _('Stores')})
|
|
|
|
stock_settings.stock_uom = _("Nos")
|
|
|
|
stock_settings.auto_indent = 1
|
|
|
|
stock_settings.auto_insert_price_list_rate_if_missing = 1
|
|
|
|
stock_settings.automatically_set_serial_nos_based_on_fifo = 1
|
|
|
|
stock_settings.set_qty_in_transactions_based_on_serial_no_input = 1
|
|
|
|
stock_settings.save()
|
|
|
|
|
|
|
|
if args.bank_account:
|
|
|
|
company_name = args.company_name
|
|
|
|
bank_account_group = frappe.db.get_value("Account",
|
|
|
|
{"account_type": "Bank", "is_group": 1, "root_type": "Asset",
|
|
|
|
"company": company_name})
|
|
|
|
if bank_account_group:
|
|
|
|
bank_account = frappe.get_doc({
|
|
|
|
"doctype": "Account",
|
|
|
|
'account_name': args.bank_account,
|
|
|
|
'parent_account': bank_account_group,
|
|
|
|
'is_group':0,
|
|
|
|
'company': company_name,
|
|
|
|
"account_type": "Bank",
|
|
|
|
})
|
|
|
|
try:
|
2018-11-23 13:19:32 +00:00
|
|
|
doc = bank_account.insert()
|
|
|
|
|
|
|
|
frappe.db.set_value("Company", args.company_name, "default_bank_account", bank_account.name, update_modified=False)
|
|
|
|
|
|
|
|
return doc
|
2018-11-12 11:49:56 +00:00
|
|
|
except RootNotEditable:
|
|
|
|
frappe.throw(_("Bank account cannot be named as {0}").format(args.bank_account))
|
|
|
|
except frappe.DuplicateEntryError:
|
|
|
|
# bank account same as a CoA entry
|
|
|
|
pass
|
|
|
|
|
|
|
|
# Now, with fixtures out of the way, onto concrete stuff
|
|
|
|
records = [
|
2018-11-28 05:14:33 +00:00
|
|
|
|
|
|
|
# Shopping cart: needs price lists
|
2018-11-12 11:49:56 +00:00
|
|
|
{
|
|
|
|
"doctype": "Shopping Cart Settings",
|
|
|
|
"enabled": 1,
|
|
|
|
'company': args.company_name,
|
|
|
|
# uh oh
|
|
|
|
'price_list': frappe.db.get_value("Price List", {"selling": 1}),
|
|
|
|
'default_customer_group': _("Individual"),
|
|
|
|
'quotation_series': "QTN-",
|
|
|
|
},
|
2018-05-15 08:22:46 +00:00
|
|
|
]
|
|
|
|
|
2019-02-12 02:11:52 +00:00
|
|
|
make_records(records)
|
2018-11-12 11:49:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
def get_fy_details(fy_start_date, fy_end_date):
|
|
|
|
start_year = getdate(fy_start_date).year
|
|
|
|
if start_year == getdate(fy_end_date).year:
|
|
|
|
fy = cstr(start_year)
|
|
|
|
else:
|
|
|
|
fy = cstr(start_year) + '-' + cstr(start_year + 1)
|
|
|
|
return fy
|