|
|
@@ -108,23 +108,24 @@ const NavigationContent: React.FC<Props> = ({ abilities }) => { |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Staff Reimbursement", |
|
|
|
path: "/staffReimbursement", |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Claim Approval", |
|
|
|
path: "/staffReimbursement/ClaimApproval", |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <RequestQuote />, |
|
|
|
label: "Claim Summary", |
|
|
|
path: "/staffReimbursement/ClaimSummary", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
// No Claim function in Breaur, will be implement later |
|
|
|
// { |
|
|
|
// icon: <RequestQuote />, |
|
|
|
// label: "Staff Reimbursement", |
|
|
|
// path: "/staffReimbursement", |
|
|
|
// children: [ |
|
|
|
// { |
|
|
|
// icon: <RequestQuote />, |
|
|
|
// label: "Claim Approval", |
|
|
|
// path: "/staffReimbursement/ClaimApproval", |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// icon: <RequestQuote />, |
|
|
|
// label: "Claim Summary", |
|
|
|
// path: "/staffReimbursement/ClaimSummary", |
|
|
|
// }, |
|
|
|
// ], |
|
|
|
// }, |
|
|
|
{ icon: <Assignment />, label: "Project Management", path: "/projects" }, |
|
|
|
{ icon: <Task />, label: "Task Template", path: "/tasks" }, |
|
|
|
{ icon: <Payments />, label: "Invoice", path: "/invoice" }, |
|
|
|