From 40340b4eca3a11355a947c7d59ed125aa148a950 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 6 Jan 2020 19:22:49 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 ++++ docs/8.0/ayanova/docs/form-customer-csr-list.md | 3 +++ docs/8.0/ayanova/docs/form-customer-workorders.md | 3 +++ docs/8.0/ayanova/mkdocs.yml | 3 +++ 4 files changed, 13 insertions(+) create mode 100644 docs/8.0/ayanova/docs/form-customer-csr-list.md create mode 100644 docs/8.0/ayanova/docs/form-customer-workorders.md diff --git a/devdocs/todo.txt b/devdocs/todo.txt index da209245..4ce0b70f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -75,6 +75,10 @@ TODO: UserOptions fleshed out with client needs for formats: =-=-=-=-=-=- Less urgent things... +TODO: Need client docs at server end just for client user + - For now I'm putting them into the regular docs but that will be easy enough to copy and paste out later + - I just don't want the hassle of setting up another build process for client docs and folders and shit right now + TODO: UNLOCALIZED TEXT - Look for old locale text keys that were not translated, there are more than a few keys that were added later to v7 and never translated out of english. - Some may never be used so be careful about this. diff --git a/docs/8.0/ayanova/docs/form-customer-csr-list.md b/docs/8.0/ayanova/docs/form-customer-csr-list.md new file mode 100644 index 00000000..ef7af5a8 --- /dev/null +++ b/docs/8.0/ayanova/docs/form-customer-csr-list.md @@ -0,0 +1,3 @@ +# CUSTOMER-CSR Placeholder + +This is a placeholder page for sections that are not written yet diff --git a/docs/8.0/ayanova/docs/form-customer-workorders.md b/docs/8.0/ayanova/docs/form-customer-workorders.md new file mode 100644 index 00000000..c347c8e9 --- /dev/null +++ b/docs/8.0/ayanova/docs/form-customer-workorders.md @@ -0,0 +1,3 @@ +# CUSTOMER-WORKORDERS Placeholder + +This is a placeholder page for sections that are not written yet diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index 74893a08..5c81390f 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -71,6 +71,9 @@ nav: - 'History': 'form-ay-history.md' - 'Customize': 'form-ay-customize.md' - 'Log': 'form-ay-log.md' + - Customer: + - 'Workorders': 'form-customer-workorders.md' + - 'Customer service requests': 'form-customer-csr-list.md' - 'Widget (testing)': 'form-widget.md' - Server operations guide: - Forms: