add default leave types data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4c2eb7e400
commit
b91ff07f56
|
|
@ -0,0 +1,106 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"leave_type_name": "Ödənişsiz məzuniyyət",
|
||||||
|
"max_leaves_allowed": 0,
|
||||||
|
"applicable_after": 0,
|
||||||
|
"max_continuous_days_allowed": 0,
|
||||||
|
"is_carry_forward": 0,
|
||||||
|
"is_lwp": 1,
|
||||||
|
"is_ppl": 0,
|
||||||
|
"fraction_of_daily_salary_per_leave": 0,
|
||||||
|
"is_optional_leave": 0,
|
||||||
|
"allow_negative": 0,
|
||||||
|
"allow_over_allocation": 0,
|
||||||
|
"include_holiday": 1,
|
||||||
|
"is_compensatory": 0,
|
||||||
|
"maximum_carry_forwarded_leaves": 0,
|
||||||
|
"expire_carry_forwarded_leaves_after_days": 0,
|
||||||
|
"allow_encashment": 0,
|
||||||
|
"max_encashable_leaves": 0,
|
||||||
|
"non_encashable_leaves": 0,
|
||||||
|
"earning_component": null,
|
||||||
|
"is_earned_leave": 0,
|
||||||
|
"earned_leave_frequency": "Monthly",
|
||||||
|
"allocate_on_day": "Last Day",
|
||||||
|
"rounding": "",
|
||||||
|
"doctype": "Leave Type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leave_type_name": "Ödənişli məzuniyyət",
|
||||||
|
"max_leaves_allowed": 21,
|
||||||
|
"applicable_after": 0,
|
||||||
|
"max_continuous_days_allowed": 0,
|
||||||
|
"is_carry_forward": 1,
|
||||||
|
"is_lwp": 0,
|
||||||
|
"is_ppl": 0,
|
||||||
|
"fraction_of_daily_salary_per_leave": 0,
|
||||||
|
"is_optional_leave": 0,
|
||||||
|
"allow_negative": 0,
|
||||||
|
"allow_over_allocation": 0,
|
||||||
|
"include_holiday": 0,
|
||||||
|
"is_compensatory": 0,
|
||||||
|
"maximum_carry_forwarded_leaves": 0,
|
||||||
|
"expire_carry_forwarded_leaves_after_days": 0,
|
||||||
|
"allow_encashment": 1,
|
||||||
|
"max_encashable_leaves": 21,
|
||||||
|
"non_encashable_leaves": 0,
|
||||||
|
"earning_component": "Məzuniyyət Kompensasiyası",
|
||||||
|
"is_earned_leave": 0,
|
||||||
|
"earned_leave_frequency": "Monthly",
|
||||||
|
"allocate_on_day": "Last Day",
|
||||||
|
"rounding": "",
|
||||||
|
"doctype": "Leave Type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leave_type_name": "Xəstəlik vərəqəsi",
|
||||||
|
"max_leaves_allowed": 0,
|
||||||
|
"applicable_after": 0,
|
||||||
|
"max_continuous_days_allowed": 0,
|
||||||
|
"is_carry_forward": 0,
|
||||||
|
"is_lwp": 0,
|
||||||
|
"is_ppl": 0,
|
||||||
|
"fraction_of_daily_salary_per_leave": 0,
|
||||||
|
"is_optional_leave": 0,
|
||||||
|
"allow_negative": 0,
|
||||||
|
"allow_over_allocation": 0,
|
||||||
|
"include_holiday": 1,
|
||||||
|
"is_compensatory": 0,
|
||||||
|
"maximum_carry_forwarded_leaves": 0,
|
||||||
|
"expire_carry_forwarded_leaves_after_days": 0,
|
||||||
|
"allow_encashment": 0,
|
||||||
|
"max_encashable_leaves": 0,
|
||||||
|
"non_encashable_leaves": 0,
|
||||||
|
"earning_component": null,
|
||||||
|
"is_earned_leave": 0,
|
||||||
|
"earned_leave_frequency": "Monthly",
|
||||||
|
"allocate_on_day": "Last Day",
|
||||||
|
"rounding": "",
|
||||||
|
"doctype": "Leave Type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leave_type_name": "Məzuniyyət kompensasiyası",
|
||||||
|
"max_leaves_allowed": 0,
|
||||||
|
"applicable_after": 0,
|
||||||
|
"max_continuous_days_allowed": 0,
|
||||||
|
"is_carry_forward": 0,
|
||||||
|
"is_lwp": 0,
|
||||||
|
"is_ppl": 0,
|
||||||
|
"fraction_of_daily_salary_per_leave": 0,
|
||||||
|
"is_optional_leave": 0,
|
||||||
|
"allow_negative": 0,
|
||||||
|
"allow_over_allocation": 0,
|
||||||
|
"include_holiday": 1,
|
||||||
|
"is_compensatory": 1,
|
||||||
|
"maximum_carry_forwarded_leaves": 0,
|
||||||
|
"expire_carry_forwarded_leaves_after_days": 0,
|
||||||
|
"allow_encashment": 0,
|
||||||
|
"max_encashable_leaves": 0,
|
||||||
|
"non_encashable_leaves": 0,
|
||||||
|
"earning_component": null,
|
||||||
|
"is_earned_leave": 0,
|
||||||
|
"earned_leave_frequency": "Monthly",
|
||||||
|
"allocate_on_day": "Last Day",
|
||||||
|
"rounding": "",
|
||||||
|
"doctype": "Leave Type"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue