|
@@ -547,12 +547,12 @@ const columns2 = [ |
|
|
<div style={{display:"inline-block",width:"99%",marginLeft:10}}> |
|
|
<div style={{display:"inline-block",width:"99%",marginLeft:10}}> |
|
|
<CustomDatagrid rows={filteredProjectResult} columns={columns2} columnWidth={200} dataGridHeight={300}/> |
|
|
<CustomDatagrid rows={filteredProjectResult} columns={columns2} columnWidth={200} dataGridHeight={300}/> |
|
|
</div> |
|
|
</div> |
|
|
<hr></hr> |
|
|
|
|
|
|
|
|
{/* <hr></hr> |
|
|
<div className="ml-10 text-base"><strong>-Formula-</strong></div> |
|
|
<div className="ml-10 text-base"><strong>-Formula-</strong></div> |
|
|
<div className="ml-10 text-sm"><strong>CPI:</strong> Invoiced Amount / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm"><strong>CPI:</strong> Invoiced Amount / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm"><strong>Cash Flow Status: </strong>{`Positive when CPI >= 1`}</div> |
|
|
<div className="ml-10 text-sm"><strong>Cash Flow Status: </strong>{`Positive when CPI >= 1`}</div> |
|
|
<div className="ml-10 text-sm"><strong>Projected CPI:</strong> Project Fee / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm"><strong>Projected CPI:</strong> Project Fee / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm mb-5"><strong>Cash Flow Status: </strong>{`Positive when Projected CPI >= 1`}</div> |
|
|
|
|
|
|
|
|
<div className="ml-10 text-sm mb-5"><strong>Cash Flow Status: </strong>{`Positive when Projected CPI >= 1`}</div> */} |
|
|
</Card> |
|
|
</Card> |
|
|
<Card className="mt-5"> |
|
|
<Card className="mt-5"> |
|
|
<div style={{display:"inline-block"}}> |
|
|
<div style={{display:"inline-block"}}> |
|
@@ -583,12 +583,12 @@ const columns2 = [ |
|
|
{/* <CustomDatagrid rows={clientFinancialRows} columns={columns} columnWidth={200} dataGridHeight={300} checkboxSelection={true} onRowSelectionModelChange={handleSelectionChange} selectionModel={selectionModel}/> */} |
|
|
{/* <CustomDatagrid rows={clientFinancialRows} columns={columns} columnWidth={200} dataGridHeight={300} checkboxSelection={true} onRowSelectionModelChange={handleSelectionChange} selectionModel={selectionModel}/> */} |
|
|
<CustomDatagrid onRowClick={handleRowClick} rows={filteredClientResult} columns={columns} columnWidth={200} dataGridHeight={300}/> |
|
|
<CustomDatagrid onRowClick={handleRowClick} rows={filteredClientResult} columns={columns} columnWidth={200} dataGridHeight={300}/> |
|
|
</div> |
|
|
</div> |
|
|
<hr></hr> |
|
|
|
|
|
|
|
|
{/* <hr></hr> |
|
|
<div className="ml-10 text-base"><strong>-Formula-</strong></div> |
|
|
<div className="ml-10 text-base"><strong>-Formula-</strong></div> |
|
|
<div className="ml-10 text-sm"><strong>CPI:</strong> Invoiced Amount / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm"><strong>CPI:</strong> Invoiced Amount / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm"><strong>Cash Flow Status: </strong>{`Positive when CPI >= 1`}</div> |
|
|
<div className="ml-10 text-sm"><strong>Cash Flow Status: </strong>{`Positive when CPI >= 1`}</div> |
|
|
<div className="ml-10 text-sm"><strong>Projected CPI:</strong> Project Fee / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm"><strong>Projected CPI:</strong> Project Fee / Cumulative Expenditure</div> |
|
|
<div className="ml-10 text-sm mb-5"><strong>Cash Flow Status: </strong>{`Positive when Projected CPI >= 1`}</div> |
|
|
|
|
|
|
|
|
<div className="ml-10 text-sm mb-5"><strong>Cash Flow Status: </strong>{`Positive when Projected CPI >= 1`}</div> */} |
|
|
</Card> |
|
|
</Card> |
|
|
</Grid> |
|
|
</Grid> |
|
|
); |
|
|
); |
|
|