Constructor
new ShiftHourlyEntryModel(siteId)
ShiftHourlyEntryModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Shift Hourly Entry
Source
Members
averageClass1ManningTargetnumber
The Average Target Number of People that should be working in all Areas except Class 2 for this Hour
Type
-
number
Source
averageClass1Percentagenumber
The Average Class 1 Percentage for this Hour
Type
-
number
Source
averageClass1TraysPerHourAdjustedTargetnumber
The Target Number of Class 1 Tray Equivalents that should be Packed after Adjustment (Manning %) for this Hour
Type
-
number
Source
averageClass2ManningTargetnumber
The Average Target Number of People that should be working in the Class 2 Area for this Hour
Type
-
number
Source
averageCostPerManningUnitnumber
The Average Cost per Person working in all Areas for this Hour
Type
-
number
Source
averageCostPerTraynumber
The Average Cost per Tray Equivalent for this Hour
Type
-
number
Source
averageCostPerTrayTargetnumber
The Average Cost per Tray Equivalent Target after Adjustment (Class 1 %, Soft-Sort %) for this Hour
Type
-
number
Source
averageManningTargetnumber
The Average Target Number of People that should be working for this Hour
Type
-
number
Source
averageQualityR600IdealSamplesTargetnumber
The Average Target Number of Quality R600 Samples that should be Ideal for this Hour
Type
-
number
Source
binsTippedTargetnumber
The Target Number of Bins to Tip for this Hour
Type
-
number
Source
class1Manningnumber
The Number of People working in all Areas except Class 2 for this Hour
Type
-
number
Source
class1TraysPerHourExcludingDowntimenumber
The Number of Class 1 Tray Equivalents that would have been Packed this Hour with Zero Downtime
Type
-
number
Source
class1TraysPerHourExcludingDowntimeTargetnumber
The Target Number of Class 1 Tray Equivalents that should be Packed excluding all Downtime for this Hour
Type
-
number
Source
class1TraysPerHourPotentialnumber
The Number of Class 1 Tray Equivalents that would have been Packed this Hour without Planned Downtime (e.g. Smoko Breaks)
Type
-
number
Source
class1TraysPerManHourExcludingDowntimenumber
The Number of Class 1 Tray Equivalents that would have been Packed per Person this Hour with Zero Downtime
Type
-
number
Source
class1TraysPerManHourPotentialnumber
The Number of Class 1 Tray Equivalents that would have been Packed per Person this Hour without Planned Downtime (e.g. Smoko Breaks)
Type
-
number
Source
class2Manningnumber
The Number of People working in the Class 2 Area for this Hour
Type
-
number
Source
createdTimestampDate
When this Hourly Entry was Created
Type
-
Date
Source
customQualityDataArray.<{id: string, name: string, type: string, value: number, averageTarget: ?number}>
An Array of Custom Quality Data Items for this Hour
Type
-
Array.<{id: string, name: string, type: string, value: number, averageTarget: ?number}>
Source
deletedboolean
Whether the Shift Hourly Entry has been deleted
Type
-
boolean
Source
downtimePercentagenumber
The Percentage of Downtime for this Hour
Type
-
number
Source
endTimestampDate
The End Timestamp of this Hourly Entry
Type
-
Date
Source
idstring
The Shift Hourly Entry ID
Type
-
string
Source
layeredTrayPercentagenumber
The Actual Percentage of Total Tray Equivalents that are Layered for this Hour
Type
-
number
Source
layeredTrayPercentageTargetnumber
The Target Percentage of Total Tray Equivalents that should be Layered for this Hour
Type
-
number
Source
manningPercentagenumber
The Manning Percentage based on the Average Target for this Hour
Type
-
number
Source
manningTeamsArray.<{id: string, name: string, headcount: number, group: string}>
An Array of Manning Teams and their Headcounts for this Hour. Only Applies when manningUsesTeams is true
Type
-
Array.<{id: string, name: string, headcount: number, group: string}>
Source
manningUsesTeamsboolean
Whether Manning is tracked at the Team Level for this Hour
Type
-
boolean
Source
nextHourFocusstring
An Optional Focus for the Next Hour
Type
-
string
Source
packingLineIdstring
The Packing Line ID this Hourly Entry is associated with
Type
-
string
Source
primaryIssueCategorystring
The Primary Issue Category for this Hourly Entry
Type
-
string
Source
primaryIssuePercentagenumber
A Percentage between 0% and 100% indicating how much the Primary Issue impacted Throughput for this Hourly Entry
Type
-
number
Source
primaryIssueTagstring
The Primary Issue Tag for this Hourly Entry
Type
-
string
Source
qualityR600IdealSamplesPercentagenumber
The Number of Quality R600 Samples that were Ideal for this Hour
Type
-
number
Source
satisfactionRatingnumber
An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Hour
Type
-
number
Source
secondaryIssueCategorystring
The Secondary Issue Category for this Hourly Entry
Type
-
string
Source
secondaryIssuePercentagenumber
A Percentage between 0% and 100% indicating how much the Secondary Issue impacted Throughput for this Hourly Entry
Type
-
number
Source
secondaryIssueTagstring
The Secondary Issue Tag for this Hourly Entry
Type
-
string
Source
shiftIdstring
The Shift ID this Hourly Entry is asssociated with
Type
-
string
Source
siteIdnumber
The Site ID associated with this Shift Hourly Entry
Type
-
number
Source
startTimestampDate
The Start Timestamp of this Hourly Entry
Type
-
Date
Source
statusstring
The Status of this Hourly Entry
Type
-
string
Source
totalBinsTippednumber
The Total Number of Bins Tipped for this Hour
Type
-
number
Source
totalClass1Traysnumber
The Total Number of Class 1 Tray Equivalents Packed for this Hour
Type
-
number
Source
totalClass2Traysnumber
The Total Number of Class 2 Tray Equivalents Packed for this Hour
Type
-
number
Source
totalDowntimenumber
The Total Downtime for this Hour expressed in Seconds
Type
-
number
Source
totalManningnumber
The Total Number of People working for this Hour
Type
-
number
Source
totalProductionTimenumber
The Total Time that could be Utilized for Packing Fruit (excludes Planned Downtime such as Smoko Breaks) for this Hour expressed in Seconds
Type
-
number
Source
updateTimestampDate
When the Shift Hourly Entry was last updated
Type
-
Date
Source
uptimePercentagenumber
The Percentage of Production Time without Downtime for this Hour
Type
-
number
Source
Methods
fromJSON(json, siteId) → {ShiftHourlyEntryModel}
Create a new ShiftHourlyEntryModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Shift Hourly Entry
Returns
-
ShiftHourlyEntryModel