BudgetDistribution is a simple web application for dividing the subsidy into books and aids from the region to the catchment libraries. It uses these technologies
- Laravel 8.4
- Bootstrap 5
- Vue.js 2
- MariaDB 10
It does not contain administration for entering data, only overviews of inserted orders.
Data must be entered into the database by external applications (phpMyadmin, adminer, etc.)
- For books, it is mainly the ISBN and price. If the ISBN code is found on the obalkyknih.cz server, all other information will be downloaded from the server. However, if the ISBN server does not contain, a title and the author is set to - so that the script does not try again and again.
- The tools must then enter all the information. That is, the name, description, price and ideally the file name of the image. Images can then be saved in the public / img / tools folder (for books, it can also be used with the public / img / books path)
The system intentionally does not allow registration, but only the selection or modification of information about the customer. The list of customers is in the librars table.
BudgetDistribution is open-sourced software licensed under the MIT license.