diff --git a/README.md b/README.md index c27c90a..b49ae20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

Aakvatech's Property Management Solution Powered on InfluxERP

+

InfluxERP's Property Management Solution Powered on InfluxERP

[https:/influxerp.com](https://influxerp.com) diff --git a/propms/hooks.py b/propms/hooks.py index e1fdd45..e28ebd1 100644 --- a/propms/hooks.py +++ b/propms/hooks.py @@ -4,11 +4,11 @@ from . import __version__ as app_version app_name = "propms" app_title = "Property Management Solution" -app_publisher = "Aakvatech" +app_publisher = "InfluxERP" app_description = "Property Management Solution" app_icon = "octicon octicon-home" app_color = "grey" -app_email = "info@aakvatech.com" +app_email = "info@influxerp.com" app_license = "MIT" # Includes in diff --git a/propms/property_management_solution/company.js b/propms/property_management_solution/company.js index 7806de4..081ec34 100644 --- a/propms/property_management_solution/company.js +++ b/propms/property_management_solution/company.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Company', { diff --git a/propms/property_management_solution/doctype/apartment_status/apartment_status.js b/propms/property_management_solution/doctype/apartment_status/apartment_status.js index 3552899..3717c3f 100644 --- a/propms/property_management_solution/doctype/apartment_status/apartment_status.js +++ b/propms/property_management_solution/doctype/apartment_status/apartment_status.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Apartment Status', { diff --git a/propms/property_management_solution/doctype/apartment_status/apartment_status.py b/propms/property_management_solution/doctype/apartment_status/apartment_status.py index 60286c6..5070dbe 100644 --- a/propms/property_management_solution/doctype/apartment_status/apartment_status.py +++ b/propms/property_management_solution/doctype/apartment_status/apartment_status.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/apartment_status/test_apartment_status.py b/propms/property_management_solution/doctype/apartment_status/test_apartment_status.py index 8d61d6e..c76ec4c 100644 --- a/propms/property_management_solution/doctype/apartment_status/test_apartment_status.py +++ b/propms/property_management_solution/doctype/apartment_status/test_apartment_status.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.js b/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.js index b58f0ae..e4e0507 100644 --- a/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.js +++ b/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Checklist Checkup Area', { diff --git a/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.py b/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.py index b04c40b..12f88bb 100644 --- a/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.py +++ b/propms/property_management_solution/doctype/checklist_checkup_area/checklist_checkup_area.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/checklist_checkup_area/test_checklist_checkup_area.py b/propms/property_management_solution/doctype/checklist_checkup_area/test_checklist_checkup_area.py index 7c422b9..03ef8d3 100644 --- a/propms/property_management_solution/doctype/checklist_checkup_area/test_checklist_checkup_area.py +++ b/propms/property_management_solution/doctype/checklist_checkup_area/test_checklist_checkup_area.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/checklist_checkup_area_task/checklist_checkup_area_task.py b/propms/property_management_solution/doctype/checklist_checkup_area_task/checklist_checkup_area_task.py index 63c2b82..4c8717b 100644 --- a/propms/property_management_solution/doctype/checklist_checkup_area_task/checklist_checkup_area_task.py +++ b/propms/property_management_solution/doctype/checklist_checkup_area_task/checklist_checkup_area_task.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/custom_error_log/custom_error_log.js b/propms/property_management_solution/doctype/custom_error_log/custom_error_log.js index 9ccf428..9077f62 100644 --- a/propms/property_management_solution/doctype/custom_error_log/custom_error_log.js +++ b/propms/property_management_solution/doctype/custom_error_log/custom_error_log.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Custom Error Log', { diff --git a/propms/property_management_solution/doctype/custom_error_log/custom_error_log.py b/propms/property_management_solution/doctype/custom_error_log/custom_error_log.py index f5951e9..8a65491 100644 --- a/propms/property_management_solution/doctype/custom_error_log/custom_error_log.py +++ b/propms/property_management_solution/doctype/custom_error_log/custom_error_log.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/custom_error_log/test_custom_error_log.py b/propms/property_management_solution/doctype/custom_error_log/test_custom_error_log.py index 7f44d2d..5921691 100644 --- a/propms/property_management_solution/doctype/custom_error_log/test_custom_error_log.py +++ b/propms/property_management_solution/doctype/custom_error_log/test_custom_error_log.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/daily_checklist/daily_checklist.js b/propms/property_management_solution/doctype/daily_checklist/daily_checklist.js index c0c79c9..83b876f 100644 --- a/propms/property_management_solution/doctype/daily_checklist/daily_checklist.js +++ b/propms/property_management_solution/doctype/daily_checklist/daily_checklist.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Daily Checklist', 'area', function(frm, cdt, cdn) { diff --git a/propms/property_management_solution/doctype/daily_checklist/daily_checklist.py b/propms/property_management_solution/doctype/daily_checklist/daily_checklist.py index 408f09f..0d6f368 100644 --- a/propms/property_management_solution/doctype/daily_checklist/daily_checklist.py +++ b/propms/property_management_solution/doctype/daily_checklist/daily_checklist.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/daily_checklist/test_daily_checklist.py b/propms/property_management_solution/doctype/daily_checklist/test_daily_checklist.py index 8c2363d..8cf4e39 100644 --- a/propms/property_management_solution/doctype/daily_checklist/test_daily_checklist.py +++ b/propms/property_management_solution/doctype/daily_checklist/test_daily_checklist.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/daily_checklist_detail/daily_checklist_detail.py b/propms/property_management_solution/doctype/daily_checklist_detail/daily_checklist_detail.py index 673808d..dd26a0e 100644 --- a/propms/property_management_solution/doctype/daily_checklist_detail/daily_checklist_detail.py +++ b/propms/property_management_solution/doctype/daily_checklist_detail/daily_checklist_detail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/door/door.json b/propms/property_management_solution/doctype/door/door.json index 09e8dc8..cd679f9 100644 --- a/propms/property_management_solution/doctype/door/door.json +++ b/propms/property_management_solution/doctype/door/door.json @@ -190,7 +190,7 @@ "module": "Property Management Solution", "name": "Door", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [], "quick_entry": 1, "read_only": 0, diff --git a/propms/property_management_solution/doctype/door/door.py b/propms/property_management_solution/doctype/door/door.py index 2271225..d03568b 100644 --- a/propms/property_management_solution/doctype/door/door.py +++ b/propms/property_management_solution/doctype/door/door.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/exit/exit.js b/propms/property_management_solution/doctype/exit/exit.js index fdee806..3e44a8c 100644 --- a/propms/property_management_solution/doctype/exit/exit.js +++ b/propms/property_management_solution/doctype/exit/exit.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Exit', { diff --git a/propms/property_management_solution/doctype/exit/exit.json b/propms/property_management_solution/doctype/exit/exit.json index 226d183..c0a8ffa 100644 --- a/propms/property_management_solution/doctype/exit/exit.json +++ b/propms/property_management_solution/doctype/exit/exit.json @@ -161,7 +161,7 @@ "module": "Property Management Solution", "name": "Exit", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [ { "amend": 0, diff --git a/propms/property_management_solution/doctype/exit/exit.py b/propms/property_management_solution/doctype/exit/exit.py index fb2a797..8dfe0b3 100644 --- a/propms/property_management_solution/doctype/exit/exit.py +++ b/propms/property_management_solution/doctype/exit/exit.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/exit/test_exit.py b/propms/property_management_solution/doctype/exit/test_exit.py index 8fecabd..7895caf 100644 --- a/propms/property_management_solution/doctype/exit/test_exit.py +++ b/propms/property_management_solution/doctype/exit/test_exit.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/flooring/flooring.json b/propms/property_management_solution/doctype/flooring/flooring.json index 16e664a..41b0a86 100644 --- a/propms/property_management_solution/doctype/flooring/flooring.json +++ b/propms/property_management_solution/doctype/flooring/flooring.json @@ -94,7 +94,7 @@ "module": "Property Management Solution", "name": "Flooring", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [], "quick_entry": 1, "read_only": 0, diff --git a/propms/property_management_solution/doctype/flooring/flooring.py b/propms/property_management_solution/doctype/flooring/flooring.py index 70c4a7c..957844b 100644 --- a/propms/property_management_solution/doctype/flooring/flooring.py +++ b/propms/property_management_solution/doctype/flooring/flooring.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/guard_shift/guard_shift.js b/propms/property_management_solution/doctype/guard_shift/guard_shift.js index dcac51f..0381313 100644 --- a/propms/property_management_solution/doctype/guard_shift/guard_shift.js +++ b/propms/property_management_solution/doctype/guard_shift/guard_shift.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Guard Shift', { diff --git a/propms/property_management_solution/doctype/guard_shift/guard_shift.py b/propms/property_management_solution/doctype/guard_shift/guard_shift.py index 3eb758a..6dcb186 100644 --- a/propms/property_management_solution/doctype/guard_shift/guard_shift.py +++ b/propms/property_management_solution/doctype/guard_shift/guard_shift.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/guard_shift/test_guard_shift.py b/propms/property_management_solution/doctype/guard_shift/test_guard_shift.py index e4cbb3c..304efd8 100644 --- a/propms/property_management_solution/doctype/guard_shift/test_guard_shift.py +++ b/propms/property_management_solution/doctype/guard_shift/test_guard_shift.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/guard_shift_location/guard_shift_location.py b/propms/property_management_solution/doctype/guard_shift_location/guard_shift_location.py index abdf9dc..6b99286 100644 --- a/propms/property_management_solution/doctype/guard_shift_location/guard_shift_location.py +++ b/propms/property_management_solution/doctype/guard_shift_location/guard_shift_location.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/insurance/insurance.js b/propms/property_management_solution/doctype/insurance/insurance.js index 5e6d051..78756d5 100644 --- a/propms/property_management_solution/doctype/insurance/insurance.js +++ b/propms/property_management_solution/doctype/insurance/insurance.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Insurance', { diff --git a/propms/property_management_solution/doctype/insurance/insurance.json b/propms/property_management_solution/doctype/insurance/insurance.json index 8052e86..dfccf02 100644 --- a/propms/property_management_solution/doctype/insurance/insurance.json +++ b/propms/property_management_solution/doctype/insurance/insurance.json @@ -287,7 +287,7 @@ "module": "Property Management Solution", "name": "Insurance", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [ { "amend": 0, diff --git a/propms/property_management_solution/doctype/insurance/insurance.py b/propms/property_management_solution/doctype/insurance/insurance.py index c0575bf..4c3ce0f 100644 --- a/propms/property_management_solution/doctype/insurance/insurance.py +++ b/propms/property_management_solution/doctype/insurance/insurance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/insurance/test_insurance.py b/propms/property_management_solution/doctype/insurance/test_insurance.py index 315b3bb..9b318b4 100644 --- a/propms/property_management_solution/doctype/insurance/test_insurance.py +++ b/propms/property_management_solution/doctype/insurance/test_insurance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/issue_materials_billed/issue_materials_billed.py b/propms/property_management_solution/doctype/issue_materials_billed/issue_materials_billed.py index 4b1014c..039d568 100644 --- a/propms/property_management_solution/doctype/issue_materials_billed/issue_materials_billed.py +++ b/propms/property_management_solution/doctype/issue_materials_billed/issue_materials_billed.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020, Aakvatech and contributors +# Copyright (c) 2020, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/issue_materials_detail/issue_materials_detail.py b/propms/property_management_solution/doctype/issue_materials_detail/issue_materials_detail.py index bbd603e..d638efe 100644 --- a/propms/property_management_solution/doctype/issue_materials_detail/issue_materials_detail.py +++ b/propms/property_management_solution/doctype/issue_materials_detail/issue_materials_detail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/key/key.json b/propms/property_management_solution/doctype/key/key.json index cd8b4f7..f926601 100644 --- a/propms/property_management_solution/doctype/key/key.json +++ b/propms/property_management_solution/doctype/key/key.json @@ -94,7 +94,7 @@ "module": "Property Management Solution", "name": "Key", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [], "quick_entry": 1, "read_only": 0, diff --git a/propms/property_management_solution/doctype/key/key.py b/propms/property_management_solution/doctype/key/key.py index 0d38679..7676682 100644 --- a/propms/property_management_solution/doctype/key/key.py +++ b/propms/property_management_solution/doctype/key/key.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/key_set/key_set.js b/propms/property_management_solution/doctype/key_set/key_set.js index 56d17fb..3b94ace 100644 --- a/propms/property_management_solution/doctype/key_set/key_set.js +++ b/propms/property_management_solution/doctype/key_set/key_set.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Key Set', { diff --git a/propms/property_management_solution/doctype/key_set/key_set.py b/propms/property_management_solution/doctype/key_set/key_set.py index 5d500bf..d503432 100644 --- a/propms/property_management_solution/doctype/key_set/key_set.py +++ b/propms/property_management_solution/doctype/key_set/key_set.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/key_set/test_key_set.py b/propms/property_management_solution/doctype/key_set/test_key_set.py index 04276cf..8c49c4e 100644 --- a/propms/property_management_solution/doctype/key_set/test_key_set.py +++ b/propms/property_management_solution/doctype/key_set/test_key_set.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/key_set_detail/key_set_detail.js b/propms/property_management_solution/doctype/key_set_detail/key_set_detail.js index 7002d89..3cad57e 100644 --- a/propms/property_management_solution/doctype/key_set_detail/key_set_detail.js +++ b/propms/property_management_solution/doctype/key_set_detail/key_set_detail.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on("Key Set Detail", "returned", function(frm) { diff --git a/propms/property_management_solution/doctype/key_set_detail/key_set_detail.py b/propms/property_management_solution/doctype/key_set_detail/key_set_detail.py index b1474d4..e05052f 100644 --- a/propms/property_management_solution/doctype/key_set_detail/key_set_detail.py +++ b/propms/property_management_solution/doctype/key_set_detail/key_set_detail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/key_set_detail/test_key_set_detail.py b/propms/property_management_solution/doctype/key_set_detail/test_key_set_detail.py index 7184879..ad19c87 100644 --- a/propms/property_management_solution/doctype/key_set_detail/test_key_set_detail.py +++ b/propms/property_management_solution/doctype/key_set_detail/test_key_set_detail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/lease/lease.js b/propms/property_management_solution/doctype/lease/lease.js index aabc9f6..8f97aa1 100644 --- a/propms/property_management_solution/doctype/lease/lease.js +++ b/propms/property_management_solution/doctype/lease/lease.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt cur_frm.add_fetch('property', 'unit_owner', 'property_owner'); diff --git a/propms/property_management_solution/doctype/lease/lease.py b/propms/property_management_solution/doctype/lease/lease.py index d7fcc70..0d61d6b 100644 --- a/propms/property_management_solution/doctype/lease/lease.py +++ b/propms/property_management_solution/doctype/lease/lease.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/lease/test_lease.py b/propms/property_management_solution/doctype/lease/test_lease.py index d1a2886..a220bf5 100644 --- a/propms/property_management_solution/doctype/lease/test_lease.py +++ b/propms/property_management_solution/doctype/lease/test_lease.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.js b/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.js index 26c5467..3ba17e7 100644 --- a/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.js +++ b/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Lease Invoice Schedule', { diff --git a/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.py b/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.py index f44a6b2..b1ac9e8 100644 --- a/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.py +++ b/propms/property_management_solution/doctype/lease_invoice_schedule/lease_invoice_schedule.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/lease_invoice_schedule/test_lease_invoice_schedule.py b/propms/property_management_solution/doctype/lease_invoice_schedule/test_lease_invoice_schedule.py index d877077..0258318 100644 --- a/propms/property_management_solution/doctype/lease_invoice_schedule/test_lease_invoice_schedule.py +++ b/propms/property_management_solution/doctype/lease_invoice_schedule/test_lease_invoice_schedule.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/lease_item/lease_item.js b/propms/property_management_solution/doctype/lease_item/lease_item.js index 76b9ee2..f3da98c 100644 --- a/propms/property_management_solution/doctype/lease_item/lease_item.js +++ b/propms/property_management_solution/doctype/lease_item/lease_item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Lease Item', { diff --git a/propms/property_management_solution/doctype/lease_item/lease_item.py b/propms/property_management_solution/doctype/lease_item/lease_item.py index dc69b9a..1c4c4bf 100644 --- a/propms/property_management_solution/doctype/lease_item/lease_item.py +++ b/propms/property_management_solution/doctype/lease_item/lease_item.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/lease_item/test_lease_item.py b/propms/property_management_solution/doctype/lease_item/test_lease_item.py index a5efc62..9f07819 100644 --- a/propms/property_management_solution/doctype/lease_item/test_lease_item.py +++ b/propms/property_management_solution/doctype/lease_item/test_lease_item.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/meter/meter.js b/propms/property_management_solution/doctype/meter/meter.js index ff6cc36..70f9ff7 100644 --- a/propms/property_management_solution/doctype/meter/meter.js +++ b/propms/property_management_solution/doctype/meter/meter.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Meter', { diff --git a/propms/property_management_solution/doctype/meter/meter.py b/propms/property_management_solution/doctype/meter/meter.py index 68270d4..b383837 100644 --- a/propms/property_management_solution/doctype/meter/meter.py +++ b/propms/property_management_solution/doctype/meter/meter.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/meter/test_meter.py b/propms/property_management_solution/doctype/meter/test_meter.py index 60710e7..1fce8e5 100644 --- a/propms/property_management_solution/doctype/meter/test_meter.py +++ b/propms/property_management_solution/doctype/meter/test_meter.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/meter_reading/meter_reading.js b/propms/property_management_solution/doctype/meter_reading/meter_reading.js index 88d8849..19f0721 100644 --- a/propms/property_management_solution/doctype/meter_reading/meter_reading.js +++ b/propms/property_management_solution/doctype/meter_reading/meter_reading.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on("Meter Reading", "onload", function(frm) { frm.set_query("meter_type", function() { diff --git a/propms/property_management_solution/doctype/meter_reading/meter_reading.py b/propms/property_management_solution/doctype/meter_reading/meter_reading.py index da29895..e7ea8dc 100644 --- a/propms/property_management_solution/doctype/meter_reading/meter_reading.py +++ b/propms/property_management_solution/doctype/meter_reading/meter_reading.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/meter_reading/test_meter_reading.py b/propms/property_management_solution/doctype/meter_reading/test_meter_reading.py index 2b348ae..9500f58 100644 --- a/propms/property_management_solution/doctype/meter_reading/test_meter_reading.py +++ b/propms/property_management_solution/doctype/meter_reading/test_meter_reading.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.js b/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.js index 7dd1f1f..5964dac 100644 --- a/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.js +++ b/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Meter Reading Detail', { diff --git a/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.json b/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.json index c63ea32..6b704cc 100644 --- a/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.json +++ b/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.json @@ -81,7 +81,7 @@ ], "istable": 1, "modified": "2020-11-06 22:13:55.717334", - "modified_by": "info@aakvatech.com", + "modified_by": "info@influxerp.com", "module": "Property Management Solution", "name": "Meter Reading Detail", "owner": "Administrator", diff --git a/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.py b/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.py index 0f910ff..d5c3590 100644 --- a/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.py +++ b/propms/property_management_solution/doctype/meter_reading_detail/meter_reading_detail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/meter_reading_detail/test_meter_reading_detail.py b/propms/property_management_solution/doctype/meter_reading_detail/test_meter_reading_detail.py index d414da4..15c7ea9 100644 --- a/propms/property_management_solution/doctype/meter_reading_detail/test_meter_reading_detail.py +++ b/propms/property_management_solution/doctype/meter_reading_detail/test_meter_reading_detail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/multiselect_item_group/multiselect_item_group.py b/propms/property_management_solution/doctype/multiselect_item_group/multiselect_item_group.py index 5f4e55e..8ab151a 100644 --- a/propms/property_management_solution/doctype/multiselect_item_group/multiselect_item_group.py +++ b/propms/property_management_solution/doctype/multiselect_item_group/multiselect_item_group.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020, Aakvatech and contributors +# Copyright (c) 2020, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/outsource_contact/outsource_contact.js b/propms/property_management_solution/doctype/outsource_contact/outsource_contact.js index 2e29c3b..2886723 100644 --- a/propms/property_management_solution/doctype/outsource_contact/outsource_contact.js +++ b/propms/property_management_solution/doctype/outsource_contact/outsource_contact.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Outsource Contact', { diff --git a/propms/property_management_solution/doctype/outsource_contact/outsource_contact.py b/propms/property_management_solution/doctype/outsource_contact/outsource_contact.py index a49be7a..5f8e676 100644 --- a/propms/property_management_solution/doctype/outsource_contact/outsource_contact.py +++ b/propms/property_management_solution/doctype/outsource_contact/outsource_contact.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/outsource_contact/test_outsource_contact.py b/propms/property_management_solution/doctype/outsource_contact/test_outsource_contact.py index af8252e..8edeae4 100644 --- a/propms/property_management_solution/doctype/outsource_contact/test_outsource_contact.py +++ b/propms/property_management_solution/doctype/outsource_contact/test_outsource_contact.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.js b/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.js index 48d09a1..273a3dc 100644 --- a/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.js +++ b/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt cur_frm.add_fetch('shift_name', 'outsourcing_category', 'outsourcing_category_name'); diff --git a/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.py b/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.py index 5de918a..c3a7641 100644 --- a/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.py +++ b/propms/property_management_solution/doctype/outsourcing_attendance/outsourcing_attendance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/outsourcing_attendance/test_outsourcing_attendance.py b/propms/property_management_solution/doctype/outsourcing_attendance/test_outsourcing_attendance.py index 909a56a..1f7292e 100644 --- a/propms/property_management_solution/doctype/outsourcing_attendance/test_outsourcing_attendance.py +++ b/propms/property_management_solution/doctype/outsourcing_attendance/test_outsourcing_attendance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/outsourcing_attendance_details/outsourcing_attendance_details.py b/propms/property_management_solution/doctype/outsourcing_attendance_details/outsourcing_attendance_details.py index 06efbb0..48842a7 100644 --- a/propms/property_management_solution/doctype/outsourcing_attendance_details/outsourcing_attendance_details.py +++ b/propms/property_management_solution/doctype/outsourcing_attendance_details/outsourcing_attendance_details.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.js b/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.js index dfc7b81..4b1783d 100644 --- a/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.js +++ b/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Outsourcing Category', { diff --git a/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.py b/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.py index 2316b31..a765615 100644 --- a/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.py +++ b/propms/property_management_solution/doctype/outsourcing_category/outsourcing_category.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/outsourcing_category/test_outsourcing_category.py b/propms/property_management_solution/doctype/outsourcing_category/test_outsourcing_category.py index 69dbdae..2b286a8 100644 --- a/propms/property_management_solution/doctype/outsourcing_category/test_outsourcing_category.py +++ b/propms/property_management_solution/doctype/outsourcing_category/test_outsourcing_category.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.js b/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.js index ba5901b..bd734f3 100644 --- a/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.js +++ b/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Outsourcing Shift', { diff --git a/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.py b/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.py index 671acc0..1fb7864 100644 --- a/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.py +++ b/propms/property_management_solution/doctype/outsourcing_shift/outsourcing_shift.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/outsourcing_shift/test_outsourcing_shift.py b/propms/property_management_solution/doctype/outsourcing_shift/test_outsourcing_shift.py index 1ab8d31..35aeeb1 100644 --- a/propms/property_management_solution/doctype/outsourcing_shift/test_outsourcing_shift.py +++ b/propms/property_management_solution/doctype/outsourcing_shift/test_outsourcing_shift.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/outsourcing_shift_location/outsourcing_shift_location.py b/propms/property_management_solution/doctype/outsourcing_shift_location/outsourcing_shift_location.py index 8a27d18..ed5e01d 100644 --- a/propms/property_management_solution/doctype/outsourcing_shift_location/outsourcing_shift_location.py +++ b/propms/property_management_solution/doctype/outsourcing_shift_location/outsourcing_shift_location.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/paint/paint.json b/propms/property_management_solution/doctype/paint/paint.json index 0593b3d..0c162f6 100644 --- a/propms/property_management_solution/doctype/paint/paint.json +++ b/propms/property_management_solution/doctype/paint/paint.json @@ -94,7 +94,7 @@ "module": "Property Management Solution", "name": "Paint", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [], "quick_entry": 1, "read_only": 0, diff --git a/propms/property_management_solution/doctype/paint/paint.py b/propms/property_management_solution/doctype/paint/paint.py index a7252f5..2b9bc3f 100644 --- a/propms/property_management_solution/doctype/paint/paint.py +++ b/propms/property_management_solution/doctype/paint/paint.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/property/property.js b/propms/property_management_solution/doctype/property/property.js index 994859f..999aa0d 100644 --- a/propms/property_management_solution/doctype/property/property.js +++ b/propms/property_management_solution/doctype/property/property.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Property', { diff --git a/propms/property_management_solution/doctype/property/property.py b/propms/property_management_solution/doctype/property/property.py index 477563f..b3a45c8 100644 --- a/propms/property_management_solution/doctype/property/property.py +++ b/propms/property_management_solution/doctype/property/property.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/property/test_property.py b/propms/property_management_solution/doctype/property/test_property.py index 7c400f4..b300269 100644 --- a/propms/property_management_solution/doctype/property/test_property.py +++ b/propms/property_management_solution/doctype/property/test_property.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/property_amenity/property_amenity.js b/propms/property_management_solution/doctype/property_amenity/property_amenity.js index 3350ccc..5409dea 100644 --- a/propms/property_management_solution/doctype/property_amenity/property_amenity.js +++ b/propms/property_management_solution/doctype/property_amenity/property_amenity.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Property Amenity', { diff --git a/propms/property_management_solution/doctype/property_amenity/property_amenity.py b/propms/property_management_solution/doctype/property_amenity/property_amenity.py index 29a4da9..c1a71e4 100644 --- a/propms/property_management_solution/doctype/property_amenity/property_amenity.py +++ b/propms/property_management_solution/doctype/property_amenity/property_amenity.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/property_amenity/test_property_amenity.py b/propms/property_management_solution/doctype/property_amenity/test_property_amenity.py index 388d426..4ffd2f1 100644 --- a/propms/property_management_solution/doctype/property_amenity/test_property_amenity.py +++ b/propms/property_management_solution/doctype/property_amenity/test_property_amenity.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/property_management_settings/property_management_settings.js b/propms/property_management_solution/doctype/property_management_settings/property_management_settings.js index adc5536..89facea 100644 --- a/propms/property_management_solution/doctype/property_management_settings/property_management_settings.js +++ b/propms/property_management_solution/doctype/property_management_settings/property_management_settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Property Management Settings', { diff --git a/propms/property_management_solution/doctype/property_management_settings/property_management_settings.py b/propms/property_management_solution/doctype/property_management_settings/property_management_settings.py index 3573d6a..ac87440 100644 --- a/propms/property_management_solution/doctype/property_management_settings/property_management_settings.py +++ b/propms/property_management_solution/doctype/property_management_settings/property_management_settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/property_management_settings/test_property_management_settings.py b/propms/property_management_solution/doctype/property_management_settings/test_property_management_settings.py index 52771dd..48542a2 100644 --- a/propms/property_management_solution/doctype/property_management_settings/test_property_management_settings.py +++ b/propms/property_management_solution/doctype/property_management_settings/test_property_management_settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.js b/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.js index 2ed1170..1e04dc9 100644 --- a/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.js +++ b/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.js @@ -1,4 +1,4 @@ -// Copyright (c) 2019, Aakvatech and contributors +// Copyright (c) 2019, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Property Meter Reading', { diff --git a/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.py b/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.py index 279401e..4809caf 100644 --- a/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.py +++ b/propms/property_management_solution/doctype/property_meter_reading/property_meter_reading.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and contributors +# Copyright (c) 2019, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/property_meter_reading/test_property_meter_reading.py b/propms/property_management_solution/doctype/property_meter_reading/test_property_meter_reading.py index 200d12a..afedf41 100644 --- a/propms/property_management_solution/doctype/property_meter_reading/test_property_meter_reading.py +++ b/propms/property_management_solution/doctype/property_meter_reading/test_property_meter_reading.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019, Aakvatech and Contributors +# Copyright (c) 2019, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/property_unit/property_unit.json b/propms/property_management_solution/doctype/property_unit/property_unit.json index 3c212a1..c53ed4c 100644 --- a/propms/property_management_solution/doctype/property_unit/property_unit.json +++ b/propms/property_management_solution/doctype/property_unit/property_unit.json @@ -675,7 +675,7 @@ "module": "Property Management Solution", "name": "Property Unit", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [], "quick_entry": 1, "read_only": 0, diff --git a/propms/property_management_solution/doctype/property_unit/property_unit.py b/propms/property_management_solution/doctype/property_unit/property_unit.py index 03ed1ab..9a84eca 100644 --- a/propms/property_management_solution/doctype/property_unit/property_unit.py +++ b/propms/property_management_solution/doctype/property_unit/property_unit.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/security_attendance/security_attendance.js b/propms/property_management_solution/doctype/security_attendance/security_attendance.js index 8b3d6fc..913d8f0 100644 --- a/propms/property_management_solution/doctype/security_attendance/security_attendance.js +++ b/propms/property_management_solution/doctype/security_attendance/security_attendance.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt cur_frm.add_fetch('guard_empid', 'employee_name', 'guard_name'); diff --git a/propms/property_management_solution/doctype/security_attendance/security_attendance.py b/propms/property_management_solution/doctype/security_attendance/security_attendance.py index 92fd102..e83cfe4 100644 --- a/propms/property_management_solution/doctype/security_attendance/security_attendance.py +++ b/propms/property_management_solution/doctype/security_attendance/security_attendance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/security_attendance/test_security_attendance.py b/propms/property_management_solution/doctype/security_attendance/test_security_attendance.py index 51f5833..de25f3a 100644 --- a/propms/property_management_solution/doctype/security_attendance/test_security_attendance.py +++ b/propms/property_management_solution/doctype/security_attendance/test_security_attendance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.js b/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.js index 1402e1b..214255d 100644 --- a/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.js +++ b/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt cur_frm.set_query("guard_empid", function() { diff --git a/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.py b/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.py index 4a41de5..581614f 100644 --- a/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.py +++ b/propms/property_management_solution/doctype/security_attendance_details/security_attendance_details.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/security_attendance_details/test_security_attendance_details.py b/propms/property_management_solution/doctype/security_attendance_details/test_security_attendance_details.py index f047a1f..075039f 100644 --- a/propms/property_management_solution/doctype/security_attendance_details/test_security_attendance_details.py +++ b/propms/property_management_solution/doctype/security_attendance_details/test_security_attendance_details.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.js b/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.js index 78edbfc..7171301 100644 --- a/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.js +++ b/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Security Deposit Details', { diff --git a/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.py b/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.py index ba9f161..7f219d4 100644 --- a/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.py +++ b/propms/property_management_solution/doctype/security_deposit_details/security_deposit_details.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/security_deposit_details/test_security_deposit_details.py b/propms/property_management_solution/doctype/security_deposit_details/test_security_deposit_details.py index 5df5dee..5208a6b 100644 --- a/propms/property_management_solution/doctype/security_deposit_details/test_security_deposit_details.py +++ b/propms/property_management_solution/doctype/security_deposit_details/test_security_deposit_details.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/tool_item/tool_item.py b/propms/property_management_solution/doctype/tool_item/tool_item.py index 1953a60..28b2bf0 100644 --- a/propms/property_management_solution/doctype/tool_item/tool_item.py +++ b/propms/property_management_solution/doctype/tool_item/tool_item.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Aakvatech and contributors +# Copyright (c) 2021, InfluxERP # For license information, please see license.txt # import frappe diff --git a/propms/property_management_solution/doctype/tool_item_record/test_tool_item_record.py b/propms/property_management_solution/doctype/tool_item_record/test_tool_item_record.py index b679d62..4dd1e8d 100644 --- a/propms/property_management_solution/doctype/tool_item_record/test_tool_item_record.py +++ b/propms/property_management_solution/doctype/tool_item_record/test_tool_item_record.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Aakvatech and Contributors +# Copyright (c) 2021, InfluxERP # See license.txt # import frappe diff --git a/propms/property_management_solution/doctype/tool_item_record/tool_item_record.js b/propms/property_management_solution/doctype/tool_item_record/tool_item_record.js index e116016..d7d9408 100644 --- a/propms/property_management_solution/doctype/tool_item_record/tool_item_record.js +++ b/propms/property_management_solution/doctype/tool_item_record/tool_item_record.js @@ -1,4 +1,4 @@ -// Copyright (c) 2021, Aakvatech and contributors +// Copyright (c) 2021, InfluxERP // For license information, please see license.txt frappe.ui.form.on("Tool Item Record", "returned", function (frm) { diff --git a/propms/property_management_solution/doctype/tool_item_record/tool_item_record.py b/propms/property_management_solution/doctype/tool_item_record/tool_item_record.py index e8a2b49..ca7a02a 100644 --- a/propms/property_management_solution/doctype/tool_item_record/tool_item_record.py +++ b/propms/property_management_solution/doctype/tool_item_record/tool_item_record.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Aakvatech and contributors +# Copyright (c) 2021, InfluxERP # For license information, please see license.txt # import frappe diff --git a/propms/property_management_solution/doctype/tool_item_set/test_tool_item_set.py b/propms/property_management_solution/doctype/tool_item_set/test_tool_item_set.py index fb33d38..34acc15 100644 --- a/propms/property_management_solution/doctype/tool_item_set/test_tool_item_set.py +++ b/propms/property_management_solution/doctype/tool_item_set/test_tool_item_set.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Aakvatech and Contributors +# Copyright (c) 2021, InfluxERP # See license.txt # import frappe diff --git a/propms/property_management_solution/doctype/tool_item_set/tool_item_set.js b/propms/property_management_solution/doctype/tool_item_set/tool_item_set.js index e8e914c..963f533 100644 --- a/propms/property_management_solution/doctype/tool_item_set/tool_item_set.js +++ b/propms/property_management_solution/doctype/tool_item_set/tool_item_set.js @@ -1,4 +1,4 @@ -// Copyright (c) 2021, Aakvatech and contributors +// Copyright (c) 2021, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Tool Item Set', { diff --git a/propms/property_management_solution/doctype/tool_item_set/tool_item_set.py b/propms/property_management_solution/doctype/tool_item_set/tool_item_set.py index df1ba4c..17532de 100644 --- a/propms/property_management_solution/doctype/tool_item_set/tool_item_set.py +++ b/propms/property_management_solution/doctype/tool_item_set/tool_item_set.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Aakvatech and contributors +# Copyright (c) 2021, InfluxERP # For license information, please see license.txt # import frappe diff --git a/propms/property_management_solution/doctype/unit_assets/unit_assets.py b/propms/property_management_solution/doctype/unit_assets/unit_assets.py index d3e3709..8630c9c 100644 --- a/propms/property_management_solution/doctype/unit_assets/unit_assets.py +++ b/propms/property_management_solution/doctype/unit_assets/unit_assets.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/doctype/unit_type/test_unit_type.py b/propms/property_management_solution/doctype/unit_type/test_unit_type.py index b255391..78895d8 100644 --- a/propms/property_management_solution/doctype/unit_type/test_unit_type.py +++ b/propms/property_management_solution/doctype/unit_type/test_unit_type.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and Contributors +# Copyright (c) 2018, InfluxERP # See license.txt from __future__ import unicode_literals import unittest diff --git a/propms/property_management_solution/doctype/unit_type/unit_type.js b/propms/property_management_solution/doctype/unit_type/unit_type.js index 753b9cd..245b1c6 100644 --- a/propms/property_management_solution/doctype/unit_type/unit_type.js +++ b/propms/property_management_solution/doctype/unit_type/unit_type.js @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Aakvatech and contributors +// Copyright (c) 2018, InfluxERP // For license information, please see license.txt frappe.ui.form.on('Unit Type', { diff --git a/propms/property_management_solution/doctype/unit_type/unit_type.json b/propms/property_management_solution/doctype/unit_type/unit_type.json index f635383..d9fb0ef 100644 --- a/propms/property_management_solution/doctype/unit_type/unit_type.json +++ b/propms/property_management_solution/doctype/unit_type/unit_type.json @@ -62,7 +62,7 @@ "module": "Property Management Solution", "name": "Unit Type", "name_case": "", - "owner": "mkhakheria@aakvatech.com", + "owner": "info@influxerp.com", "permissions": [ { "amend": 0, diff --git a/propms/property_management_solution/doctype/unit_type/unit_type.py b/propms/property_management_solution/doctype/unit_type/unit_type.py index 3d20b5a..a2a8191 100644 --- a/propms/property_management_solution/doctype/unit_type/unit_type.py +++ b/propms/property_management_solution/doctype/unit_type/unit_type.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Aakvatech and contributors +# Copyright (c) 2018, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/notification/daily_checkup_report/daily_checkup_report.json b/propms/property_management_solution/notification/daily_checkup_report/daily_checkup_report.json index e6eea1d..ad05645 100644 --- a/propms/property_management_solution/notification/daily_checkup_report/daily_checkup_report.json +++ b/propms/property_management_solution/notification/daily_checkup_report/daily_checkup_report.json @@ -23,6 +23,6 @@ "email_by_role": "Analytics" } ], - "sender_email": "notification@aakvatech.com", + "sender_email": "notification@influxerp.com", "subject": "{{ doc.name }} Daily Checkup Report" } \ No newline at end of file diff --git a/propms/property_management_solution/notification/outsourcing_attendance/outsourcing_attendance.json b/propms/property_management_solution/notification/outsourcing_attendance/outsourcing_attendance.json index afa5048..c92776e 100644 --- a/propms/property_management_solution/notification/outsourcing_attendance/outsourcing_attendance.json +++ b/propms/property_management_solution/notification/outsourcing_attendance/outsourcing_attendance.json @@ -23,6 +23,6 @@ "email_by_role": "Analytics" } ], - "sender_email": "notification@aakvatech.com", + "sender_email": "notification@influxerp.com", "subject": "{{ doc.name }} Outsourcing Attendance" } \ No newline at end of file diff --git a/propms/property_management_solution/notification/security_attendance/security_attendance.json b/propms/property_management_solution/notification/security_attendance/security_attendance.json index 8482fac..97d5238 100644 --- a/propms/property_management_solution/notification/security_attendance/security_attendance.json +++ b/propms/property_management_solution/notification/security_attendance/security_attendance.json @@ -23,6 +23,6 @@ "email_by_role": "Analytics" } ], - "sender_email": "notification@aakvatech.com", + "sender_email": "notification@influxerp.com", "subject": "{{ doc.name }} Security Attendance" } \ No newline at end of file diff --git a/propms/property_management_solution/report/invoice_details/invoice_details.js b/propms/property_management_solution/report/invoice_details/invoice_details.js index 8213cb6..4d9d14e 100644 --- a/propms/property_management_solution/report/invoice_details/invoice_details.js +++ b/propms/property_management_solution/report/invoice_details/invoice_details.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/invoice_details/invoice_details.py b/propms/property_management_solution/report/invoice_details/invoice_details.py index f96aea4..9093d85 100644 --- a/propms/property_management_solution/report/invoice_details/invoice_details.py +++ b/propms/property_management_solution/report/invoice_details/invoice_details.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013, Aakvatech and contributors +# Copyright (c) 2013, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/report/lease_information/lease_information.js b/propms/property_management_solution/report/lease_information/lease_information.js index a89539f..a6a2bb1 100644 --- a/propms/property_management_solution/report/lease_information/lease_information.js +++ b/propms/property_management_solution/report/lease_information/lease_information.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.js b/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.js index 0ecc6e9..3eacaeb 100644 --- a/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.js +++ b/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ var months = "January\nFebruary\nMarch\nApril\nMay\nJune\nJuly\nAugust\nSeptember\nOctober\nNovember\nDecember" diff --git a/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.py b/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.py index 1349464..674a71a 100644 --- a/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.py +++ b/propms/property_management_solution/report/mis_income_break_up/mis_income_break_up.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013, Aakvatech and contributors +# Copyright (c) 2013, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/report/property_status/property_status.js b/propms/property_management_solution/report/property_status/property_status.js index 4833ae5..1ca62eb 100644 --- a/propms/property_management_solution/report/property_status/property_status.js +++ b/propms/property_management_solution/report/property_status/property_status.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.js b/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.js index 952c3d1..cd3937c 100644 --- a/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.js +++ b/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.py b/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.py index b8bf743..6371b05 100644 --- a/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.py +++ b/propms/property_management_solution/report/rent_invoices_details/rent_invoices_details.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013, Aakvatech and contributors +# Copyright (c) 2013, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.js b/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.js index 69af3a7..9c28875 100644 --- a/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.js +++ b/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.py b/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.py index 9fd8a51..94d8646 100644 --- a/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.py +++ b/propms/property_management_solution/report/rent_invoices_details_usd/rent_invoices_details_usd.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013, Aakvatech and contributors +# Copyright (c) 2013, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/report/security_deposit/security_deposit.js b/propms/property_management_solution/report/security_deposit/security_deposit.js index 91f1e11..76d6ee8 100644 --- a/propms/property_management_solution/report/security_deposit/security_deposit.js +++ b/propms/property_management_solution/report/security_deposit/security_deposit.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/subscription_service_report/subscription_service_report.js b/propms/property_management_solution/report/subscription_service_report/subscription_service_report.js index 5437f70..b3af3c7 100644 --- a/propms/property_management_solution/report/subscription_service_report/subscription_service_report.js +++ b/propms/property_management_solution/report/subscription_service_report/subscription_service_report.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/utility_invoices/utility_invoices.js b/propms/property_management_solution/report/utility_invoices/utility_invoices.js index 82b81f0..7a1ccb0 100644 --- a/propms/property_management_solution/report/utility_invoices/utility_invoices.js +++ b/propms/property_management_solution/report/utility_invoices/utility_invoices.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech and contributors +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/propms/property_management_solution/report/utility_invoices/utility_invoices.py b/propms/property_management_solution/report/utility_invoices/utility_invoices.py index 141dff0..91e76b7 100644 --- a/propms/property_management_solution/report/utility_invoices/utility_invoices.py +++ b/propms/property_management_solution/report/utility_invoices/utility_invoices.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013, Aakvatech and contributors +# Copyright (c) 2013, InfluxERP # For license information, please see license.txt from __future__ import unicode_literals diff --git a/propms/property_management_solution/report/withholding_tax_summary_on_sales_(properties)/withholding_tax_summary_on_sales_(properties).js b/propms/property_management_solution/report/withholding_tax_summary_on_sales_(properties)/withholding_tax_summary_on_sales_(properties).js index 550d84d..a84d1fb 100644 --- a/propms/property_management_solution/report/withholding_tax_summary_on_sales_(properties)/withholding_tax_summary_on_sales_(properties).js +++ b/propms/property_management_solution/report/withholding_tax_summary_on_sales_(properties)/withholding_tax_summary_on_sales_(properties).js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Aakvatech +// Copyright (c) 2016, InfluxERP // For license information, please see license.txt /* eslint-disable */ diff --git a/setup.py b/setup.py index 917e323..e4e8824 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,8 @@ setup( name="propms", version=version, description="Property Management Solution", - author="Aakvatech", - author_email="info@aakvatech.com", + author="InfluxERP", + author_email="info@influxerp.com", packages=find_packages(), zip_safe=False, include_package_data=True,