PharmaStore is a web based pharmacy administration system. The principle goal of the challenge is the administration of the pharmaceutical store and sale the medication which is in inventory. It’s used to deal with most pharmacy associated actions within the pharmacy.
Demo View
https://pharmastore.sumonasalma.com
Demo Admin URL:
https://pharmastore.sumonasalma.com/admin/loginUsername: super@admin.com
password: 12345678
PharmaStore App Options
- Month-to-month Sale Report
- Every day Prime Ten Sale Report
- Newest Medication Listing
- Add Customers Function
- Settings
- Add Fee Methodology
- Medication Inventory Information
- Medication Expire Information
- Provider Bill Administration
-
Dashboard:
- Month-to-month Sale Report
- Every day Prime Ten Sale Report
- Newest Medication Listing
-
Consumer Administration :
- Add Customers Function
- Add Customers
- Present Customers Listing
-
Medication Class Administration:
- Add/ Replace
- Present Listing
-
Medication Generic Administration :
- Add/ Replace
- Present Listing
-
Medication Administration :
- Medication Add/ Replace
- Present Medication Listing
-
Medication Provider Administration :
- Provider Add/ Replace
- Present Provider Listing
-
Medication Order Administration :
- Place Order
- Order Listing
The best way to setup
-
Database Configuration:
- 1. Create a brand new database in your server. Identify it ‘pharmastore’
- 2. Import ‘pharmastore.sql’ file into your new database
-
Software Configuration:
- 1. Open ‘.env’ file contained in the challenge folder and replace the database data based on your database configuration.
- 2. Add the challenge folder onto your required location in server.
- 3. Configure your area to redirect to the general public folder contained in the ‘challenge’ folder
-
Setup Improvement Setting:
- – In case you are a developer, you possibly can keep away from Database Configuration & Software Configuration steps. And comply with the next directions:
- 1. Create a brand new database in your native machine. Identify it ‘pharmastore’.
- 2. Paste the challenge folder inside your public folder. In case you are utilizing xampp the apache public folder shall be xampp/htdocs
- 3. Open console whereas contained in the challenge folder
- 4. Run “composer replace” command in console window
- 5. Run “php artisan migrate” command in console window to create tables
- 6. Run “php artisan db:seed” command in console window to insert default values to database tables
- 7. Browse the challenge with https://localhost/med/public url. OR you may also run “php artisan serve” command from console window to entry the challenge with https://127.0.0.1:8000
Item Changelog:
v1.0
20 Oct 2020 ============= + Preliminary publish