January Release - Issues on https://accounting.frontieradjusters.com/
Issues found on
1 - Add loading overlay similar to the Media upload for the if attachments have not yet been synced to Azure - Complete
2. Billing– Detail view (Subpanel) - Complete
Location example
https://accounting.frontieradjusters.com/Invoices/view.aspx?ID=b89d64a8-5c55-4e05-92b0-47b0d5ac155c
3. 02/01/2023 - Bug - Apostrophe in the document name prevents user from downloading the file from azure on the accounting.frontieradjusters.com site.
Example: Insured’s Vehicle.
The workaround is to remove the apostrophe from the document name, but this needs to be fixed it the code. - PENDING
Mohammad sent a message to us over teams and said this was recently fixed.
4. 02/02/2023 - We need an system variable that will toggle between sending email attachments as Links vs traditional attachments. - *****PRIORITY #1****** All Hands on Deck
Add a new Company Setting on the companies table called “Send Email Attachments as Links” (True or False).
If “Send Email Attachments as Embedded Links” is false, then all emails sent form that company will be bound by the email limits set by system variable, ALLOWED_MAX_EMAIL_SIZE_IN_MB. Else, company should not be bound by email limit. -PENDING
5. Code changes for Email Queue related to links
a. Remove the column “Type” in the table.
b. Remove the “monospace” font family. I believe this makes the text look like a typewriter. That doesn’t match the rest of most emails.
6. 02/02/2023 - Resend Email Functionality - We need to make sure the “Resend” function is working as expected. We had a user use the resend functionality and it did not attach the attachment to the email. Therefore, the receipient did not get the email attachmetrns as a link. - PENDING
7. 02/02/2023 - I don’t think the Change Password function is behaving correctly. I have tried to set many passwords the meet the requirements but it doesn’t save my password. Please review this functionality. -PENDING
8- Email Parsing - Needs to be updated to point to Azure and needs to be automated (no clean up service after email composing, need to be auto wiped)