| 1 | = Widgets = |
| 2 | |
| 3 | == Add Contact == |
| 4 | e.g. in 'Add/Update Shelter' screen |
| 5 | |
| 6 | Desired: |
| 7 | * Ability to easily edit contact details for an existing contact person or add a new person with their contact details. |
| 8 | |
| 9 | Currently in Trunk the 'person_id' reusable field is a dropdown (which should be an Autocomplete) to find existing people with an 'Add Person' popup to take you to the primary Person record without an easy route to add/remove contact details (or other component records). |
| 10 | |
| 11 | ADPC branch has the 'Add/Details' widget with extends the autocomplete to allow easy addition if the search fails, but the details tab still doesn't include Contacts. |
| 12 | |
| 13 | Q: Include component tabs within popups? |
| 14 | |
| 15 | Q: Have a simplified simple form with fields from both tables? |
| 16 | |
| 17 | ---- |
| 18 | BluePrintFramework |
| 19 | |
| 20 | BluePrints |