Add basic print management
This commit is contained in:
39
README.md
39
README.md
@ -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
|
||||
|
||||
Reference in New Issue
Block a user