Commit Graph

7 Commits

Author SHA1 Message Date
Darko Gjorgjijoski
3ceb08bc31 Upgrade Pinia from v2 to v3 (#596)
Migrate all 37 store definitions from the deprecated object-with-id
signature to the string-id-first signature required by Pinia 3:

  defineStore({ id: 'name', ... }) → defineStore('name', { ... })
2026-04-02 16:12:11 +02:00
Darko Gjorgjijoski
db4396f160 Remove duplicate noLabel in dialog store 2024-04-16 03:01:14 +02:00
Mohit Panjwani
bdea879273 v6 update 2022-01-10 16:06:17 +05:30
yogesh_gohil
2b0477d576 fix recurring invoice view page table 2021-12-06 16:11:24 +05:30
yashkanakiya
d839962292 Fix mark as accepted not updating state 2021-12-01 13:52:12 +00:00
makwanar587
e22f60ff16 fix issues 2021-12-01 14:46:25 +05:30
Mohit Panjwani
082d5cacf2 v5.0.0 update 2021-11-30 18:58:19 +05:30