https://github.com/imshibaji/storekeeper
Retail Shop Management with Purchase and Sales, Stock Management, Barcode Generate and Reading, Printing/ Download Features Enabled. Also Here Adding GST Features Available and Bill Printing Options Are available. Powered By Medust Technology Pvt. Ltd.
https://github.com/imshibaji/storekeeper
bill billing billing-application bills gst-calculator gstin retail retail-shop shop shopping shopstyle shopware
Last synced: 5 months ago
JSON representation
Retail Shop Management with Purchase and Sales, Stock Management, Barcode Generate and Reading, Printing/ Download Features Enabled. Also Here Adding GST Features Available and Bill Printing Options Are available. Powered By Medust Technology Pvt. Ltd.
- Host: GitHub
- URL: https://github.com/imshibaji/storekeeper
- Owner: imshibaji
- Created: 2017-06-29T10:35:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T18:15:52.000Z (over 1 year ago)
- Last Synced: 2024-04-14T08:31:27.435Z (about 1 year ago)
- Topics: bill, billing, billing-application, bills, gst-calculator, gstin, retail, retail-shop, shop, shopping, shopstyle, shopware
- Language: PHP
- Homepage: http://www.medust.com
- Size: 899 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StoreKeeper
Shoping Script## Setup Procidure
First Required PHP Environment Globally
https://www.php.net/downloads.phpSetup MySql Server
https://dev.mysql.com/downloads/Composer Tools
https://getcomposer.org/download/After Installation. Start MySql Server
Then Write commands
```
composer install
php artisan migrate --seed
```After database migration then login with
```
username: admin
password: passoword
```After Login, Open Browser URL Link with
http://localhost:8000/setings/createThat It. Software will be run.