Python database for users to manipulate important data concerning employees, customers, and share holders.
Functionality will include:
- User can create entries for Employees, Customers and Share holders, with attributes (90%):
- Employees: Person type, Employee ID, Name, address, Phone number, Job, Salary
- Customers: Person type, Customer ID, Name, address, Phone number, Order, Order value, Paid order
- Share holders: Person type, Share holder ID, Name, address, Phone number, share percentage
- User can view a complete list of Employees, Customers or Share holders. Alternatively, they can filter results
- User can view attributes of Employees, Customers and Share holders either:
- 1 attribute at a time for an Employee, Customer or Share holder
- A complete list of attributes for an Employee, Customer or Share holder
- User can alter all attributes
- User can save database