feat: add date range search functionality to invoice management
This commit is contained in:
parent
7897103a1b
commit
73562a59c1
2 changed files with 46 additions and 18 deletions
|
|
@ -162,6 +162,8 @@ export const useInvoice = defineStore('invoice-store', () => {
|
|||
debitNoteOnly?: boolean;
|
||||
quotationId?: string;
|
||||
debitNoteId?: string;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
}) {
|
||||
const res = await api.get<PaginationResult<Invoice>>('/invoice', {
|
||||
params,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue