Browse Source

Changed company name from Web Notes to Frappe Technologies

develop
Anand Doshi 10 years ago
parent
commit
885e074697
  1. 12
      README.md
  2. 2
      erpnext/accounts/doctype/account/account.js
  3. 2
      erpnext/accounts/doctype/account/account.py
  4. 2
      erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py
  5. 2
      erpnext/accounts/doctype/account/chart_of_accounts/import_from_openerp.py
  6. 2
      erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
  7. 2
      erpnext/accounts/doctype/account/test_account.py
  8. 2
      erpnext/accounts/doctype/accounts_settings/accounts_settings.py
  9. 2
      erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.js
  10. 2
      erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py
  11. 2
      erpnext/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.py
  12. 2
      erpnext/accounts/doctype/budget_detail/budget_detail.py
  13. 2
      erpnext/accounts/doctype/c_form/c_form.js
  14. 2
      erpnext/accounts/doctype/c_form/c_form.py
  15. 2
      erpnext/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.py
  16. 2
      erpnext/accounts/doctype/cost_center/cost_center.js
  17. 2
      erpnext/accounts/doctype/cost_center/cost_center.py
  18. 2
      erpnext/accounts/doctype/cost_center/test_cost_center.py
  19. 2
      erpnext/accounts/doctype/fiscal_year/fiscal_year.js
  20. 2
      erpnext/accounts/doctype/fiscal_year/fiscal_year.py
  21. 2
      erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py
  22. 2
      erpnext/accounts/doctype/fiscal_year_company/fiscal_year_company.py
  23. 2
      erpnext/accounts/doctype/gl_entry/gl_entry.py
  24. 2
      erpnext/accounts/doctype/journal_entry/journal_entry.js
  25. 2
      erpnext/accounts/doctype/journal_entry/journal_entry.py
  26. 2
      erpnext/accounts/doctype/journal_entry/test_journal_entry.py
  27. 2
      erpnext/accounts/doctype/journal_entry_account/journal_entry_account.py
  28. 2
      erpnext/accounts/doctype/mode_of_payment/mode_of_payment.js
  29. 2
      erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py
  30. 2
      erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.py
  31. 2
      erpnext/accounts/doctype/monthly_distribution/monthly_distribution.js
  32. 2
      erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py
  33. 2
      erpnext/accounts/doctype/monthly_distribution/test_monthly_distribution.py
  34. 2
      erpnext/accounts/doctype/monthly_distribution_percentage/monthly_distribution_percentage.py
  35. 2
      erpnext/accounts/doctype/party_account/party_account.py
  36. 2
      erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js
  37. 2
      erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
  38. 2
      erpnext/accounts/doctype/payment_reconciliation_invoice/payment_reconciliation_invoice.py
  39. 2
      erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.py
  40. 2
      erpnext/accounts/doctype/payment_tool/payment_tool.js
  41. 2
      erpnext/accounts/doctype/payment_tool/payment_tool.py
  42. 2
      erpnext/accounts/doctype/payment_tool/test_payment_tool.py
  43. 2
      erpnext/accounts/doctype/payment_tool_detail/payment_tool_detail.py
  44. 2
      erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js
  45. 2
      erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
  46. 2
      erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py
  47. 2
      erpnext/accounts/doctype/pos_setting/pos_setting.js
  48. 2
      erpnext/accounts/doctype/pos_setting/pos_setting.py
  49. 2
      erpnext/accounts/doctype/pos_setting/test_pos_setting.py
  50. 2
      erpnext/accounts/doctype/pricing_rule/pricing_rule.js
  51. 2
      erpnext/accounts/doctype/pricing_rule/pricing_rule.py
  52. 2
      erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py
  53. 2
      erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
  54. 2
      erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
  55. 2
      erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js
  56. 2
      erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
  57. 2
      erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py
  58. 2
      erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py
  59. 2
      erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py
  60. 2
      erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js
  61. 2
      erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.py
  62. 2
      erpnext/accounts/doctype/sales_invoice/pos.py
  63. 2
      erpnext/accounts/doctype/sales_invoice/sales_invoice.js
  64. 2
      erpnext/accounts/doctype/sales_invoice/sales_invoice.py
  65. 2
      erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js
  66. 2
      erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
  67. 2
      erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.py
  68. 2
      erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py
  69. 2
      erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py
  70. 2
      erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js
  71. 2
      erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.py
  72. 2
      erpnext/accounts/doctype/sales_taxes_and_charges_master/test_sales_taxes_and_charges_master.py
  73. 2
      erpnext/accounts/doctype/shipping_rule/shipping_rule.js
  74. 2
      erpnext/accounts/doctype/shipping_rule/shipping_rule.py
  75. 2
      erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py
  76. 2
      erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.py
  77. 2
      erpnext/accounts/general_ledger.py
  78. 2
      erpnext/accounts/page/accounts_browser/accounts_browser.js
  79. 2
      erpnext/accounts/page/accounts_browser/accounts_browser.py
  80. 2
      erpnext/accounts/page/financial_analytics/financial_analytics.js
  81. 2
      erpnext/accounts/party.py
  82. 2
      erpnext/accounts/report/accounts_payable/accounts_payable.js
  83. 2
      erpnext/accounts/report/accounts_payable/accounts_payable.py
  84. 2
      erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js
  85. 2
      erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.py
  86. 2
      erpnext/accounts/report/accounts_receivable/accounts_receivable.js
  87. 2
      erpnext/accounts/report/accounts_receivable/accounts_receivable.py
  88. 2
      erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js
  89. 2
      erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py
  90. 2
      erpnext/accounts/report/balance_sheet/balance_sheet.js
  91. 2
      erpnext/accounts/report/balance_sheet/balance_sheet.py
  92. 2
      erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.js
  93. 2
      erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py
  94. 2
      erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js
  95. 2
      erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py
  96. 2
      erpnext/accounts/report/budget_variance_report/budget_variance_report.js
  97. 2
      erpnext/accounts/report/budget_variance_report/budget_variance_report.py
  98. 2
      erpnext/accounts/report/financial_statements.py
  99. 2
      erpnext/accounts/report/general_ledger/general_ledger.js
  100. 2
      erpnext/accounts/report/general_ledger/general_ledger.py

12
README.md

@ -34,25 +34,25 @@ System and user credentials are listed on the download page.
GNU/General Public License (see LICENSE.txt)
The ERPNext code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Web Notes Technologies Pvt Ltd (Web Notes) and Contributors.
The ERPNext code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Frappe Technologies Pvt Ltd (Frappe) and Contributors.
---
## Logo and Trademark
The brand name ERPNext and the logo are trademarks of Web Notes Technologies Pvt. Ltd.
The brand name ERPNext and the logo are trademarks of Frappe Technologies Pvt. Ltd.
### Introduction
Web Notes Technologies Pvt. Ltd. (Web Notes) owns and oversees the trademarks for the ERPNext name and logos. We have developed this trademark usage policy with the following goals in mind:
Frappe Technologies Pvt. Ltd. (Frappe) owns and oversees the trademarks for the ERPNext name and logos. We have developed this trademark usage policy with the following goals in mind:
- We’d like to make it easy for anyone to use the ERPNext name or logo for community-oriented efforts that help spread and improve ERPNext.
- We’d like to make it clear how ERPNext-related businesses and projects can (and cannot) use the ERPNext name and logo.
- We’d like to make it hard for anyone to use the ERPNext name and logo to unfairly profit from, trick or confuse people who are looking for official ERPNext resources.
### Web Notes Trademark Usage Policy
### Frappe Trademark Usage Policy
Permission from Web Notes is required to use the ERPNext name or logo as part of any project, product, service, domain or company name.
Permission from Frappe is required to use the ERPNext name or logo as part of any project, product, service, domain or company name.
We will grant permission to use the ERPNext name and logo for projects that meet the following criteria:
@ -71,6 +71,6 @@ We do not allow the use of the trademark in advertising, including AdSense/AdWor
Please note that it is not the goal of this policy to limit commercial activity around ERPNext. We encourage ERPNext-based businesses, and we would love to see hundreds of them.
When in doubt about your use of the ERPNext name or logo, please contact the Web Notes Technologies for clarification.
When in doubt about your use of the ERPNext name or logo, please contact the Frappe Technologies for clarification.
(inspired from Wordpress)

2
erpnext/accounts/doctype/account/account.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
cur_frm.list_route = "Accounts Browser/Account";

2
erpnext/accounts/doctype/account/account.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/account/chart_of_accounts/import_from_openerp.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
"""

2
erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/account/test_account.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/accounts_settings/accounts_settings.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# For license information, please see license.txt

2
erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
cur_frm.cscript.onload = function(doc, cdt, cdn){

2
erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/budget_detail/budget_detail.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/c_form/c_form.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
//c-form js file

2
erpnext/accounts/doctype/c_form/c_form.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/c_form_invoice_detail/c_form_invoice_detail.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/cost_center/cost_center.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.provide("erpnext.accounts");

2
erpnext/accounts/doctype/cost_center/cost_center.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/cost_center/test_cost_center.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/fiscal_year/fiscal_year.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
$.extend(cur_frm.cscript, {

2
erpnext/accounts/doctype/fiscal_year/fiscal_year.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/fiscal_year_company/fiscal_year_company.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/gl_entry/gl_entry.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/journal_entry/journal_entry.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.provide("erpnext.accounts");

2
erpnext/accounts/doctype/journal_entry/journal_entry.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/journal_entry/test_journal_entry.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/journal_entry_account/journal_entry_account.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/mode_of_payment/mode_of_payment.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
cur_frm.set_query("default_account", "accounts", function(doc, cdt, cdn) {

2
erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/monthly_distribution/monthly_distribution.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
cur_frm.cscript.onload = function(doc,cdt,cdn){

2
erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/monthly_distribution/test_monthly_distribution.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors
# See license.txt
import frappe

2
erpnext/accounts/doctype/monthly_distribution_percentage/monthly_distribution_percentage.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/party_account/party_account.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// For license information, please see license.txt
frappe.provide("erpnext.accounts");

2
erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/payment_reconciliation_invoice/payment_reconciliation_invoice.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/payment_tool/payment_tool.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// For license information, please see license.txt
frappe.provide("erpnext.payment_tool");

2
erpnext/accounts/doctype/payment_tool/payment_tool.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/payment_tool/test_payment_tool.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/payment_tool_detail/payment_tool_detail.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt

2
erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt

2
erpnext/accounts/doctype/pos_setting/pos_setting.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.ui.form.on("POS Setting", "onload", function(frm) {

2
erpnext/accounts/doctype/pos_setting/pos_setting.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/pos_setting/test_pos_setting.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors
# See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/pricing_rule/pricing_rule.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.ui.form.on("Pricing Rule", "refresh", function(frm) {

2
erpnext/accounts/doctype/pricing_rule/pricing_rule.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
# For license information, please see license.txt

2
erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt

2
erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.provide("erpnext.accounts");

2
erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
// render

2
erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt

2
erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
cur_frm.cscript.tax_table = "Purchase Taxes and Charges";

2
erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_invoice/pos.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_invoice/sales_invoice.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
// print heading

2
erpnext/accounts/doctype/sales_invoice/sales_invoice.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
// render

2
erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
cur_frm.cscript.tax_table = "Sales Taxes and Charges";

2
erpnext/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/sales_taxes_and_charges_master/test_sales_taxes_and_charges_master.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/shipping_rule/shipping_rule.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
$.extend(cur_frm.cscript, {

2
erpnext/accounts/doctype/shipping_rule/shipping_rule.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# For license information, please see license.txt

2
erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# For license information, please see license.txt

2
erpnext/accounts/general_ledger.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/page/accounts_browser/accounts_browser.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
// tree of chart of accounts / cost centers

2
erpnext/accounts/page/accounts_browser/accounts_browser.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/page/financial_analytics/financial_analytics.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.pages['financial-analytics'].on_page_load = function(wrapper) {

2
erpnext/accounts/party.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/accounts_payable/accounts_payable.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Accounts Payable"] = {

2
erpnext/accounts/report/accounts_payable/accounts_payable.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Accounts Payable Summary"] = {

2
erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/accounts_receivable/accounts_receivable.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Accounts Receivable"] = {

2
erpnext/accounts/report/accounts_receivable/accounts_receivable.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd.
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Accounts Receivable Summary"] = {

2
erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and contributors
# For license information, please see license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/balance_sheet/balance_sheet.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.require("assets/erpnext/js/financial_statements.js");

2
erpnext/accounts/report/balance_sheet/balance_sheet.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Bank Clearance Summary"] = {

2
erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Bank Reconciliation Statement"] = {

2
erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/budget_variance_report/budget_variance_report.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["Budget Variance Report"] = {

2
erpnext/accounts/report/budget_variance_report/budget_variance_report.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/financial_statements.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

2
erpnext/accounts/report/general_ledger/general_ledger.js

@ -1,4 +1,4 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.query_reports["General Ledger"] = {

2
erpnext/accounts/report/general_ledger/general_ledger.py

@ -1,4 +1,4 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save