sqstorage
sqstorage copied to clipboard
A easy to use and quick way to organize your inventory, storages and storage areas
Hi, as you know and also thanks to you I am a user of your sqStorage. I have already written many suggestions for improvement in the ngb forum, now I...
In addition to the CSV and possible XLS export, there could be a option to export a PDF from the current viewed overview of items, categories or subcategories.
It would be nice to have a export function to export data to CSV. This could be done either by pulling the data into a single file or a file...
In order to make it easier to create a printed overview of all contents of the inventory and the categories/subcategories view, add a CSS Print style/layout with only the most...
Currently the main image for the inventory/storage items is the first uploaded one. It would be nice to have a way picking the main image for the preview in case...
Due to request: Create a detail view for custom fields in inventory view. This could be done by a dynamic expanding area in which all custom fields and there values...
Would be nice if you could scan stuff with your smartphone to check it in/out of storage.
The [mariadb Docker container](https://hub.docker.com/_/mariadb/) uses the following env variables to configure the DB: ``` MYSQL_DATABASE MYSQL_USER MYSQL_PASSWORD ``` Would be nice if sqstorage could honor those and configure the DB...
I'd really like to run this on devices without a "fat" DB daemon, which is where SQLite would be beneficial.
Maybe there can be unit test or integration tests for this software so we don't have to test manually? Example: https://phpunit.de/ See also: https://github.com/ziadoz/awesome-php#testing