add scroll to load invoices and fixed limited category and customer issue in payment and expense

This commit is contained in:
asift798
2022-02-02 18:51:32 +05:30
parent 221184df41
commit 1d402e0143
6 changed files with 100 additions and 12 deletions

View File

@ -17,6 +17,7 @@ export const useCategoryStore = (useWindow = false) => {
name: '',
description: '',
},
editCategory: null
}),
getters: {

View File

@ -25,6 +25,7 @@ export const useCustomerStore = (useWindow = false) => {
currentCustomer: {
...customerStub(),
},
editCustomer: null
}),
getters: {