Refactor_Expenses #321

Merged
pramod.mahajan merged 249 commits from Refactor_Expenses into hotfix/MasterActivity 2025-08-01 13:14:59 +00:00
Showing only changes of commit 1e6603cc7c - Show all commits

View File

@ -157,6 +157,18 @@ const ExpenseList = ({ filters }) => {
>
<div className="text-start ms-5">Paid By</div>
</th>
<th
className="sorting sorting_desc d-table-cell"
tabIndex="0"
aria-controls="DataTables_Table_0"
rowSpan="1"
colSpan="1"
aria-label="Paid By: activate to sort column ascending"
aria-sort="descending"
>
<div className="text-start ms-5">Submitted</div>
</th>
<th
className="sorting d-table-cell"
tabIndex="0"
@ -221,6 +233,9 @@ const ExpenseList = ({ filters }) => {
}`.trim() || "N/A"}
</span>
</div>
</td>
<td className="d-table-cell text-center">
{formatUTCToLocalTime(expense?.createdAt)}
</td>
<td className="d-table-cell text-end">
<i className="bx bx-rupee b-xs"></i>