• Joined on 2023-12-11
ben pushed to attempt2 at ben/obdev 2024-02-15 17:25:31 -06:00
12a9641ca7 Added an Admin tab to the main header. Added Forms and Users as additional pages. Set it so Users can only be accessed by an Admin. Still need to finish styling. Forms is set to default until worked on.
ben pushed to attempt2 at ben/obdev 2024-02-15 16:11:43 -06:00
5d024f430a Updated back button for proper text.
ben pushed to attempt2 at ben/obdev 2024-02-15 16:09:25 -06:00
c5e83e96b0 Participant, Worker and Vendor now have linked bank account information contained in the demographics dropdown menu. Still need to figure out styling of demographics tab.
ben pushed to attempt2 at ben/obdev 2024-02-12 17:42:37 -06:00
1474feef98 Just updated Employer show view to list DOB instead of Date of Birth
ben pushed to attempt2 at ben/obdev 2024-02-12 17:28:00 -06:00
47c981cd57 Added Bank Information under Demographics for Participants, Workers and Vendors. Finished structing and laying out the Participant views. Still need to do the other models. Also Routing and Account numbers need verification set up.
ben pushed to attempt2 at ben/obdev 2024-02-12 14:31:31 -06:00
54ac6a05a3 Merge branch 'attempt2' of https://git.wit.org/ben/obdev into attempt2
2360c8fa91 Fixed editing for Worker and Employer DOB in their respective show views.
Compare 2 commits »
ben pushed to attempt2 at ben/obdev 2024-02-07 05:14:33 -06:00
c1deea8463 PLEASE READ Tentative update fixing validation errors with the Participant and Employer models. Had to delete database and reclone last git push.
ben pushed to attempt2 at ben/obdev 2024-02-06 17:36:57 -06:00
35d144327b All models validation for SSN and TIN is working as intended except the Participant model. An error message won't display and the buttons grey out but it won't create as intended.
ben pushed to attempt2 at ben/obdev 2024-02-06 00:25:16 -06:00
b375d289fe Updated Participant and Employer models to handle creating and linking if they have the same fields to associate them properly. Test.
ben pushed to attempt2 at ben/obdev 2024-02-05 18:50:09 -06:00
d0081c9d11 Linked Workers to Employers and functionality is working as intended.
ben pushed to attempt2 at ben/obdev 2024-02-05 17:54:28 -06:00
ea9d032ad4 Updated all address fields on their respective show pages to be the proper formatting.
ben pushed to attempt2 at ben/obdev 2024-02-05 17:25:18 -06:00
58f1d921c1 Changed Vendor Details view so everything is sized correctly.
ben pushed to attempt2 at ben/obdev 2024-02-05 17:07:20 -06:00
6933ca7635 Fixed sorting on Vendor Details. The Linked Participants are now sorted by last name.
ben pushed to attempt2 at ben/obdev 2024-02-05 16:48:54 -06:00
944824f443 Edited Worker Details page so styling matches other pages
ben pushed to attempt2 at ben/obdev 2024-02-05 16:18:54 -06:00
de03804a8f Properly Linked Employers to Worker Details view going through the Participant Employer Record.
ben pushed to attempt2 at ben/obdev 2024-02-05 15:59:07 -06:00
3f9358997b Linked Workers to the Employer Details show view
ben pushed to attempt2 at ben/obdev 2024-02-05 15:12:00 -06:00
85dd95b5e1 Masked all SSN's on show pages for Participants, Workers and Employers.
ben pushed to attempt2 at ben/obdev 2024-02-02 23:39:45 -06:00
1405b938cd Updated Worker show page to have proper styling for edit and show buttons.
ben pushed to attempt2 at ben/obdev 2024-02-02 23:34:02 -06:00
b598b345d5 Fixed the Particpant linking issue. Now when creating new Participant correctly links and displays on associated Employer show page.
ben pushed to attempt2 at ben/obdev 2024-02-02 23:13:23 -06:00
fedc2e67b7 Entering a Participant as an Employer now correctly associates the two in Employer records. Still need to work out selecting a pre existing Employer.