diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8c4b1611..b7f08285 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -467,7 +467,10 @@ CASES TODO: ensure shows in data tables so can click through and in forms to click through / select on work order etc. So can service -"LoanUnitList" showing in UI and also in some places it says "Loaner items" rather than "Loaner Units" + This case is not done until DOCUMENT WHAT A SHADOW UNIT IS in loaner docs and what to make (shadow unit customer etc) + + bugbug: data tables are showing the translation key, not the translation in the top of the list, however the page title is correctly translated + wtf? 3721 1: make labor rate mandatory on workorderitemlabor record and import v7 with some kind of dummy rate if not filled in there um...be sure about this, mandatory stuff kind of sucks, what's up in that case? @@ -1242,3 +1245,9 @@ BUILD 116 - Seed data alt-language example users adjusted roles so that they can see all (non customer) areas of AyaNova to examine translations (BizAdmin and OpsAdmin covers everything) - Seed data work orders now ensure that Units selected on work order belong to the same customer as the work order is for +- Seed data Loan item "Shadow Units" (case 3500) + seeds a Customer specifically to host Units that are shadow units of loan items "SHADOW_UNITS_CUSTOMER" + seeds each loan item with a corresponding shadow unit for service + seeds the default loan item list to show the shadow units + this is all to more easily illustrate how to use this feature for evaluators + diff --git a/ayanova/src/assets/css/main.css b/ayanova/src/assets/css/main.css index 0a5607f5..d2d4bd60 100644 --- a/ayanova/src/assets/css/main.css +++ b/ayanova/src/assets/css/main.css @@ -2,6 +2,7 @@ white-space: pre-line; } +/* #nprogress .bar { height: 2px; background: rgb(255, 255, 0) !important; @@ -11,7 +12,7 @@ border-top-color: #ffff00 !important; border-left-color: #ffff00 !important; } - +*/ /* .aywiki > blockquote { margin-top: 10px; margin-bottom: 10px;