This commit is contained in:
2021-09-24 20:27:20 +00:00
parent aeb68aab4d
commit fc88b07a94
2 changed files with 6 additions and 1 deletions

View File

@@ -9,9 +9,11 @@
## ROUGH SCHEDULE
todo: quick glance over testing cases, implement where can but plan for release today friday so can test sched from linux server just to ensure no unexpected issues. Test with ipad and table and phone as well.
# Schedule form
todo: svc-schedule
CASES
@@ -778,4 +780,6 @@ BUILD 131 CHANGES OF NOTE
- Added work order states collection to report data for work order and status viz fields: Name, color, completed, locked
- Added work order item status and priority Name and Color fields as viz fields to report data for work order
- Review object added ReviewObjectViz field to report data which will have name of reviewed object or if it's not a named object the translated object type name instead
- Added personal schedule form (home-schedule) for initial UI testing before implementing other schedule form based stuff such as service-schedule and others
- Added personal schedule form (home-schedule) for initial UI testing before implementing other schedule form based stuff such as service-schedule and others
- case 3955 back to you
- case 3963 fixed

View File

@@ -517,6 +517,7 @@ async function initForm(vm) {
async function fetchTranslatedText() {
await window.$gz.translation.cacheTranslations([
"QuoteQuoteStatusType",
"QuoteStatusList",
"StatusName",
"StatusCompleted",
"StatusLocked",