implemented accounting pages

This commit is contained in:
2024-03-11 19:44:31 +01:00
parent 3a1e468789
commit e56af94a88
71 changed files with 4230 additions and 226 deletions

View File

@ -10,4 +10,5 @@ export default defineEventHandler(async (event) => {
}
setResponseStatus(event, 200)
return errorMsg
})