mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 18:45:20 +00:00
rename dt first cut
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# DocType Mapper, KRA Template-Appraisal
|
||||
# DocType Mapper, Appraisal Template-Appraisal
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
@@ -14,30 +14,30 @@
|
||||
{
|
||||
'doctype': 'Table Mapper Detail',
|
||||
'from_field': 'kra_sheet',
|
||||
'from_table': 'KRA Sheet',
|
||||
'from_table': 'Appraisal Template Goal',
|
||||
'match_id': 0,
|
||||
'name': '__common__',
|
||||
'parent': 'KRA Template-Appraisal',
|
||||
'parent': 'Appraisal Template-Appraisal',
|
||||
'parentfield': 'table_mapper_details',
|
||||
'parenttype': 'DocType Mapper',
|
||||
'to_field': 'appraisal_details',
|
||||
'to_table': 'Appraisal Detail',
|
||||
'to_table': 'Appraisal Goal',
|
||||
'validation_logic': 'name is not Null'
|
||||
},
|
||||
|
||||
# These values are common for all DocType Mapper
|
||||
{
|
||||
'doctype': 'DocType Mapper',
|
||||
'from_doctype': 'KRA Template',
|
||||
'from_doctype': 'Appraisal Template',
|
||||
'module': 'HR',
|
||||
'name': '__common__',
|
||||
'to_doctype': 'Appraisal'
|
||||
},
|
||||
|
||||
# DocType Mapper, KRA Template-Appraisal
|
||||
# DocType Mapper, Appraisal Template-Appraisal
|
||||
{
|
||||
'doctype': 'DocType Mapper',
|
||||
'name': 'KRA Template-Appraisal'
|
||||
'name': 'Appraisal Template-Appraisal'
|
||||
},
|
||||
|
||||
# Table Mapper Detail
|
||||
@@ -113,19 +113,19 @@
|
||||
{
|
||||
'doctype': 'Table Mapper Detail',
|
||||
'from_field': 'earning_details',
|
||||
'from_table': 'Earning Detail',
|
||||
'from_table': 'Salary Structure Earning',
|
||||
'match_id': 1,
|
||||
'to_field': 'earning_details',
|
||||
'to_table': 'SS Earning Detail'
|
||||
'to_table': 'Salary Slip Earning'
|
||||
},
|
||||
|
||||
# Table Mapper Detail
|
||||
{
|
||||
'doctype': 'Table Mapper Detail',
|
||||
'from_field': 'deduction_details',
|
||||
'from_table': 'Deduction Detail',
|
||||
'from_table': 'Salary Structure Deduction',
|
||||
'match_id': 2,
|
||||
'to_field': 'deduction_details',
|
||||
'to_table': 'SS Deduction Detail'
|
||||
'to_table': 'Salary Slip Deduction'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user