,
- label: "Project Financial Summary",
+ label: "Financial Summary",
path: "/dashboard/ProjectFinancialSummary",
},
{
@@ -84,12 +84,12 @@ const navigationItems: NavigationItem[] = [
children: [
{
icon:
,
- label: "ClaimApproval",
+ label: "Claim Approval",
path: "/staffReimbursement/ClaimApproval",
},
{
icon:
,
- label: "ClaimSummary",
+ label: "Claim Summary",
path: "/staffReimbursement/ClaimSummary",
},
],
diff --git a/src/components/ProgressByClient/ProgressByClient.tsx b/src/components/ProgressByClient/ProgressByClient.tsx
index 939f5d3..6815f73 100644
--- a/src/components/ProgressByClient/ProgressByClient.tsx
+++ b/src/components/ProgressByClient/ProgressByClient.tsx
@@ -333,7 +333,7 @@ const ProgressByClient: React.FC = () => {
const series: ApexAxisChartSeries | ApexNonAxisChartSeries = [
{
- name: "Current Stage Completion Percentage",
+ name: "Project Resource Consumption Percentage",
data: [80, 55, 40, 65, 70],
},
];
@@ -426,7 +426,7 @@ const ProgressByClient: React.FC = () => {
},
},
title: {
- text: "Current Stage Completion Percentage",
+ text: "Project Resource Consumption Percentage",
align: "center",
},
grid: {
@@ -503,7 +503,7 @@ const ProgressByClient: React.FC = () => {
-
+
{
const series: ApexAxisChartSeries | ApexNonAxisChartSeries = [
{
- name: "Current Stage Completion Percentage",
+ name: "Project Resource Consumption Percentage",
data: [80, 55, 40, 65, 70],
},
];
@@ -403,7 +403,7 @@ const ProgressByTeam: React.FC = () => {
},
},
title: {
- text: "Current Stage Completion Percentage",
+ text: "Project Resource Consumption Percentage",
align: "center",
},
grid: {
@@ -480,7 +480,7 @@ const ProgressByTeam: React.FC = () => {
-
+
{
className="text-sm font-medium ml-5 mt-2"
style={{ color: "#898d8d" }}
>
- Total A. Receivable
+ Total Invoiced Amount
{
className="text-sm font-medium ml-5"
style={{ color: "#898d8d" }}
>
- Amount Received
+ Total Received Amount
{
className="text-sm font-medium ml-5"
style={{ color: "#898d8d" }}
>
- Remaining Balance
+ Accounts Receivable
{
className="text-sm font-medium ml-5 mt-2"
style={{ color: "#898d8d" }}
>
- Budgeted Expenditure
+ Total Budget
{
className="text-sm font-medium ml-5"
style={{ color: "#898d8d" }}
>
- Actual Expenditure
+ Total Cumulative Expenditure
{
className="text-sm font-medium ml-5"
style={{ color: "#898d8d" }}
>
- Remaining Balance
+ Accounts Receivable
= ({
const subsidiary = await fetchSubsidiary(parseInt(id))
- if (subsidiary !== null && Object.keys(subsidiary).length > 0) {
- console.log(subsidiary)
+ if (subsidiary !== null && Object.keys(subsidiary).length > 0 && !Object.values(subsidiary.subsidiary).every(x => x === null)) {
const tempSubsidiaryInput = {
id: subsidiary.subsidiary.id,
code: subsidiary.subsidiary.code ?? "",