This commit is contained in:
2020-12-02 15:29:49 +00:00
parent 9f1839e3bf
commit db0b1ffcba
2 changed files with 22 additions and 9 deletions

View File

@@ -6,6 +6,17 @@
MISC ITEMS THAT CAME UP
todo: Customer read only user (biz admin ltd) is able to add a NEW contact record!
todo: if list view not found / deleted when grid list form is opened rather than erroring with object/object it should
handle more elegantly:
possibly show proper error but for sure select the no filter option automatically
test by setting filter from one browser then delete it from another and refresh first
user should not be confused about what happened
This is happening due to user's cached filter stuff at clint being out of sync with server
maybe the local cache should be checked on login first and cleaned up?
or I guess on demand is best since it's not eating up bandwidth
............................................................
todo: TESTING After customer form is made
@@ -54,20 +65,25 @@ EACH OBJECT DEV CYCLE:
## OBJECT ORDER
Preliminary order to get the ball rolling, these are the easiest starting point:
Customer "Client"
Drop last service date column: case 3536
Import contacts as User's from v7, drop contact related fields: case 3356
Several UI related cases in rockfish for new Custom form, create user on fly and email creds, customer notes etc
HeadOffice
No changes other than similar as Customer ones (tags etc)
case 3391 basically is a bunch of mass list view of stuff for customers based on shared head office
so maybe customer list but by head office
wo list but by shared head office
quote list ' '
etc
and menu options in HO like Show all which does the lists above automatically by adding HO criteria
Vendor
case 3300 popup notes
case 3427 change vendortype to displayfor so it displays in multiple locations
case 3427 change vendortype to tag
adm-user edit form must be tweaked once the vendor object is coded to so subcontractors
adm-users list form to include vendor name for subcontractors
maybe? Or not? maybe in usertype appended?
confirm / ensure v8migrate properly brings a subcontractor over as that type of user
CustomerNote "ClientNote"
Memo (user memos)
Project

View File

@@ -1,9 +1,6 @@
<template>
<v-container fluid>
<gz-report-selector ref="reportSelector"></gz-report-selector>
<h4 class="red--text" v-if="$ay.dev">
todo: revisit after add vendor to support usertype contractor
</h4>
<div v-if="formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>