f056974bc5
* Medical module for erpnext * Changes in core for Medical module * patient registration updated * fix - appointment invioce - fields missing * pages- indicator instead of bg-color * Lab Test field renamed service type * Department added Lab Test * procedure name in prescription * fixes sample collection * filter disabled patient * fix patient admission * updated patient age * availability check msg updated * fixes, removed procedure from invoice * sample print renamed * fixes, validation * service desk physician in filter * refactor scheduler * Appointment -field property - set only once = 1 * Appointment - Mark closed and pending buttons removed * Appointment - readonly = 1 if value set * Appointment - availabilty * Appointment - Cancel - info - cancel invoice * Appointment - set pending appointments * Dosage form - new DT * Drug Prescription - Dosage form added * Facility - Floor - removed from Fecility * Floor - removed * Lab Test Template - item creation validation * Procedure - Create Procedure * Procedure Appointment - new DT * Service Unit - Floor reference removed * Zone Fcilities - Unused DT removed * Appointment Desk - fixed * Service Desk - method pointing from procedure changed to procedure_appointment * Consultation print - got featured * Consultation - removed patient refernce to procedure prescription * Procedure Prescription - removed patient refernce * Lab Test - Changed field properties and value * Lab Test - field property changed * Lab Test - methods rewrite - lab test doc creation * Lab Test - create lab test from invoice and consultaion - got changed * Button History changed to Medical Record * Service Desk - Updated * Notification - Procedure Appointment * fix-get procedure prescription * fix field added to test prescription * msgprint on invoice creation * fix data on install * Merge branch erpnext/develop * fixes- minor * Setup wizard - Create Sensitivity * Appointment - Validate and Save if there is no schedule for Physician * Consultation - Button create vital signs and medical record * Review Type - New DocType * Review Detail and Treatment Plan - Childs - Consultation * Patient Medical Record - field Attach doc * Consultation - New Fields * Consultation - Manage new Fields - Medical record add action * Patient Relation - Child DocType - Patient * Patient - Patient Relation added * Patient - collapsible = 1 * Laboratory Settings - fields - message for lab test * Laboratory Settings - get message for lab test * SMS text for lab test and invoice test report * Procedure Stock Detail - Stock detail for Procedure and Template * Template Stage Detail - Stage detail for Procedure Template * Procedure Stage Detail - Stage detail for Procedure * Service Unit - field - warehouse * Scheduler - msg - content changed * Laboratory Settings - defualt - msg content * Invoice Test Report - msg print * Print Format-Changed-Consultation-Invoice Test Report-Lab Test * OP Settings - Expnse Account for Stock Entry in Procedure * Procedure and Procedure Template - Manage Stock Stage and Sample Collection * Procedure Appointment - Manage Stock and Stage * Lab Test - fixed - resource not find * Invoice Test Report - fixed - resource not find * Procedure - doc reload after insert * Patient Medical Record - fixed - refernce missed * Create Vital Signs -on client side * Rename module Medical to Healthcare * Remove In Patient (IP) Feature. * Rename - Procedure to Clinical Procedure * Remove spaces in Naming Series * Rename Duration to Drug Prescription Duration * Duration to Drug Prescription Duration * Merge All Settings to Healthcare Settings * Healthcare settings - import fixed * Procedure related documents are removed * Appointment Desk and Sevrvice Desk are removed * Consultation - minimal * Consultation - minimal * Consultation - minimal - patient detials in collapsible section * Message Print to Alerts * Patient - some fields removed * Patient - create consultation - message print to alerts * Consultation - show patient details updated * Setup wizard - Duration to Drug Prescritpion Duration * Healthcare Settings - patient registration - fee collection * Lab Test - Create Sales Invoice bug fixed * Healthcare menu rearranged * Healthcare Settings - Optimised and Rearragnged * Healthcare Settings - Expense account removed * Receivable account removed from patient * Patient - Optimised and Rearragnged * Removed Referring Physician * Healthcare Settings - bold headings removed * Physician - Patient - Fields are Segregated * Remove Service Unit * Remove - Service Type * Consultation invoice * Lab Test - invoice * Patient - Invoice * Rename Appointment to Patient Appointment * wip * Patient Dashboard, Physician Form cleanup * Dosage renamed to Prescription Dosage * Renamed Drug Prescription Duration to Prescription Duration * Patient Appointment booking modal * Patient Age - calculate by dob * Remove - scheduler * Consultation - Appointment to Patient Appointment * Patient Dashboard - rearranged * Patient Appointment * Removed rer_physician from lab test and consultation * Patient Appontment Changes * Appointment and Consultation - optimized * Patient Appointment - fee validity code optimized * Consultation and Patient Appointment - Invoice validate two side * fix: #13 remove relation to admission * Healthcare - Patient Portal * fix import error * domain Healthcare added on install * Removed - Invoice Test Report * Physician Schedule - menu * Consultation - patient details - re write * New Doctype-Medical Code * Consultation - Daignosis codification * Medical Code - Codification - Settings * Medical Code Standard - Medical Code - Codification - Settings * fix appointment calendar * fix appointment analytics * Menu Medical Code Standard * New Doctype - Medical Code Standard * Set Physician Role insted of IP Physician and OP Physician Role * fixed some json files * Medical code - permission to physician * Unused Childs - Work Schedule and User List - Removed * Label Procedure to Lab Test * Lab Test and Patient - code optimised * Add Item Groups - setup wizard * Healthcare Settings - add Role - Medical Administrator * Healthcare - Demo setup - Make Demo * Fee Validity - Logic Test * Test Fee Validity - Optimised * Healthcare Doctypes - Restricted to Domain Healthcare * Domainify - remove Healthcare Roles - Other Domains * Healthcare doctypes - beta checked * Codacy fixes * Codacy - fixes * Codacy - fixes * Codacy - fixes * Codacy - fixes * Codacy - fixes * Lab Test - print hide =1 for some fields * Consultation - Codification field label to Medical Coding * Codacy fixes - import frappe and etc. * Codacy fixes - import frappe in test_vital_signs * Codacy fixes * Codacy fixes * Codacy fixes and remove delete perm for patient * send_sms - import form frappe * Healthcare Settings * Lab Prescription - Consultation - Test Code - read_only = 0 * Portal fixes * Patient Appointment - filter physician - if has schedule * Physician - IP Charge - Removed * test - files * Web Form - Patient Profile - removed * Role Medical Administrator to Healthcare Administrator * WIP healthcare documentation * Coday - fixes * Travis - fixes * Lab Test Report - menu * Reorder Healthcare settings - group lab config to bottom * Sample Collection - New - allow Sample and patient Selection * Rate - similar behaviour and Label as in Item Standard Selling Rate * Healthcare documentation * Lab Test Samples to Lab Test sample * Commplaints to Complaint * Commplaints to Complaint * Antibiotics to Antibiotic * Appointment Token Number - remove * View - Medical record * Codacy fixes * update healthcare docs * Cleanup Docs - Search, quick entry, trsck change, etc. * [minor] ux changes
244 lines
10 KiB
Python
244 lines
10 KiB
Python
from __future__ import unicode_literals
|
|
from frappe import _
|
|
|
|
app_name = "erpnext"
|
|
app_title = "ERPNext"
|
|
app_publisher = "Frappe Technologies Pvt. Ltd."
|
|
app_description = """ERP made simple"""
|
|
app_icon = "fa fa-th"
|
|
app_color = "#e74c3c"
|
|
app_email = "info@erpnext.com"
|
|
app_license = "GNU General Public License (v3)"
|
|
source_link = "https://github.com/frappe/erpnext"
|
|
|
|
develop_version = '8.x.x-beta'
|
|
|
|
error_report_email = "support@erpnext.com"
|
|
|
|
app_include_js = "assets/js/erpnext.min.js"
|
|
app_include_css = "assets/css/erpnext.css"
|
|
web_include_js = "assets/js/erpnext-web.min.js"
|
|
web_include_css = "assets/erpnext/css/website.css"
|
|
|
|
doctype_js = {
|
|
"Communication": "public/js/communication.js",
|
|
}
|
|
|
|
# setup wizard
|
|
setup_wizard_requires = "assets/erpnext/js/setup_wizard.js"
|
|
setup_wizard_complete = "erpnext.setup.setup_wizard.setup_wizard.setup_complete"
|
|
setup_wizard_success = "erpnext.setup.setup_wizard.setup_wizard.setup_success"
|
|
setup_wizard_test = "erpnext.setup.setup_wizard.test_setup_wizard.run_setup_wizard_test"
|
|
|
|
before_install = "erpnext.setup.install.check_setup_wizard_not_completed"
|
|
after_install = "erpnext.setup.install.after_install"
|
|
|
|
boot_session = "erpnext.startup.boot.boot_session"
|
|
notification_config = "erpnext.startup.notifications.get_notification_config"
|
|
get_help_messages = "erpnext.utilities.activation.get_help_messages"
|
|
get_user_progress_slides = "erpnext.utilities.user_progress.get_user_progress_slides"
|
|
update_and_get_user_progress = "erpnext.utilities.user_progress_utils.update_default_domain_actions_and_get_state"
|
|
|
|
on_session_creation = "erpnext.shopping_cart.utils.set_cart_count"
|
|
on_logout = "erpnext.shopping_cart.utils.clear_cart_count"
|
|
|
|
treeviews = ['Account', 'Cost Center', 'Warehouse', 'Item Group', 'Customer Group', 'Sales Person', 'Territory']
|
|
|
|
# website
|
|
update_website_context = "erpnext.shopping_cart.utils.update_website_context"
|
|
my_account_context = "erpnext.shopping_cart.utils.update_my_account_context"
|
|
|
|
email_append_to = ["Job Applicant", "Opportunity", "Issue"]
|
|
|
|
calendars = ["Task", "Production Order", "Leave Application", "Sales Order", "Holiday List"]
|
|
|
|
fixtures = ["Web Form"]
|
|
|
|
website_generators = ["Item Group", "Item", "BOM", "Sales Partner",
|
|
"Job Opening", "Student Admission"]
|
|
|
|
website_context = {
|
|
"favicon": "/assets/erpnext/images/favicon.png",
|
|
"splash_image": "/assets/erpnext/images/erp-icon.svg"
|
|
}
|
|
|
|
website_route_rules = [
|
|
{"from_route": "/orders", "to_route": "Sales Order"},
|
|
{"from_route": "/orders/<path:name>", "to_route": "order",
|
|
"defaults": {
|
|
"doctype": "Sales Order",
|
|
"parents": [{"label": _("Orders"), "route": "orders"}]
|
|
}
|
|
},
|
|
{"from_route": "/invoices", "to_route": "Sales Invoice"},
|
|
{"from_route": "/invoices/<path:name>", "to_route": "order",
|
|
"defaults": {
|
|
"doctype": "Sales Invoice",
|
|
"parents": [{"label": _("Invoices"), "route": "invoices"}]
|
|
}
|
|
},
|
|
{"from_route": "/supplier-quotations", "to_route": "Supplier Quotation"},
|
|
{"from_route": "/supplier-quotations/<path:name>", "to_route": "order",
|
|
"defaults": {
|
|
"doctype": "Supplier Quotation",
|
|
"parents": [{"label": _("Supplier Quotation"), "route": "quotations"}]
|
|
}
|
|
},
|
|
{"from_route": "/quotations", "to_route": "Quotation"},
|
|
{"from_route": "/quotations/<path:name>", "to_route": "order",
|
|
"defaults": {
|
|
"doctype": "Quotation",
|
|
"parents": [{"label": _("Quotations"), "route": "quotations"}]
|
|
}
|
|
},
|
|
{"from_route": "/shipments", "to_route": "Delivery Note"},
|
|
{"from_route": "/shipments/<path:name>", "to_route": "order",
|
|
"defaults": {
|
|
"doctype": "Delivery Note",
|
|
"parents": [{"label": _("Shipments"), "route": "shipments"}]
|
|
}
|
|
},
|
|
{"from_route": "/rfq", "to_route": "Request for Quotation"},
|
|
{"from_route": "/rfq/<path:name>", "to_route": "rfq",
|
|
"defaults": {
|
|
"doctype": "Request for Quotation",
|
|
"parents": [{"label": _("Request for Quotation"), "route": "rfq"}]
|
|
}
|
|
},
|
|
{"from_route": "/addresses", "to_route": "Address"},
|
|
{"from_route": "/addresses/<path:name>", "to_route": "addresses",
|
|
"defaults": {
|
|
"doctype": "Address",
|
|
"parents": [{"label": _("Addresses"), "route": "addresses"}]
|
|
}
|
|
},
|
|
{"from_route": "/jobs", "to_route": "Job Opening"},
|
|
{"from_route": "/admissions", "to_route": "Student Admission"},
|
|
{"from_route": "/boms", "to_route": "BOM"},
|
|
{"from_route": "/timesheets", "to_route": "Timesheet"},
|
|
]
|
|
|
|
standard_portal_menu_items = [
|
|
{"title": _("Projects"), "route": "/project", "reference_doctype": "Project"},
|
|
{"title": _("Request for Quotations"), "route": "/rfq", "reference_doctype": "Request for Quotation", "role": "Supplier"},
|
|
{"title": _("Supplier Quotation"), "route": "/supplier-quotations", "reference_doctype": "Supplier Quotation", "role": "Supplier"},
|
|
{"title": _("Quotations"), "route": "/quotations", "reference_doctype": "Quotation", "role":"Customer"},
|
|
{"title": _("Orders"), "route": "/orders", "reference_doctype": "Sales Order", "role":"Customer"},
|
|
{"title": _("Invoices"), "route": "/invoices", "reference_doctype": "Sales Invoice", "role":"Customer"},
|
|
{"title": _("Shipments"), "route": "/shipments", "reference_doctype": "Delivery Note", "role":"Customer"},
|
|
{"title": _("Issues"), "route": "/issues", "reference_doctype": "Issue", "role":"Customer"},
|
|
{"title": _("Addresses"), "route": "/addresses", "reference_doctype": "Address"},
|
|
{"title": _("Fees"), "route": "/fees", "reference_doctype": "Fees", "role":"Student"},
|
|
{"title": _("Timesheets"), "route": "/timesheets", "reference_doctype": "Timesheet", "role":"Customer"},
|
|
{"title": _("Lab Test"), "route": "/lab-test", "reference_doctype": "Lab Test", "role":"Patient"},
|
|
{"title": _("Prescription"), "route": "/prescription", "reference_doctype": "Consultation", "role":"Patient"},
|
|
{"title": _("Patient Appointment"), "route": "/patient-appointments", "reference_doctype": "Patient Appointment", "role":"Patient"}
|
|
]
|
|
|
|
default_roles = [
|
|
{'role': 'Customer', 'doctype':'Contact', 'email_field': 'email_id'},
|
|
{'role': 'Supplier', 'doctype':'Contact', 'email_field': 'email_id'},
|
|
{'role': 'Student', 'doctype':'Student', 'email_field': 'student_email_id'},
|
|
]
|
|
|
|
has_website_permission = {
|
|
"Sales Order": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
"Quotation": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
"Sales Invoice": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
"Supplier Quotation": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
"Delivery Note": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
"Issue": "erpnext.support.doctype.issue.issue.has_website_permission",
|
|
"Timesheet": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
"Lab Test": "erpnext.healthcare.web_form.lab_test.lab_test.has_website_permission",
|
|
"Consultation": "erpnext.healthcare.web_form.prescription.prescription.has_website_permission",
|
|
"Patient Appointment": "erpnext.healthcare.web_form.patient_appointments.patient_appointments.has_website_permission"
|
|
}
|
|
|
|
dump_report_map = "erpnext.startup.report_data_map.data_map"
|
|
|
|
before_tests = "erpnext.setup.utils.before_tests"
|
|
|
|
standard_queries = {
|
|
"Customer": "erpnext.selling.doctype.customer.customer.get_customer_list"
|
|
}
|
|
|
|
doc_events = {
|
|
"Stock Entry": {
|
|
"on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_and_requested_qty",
|
|
"on_cancel": "erpnext.stock.doctype.material_request.material_request.update_completed_and_requested_qty"
|
|
},
|
|
"User": {
|
|
"after_insert": "frappe.contacts.doctype.contact.contact.update_contact",
|
|
"validate": "erpnext.hr.doctype.employee.employee.validate_employee_role",
|
|
"on_update": ["erpnext.hr.doctype.employee.employee.update_user_permissions",
|
|
"erpnext.portal.utils.set_default_role"]
|
|
},
|
|
("Sales Taxes and Charges Template", 'Price List'): {
|
|
"on_update": "erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings"
|
|
},
|
|
|
|
"Website Settings": {
|
|
"validate": "erpnext.portal.doctype.products_settings.products_settings.home_page_is_products"
|
|
},
|
|
"Payment Entry": {
|
|
"on_submit": "erpnext.accounts.doctype.payment_request.payment_request.make_status_as_paid"
|
|
},
|
|
'Address': {
|
|
'validate': 'erpnext.regional.india.utils.validate_gstin_for_india'
|
|
}
|
|
}
|
|
|
|
scheduler_events = {
|
|
"hourly": [
|
|
"erpnext.subscription.doctype.subscription.subscription.make_subscription_entry",
|
|
'erpnext.hr.doctype.daily_work_summary_settings.daily_work_summary_settings.trigger_emails'
|
|
],
|
|
"daily": [
|
|
"erpnext.stock.reorder_item.reorder_item",
|
|
"erpnext.setup.doctype.email_digest.email_digest.send",
|
|
"erpnext.support.doctype.issue.issue.auto_close_tickets",
|
|
"erpnext.crm.doctype.opportunity.opportunity.auto_close_opportunity",
|
|
"erpnext.controllers.accounts_controller.update_invoice_status",
|
|
"erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year",
|
|
"erpnext.hr.doctype.employee.employee.send_birthday_reminders",
|
|
"erpnext.projects.doctype.task.task.set_tasks_as_overdue",
|
|
"erpnext.accounts.doctype.asset.depreciation.post_depreciation_entries",
|
|
"erpnext.hr.doctype.daily_work_summary_settings.daily_work_summary_settings.send_summary",
|
|
"erpnext.stock.doctype.serial_no.serial_no.update_maintenance_status",
|
|
"erpnext.buying.doctype.supplier_scorecard.supplier_scorecard.refresh_scorecards",
|
|
"erpnext.setup.doctype.company.company.cache_companies_monthly_sales_history",
|
|
"erpnext.manufacturing.doctype.bom_update_tool.bom_update_tool.update_latest_price_in_all_boms",
|
|
]
|
|
}
|
|
|
|
email_brand_image = "assets/erpnext/images/erpnext-logo.jpg"
|
|
|
|
default_mail_footer = """
|
|
<span>
|
|
Sent via
|
|
<a class="text-muted" href="https://erpnext.com?source=via_email_footer" target="_blank">
|
|
ERPNext
|
|
</a>
|
|
</span>
|
|
"""
|
|
|
|
get_translated_dict = {
|
|
("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
|
|
}
|
|
|
|
bot_parsers = [
|
|
'erpnext.utilities.bot.FindItemBot',
|
|
]
|
|
|
|
get_site_info = 'erpnext.utilities.get_site_info'
|
|
|
|
payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_account"
|
|
|
|
regional_overrides = {
|
|
'India': {
|
|
'erpnext.tests.test_regional.test_method': 'erpnext.regional.india.utils.test_method',
|
|
'erpnext.controllers.taxes_and_totals.get_itemised_tax_breakup_header': 'erpnext.regional.india.utils.get_itemised_tax_breakup_header',
|
|
'erpnext.controllers.taxes_and_totals.get_itemised_tax_breakup_data': 'erpnext.regional.india.utils.get_itemised_tax_breakup_data'
|
|
}
|
|
}
|