Add customer suggestions and selectable invoices features

Introduced customer suggestion functionality for unregistered vehicles based on `reg_1`. Enabled multiple invoice selection with toggle option in order tables. Updated visual styles and handling of errors with automatic clearing.
This commit is contained in:
Jepp9350
2025-04-30 13:05:19 +02:00
parent 6c5818615b
commit 991d516fd3
16 changed files with 588 additions and 112 deletions
+6
View File
@@ -13,6 +13,7 @@
"@sweetalert2/theme-bulma": "^5.0.18",
"@sweetalert2/theme-dark": "^5.0.18",
"@vueuse/core": "^12.7.0",
"animate.css": "^4.1.1",
"axios": "^1.7.8",
"bulma": "^1.0.2",
"bulma-calendar": "^7.1.1",
@@ -2718,6 +2719,11 @@
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/animate.css": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz",
"integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ=="
},
"node_modules/asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",