Add basic print management

This commit is contained in:
mcarquigny
2025-03-29 12:49:12 +01:00
parent 93b26908f1
commit 25e5dbe94a
4 changed files with 129 additions and 32 deletions

View File

@ -4,36 +4,17 @@ HFSPlay stock management
## TODO
- [ ] fix style
- [ ] handle file upload
- [x] handle file upload
- [ ] editable categories
- [ ] qrcode generation
- [x] qrcode generation
- [ ] fix search to be persistent
- [ ] fix comments to be more legible
- [ ] fix comments to allow resolution
- [ ] batch print QR codes
- [ ] fix tables pagination
## Install the dependencies
```bash
yarn
# or
npm install
```
## Ideas
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### For real production
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
Add auto backup to a remote minio server