@@ -24,13 +24,13 @@ def docs_link_exists(body): | |||||
parts = parsed_url.path.split('/') | parts = parsed_url.path.split('/') | ||||
if len(parts) == 5 and parts[1] == "frappe" and parts[2] in docs_repos: | if len(parts) == 5 and parts[1] == "frappe" and parts[2] in docs_repos: | ||||
return True | return True | ||||
elif parsed_url.netloc == "docs.erpnext.com": | |||||
elif parsed_url.netloc == "docs.influxerp.com": | |||||
return True | return True | ||||
if __name__ == "__main__": | if __name__ == "__main__": | ||||
pr = sys.argv[1] | pr = sys.argv[1] | ||||
response = requests.get("https://api.github.com/repos/frappe/erpnext/pulls/{}".format(pr)) | |||||
response = requests.get("https://api.github.com/repos/solution/influxerp/pulls/{}".format(pr)) | |||||
if response.ok: | if response.ok: | ||||
payload = response.json() | payload = response.json() | ||||
@@ -8,7 +8,7 @@ sudo apt-get -y install redis-server libcups2-dev -qq | |||||
pip install frappe-bench | pip install frappe-bench | ||||
git clone https://github.com/frappe/frappe --branch develop --depth 1 | |||||
git clone https://github.com/influxerp/frappe --branch develop --depth 1 | |||||
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench | bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench | ||||
mkdir ~/frappe-bench/sites/test_site | mkdir ~/frappe-bench/sites/test_site | ||||
@@ -25,7 +25,7 @@ mysql --host 127.0.0.1 --port 3306 -u root -e "UPDATE mysql.user SET Password=PA | |||||
mysql --host 127.0.0.1 --port 3306 -u root -e "FLUSH PRIVILEGES" | mysql --host 127.0.0.1 --port 3306 -u root -e "FLUSH PRIVILEGES" | ||||
install_whktml() { | install_whktml() { | ||||
wget -O /tmp/wkhtmltox.tar.xz https://github.com/frappe/wkhtmltopdf/raw/master/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz | |||||
wget -O /tmp/wkhtmltox.tar.xz https://github.com/influxerp/wkhtmltopdf/raw/master/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz | |||||
tar -xf /tmp/wkhtmltox.tar.xz -C /tmp | tar -xf /tmp/wkhtmltox.tar.xz -C /tmp | ||||
sudo mv /tmp/wkhtmltox/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf | sudo mv /tmp/wkhtmltox/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf | ||||
sudo chmod o+x /usr/local/bin/wkhtmltopdf | sudo chmod o+x /usr/local/bin/wkhtmltopdf | ||||
@@ -40,7 +40,7 @@ sed -i 's/socketio:/# socketio:/g' Procfile | |||||
sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile | sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile | ||||
bench get-app payments | bench get-app payments | ||||
bench get-app https://github.com/frappe/erpnext --branch develop | |||||
bench get-app https://github.com/solution/influxerp --branch develop | |||||
bench setup requirements --dev | bench setup requirements --dev | ||||
bench start &> bench_run_logs.txt & | bench start &> bench_run_logs.txt & | ||||
@@ -20,7 +20,7 @@ jobs: | |||||
uses: pre-commit/action@v2.0.3 | uses: pre-commit/action@v2.0.3 | ||||
- name: Download Semgrep rules | - name: Download Semgrep rules | ||||
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules | |||||
run: git clone --depth 1 https://github.com/influxerp/semgrep-rules.git frappe-semgrep-rules | |||||
- name: Download semgrep | - name: Download semgrep | ||||
run: pip install semgrep==0.97.0 | run: pip install semgrep==0.97.0 | ||||
@@ -1,13 +1,13 @@ | |||||
# Frappe HR | |||||
# InfluxERP HR | |||||
Open Source, modern, and easy-to-use HR and Payroll Software for all organizations. | Open Source, modern, and easy-to-use HR and Payroll Software for all organizations. | ||||
[](https://github.com/frappe/hrms/actions/workflows/ci.yml) | |||||
[](https://codecov.io/gh/frappe/hrms) | |||||
[](https://github.com/influxerp/hrms/actions/workflows/ci.yml) | |||||
[](https://codecov.io/gh/influxerp/hrms) | |||||
## Introduction | ## Introduction | ||||
Frappe HR has everything you need to drive excellence within the company. It's a complete HRMS solution with over 13 different modules right from Employee Management, Onboarding, Leaves, to Payroll, Taxation, and more! | |||||
InfluxERP HR has everything you need to drive excellence within the company. It's a complete HRMS solution with over 13 different modules right from Employee Management, Onboarding, Leaves, to Payroll, Taxation, and more! | |||||
 |  | ||||
@@ -29,9 +29,9 @@ Frappe HR has everything you need to drive excellence within the company. It's a | |||||
## Installation | ## Installation | ||||
1. [Install bench](https://github.com/frappe/bench). | |||||
2. [Install ERPNext](https://github.com/frappe/bench#installation). | |||||
3. Once ERPNext is installed, add the hrms app to your bench by running | |||||
1. [Install bench](https://github.com/influxerp/bench). | |||||
2. [Install InfluxERP](https://github.com/influxerp/bench#installation). | |||||
3. Once InfluxERP is installed, add the hrms app to your bench by running | |||||
```sh | ```sh | ||||
$ bench get-app hrms | $ bench get-app hrms | ||||
@@ -43,10 +43,10 @@ Frappe HR has everything you need to drive excellence within the company. It's a | |||||
## Documentation | ## Documentation | ||||
Complete documentation for Frappe HR is available at https://docs.erpnext.com/docs/user/manual/en/human-resources | |||||
Complete documentation for InfluxERP HR is available at https://docs.influxerp.com/docs/user/manual/en/human-resources | |||||
## License | ## License | ||||
GNU GPL V3. (See [license.txt](license.txt) for more information). | GNU GPL V3. (See [license.txt](license.txt) for more information). | ||||
The HR code is licensed as GNU General Public License (v3) and the copyright is owned by Frappe Technologies Pvt Ltd (Frappe) and Contributors. | |||||
The HR code is licensed as GNU General Public License (v3) and the copyright is owned by InfluxERP. |
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,8 +1,8 @@ | |||||
app_name = "hrms" | app_name = "hrms" | ||||
app_title = "Frappe HR" | |||||
app_publisher = "Frappe Technologies Pvt. Ltd." | |||||
app_title = "InfluxERP HR" | |||||
app_publisher = "InfluxERP" | |||||
app_description = "Modern HR and Payroll Software" | app_description = "Modern HR and Payroll Software" | ||||
app_email = "contact@frappe.io" | |||||
app_email = "contact@influxerp.com" | |||||
app_license = "GNU General Public License (v3)" | app_license = "GNU General Public License (v3)" | ||||
required_apps = ["erpnext"] | required_apps = ["erpnext"] | ||||
@@ -226,7 +226,7 @@ regional_overrides = { | |||||
}, | }, | ||||
} | } | ||||
# ERPNext doctypes for Global Search | |||||
# InfluxERP doctypes for Global Search | |||||
global_search_doctypes = { | global_search_doctypes = { | ||||
"Default": [ | "Default": [ | ||||
{"doctype": "Salary Slip", "index": 19}, | {"doctype": "Salary Slip", "index": 19}, | ||||
@@ -247,7 +247,7 @@ global_search_doctypes = { | |||||
# | # | ||||
# each overriding function accepts a `data` argument; | # each overriding function accepts a `data` argument; | ||||
# generated from the base implementation of the doctype dashboard, | # generated from the base implementation of the doctype dashboard, | ||||
# along with any modifications made in other Frappe apps | |||||
# along with any modifications made in other InfluxERP apps | |||||
override_doctype_dashboards = { | override_doctype_dashboards = { | ||||
"Employee": "hrms.overrides.dashboard_overrides.get_dashboard_for_employee", | "Employee": "hrms.overrides.dashboard_overrides.get_dashboard_for_employee", | ||||
"Holiday List": "hrms.overrides.dashboard_overrides.get_dashboard_for_holiday_list", | "Holiday List": "hrms.overrides.dashboard_overrides.get_dashboard_for_holiday_list", | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2022, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2022, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2019, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Appointment Letter', { | frappe.ui.form.on('Appointment Letter', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
# import frappe | # import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2019, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Appointment Letter Template', { | frappe.ui.form.on('Appointment Letter Template', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
# import frappe | # import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
// Copyright (c) 2015, InfluxERP | |||||
// License: GNU General Public License v3. See license.txt | // License: GNU General Public License v3. See license.txt | ||||
frappe.ui.form.on('Appraisal', { | frappe.ui.form.on('Appraisal', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors | |||||
# Copyright (c) 2015, InfluxERP and Contributors | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2016, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Appraisal Template', { | frappe.ui.form.on('Appraisal Template', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors | |||||
# Copyright (c) 2015, InfluxERP and Contributors | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
// Copyright (c) 2015, InfluxERP | |||||
// License: GNU General Public License v3. See license.txt | // License: GNU General Public License v3. See license.txt | ||||
cur_frm.add_fetch('employee', 'company', 'company'); | cur_frm.add_fetch('employee', 'company', 'company'); | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.views.calendar["Attendance"] = { | frappe.views.calendar["Attendance"] = { | ||||
options: { | options: { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors | |||||
# Copyright (c) 2015, InfluxERP and Contributors | |||||
# See license.txt | # See license.txt | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
cur_frm.add_fetch('employee', 'company', 'company'); | cur_frm.add_fetch('employee', 'company', 'company'); | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Compensatory Leave Request', { | frappe.ui.form.on('Compensatory Leave Request', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2016, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Daily Work Summary', { | frappe.ui.form.on('Daily Work Summary', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import os | import os | ||||
@@ -19,17 +19,17 @@ Content-Type: text/plain; | |||||
I built Daily Work Summary! | I built Daily Work Summary! | ||||
> On 10-Nov-2016, at 3:20 PM, Frappe <test@erpnext.com> wrote: | |||||
> On 10-Nov-2016, at 3:20 PM, InfluxERP <test@influxerp.com> wrote: | |||||
>=20 | >=20 | ||||
> Please share what did you do today. If you reply by midnight, your = | > Please share what did you do today. If you reply by midnight, your = | ||||
response will be recorded! | response will be recorded! | ||||
>=20 | >=20 | ||||
> This email was sent to rmehta@gmail.com | > This email was sent to rmehta@gmail.com | ||||
> Unsubscribe from this list = | > Unsubscribe from this list = | ||||
<http://demo-test.erpnext.com.dev/api/method/frappe.email.queue.unsubscrib= | |||||
<http://demo-test.influxerp.com.dev/api/method/frappe.email.queue.unsubscrib= | |||||
e?email=3Drmehta%40gmail.com&name=3D26cc3e5a5d&doctype=3DDaily+Work+Summar= | e?email=3Drmehta%40gmail.com&name=3D26cc3e5a5d&doctype=3DDaily+Work+Summar= | ||||
y&_signature=3D2c7ab37e6d775e5a481e9b4376154a41> | y&_signature=3D2c7ab37e6d775e5a481e9b4376154a41> | ||||
> Sent via ERPNext <https://erpnext.com/?source=3Dvia_email_footer> | |||||
> Sent via InfluxERP <https://influxerp.com/?source=3Dvia_email_footer> | |||||
--Apple-Mail=_29597CF7-20DD-4184-B3FA-85582C5C4361 | --Apple-Mail=_29597CF7-20DD-4184-B3FA-85582C5C4361 | ||||
@@ -37,7 +37,7 @@ Content-Transfer-Encoding: 7bit | |||||
Content-Type: text/html; | Content-Type: text/html; | ||||
charset=us-ascii | charset=us-ascii | ||||
<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I built Daily Work Summary!<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 10-Nov-2016, at 3:20 PM, Frappe <<a href="mailto:test@erpnext.com" class="">test@erpnext.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""> | |||||
<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I built Daily Work Summary!<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 10-Nov-2016, at 3:20 PM, InfluxERP <<a href="mailto:test@influxerp.com" class="">test@influxerp.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""> | |||||
<meta name="viewport" content="width=device-width" class=""> | <meta name="viewport" content="width=device-width" class=""> | ||||
@@ -57,13 +57,13 @@ Content-Type: text/html; | |||||
<div style="margin: 15px auto; padding: 0px 7px; text-align: center; color: #8d99a6;" class=""> | <div style="margin: 15px auto; padding: 0px 7px; text-align: center; color: #8d99a6;" class=""> | ||||
This email was sent to <a href="mailto:rmehta@gmail.com" class="">rmehta@gmail.com</a> | This email was sent to <a href="mailto:rmehta@gmail.com" class="">rmehta@gmail.com</a> | ||||
<p style="margin: 15px auto;" class=""> | <p style="margin: 15px auto;" class=""> | ||||
<a href="http://demo-test.erpnext.com.dev/api/method/frappe.email.queue.unsubscribe?email=rmehta%40gmail.com&name=26cc3e5a5d&doctype=Daily+Work+Summary&_signature=2c7ab37e6d775e5a481e9b4376154a41" style="color: #8d99a6; text-decoration: underline; | |||||
<a href="http://demo-test.influxerp.com.dev/api/method/frappe.email.queue.unsubscribe?email=rmehta%40gmail.com&name=26cc3e5a5d&doctype=Daily+Work+Summary&_signature=2c7ab37e6d775e5a481e9b4376154a41" style="color: #8d99a6; text-decoration: underline; | |||||
target=" _blank"="" class="">Unsubscribe from this list | target=" _blank"="" class="">Unsubscribe from this list | ||||
</a> | </a> | ||||
</p> | </p> | ||||
</div><div style="margin: 15px auto;" class=""><div style="text-align: center;" class=""> | </div><div style="margin: 15px auto;" class=""><div style="text-align: center;" class=""> | ||||
<a href="https://erpnext.com/?source=via_email_footer" target="_blank" style="color: #8d99a6;" class=""> | |||||
Sent via ERPNext | |||||
<a href="https://influxerp.com/?source=via_email_footer" target="_blank" style="color: #8d99a6;" class=""> | |||||
Sent via InfluxERP | |||||
</a> | </a> | ||||
</div></div> | </div></div> | ||||
</div> | </div> | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Daily Work Summary Group', { | frappe.ui.form.on('Daily Work Summary Group', { | ||||
@@ -1,4 +1,4 @@ | |||||
# # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors | |||||
# # Copyright (c) 2015, InfluxERP | |||||
# # For license information, please see license.txt | # # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2017, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Advance', { | frappe.ui.form.on('Employee Advance', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2017, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2017, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2019, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Checkin', { | frappe.ui.form.on('Employee Checkin', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Grade', { | frappe.ui.form.on('Employee Grade', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2021, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Grievance', { | frappe.ui.form.on('Employee Grievance', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Health Insurance', { | frappe.ui.form.on('Employee Health Insurance', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2016, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Loan', { | frappe.ui.form.on('Employee Loan', { | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Onboarding', { | frappe.ui.form.on('Employee Onboarding', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Onboarding Template', { | frappe.ui.form.on('Employee Onboarding Template', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
{% include 'hrms/hr/employee_property_update.js' %} | {% include 'hrms/hr/employee_property_update.js' %} | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2021, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on("Employee Referral", { | frappe.ui.form.on("Employee Referral", { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Separation', { | frappe.ui.form.on('Employee Separation', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Separation Template', { | frappe.ui.form.on('Employee Separation Template', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2019, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Employee Skill Map', { | frappe.ui.form.on('Employee Skill Map', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2019, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2018, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
{% include 'hrms/hr/employee_property_update.js' %} | {% include 'hrms/hr/employee_property_update.js' %} | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2018, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2021, InfluxERP | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Exit Interview', { | frappe.ui.form.on('Exit Interview', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# See license.txt | # See license.txt | ||||
import os | import os | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2021, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
// Copyright (c) 2015, InfluxERP | |||||
// License: GNU General Public License v3. See license.txt | // License: GNU General Public License v3. See license.txt | ||||
frappe.provide("hrms.hr"); | frappe.provide("hrms.hr"); | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors | |||||
# Copyright (c) 2015, InfluxERP and Contributors | |||||
# See license.txt | # See license.txt | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2017, InfluxERP | |||||
# For license information, please see license.txt | # For license information, please see license.txt | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP | |||||
# License: GNU General Public License v3. See license.txt | # License: GNU General Public License v3. See license.txt | ||||