diff --git a/hr/doctype/employee_training/__init__.py b/hr/doctype/employee_training/__init__.py deleted file mode 100644 index baffc48825..0000000000 --- a/hr/doctype/employee_training/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from __future__ import unicode_literals diff --git a/hr/doctype/employee_training/employee_training.py b/hr/doctype/employee_training/employee_training.py deleted file mode 100644 index 7f48feb2eb..0000000000 --- a/hr/doctype/employee_training/employee_training.py +++ /dev/null @@ -1,22 +0,0 @@ -# ERPNext - web based ERP (http://erpnext.com) -# Copyright (C) 2012 Web Notes Technologies Pvt Ltd -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals -import webnotes - -class DocType: - def __init__(self, d, dl): - self.doc, self.doclist = d, dl \ No newline at end of file diff --git a/hr/doctype/employee_training/employee_training.txt b/hr/doctype/employee_training/employee_training.txt deleted file mode 100644 index 6b3a7544ad..0000000000 --- a/hr/doctype/employee_training/employee_training.txt +++ /dev/null @@ -1,71 +0,0 @@ -[ - { - "creation": "2013-02-22 01:27:45", - "docstatus": 0, - "modified": "2013-03-07 07:03:21", - "modified_by": "Administrator", - "owner": "Administrator" - }, - { - "doctype": "DocType", - "istable": 1, - "module": "HR", - "name": "__common__" - }, - { - "doctype": "DocField", - "name": "__common__", - "parent": "Employee Training", - "parentfield": "fields", - "parenttype": "DocType", - "permlevel": 0 - }, - { - "doctype": "DocType", - "name": "Employee Training" - }, - { - "doctype": "DocField", - "fieldname": "institute", - "fieldtype": "Small Text", - "label": "Institute / Conducted By", - "oldfieldname": "institute", - "oldfieldtype": "Small Text", - "reqd": 1 - }, - { - "doctype": "DocField", - "fieldname": "nature_of_training", - "fieldtype": "Small Text", - "label": "Program / Seminar Title", - "oldfieldname": "nature_of_training", - "oldfieldtype": "Small Text", - "reqd": 1 - }, - { - "doctype": "DocField", - "fieldname": "duration", - "fieldtype": "Data", - "label": "Duration", - "oldfieldname": "duration", - "oldfieldtype": "Data", - "reqd": 0 - }, - { - "doctype": "DocField", - "fieldname": "loc", - "fieldtype": "Data", - "label": "Location", - "oldfieldname": "loc", - "oldfieldtype": "Data", - "reqd": 0 - }, - { - "doctype": "DocField", - "fieldname": "certificate", - "fieldtype": "Small Text", - "label": "Certificate", - "oldfieldname": "certificate", - "oldfieldtype": "Small Text" - } -] \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/_messages_doc.json b/hr/doctype/employee_training/locale/_messages_doc.json deleted file mode 100644 index cb49386a96..0000000000 --- a/hr/doctype/employee_training/locale/_messages_doc.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - "Program / Seminar Title", - "Certificate", - "HR", - "Employee Training", - "Duration", - "Location", - "Institute / Conducted By" -] \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/ar-doc.json b/hr/doctype/employee_training/locale/ar-doc.json deleted file mode 100644 index 789f2845b5..0000000000 --- a/hr/doctype/employee_training/locale/ar-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "\u0634\u0647\u0627\u062f\u0629", - "Duration": "\u0645\u062f\u0629", - "Employee Training": "\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646", - "HR": "HR", - "Institute / Conducted By": "\u0645\u0639\u0647\u062f / \u0623\u062c\u0631\u062a\u0647", - "Location": "\u0645\u0648\u0642\u0639", - "Program / Seminar Title": "\u0628\u0631\u0646\u0627\u0645\u062c / \u0646\u062f\u0648\u0629 \u0639\u0646\u0648\u0627\u0646" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/de-doc.json b/hr/doctype/employee_training/locale/de-doc.json deleted file mode 100644 index 9a378eb4f7..0000000000 --- a/hr/doctype/employee_training/locale/de-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Zertifikat", - "Duration": "Dauer", - "Employee Training": "Mitarbeiterschulung", - "HR": "HR", - "Institute / Conducted By": "Institute / By Geleitete", - "Location": "Lage", - "Program / Seminar Title": "Programm / Seminar Titel" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/es-doc.json b/hr/doctype/employee_training/locale/es-doc.json deleted file mode 100644 index 38c0437722..0000000000 --- a/hr/doctype/employee_training/locale/es-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Certificado", - "Duration": "Duraci\u00f3n", - "Employee Training": "Capacitaci\u00f3n de los empleados", - "HR": "HR", - "Institute / Conducted By": "Instituto / Conducido por los", - "Location": "Ubicaci\u00f3n", - "Program / Seminar Title": "Programa / Seminario de T\u00edtulo" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/fr-doc.json b/hr/doctype/employee_training/locale/fr-doc.json deleted file mode 100644 index f2097e6c1c..0000000000 --- a/hr/doctype/employee_training/locale/fr-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Certificat", - "Duration": "Dur\u00e9e", - "Employee Training": "Formation des employ\u00e9s", - "HR": "RH", - "Institute / Conducted By": "Institut / Men\u00e9e par", - "Location": "Emplacement", - "Program / Seminar Title": "Programme / S\u00e9minaire Titre" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/hi-doc.json b/hr/doctype/employee_training/locale/hi-doc.json deleted file mode 100644 index 403e3f4128..0000000000 --- a/hr/doctype/employee_training/locale/hi-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "\u092a\u094d\u0930\u092e\u093e\u0923\u092a\u0924\u094d\u0930", - "Duration": "\u0905\u0935\u0927\u093f", - "Employee Training": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u092a\u094d\u0930\u0936\u093f\u0915\u094d\u0937\u0923", - "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", - "Institute / Conducted By": "/ \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0926\u094d\u0935\u093e\u0930\u093e \u0906\u092f\u094b\u091c\u093f\u0924", - "Location": "\u0938\u094d\u0925\u093e\u0928", - "Program / Seminar Title": "\u0915\u093e\u0930\u094d\u092f\u0915\u094d\u0930\u092e / \u0936\u0940\u0930\u094d\u0937\u0915 \u0938\u0902\u0917\u094b\u0937\u094d\u0920\u0940" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/hr-doc.json b/hr/doctype/employee_training/locale/hr-doc.json deleted file mode 100644 index 8cc35c8907..0000000000 --- a/hr/doctype/employee_training/locale/hr-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Certifikat", - "Duration": "Trajanje", - "Employee Training": "Zaposlenik Trening", - "HR": "HR", - "Institute / Conducted By": "Institut / provela", - "Location": "Lokacija", - "Program / Seminar Title": "Program / Seminar Naslov" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/nl-doc.json b/hr/doctype/employee_training/locale/nl-doc.json deleted file mode 100644 index c11a24cb40..0000000000 --- a/hr/doctype/employee_training/locale/nl-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Certificaat", - "Duration": "Duur", - "Employee Training": "Medewerker Training", - "HR": "HR", - "Institute / Conducted By": "Instituut / uitgevoerd door", - "Location": "Plaats", - "Program / Seminar Title": "Programma / Seminarie Titel" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/pt-BR-doc.json b/hr/doctype/employee_training/locale/pt-BR-doc.json deleted file mode 100644 index 474dce3c65..0000000000 --- a/hr/doctype/employee_training/locale/pt-BR-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Certid\u00e3o", - "Duration": "Dura\u00e7\u00e3o", - "Employee Training": "Treinamento de funcion\u00e1rios", - "HR": "RH", - "Institute / Conducted By": "Instituto / Conduzido por", - "Location": "Localiza\u00e7\u00e3o", - "Program / Seminar Title": "Programa / T\u00edtulo do Semin\u00e1rio" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/pt-doc.json b/hr/doctype/employee_training/locale/pt-doc.json deleted file mode 100644 index 03d866c855..0000000000 --- a/hr/doctype/employee_training/locale/pt-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "Certid\u00e3o", - "Duration": "Dura\u00e7\u00e3o", - "Employee Training": "Treinamento de funcion\u00e1rios", - "HR": "HR", - "Institute / Conducted By": "Instituto / conduzido por", - "Location": "Localiza\u00e7\u00e3o", - "Program / Seminar Title": "Programa / Semin\u00e1rio T\u00edtulo" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/sr-doc.json b/hr/doctype/employee_training/locale/sr-doc.json deleted file mode 100644 index e4389e7db9..0000000000 --- a/hr/doctype/employee_training/locale/sr-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "\u041f\u043e\u0442\u0432\u0440\u0434\u0430", - "Duration": "\u0422\u0440\u0430\u0458\u0430\u045a\u0435", - "Employee Training": "\u041e\u0431\u0443\u043a\u0430 \u0437\u0430\u043f\u043e\u0441\u043b\u0435\u043d\u0438\u0445", - "HR": "\u0425\u0420", - "Institute / Conducted By": "\u0418\u043d\u0441\u0442\u0438\u0442\u0443\u0442 / \u0441\u043f\u0440\u043e\u0432\u0435\u043b\u0430", - "Location": "\u041b\u043e\u043a\u0430\u0446\u0438\u0458\u0430", - "Program / Seminar Title": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c / \u0421\u0435\u043c\u0438\u043d\u0430\u0440 \u041d\u0430\u0437\u0438\u0432" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/ta-doc.json b/hr/doctype/employee_training/locale/ta-doc.json deleted file mode 100644 index 87f726cf7a..0000000000 --- a/hr/doctype/employee_training/locale/ta-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "\u0b9a\u0bbe\u0ba9\u0bcd\u0bb1\u0bbf\u0ba4\u0bb4\u0bcd", - "Duration": "\u0ba8\u0bc0\u0b9f\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bae\u0bcd", - "Employee Training": "\u0baa\u0ba3\u0bbf\u0baf\u0bbe\u0bb3\u0bb0\u0bcd \u0baa\u0baf\u0bbf\u0bb1\u0bcd\u0b9a\u0bbf", - "HR": "\u0b85\u0bb2\u0bc1\u0bb5\u0bb2\u0b95", - "Institute / Conducted By": "\u0ba8\u0bbf\u0bb1\u0bc1\u0bb5\u0ba9\u0bae\u0bcd / \u0ba8\u0b9f\u0ba4\u0bcd\u0ba4\u0baa\u0bcd\u0baa\u0b9f\u0bc1\u0bae\u0bcd", - "Location": "\u0b87\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0b9f\u0bae\u0bcd", - "Program / Seminar Title": "\u0ba8\u0bbf\u0bb0\u0bb2\u0bcd / \u0b95\u0bb0\u0bc1\u0ba4\u0bcd\u0ba4\u0bb0\u0b99\u0bcd\u0b95 \u0ba4\u0bb2\u0bc8\u0baa\u0bcd\u0baa\u0bc1" -} \ No newline at end of file diff --git a/hr/doctype/employee_training/locale/th-doc.json b/hr/doctype/employee_training/locale/th-doc.json deleted file mode 100644 index 423b367c4f..0000000000 --- a/hr/doctype/employee_training/locale/th-doc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Certificate": "\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", - "Duration": "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32", - "Employee Training": "\u0e01\u0e32\u0e23\u0e1d\u0e36\u0e01\u0e2d\u0e1a\u0e23\u0e21\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19", - "HR": "\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e1a\u0e38\u0e04\u0e04\u0e25", - "Institute / Conducted By": "\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23 / \u0e42\u0e14\u0e22", - "Location": "\u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48", - "Program / Seminar Title": "\u0e0a\u0e37\u0e48\u0e2d\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 / \u0e2a\u0e31\u0e21\u0e21\u0e19\u0e32" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/__init__.py b/hr/doctype/other_income_detail/__init__.py deleted file mode 100644 index baffc48825..0000000000 --- a/hr/doctype/other_income_detail/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from __future__ import unicode_literals diff --git a/hr/doctype/other_income_detail/locale/_messages_doc.json b/hr/doctype/other_income_detail/locale/_messages_doc.json deleted file mode 100644 index 4b80e722ba..0000000000 --- a/hr/doctype/other_income_detail/locale/_messages_doc.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - "Other Income Detail", - "Under Section", - "Modified Amount", - "Actual Amount", - "HR", - "Max. Limit", - "Eligible Amount", - "Particulars" -] \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/ar-doc.json b/hr/doctype/other_income_detail/locale/ar-doc.json deleted file mode 100644 index e074de2ee7..0000000000 --- a/hr/doctype/other_income_detail/locale/ar-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0641\u0639\u0644\u064a", - "Eligible Amount": "\u0627\u0644\u0645\u0624\u0647\u0644\u0629 \u0627\u0644\u0645\u0628\u0644\u063a", - "HR": "HR", - "Max. Limit": "\u0645\u0627\u0643\u0633. \u0642\u0635\u0631", - "Modified Amount": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0628\u0644\u063a", - "Other Income Detail": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u062e\u0631\u0649", - "Particulars": "\u062a\u0641\u0627\u0635\u064a\u0644", - "Under Section": "\u062a\u062d\u062a \u0627\u0644\u0642\u0633\u0645" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/de-doc.json b/hr/doctype/other_income_detail/locale/de-doc.json deleted file mode 100644 index 9f6b886378..0000000000 --- a/hr/doctype/other_income_detail/locale/de-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Istmenge", - "Eligible Amount": "Anrechnungsbetrag", - "HR": "HR", - "Max. Limit": "Max Limit", - "Modified Amount": "Ge\u00e4ndert Betrag", - "Other Income Detail": "Sonstige Ertr\u00e4ge Detailansicht", - "Particulars": "Einzelheiten", - "Under Section": "Gem\u00e4\u00df \u00a7" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/es-doc.json b/hr/doctype/other_income_detail/locale/es-doc.json deleted file mode 100644 index 18824fac2c..0000000000 --- a/hr/doctype/other_income_detail/locale/es-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Cantidad real", - "Eligible Amount": "Monto Elegible", - "HR": "HR", - "Max. Limit": "Max. Limitar", - "Modified Amount": "Monto de la modificaci\u00f3n", - "Other Income Detail": "Detalle de otros ingresos", - "Particulars": "Datos", - "Under Section": "Bajo la Secci\u00f3n" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/fr-doc.json b/hr/doctype/other_income_detail/locale/fr-doc.json deleted file mode 100644 index 9f2edb53eb..0000000000 --- a/hr/doctype/other_income_detail/locale/fr-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Montant r\u00e9el", - "Eligible Amount": "Montant admissible", - "HR": "RH", - "Max. Limit": "Max. Limiter", - "Modified Amount": "Montant de modification", - "Other Income Detail": "D\u00e9tail Autres revenus", - "Particulars": "Coordonn\u00e9es", - "Under Section": "Conform\u00e9ment \u00e0 l'article" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/hi-doc.json b/hr/doctype/other_income_detail/locale/hi-doc.json deleted file mode 100644 index 134810c3a6..0000000000 --- a/hr/doctype/other_income_detail/locale/hi-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u0930\u093e\u0936\u093f", - "Eligible Amount": "\u092a\u093e\u0924\u094d\u0930\u0924\u093e \u0930\u093e\u0936\u093f", - "HR": "\u092e\u093e\u0928\u0935 \u0938\u0902\u0938\u093e\u0927\u0928", - "Max. Limit": "\u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0940\u092e\u093e", - "Modified Amount": "\u0938\u0902\u0936\u094b\u0927\u093f\u0924 \u0930\u093e\u0936\u093f", - "Other Income Detail": "\u0905\u0928\u094d\u092f \u0906\u092f \u0935\u093f\u0938\u094d\u0924\u093e\u0930", - "Particulars": "\u092c\u094d\u092f\u094c\u0930\u0947", - "Under Section": "\u0927\u093e\u0930\u093e \u0915\u0947 \u0924\u0939\u0924" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/hr-doc.json b/hr/doctype/other_income_detail/locale/hr-doc.json deleted file mode 100644 index 579384648a..0000000000 --- a/hr/doctype/other_income_detail/locale/hr-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Stvarni iznos", - "Eligible Amount": "Prihvatljivo Iznos", - "HR": "HR", - "Max. Limit": "Maks. Ograni\u010diti", - "Modified Amount": "Promijenio Iznos", - "Other Income Detail": "Ostali prihodi Detalj", - "Particulars": "Pojedinosti", - "Under Section": "Pod Odjela" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/nl-doc.json b/hr/doctype/other_income_detail/locale/nl-doc.json deleted file mode 100644 index 868a56e1c8..0000000000 --- a/hr/doctype/other_income_detail/locale/nl-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Werkelijke bedrag", - "Eligible Amount": "In aanmerking komende bedrag", - "HR": "HR", - "Max. Limit": "Max. Beperken", - "Modified Amount": "Gewijzigd Bedrag", - "Other Income Detail": "Overige inkomsten Detail", - "Particulars": "Bijzonderheden", - "Under Section": "Op grond van artikel" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/pt-BR-doc.json b/hr/doctype/other_income_detail/locale/pt-BR-doc.json deleted file mode 100644 index be0f530c58..0000000000 --- a/hr/doctype/other_income_detail/locale/pt-BR-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Valor Real", - "Eligible Amount": "Montante eleg\u00edvel", - "HR": "RH", - "Max. Limit": "Max. Limitar", - "Modified Amount": "Quantidade modificada", - "Other Income Detail": "Detalhe sobre Outras Receitas", - "Particulars": "Caracter\u00edsticas", - "Under Section": "Segundo a Se\u00e7\u00e3o" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/pt-doc.json b/hr/doctype/other_income_detail/locale/pt-doc.json deleted file mode 100644 index eeae4cf69d..0000000000 --- a/hr/doctype/other_income_detail/locale/pt-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "Valor Real", - "Eligible Amount": "Montante eleg\u00edvel", - "HR": "HR", - "Max. Limit": "Max. Limitar", - "Modified Amount": "Quantidade modificado", - "Other Income Detail": "Detalhe Outras Receitas", - "Particulars": "Caracter\u00edsticas", - "Under Section": "Segundo a Se\u00e7\u00e3o" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/sr-doc.json b/hr/doctype/other_income_detail/locale/sr-doc.json deleted file mode 100644 index 381f4eae71..0000000000 --- a/hr/doctype/other_income_detail/locale/sr-doc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "HR": "\u0425\u0420", - "Other Income Detail": "\u041e\u0441\u0442\u0430\u043b\u0438 \u043f\u0440\u0438\u0445\u043e\u0434\u0438 \u0414\u0435\u0442\u0430\u0459" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/ta-doc.json b/hr/doctype/other_income_detail/locale/ta-doc.json deleted file mode 100644 index 9e1f654835..0000000000 --- a/hr/doctype/other_income_detail/locale/ta-doc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "HR": "\u0b85\u0bb2\u0bc1\u0bb5\u0bb2\u0b95", - "Other Income Detail": "\u0bae\u0bb1\u0bcd\u0bb1 \u0bb5\u0bb0\u0bc1\u0bae\u0bbe\u0ba9\u0bae\u0bcd \u0bb5\u0bbf\u0bb0\u0bbf\u0bb5\u0bbe\u0b95" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/locale/th-doc.json b/hr/doctype/other_income_detail/locale/th-doc.json deleted file mode 100644 index 4a54cc5734..0000000000 --- a/hr/doctype/other_income_detail/locale/th-doc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Actual Amount": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e07\u0e34\u0e19\u0e17\u0e35\u0e48\u0e41\u0e17\u0e49\u0e08\u0e23\u0e34\u0e07", - "Eligible Amount": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c", - "HR": "\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e1a\u0e38\u0e04\u0e04\u0e25", - "Max. Limit": "\u0e41\u0e21\u0e47\u0e01\u0e0b\u0e4c \u0e08\u0e33\u0e01\u0e31\u0e14", - "Modified Amount": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02", - "Other Income Detail": "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e23\u0e32\u0e22\u200b\u200b\u0e44\u0e14\u0e49\u0e2d\u0e37\u0e48\u0e19 \u0e46", - "Particulars": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", - "Under Section": "\u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e32" -} \ No newline at end of file diff --git a/hr/doctype/other_income_detail/other_income_detail.py b/hr/doctype/other_income_detail/other_income_detail.py deleted file mode 100644 index 7f48feb2eb..0000000000 --- a/hr/doctype/other_income_detail/other_income_detail.py +++ /dev/null @@ -1,22 +0,0 @@ -# ERPNext - web based ERP (http://erpnext.com) -# Copyright (C) 2012 Web Notes Technologies Pvt Ltd -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals -import webnotes - -class DocType: - def __init__(self, d, dl): - self.doc, self.doclist = d, dl \ No newline at end of file diff --git a/hr/doctype/other_income_detail/other_income_detail.txt b/hr/doctype/other_income_detail/other_income_detail.txt deleted file mode 100644 index b647ee75ea..0000000000 --- a/hr/doctype/other_income_detail/other_income_detail.txt +++ /dev/null @@ -1,99 +0,0 @@ -[ - { - "creation": "2013-02-22 01:27:47", - "docstatus": 0, - "modified": "2013-03-07 07:03:26", - "modified_by": "Administrator", - "owner": "Administrator" - }, - { - "doctype": "DocType", - "istable": 1, - "module": "HR", - "name": "__common__" - }, - { - "doctype": "DocField", - "name": "__common__", - "parent": "Other Income Detail", - "parentfield": "fields", - "parenttype": "DocType", - "permlevel": 0 - }, - { - "doctype": "DocPerm", - "name": "__common__", - "parent": "Other Income Detail", - "parentfield": "permissions", - "parenttype": "DocType", - "permlevel": 0, - "read": 1, - "report": 1, - "role": "System Manager", - "submit": 0, - "write": 1 - }, - { - "doctype": "DocType", - "name": "Other Income Detail" - }, - { - "doctype": "DocField", - "fieldname": "particulars2", - "fieldtype": "Small Text", - "label": "Particulars", - "oldfieldname": "particulars2", - "oldfieldtype": "Small Text", - "print_width": "200px", - "read_only": 1, - "reqd": 1, - "width": "200px" - }, - { - "doctype": "DocField", - "fieldname": "under_section2", - "fieldtype": "Data", - "label": "Under Section", - "oldfieldname": "under_section2", - "oldfieldtype": "Data", - "read_only": 1, - "reqd": 1 - }, - { - "doctype": "DocField", - "fieldname": "max_limit2", - "fieldtype": "Currency", - "label": "Max. Limit", - "oldfieldname": "max_limit2", - "oldfieldtype": "Currency", - "read_only": 1 - }, - { - "doctype": "DocField", - "fieldname": "actual_amount2", - "fieldtype": "Currency", - "label": "Actual Amount", - "oldfieldname": "actual_amount2", - "oldfieldtype": "Currency" - }, - { - "doctype": "DocField", - "fieldname": "eligible_amount2", - "fieldtype": "Currency", - "label": "Eligible Amount", - "oldfieldname": "eligible_amount2", - "oldfieldtype": "Currency", - "read_only": 1 - }, - { - "doctype": "DocField", - "fieldname": "modified_amount2", - "fieldtype": "Currency", - "label": "Modified Amount", - "oldfieldname": "modified_amount2", - "oldfieldtype": "Currency" - }, - { - "doctype": "DocPerm" - } -] \ No newline at end of file