This commit is contained in:
@@ -427,29 +427,6 @@ CURRENTLY DOING:
|
|||||||
|
|
||||||
TODO 2 (all 2's): V7 features on wo I haven't coded yet
|
TODO 2 (all 2's): V7 features on wo I haven't coded yet
|
||||||
|
|
||||||
Unit
|
|
||||||
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
|
|
||||||
--------------
|
|
||||||
Last closed service date: -
|
|
||||||
Last closed service workorder: - //<--sb clickable
|
|
||||||
Purchased Date: 2005-06-01 12:00 AM
|
|
||||||
Receipt Number: 46543545
|
|
||||||
Part
|
Part
|
||||||
Generate unit from selected part (already a v7 feature, didn't even realize)
|
Generate unit from selected part (already a v7 feature, didn't even realize)
|
||||||
UPC select by UPC (just confirm this)
|
UPC select by UPC (just confirm this)
|
||||||
@@ -1270,6 +1247,7 @@ BUILD 114
|
|||||||
|
|
||||||
- WorkOrderItemScheduledUser convert to labor implemented (was v7 feature)
|
- WorkOrderItemScheduledUser convert to labor implemented (was v7 feature)
|
||||||
- workorderitemlabor "Append tasks" implemented (new feature, customer requested)
|
- workorderitemlabor "Append tasks" implemented (new feature, customer requested)
|
||||||
|
- WorkorderItemUnit Unit warranty and recent workorder info widget added (was v7 feature)
|
||||||
- Additional *Viz fields requested for workorder added:
|
- Additional *Viz fields requested for workorder added:
|
||||||
workorderitempart - part name in addition to part number - added as "PartNameViz"
|
workorderitempart - part name in addition to part number - added as "PartNameViz"
|
||||||
Workorder header - Customer scheduled user alert notes - added as "CustomerTechNotesViz"
|
Workorder header - Customer scheduled user alert notes - added as "CustomerTechNotesViz"
|
||||||
|
|||||||
@@ -94,13 +94,13 @@
|
|||||||
xl="3"
|
xl="3"
|
||||||
>
|
>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="obj.uPC"
|
v-model="obj.upc"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('PartUPC')"
|
:label="$ay.t('PartUPC')"
|
||||||
ref="uPC"
|
ref="upc"
|
||||||
data-cy="uPC"
|
data-cy="upc"
|
||||||
:error-messages="form().serverErrors(this, 'uPC')"
|
:error-messages="form().serverErrors(this, 'upc')"
|
||||||
@input="fieldValueChanged('uPC')"
|
@input="fieldValueChanged('upc')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user