Added the functional Estimates page showing the list of estimates in the system.

This commit is contained in:
rocketdebris 2025-11-24 21:44:54 -05:00
parent 888b135fe0
commit a1e9de489d
5 changed files with 252 additions and 2 deletions

View file

@ -20,6 +20,14 @@ export const usePaginationStore = defineStore("pagination", {
sortField: null,
sortOrder: null,
},
estimates: {
first: 0,
page: 0,
rows: 10,
totalRecords: 0,
sortField: null,
sortOrder: null,
},
timesheets: {
first: 0,
page: 0,