This commit is contained in:
2020-11-11 01:07:53 +00:00
parent ca0d7e44d5
commit b929e62f94
2 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,10 @@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: Uifielddatatype Phone and TimeSpan support at client, translation keys etc
ay-customize.vue
gz-data-table.vue
ay-data-list-view.vue
NEXT UP: Customer
@@ -21,6 +24,7 @@ EACH OBJECT DEV CYCLE:
Translation keys
AyaFormFieldDefinitions for object if it's got a customizable form
DataList if applicable
be minimal with the default fields, many people will not change them so if too much in default will be excessive bandwidth hog for no reason
Notification code if applicable
Routes and associated code
FRONT

View File

@@ -712,7 +712,9 @@ function buildRecords(listData, columndefinitions) {
EmailAddress = 11,
HTTP = 12,
InternalId = 13,
MemorySize=14
MemorySize=14,
TimeSpan=15,
PhoneNumber=16//this is so client can dial directly
}
*/