Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

50 lines (27 loc) · 1.34 KB

Pharmacy management

This is my team project for PRN292.

Technical requires

  • C# .NET Framework 4.7
  • DevExpress for Winform v20.1
  • Entity Framework 6.4
  • MSSQL Server (others might not work properly)

Features

User role-based identity

The software provides a role-based identity for managing users. By default, there is one admin account with a password is "123@123a". Admin can create other roles, other users then grant role for them. Only role Admin can create new accounts, all others can only manage pharmacy commodity and their own information.

  1. Login

    demo-img-0

  2. Manage users

    demo-img-1 demo-img-2

Commodities and Invoices

  1. New commodity (Medicine, tool, others.)

    demo-img-3
  2. Manage all commodities (show, search, edit, remove, sort, etc.)

    demo-img-4
  3. Invoicing

    demo-img-5

Other features

  1. Print report

    demo-img-6
  2. Change theme

    demo-img-7