Objective:
- To create a reusable "data entry form" that allows users to Create a 'Project'
- The form requirements are as follows:
- Project Name, text
- Project Description, text
- Estimated Funding Cost, number - currency
- Projected ROI, number - currency
- Projected ROI (%), number - percentage
- Funding Required by - Date, date
- VP Sponsor, text - emails
- Timing of Expense Outlays, number
- G&A, boolean
- OpEx, boolean
- For the G&A and OpEx fields, I would like for them to be categorized - if OpEx is selected, put into category "OpEx", if G&A is selected, put into category "G&A", if both are selected, then put into both categories
- The user should be able to click a button (or a similar action) that opens up a clean (blank) form
- User then fills out all applicable fields
- After a user is finished filling out the form, there should be a button to click which sends the data from the form to a list, module, or grid, whichever is best
- The user should be able to access previous projects
- The user should be able to correct or edit past projects
- The user should NOT be able to see other user's projects unless granted the access rights to do so.
- Attached is a draw up of what I imagine the form looking like.
I know this is a very in depth, complex, and large of an ask for a help forum, but I'd like to get whatever help I can, even if it is piecewise. That's what the numbers are for. If you could reference one of my list numbers when attempting to resolve an issue, I'd greatly appreciate it! Please let me know if I can answer any questions and hopefully chip away at the bulk of this project!