diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 13c5fb7a..73ee8a71 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -90,7 +90,7 @@ CURRENTLY WORKING ON: Customer notes migration OUTSTANDING Customer notes - v8 migrate + todo: show the notedate editable (same as v7) on the client note form todo: Search for customer note results in error due to unfinished code: 2020-11-26 08:01:12.5541|ERROR|SERVER|Error=>Npgsql.PostgresException (0x80004005): 42703: column m.name does not exist @@ -121,6 +121,9 @@ todo: TESTING After customer form is made Test setting coords from phone Test the customer form as read only user make sure can't use action menu for address etc + check contacts + check contactnotes + NEXT UP: misc items above before next object because of the 'implication' diff --git a/ayanova/src/views/cust-customer-note.vue b/ayanova/src/views/cust-customer-note.vue index 16906f14..f8b39ffe 100644 --- a/ayanova/src/views/cust-customer-note.vue +++ b/ayanova/src/views/cust-customer-note.vue @@ -35,6 +35,19 @@ @input="fieldValueChanged('tags')" > + + + + diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index bab34abd..d0e78593 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1620,7 +1620,8 @@ async function fetchTranslatedText(vm) { "Contact", "LastLogin", "CustomerNoteList", - "CustomerNoteNotes" + "CustomerNoteNotes", + "CustomerNoteNoteDate" ]); }