289c82243f
* feat: Moved Document to Payroll Module * feat: Moved Reports to Payroll Module * feat: Moved Print fromat With Patch * feat: Moved Notifiction to Payroll Module and patches * feat: added dashboard and desk page to Payroll * feat: Payroll Dashboard * feat: Module onboarding * feat: Income tax Deductions Report * feat: Ecs Checklist Report * feat: Provident Fund Report * feat: Professional Fund report and commonified Code * feat: Total Payments Based On Payment Mode Report * fix: refactor and added chart Total Payments Based On Payment Mode * feat: Payroll Settings * fix: Bank remittance Report * feat(Payroll based on): Considered unmarked days * feat: Added Help for condition an formula in Salary structure * fix: requested changes * fix: rename report Ecs checklist to salary_payments_via_ecs * fix: renamed report report/total_payments_based_on_payment_mode * fix: added role via setup.py for regional report * feat: added All reports to desk page * fix: frappe.reload doc in all patches * fix: codacy * fix: frappe.reload_doctype for patches * patch: is_income_tax_component and component_type for salary component * fix: uncommented code * test: fixture * fix: test * test: test_payment_days_based_on_attendance
26 lines
748 B
JSON
26 lines
748 B
JSON
{
|
|
"attach_print": 0,
|
|
"condition": "doc.docstatus==1",
|
|
"creation": "2018-05-15 18:52:36.362838",
|
|
"date_changed": "bonus_payment_date",
|
|
"days_in_advance": 14,
|
|
"docstatus": 0,
|
|
"doctype": "Notification",
|
|
"document_type": "Retention Bonus",
|
|
"enabled": 1,
|
|
"event": "Days Before",
|
|
"idx": 0,
|
|
"is_standard": 1,
|
|
"message": "<p>{{ _(\"Hello\") }},</p>\n\n<p> {{ _(\"Retention Bonus for\") }} {{ doc.employee_name }} {{ _(\"due on\") }} {{ doc.bonus_payment_date }}</p>",
|
|
"modified": "2018-05-15 19:00:24.294418",
|
|
"modified_by": "Administrator",
|
|
"module": "Payroll",
|
|
"name": "Retention Bonus",
|
|
"owner": "Administrator",
|
|
"recipients": [
|
|
{
|
|
"email_by_role": "HR Manager"
|
|
}
|
|
],
|
|
"subject": "Retention Bonus alert for {{ doc.employee }}"
|
|
} |