This project is the updated version of a Point-of-Sale (POS) system admin side, created by combining two previous individual projects: Login and Dashboard. The integration of these components provides a seamless user experience, streamlining both authentication and management features into one cohesive system.
- Language: XAML
- Framework: Windows Presentation Foundation (WPF)
- Language: C#
- (Edit the database used here, e.g., SQL Server, MySQL, etc.)
The Saliya Admin Portal is a secure, web-based management system for overseeing all operational aspects of the auto care center. It is designed for managers and administrative staff to streamline day-to-day tasks.
- Add, update, and remove employees
- Assign roles with access-based permissions (Admin, Staff, Manager)
- Secure login system
- Daily/weekly/monthly earnings summary
- Real-time service status tracking
- Inventory alerts and key statistics
- Register vehicles with owner details
- Track service requests and assign mechanics
- View detailed service and repair history
- Manage spare parts and consumables
- Stock tracking with supplier info
- Alerts for low stock and out-of-stock items
- View all POS-generated invoices
- Monitor payment status (paid, unpaid, partial)
- Generate financial reports by date range
- Set service pricing, discounts, and tax
- Schedule upcoming vehicle services
- Assign carriers and mechanics to jobs
- Visual calendar for task and service planning
- Maintain customer profiles and vehicle history
- Access past services and invoices
- Send reminders for recurring services
- Monitor pickup/delivery statuses from driver app
- View logs and reassign tasks as needed
- Update business info, working hours
- Manage service categories and price lists
- Backup/restore settings and data
π― Designed for speed, efficiency, and full control over your auto care operations.















- Continue adding features within this unified project structure.
- Refactor and optimize existing code as needed to accommodate additional functionality.
- Clone the repository:
git clone https://github.com/your-repository-link.git
- Ensure you have the correct development environment:
- .NET Framework (WPF support)
- Any required database services (add specifics here)
- Open the solution file in Visual Studio.
- Build and run the project.
If you'd like to contribute, please follow these steps:
- Fork the repository:
git fork https://github.com/your-repository-link.git
- Create a feature branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License.