This commit is contained in:
@@ -429,9 +429,24 @@ TODO 2 (all 2's): V7 features on wo I haven't coded yet
|
|||||||
|
|
||||||
Unit
|
Unit
|
||||||
warranty display static info to show with Unit entry / edit form
|
warranty display static info to show with Unit entry / edit form
|
||||||
|
Implement as a popup dialog triggered by a button that fetches the history info from the server on demand
|
||||||
|
The on demand part is required as this needs to do a heavy query to find info and it needs to be clear by convention that this is the *current* state of the unit
|
||||||
|
not the state at point of wo creation which was previously handled in v7 by not showing the data for a service completed or closed workorder
|
||||||
|
|
||||||
|
|
||||||
|
"UnitUINotWarrantiedDisplay": "Unit is not warrantied",
|
||||||
|
"UnitUIWarrantiedDisplay": "Unit is warrantied until {0}\r\n\r\nWarranty terms:\r\n=-=-=-=-=-=-=-=-\r\n{1}",
|
||||||
|
"UnitUIWarrantyExpiredDisplay": "Unit's warranty expired {0}",
|
||||||
|
"UnitUnitHasOwnAddress": "Unit Has Own Address",
|
||||||
|
"UnitWorkOrderLastServicedID": "WorkOrder Last Serviced",
|
||||||
|
|
||||||
|
"LastServiceDate": "Last closed service date",
|
||||||
|
"LastWorkOrder": "Last closed service workorder",
|
||||||
|
|
||||||
|
|
||||||
Unit's warranty expired Wednesday, July 1, 2009
|
Unit's warranty expired Wednesday, July 1, 2009
|
||||||
--------------
|
--------------
|
||||||
Last closed service date: - //<--sb clickable
|
Last closed service date: -
|
||||||
Last closed service workorder: - //<--sb clickable
|
Last closed service workorder: - //<--sb clickable
|
||||||
Purchased Date: 2005-06-01 12:00 AM
|
Purchased Date: 2005-06-01 12:00 AM
|
||||||
Receipt Number: 46543545
|
Receipt Number: 46543545
|
||||||
|
|||||||
Reference in New Issue
Block a user