This commit is contained in:
@@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
MISC ITEMS THAT CAME UP
|
||||||
|
|
||||||
todo: picklist preId fetch should *always* return the name even if inactive
|
|
||||||
http://localhost:7575/api/v8.0/pick-list/List?ayaType=15&preId=3
|
|
||||||
|
|
||||||
|
|
||||||
todo: if list view not found / deleted when grid list form is opened rather than erroring with object/object it should
|
todo: if list view not found / deleted when grid list form is opened rather than erroring with object/object it should
|
||||||
@@ -18,6 +16,11 @@ todo: if list view not found / deleted when grid list form is opened rather than
|
|||||||
maybe the local cache should be checked on login first and cleaned up?
|
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
|
or I guess on demand is best since it's not eating up bandwidth
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
............................................................
|
............................................................
|
||||||
|
|
||||||
|
|
||||||
@@ -60,17 +63,6 @@ EACH OBJECT DEV CYCLE:
|
|||||||
## OBJECT ORDER
|
## OBJECT ORDER
|
||||||
Preliminary order to get the ball rolling, these are the easiest starting point:
|
Preliminary order to get the ball rolling, these are the easiest starting point:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
Vendor
|
||||||
case 3300 popup notes
|
case 3300 popup notes
|
||||||
case 3427 change vendortype to tag
|
case 3427 change vendortype to tag
|
||||||
|
|||||||
@@ -353,6 +353,7 @@
|
|||||||
@input="fieldValueChanged('popUpNotes')"
|
@input="fieldValueChanged('popUpNotes')"
|
||||||
auto-grow
|
auto-grow
|
||||||
prepend-icon="$ayiExclamationCircle"
|
prepend-icon="$ayiExclamationCircle"
|
||||||
|
color="accent"
|
||||||
></v-textarea>
|
></v-textarea>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user