This commit is contained in:
@@ -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.
|
ensure shows in data tables so can click through and in forms to click through / select on work order etc.
|
||||||
So can service
|
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
|
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?
|
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 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 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
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#nprogress .bar {
|
#nprogress .bar {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: rgb(255, 255, 0) !important;
|
background: rgb(255, 255, 0) !important;
|
||||||
@@ -11,7 +12,7 @@
|
|||||||
border-top-color: #ffff00 !important;
|
border-top-color: #ffff00 !important;
|
||||||
border-left-color: #ffff00 !important;
|
border-left-color: #ffff00 !important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
/* .aywiki > blockquote {
|
/* .aywiki > blockquote {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user