Skip to content

Commit

Permalink
Create apply hr_request screens
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jul 13, 2023
1 parent bdc0aad commit dd542e1
Show file tree
Hide file tree
Showing 16 changed files with 651 additions and 193 deletions.
181 changes: 99 additions & 82 deletions lib/data/di/service_locator.config.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 27 additions & 1 deletion lib/data/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"alert_cancel_action":"Cancel",
"all_tag":"All",
"ok_tag":"OK",
"type_tag":"Type",
"description_tag":"Description",


"spaces_title":"Spaces",
"delete_space_text":"Delete Space",
Expand Down Expand Up @@ -281,7 +284,7 @@

"user_leaves_apply_appbar_tag":"Leave Request",
"user_leaves_apply_enter_reason_tag":"Enter reason",
"user_leaves_apply_leave_type_tag":"Type",

"user_leaves_apply_leave_start_tag": "Start",
"user_leaves_apply_leave_end_tag": "End",
"user_leaves_apply_leave_button_tag": "Apply Leave",
Expand Down Expand Up @@ -384,5 +387,28 @@
"type":"String"
}
}
},

"hr_requests_title":"HR Requests",
"new_request_tag":"New Request",

"hr_request_status":"{status, select, 0{Pending} 1{Resolved} 2{Canceled} other{Other}}",
"@hr_request_status":{
"description":"get hr request status",
"placeholders":{
"status":{
"type": "String"
}
}
},

"hr_request_types":"{type, select, 0{Employee Relations} 1{Training} 2{payroll} 3{Time And Attendance} 4{HR Benefits} 5{Technical Issue} other{Other}}",
"@hr_request_types":{
"description":"get hr request type",
"placeholders":{
"type":{
"type":"String"
}
}
}
}
Loading

0 comments on commit dd542e1

Please sign in to comment.