[FIX]leave reset carryforward
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
from django.utils.translation import gettext as _
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
_('monday'),
|
||||
_('tuesday'),
|
||||
_('wednesday'),
|
||||
_('thursday'),
|
||||
_('friday'),
|
||||
_('saturday'),
|
||||
_('sunday'),
|
||||
_('after'),
|
||||
_('weekly'),
|
||||
_('monthly'),
|
||||
_('Employee First Name'),
|
||||
_('Employee Last Name'),
|
||||
_("monday"),
|
||||
_("tuesday"),
|
||||
_("wednesday"),
|
||||
_("thursday"),
|
||||
_("friday"),
|
||||
_("saturday"),
|
||||
_("sunday"),
|
||||
_("after"),
|
||||
_("weekly"),
|
||||
_("monthly"),
|
||||
_("Employee First Name"),
|
||||
_("Employee Last Name"),
|
||||
_("Bank Code #1"),
|
||||
_("Bank Code #2"),
|
||||
_("RECRUITMENT"),
|
||||
@@ -21,28 +21,28 @@ _("PAYROLL"),
|
||||
_("ATTENDANCE"),
|
||||
_("LEAVE"),
|
||||
_("ASSET"),
|
||||
_('Your asset request approved!.'),
|
||||
_('Your asset request rejected!.'),
|
||||
_('You are added to rotating work type'),
|
||||
_("Your asset request approved!."),
|
||||
_("Your asset request rejected!."),
|
||||
_("You are added to rotating work type"),
|
||||
_("You are added to rotating shift"),
|
||||
_('Your work type request has been canceled.'),
|
||||
_('Your work type request has been approved.'),
|
||||
_('Your work type request has been deleted.'),
|
||||
_('Your shift request has been canceled.'),
|
||||
_('Your shift request has been approved.'),
|
||||
_('Your shift request has been deleted.'),
|
||||
_('Your work details has been updated.'),
|
||||
_("Your work type request has been canceled."),
|
||||
_("Your work type request has been approved."),
|
||||
_("Your work type request has been deleted."),
|
||||
_("Your shift request has been canceled."),
|
||||
_("Your shift request has been approved."),
|
||||
_("Your shift request has been deleted."),
|
||||
_("Your work details has been updated."),
|
||||
_("You have a new leave request to validate."),
|
||||
_("New leave type is assigned to you"),
|
||||
_("Your Leave request has been cancelled"),
|
||||
_("Your Leave request has been approved"),
|
||||
_("You are chosen as onboarding stage manager"),
|
||||
_("You are chosen as onboarding task manager"),
|
||||
_('You got an OKR!.'),
|
||||
_('You have received feedback!'),
|
||||
_('You have been assigned as a manager in a feedback!'),
|
||||
_('You have been assigned as a subordinate in a feedback!'),
|
||||
_('You have been assigned as a colleague in a feedback!'),
|
||||
_("You got an OKR!."),
|
||||
_("You have received feedback!"),
|
||||
_("You have been assigned as a manager in a feedback!"),
|
||||
_("You have been assigned as a subordinate in a feedback!"),
|
||||
_("You have been assigned as a colleague in a feedback!"),
|
||||
_("You are chosen as one of recruitment manager"),
|
||||
_("Your attendance for the date "),
|
||||
_(" is validated"),
|
||||
@@ -96,4 +96,10 @@ _("Divorced"),
|
||||
_("Description"),
|
||||
_("Rotate every weekend"),
|
||||
_("Rotate every"),
|
||||
_(),
|
||||
_("Request description"),
|
||||
_("Attendance validated"),
|
||||
_("Is validate request"),
|
||||
_("Is validate request approved"),
|
||||
_("Reporting Manager"),
|
||||
_("Employment Type"),
|
||||
_("Regular Shift"),
|
||||
|
||||
Reference in New Issue
Block a user