Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrjandl/budgetdistribution
A simple e-shop used to redistribute purchases through a larger library to smaller catchment libraries. The cart is limited by a maximum amount, customers are defined in advance.
https://github.com/petrjandl/budgetdistribution
e-shop laravel php7 simple vue
Last synced: about 2 months ago
JSON representation
A simple e-shop used to redistribute purchases through a larger library to smaller catchment libraries. The cart is limited by a maximum amount, customers are defined in advance.
- Host: GitHub
- URL: https://github.com/petrjandl/budgetdistribution
- Owner: PetrJandl
- Created: 2021-06-11T07:31:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:19:41.000Z (5 months ago)
- Last Synced: 2024-07-26T09:42:40.586Z (5 months ago)
- Topics: e-shop, laravel, php7, simple, vue
- Language: PHP
- Homepage:
- Size: 19.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About BudgetDistribution
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 10It does not contain administration for entering data, only overviews of inserted orders.
## Description of functions
Data must be entered into the database by external applications (phpMyadmin, adminer, etc.)
1) 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.
2) 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.
## Database schema
## ScreenShots
Home Page
Books Page
Tools Page
Basket Page
Admin Page
## License
BudgetDistribution is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).