Document management system Project
Budget: $250 – $750 USD
Greetings,
I want to build a document management system, which is basically a web application based on ASP.NET MVC, jquery and entity framework.
the application will enable the admin to define a new document type and its related form fields and controls ex droplist, multi colmn droplist with filter on columns, text box, date picker, the label for the control and sort order in the forms.
the application allows the user to search , view and create documents according to the document types.
the following are the main pages
- Admin page that define the document types / users/ roles and their respective security asociation to the document types
- Main page which displays a tabular view for the selected document type , so when a user select the specific document type the grid will load the associated columns and the filter pane will load the controls dynamically
- View document page, when a user click view document on the main page, it will display the view form of the selected document type with all the fields
- Data entry page, when the user select the document type and press create new, the create document form will load all the form controls associated with the document type.
More details:
- each document type maps to a different table in the DB, so when the admin creates or updates a new document type a new table is created/ or altered
- A single lookup table will be used for all droplist controls, some droplist may depend on values of parent droplist, so parent child heirarchy must be maintained in the table
- multi lookup controls is maps to tables, same table can be shared among different document types.
- Admin page should allow for each doc type which columns shall appear in the grid, filter pane, and search pane in the main page
I want to build a document management system, which is basically a web application based on ASP.NET MVC, jquery and entity framework.
the application will enable the admin to define a new document type and its related form fields and controls ex droplist, multi colmn droplist with filter on columns, text box, date picker, the label for the control and sort order in the forms.
the application allows the user to search , view and create documents according to the document types.
the following are the main pages
- Admin page that define the document types / users/ roles and their respective security asociation to the document types
- Main page which displays a tabular view for the selected document type , so when a user select the specific document type the grid will load the associated columns and the filter pane will load the controls dynamically
- View document page, when a user click view document on the main page, it will display the view form of the selected document type with all the fields
- Data entry page, when the user select the document type and press create new, the create document form will load all the form controls associated with the document type.
More details:
- each document type maps to a different table in the DB, so when the admin creates or updates a new document type a new table is created/ or altered
- A single lookup table will be used for all droplist controls, some droplist may depend on values of parent droplist, so parent child heirarchy must be maintained in the table
- multi lookup controls is maps to tables, same table can be shared among different document types.
- Admin page should allow for each doc type which columns shall appear in the grid, filter pane, and search pane in the main page