Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 4/1/2019 9:15 am
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 4528
Template/Type: Brandon Time
Title/Caption: Adilas Time
Start Date/Time: 4/11/2019 9:00 am
End Date/Time: 4/11/2019 11:30 am
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

Facing some legacy issues... validation length on certain characters and strings. Also a conversation between old legacy code (adilas classic) vs the new fancy code (adilas snow owl) and updated features. We talked about even having some different pages and allow the users to choose between generation one, two, three, etc. (page versions and compatibility levels). We may end up using the corp chooser pages (special links and pages per corp) and point people to different files or different versions. On the code side, it becomes harder and harder to maintain and update multiple pages that provide different levels of functionality.

Steve and Dustin were working on some changes and restoring and creating some page variations (legacy code issues discussed above). Meanwhile, I was working on lowering the validation limit on PO and invoice line items. The old code required the line item description to be at least 3 characters in length. However, an item number or part number only had to be a minimum of 1 character. We were having problems with users creating a 1 character item and then not putting a 3 character description. The normal pages stopped any of that from happening, but we have some code that auto builds certain things and fills in default values (makes it quicker). The new auto build code didn't have the same validation. In order to help standardize, we actually lowered the required characters on the line description to allow both sets of code to work without any issues. Constantly refining piece by piece.