Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 7/27/2023 1:43 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 10358
Template/Type: Brandon Time
Title/Caption: Custom code for a client
Start Date/Time: 7/26/2023 2:00 pm
End Date/Time: 7/26/2023 3:15 pm
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

We had a request from a client to add in some client-side validation to our forms and pages. They submit things and then get an error, when they click the back button, the form has removed their work and they have to do it again. That's the browser that does that, but we could help by having client-side validation to help prompt them even before they submit the page or the form. We really want full coverage of this (client-side validation and server-side validation) for the upcoming fracture or adilas lite project.

Sean got ahold of me and needed his custom credit card fee, that we did for a trailer rental client, to show up at the end of the invoice. The code adds the fee whenever the invoice or cart goes past a certain amount. Because it was just in memory (in the cart), it was hard to control where it would show up. It was just another line item. Anyways, we added some code that when it gets submitted and changes from the cart (memory) into a real invoice, we just flip that line and change the sort number to a higher value, making it show up later or at the bottom of the invoice. Small little tweak.

Added another quick black box page that alters the invoice and changes the line item sort value. Pushed up the new code.