Compare commits

..

2 Commits

Author SHA1 Message Date
eb08519c6d added permission keys 2025-07-25 19:59:24 +05:30
41d3230325 added msg if data not exist 2025-07-25 19:59:03 +05:30
2 changed files with 21 additions and 0 deletions

View File

@ -301,6 +301,12 @@ const ExpenseList = ({filters}) => {
</>
)
)}
{!isInitialLoading && items.length === 0 && <tr rowSpan={8} style={{height:"200px"}}>
<td colSpan={8}>
No Expnese Found
</td>
</tr>}
</tbody>
</table>
</div>

View File

@ -41,5 +41,20 @@ export const DIRECTORY_MANAGER = "62668630-13ce-4f52-a0f0-db38af2230c5"
export const DIRECTORY_USER = "0f919170-92d4-4337-abd3-49b66fc871bb"
export const VIEW_SELF_EXPENSE = "385be49f-8fde-440e-bdbc-3dffeb8dd116"
export const VIEW_ALL_EXPNESE = "01e06444-9ca7-4df4-b900-8c3fa051b92f";
export const CREATE_EXEPENSE = "0f57885d-bcb2-4711-ac95-d841ace6d5a7";
export const REVIEW_EXPENSE = "1f4bda08-1873-449a-bb66-3e8222bd871b";
export const APPROVE_EXPENSE = "eaafdd76-8aac-45f9-a530-315589c6deca";
export const PROCESS_EXPENSE = "ea5a1529-4ee8-4828-80ea-0e23c9d4dd11"
export const EXPENSE_MANAGE = "ea5a1529-4ee8-4828-80ea-0e23c9d4dd11"
export const BASE_URL = process.env.VITE_BASE_URL;
// export const BASE_URL = "https://api.marcoaiot.com";