diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 02884ef7..4d30f172 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,15 +49,13 @@ SHELL / NAV / MENUS / LAYOUT - -TODO: Enforce role rights for menu items once it's stubbed out - TODO: Client login UI - - Maybe under HOME or maybe easier to control if there is no home? - - though dashboard is the default go to location..have to think on it + - Own top level area just like Service or Accounting + - See RI client login manual for full list of functionality - Client CSRS - Client Units - Client workorders + TODO: Errors - make sure all user displayed errors have an error number if they might be something tech support needs to know (case 1854) - I guess this is a LT feature really diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 5a4bb8ab..775866c6 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,7 +1,7 @@ export default { - version: "8.0.0-alpha.2019.Dec.31", + version: "8.0.0-alpha.2020.Jan.3", copyright: - "Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved", + "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved", browser: { platform: window.navigator.platform, userAgent: window.navigator.userAgent,