https://github.com/yei-linux/pharmacy-system-c-
This pharmacy project is responsible for the purchase and sale of Pharmacy Products.
https://github.com/yei-linux/pharmacy-system-c-
Last synced: 3 months ago
JSON representation
This pharmacy project is responsible for the purchase and sale of Pharmacy Products.
- Host: GitHub
- URL: https://github.com/yei-linux/pharmacy-system-c-
- Owner: Yei-Linux
- Created: 2019-09-14T01:36:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T19:02:53.000Z (over 5 years ago)
- Last Synced: 2025-01-19T08:35:30.106Z (5 months ago)
- Language: C++
- Size: 471 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pharmacy-System-C-
This pharmacy project is responsible for the purchase and sale of Pharmacy Products.1)Login:
--------
First,employee have to login with his/her user and password.
User:Jesus
Password:Jesus
2)Menu:
------
User Administrator:
It is responsible for creating a user and password for each worker.(Need to Implement)
2.1)Customer:
-------------
It is responsible for creating new customers (DNI) and logging into each
customer with the DNI when the customer makes a purchase. This purchase will be stored in a txt file.(For each Costumer History)
2.2)Inventory:
--------------
List the products that are in the warehouse.
2.3)Provider:
-------------
It is responsible for creating new provider (RUC) and logging into each
Provider with the RUC when the it makes a sale. This sale will be stored in a txt file.(For each Inventory Provider)