Commit Graph

271 Commits

Author SHA1 Message Date
610cccc191 fix: twig assign-case
* add number of cases to user list
2025-01-21 14:36:46 -05:00
a47a5e8adb fix: twig add-case
* fix display with admit and close dates
* convert referralType to use enum
* fix display for case level, referral source & 2, county
* remove case documents checkboxes
2025-01-21 14:35:53 -05:00
81838608b3 add: NavList
Add company_directory field
2025-01-21 14:32:32 -05:00
d39942eced fix: MemberCase
Migration for CaseDocuments to MemberDocuments
Convert referralType field to use ReferralType Enum
2025-01-21 14:32:04 -05:00
cdacfd918a fix: MessageFactory
Add link parameter to createNewCase method
2025-01-21 14:30:17 -05:00
922852f211 fix: User
various updates
* remove unnecessary caseWorker, caseManager, therapist, su properties
* Removed retrieveUnreadNotifications method that was just a stub
* convert "is..." methods to check for present roles
* update getJobs method with above logic
* add generateVCard method to support company directory
2025-01-21 14:29:31 -05:00
224a5cd243 add: MemberDocument
Add MemberDocument class and assoc repo
2025-01-21 14:25:00 -05:00
6d8fbd5bb8 fix: MemberCase
ReferralType
* Convert ReferralType in class to an Enum
2025-01-21 14:24:11 -05:00
82ee30a724 add: CompanyDocument
Add class
* Add CompanyDocument class, associated repo and twig files
2025-01-21 14:23:14 -05:00
e13dc0bf66 fix: MemberController
MemberDocument migration
* Migrate CaseDocument to MemberDocument
* Setup assigning a document to a case member when creating member
* Still need to fix member edit
2025-01-21 14:20:57 -05:00
844209d3e3 commit gitmessage template 2025-01-21 14:18:06 -05:00
001a674f6f fix: DocumentController
move case documents to member documents
first draft of signing
2025-01-21 14:13:19 -05:00
caeb15f05b add: CompanyController
Add company directory method
2025-01-21 14:11:40 -05:00
2af4b8e04e fix: CaseController
migrate documents to MemberController
add link to new case message
2025-01-21 14:09:21 -05:00
c04e255476 fix: AdminController
ensure new users are active
fix role assignments and remove unnecessary fields
fix supervision assignment to update the record instead of deleting
2025-01-21 14:08:12 -05:00
2e77baae1b Add UserChecker to check for expired passwords, ensure users have active accounts 2025-01-21 02:07:50 +00:00
d74e10803c Add UserChecker to check for expired passwords, ensure users have active accounts 2025-01-21 02:04:29 +00:00
3d67d74242 added active and lastLogin properties 2025-01-13 22:17:22 +00:00
c2608a17cf added method to update the lastlogin so we can track how long it's been since a user last logged in. 2025-01-13 22:12:12 +00:00
1cb6bedb5c
add docs for the case 2025-01-11 22:30:54 -05:00
74e811e950
add docs for the case 2025-01-11 22:03:30 -05:00
b7c0b3de6b add work and personal phone to form 2025-01-11 21:57:45 -05:00
458ba42644 couple updates 2025-01-10 15:09:44 +00:00
6687dc1401 add signature_pad and tinymce libraries 2025-01-10 15:09:01 +00:00
dc3fec7eff add company logo to form 2025-01-10 15:08:31 +00:00
acee114ccf add link to company documents if in company editor and replace links with path calls to route name 2025-01-10 15:07:59 +00:00
5f0ce69a47 remove notifcationCount variable and limit displayed notifications to 5 2025-01-10 15:06:03 +00:00
d2f8bc7cbf use company logo if available and add link to company data 2025-01-10 15:05:22 +00:00
b7b0c8e6c4 add block for assigning documents to a case, use company timezone, update anchor tag class 2025-01-10 15:03:53 +00:00
722954d0d0 remove message returning limit 2025-01-10 14:56:08 +00:00
57e002916c fix error 2025-01-10 14:55:43 +00:00
178f44fd2d add methods to get travel info 2025-01-10 14:55:14 +00:00
7b4da30342 add default const to simplify setting and resetting the list 2025-01-10 14:54:22 +00:00
03cbbc0db6 add formatPhone and getMessages methods. Also, add method to autocomplete addresses 2025-01-10 14:53:33 +00:00
f454888a6f add company form for updating the company 2025-01-10 14:51:44 +00:00
dce5dcab2f add document controller for document actions 2025-01-10 14:50:03 +00:00
75cffad2ea add company controller for company actions 2025-01-10 14:49:08 +00:00
cd8cbcf6ba add documentextras enum for documntation creation 2025-01-10 14:47:55 +00:00
6956256341 add signature block 2025-01-10 14:47:17 +00:00
42fcb7b2f5 add company logo 2025-01-10 14:46:35 +00:00
351cc7c3ac add infowindow method for mapping, convert datetime creation to use company timezone 2025-01-10 14:46:19 +00:00
e1e4c12801 add InfoWindow data methods for mapping 2025-01-10 14:44:59 +00:00
6260b13df0 convert datetime to use company timezone 2025-01-10 14:39:31 +00:00
02fcb0cc54 remove notificationCount, convert to use Libs::getMessages method, change datetime creation to use company timezone 2025-01-10 13:33:33 +00:00
2d7b7e6d12 remove notificationCount, convert to Libs::getMessages method, change datetime creation to add company timezone, remove CaseController::showCaseNotes 2025-01-10 12:44:37 +00:00
604f693c45 add company timezone 2025-01-10 12:37:16 +00:00
be80563038 add css to remove underlines in anchor tags 2025-01-10 12:36:14 +00:00
04d5e88820 javascript for various functions 2025-01-10 12:34:49 +00:00
d85c1571e7 add update for personal and work phone number 2025-01-05 06:22:29 +00:00
adcd02ff2b add modal to send message to supervisor and contact info for supervisor 2025-01-05 06:20:38 +00:00