infos about a record entry

example record

{
"_id": "ddf58537aad61fb311d93db3f8000a58",
"_rev": "1-5cb577bce4aa0215d5f76444f739145d",
"timeStamp": 1621693740955,
"clientId": "6F8D22B2-9D80-11EA-B8C2-F77F8F53C70E",
"jobId": "a49bc9db-80c0-4f7c-a57a-1b82de994d98",
"jobName": "dummy_2012102511075117_2018062511480012",
"jobImage": "",
"sheetInfo": {
"id": "f798f0b7-14e3-4b54-9ff9-ca8aa4a6c844",
"number": 0,
"name": "Aluminium",
"thickness": 0.6,
"width": 1000
},
"sheetSectionInfo": {
"sheetIndex": 0,
"sectionNumber": 0,
"sectionSquareMeters": 0,
"startTimeStamp": 0,
"endTimeStamp": 637572905409118500,
"duration": 0,
"result": 0
},
"partSegmentInfo": [],
"programInfo": {
"fileName": "dummy_2012102511075117_2018062511480012.Nc",
"programType": 4,
"programState": 1
}
}

@_id id internal unique id @_rev rev internal unique changeId @_others see below

Hierarchy

  • ISquareMeterCounter

Properties

clientId: string

client id of the machine

timeStamp: number

timestamp at record creation

jobId: string

id of the job

jobName: string

name of the job

jobImage: ArrayBuffer

image of the job

sheetInfo: ISheetInfo

sheet info of the job

sheetSectionInfo: ISheetSectionInfo

sheet section info of the current section

partSegmentInfo: IPartSegmentInfo[]

part and segment infos of the current section

programInfo: IProgramInfo

program info of the current entry

jobSquareMetersTotal: number

total square meters of the current job ISheetSectionView.jobSquareMetersTotal

jobSquareMetersCutted: number

total cutted square meters of the current job ISheetSectionView.jobSquareMetersCutted

jobSquareMetersCuttedPercentage: number

total cutted square meters of the current job in percentage ISheetSectionView.jobSquareMetersCuttedPercentage

Generated using TypeDoc