https://github.com/delfinodjaja/inventorymanagementprototype
Simple veterinarian clinic inventory management system
https://github.com/delfinodjaja/inventorymanagementprototype
css django-project fullstack-development html javascript prototype python
Last synced: 9 months ago
JSON representation
Simple veterinarian clinic inventory management system
- Host: GitHub
- URL: https://github.com/delfinodjaja/inventorymanagementprototype
- Owner: delfinodjaja
- Created: 2025-06-13T00:49:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-13T01:17:43.000Z (about 1 year ago)
- Last Synced: 2025-06-23T16:13:46.431Z (about 1 year ago)
- Topics: css, django-project, fullstack-development, html, javascript, prototype, python
- Language: Python
- Homepage:
- Size: 4.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Features
-
Role-based access: Users can beStaff,Customer, orDoctor. -
Doctor-specific view: Doctors can view only their own appointments. -
Admin control: Admin can manage roles and users via the/adminpanel. -
Inventory system: Simple inventory with full CRUD (Create, Read, Update, Delete) functionality. -
Web interface: All core actions are performed through the built-in web interface.