My project is Document Managemnet System
in which I have a login form so users can login to system.
When a user logs in first his/her profile creates
- Date
- Full Name
- User type (e.g. single user)
then he/she uploads a document in document form e.g.
- Doc name(here user uploads document through BROWSER button)
- Doc Type(Here is doc type which includes MSWORD,POWERPOINT or PDF)
Then when user uploads the document it must be approved by the manager. When managers logs in to system they will see the following information in their profiles:
- UserID
- Create Date
- User Type (e.g. manager)
- Dep Type (e.g. finance, marketing, etc)
Then I would like to notify the manager about the recent uploaded documents so that they can approve them. How can I implement such notification system in my application GUI?
plzz help ....