Skip to main content
Skip table of contents

SV - definition - Current Production


Visible information

Font size

Increase in Shopfloor view active

CODE
fontSize = 'large' => 110%
fontSize = 'extraLarge' => 125%

Button/Column/Value

responsible parametrization

Comment

Data

Action

  • SV/Visible informations/”Material” option selected

Bold:

  • SV/”Increase material visibility” active

Bold:

increasedMatNumVisibility

CODE
{{ currentItem.material.primaryIndicator }}<br />
{{ currentItem.material.secondaryIndicator }}

[matTooltip]="currentItem.material.tertiaryIndicator"

  • SV/Visible informations/”Production Item” option selected

{{ currentItem.number }}

comment in tooltip: currentItem.comment

  • SV/Visible informations/”Quantity” option selected

  • Settings/”Allow discard quantity declaration” active

“bad quantity” is displayed based on allow_discard_quantity parameter in Settings

CODE
{{ currentItem.quantityFinish }} /
If="allowDiscardQuantity$ | async">{{ currentItem.quantityDiscard }} / 
{{ currentItem.quantity }}
{{ currentItem.material.unit }}

  • SV/Visible informations/”Handling Unit Template” option selected

Editable:

  • SV/”Editable handling unit template” active

currentItem.handlingUnitTemplate

title + color

if ShopfloorView.editableHandlingUnitTemplate active => button to edit in dialog

  • SV/Visible informations/”Scrap Quantity” option selected

  • SV/”Scrap” active

{{ currentItem.quantityScrap }} {{ currentItem.material.unit }}

if ShopfloorView.scrapActive is active

  • SV/Visible informations/”Outbound Delivery” option selected

CODE
{{ currentItem.outboundDelivery?.number ?? '-' }} | 
currentItem.customer?.name : '' }}

  • SV/Visible informations/”Schedulded Expedition Time” option selected

{{ currentItem.outboundDelivery?.scheduledFinish }}

  • SV/Visible informations/”Production Version” option selected

Editable:

  • SV/Editable production version” active

{{ currentItem.productionVersion.code }} | {{ currentItem.productionVersion.title }}

if ShopfloorView.editableProductionVersionactive => button to edit in dialog

  • SV/Visible informations/”Truck route” option selected

{{ currentItem.truckRoute?.title ?? '-' }}

  • SV/Visible informations/”Truck image” option selected

{{ currentItem.outboundDelivery?.truckImage?.title ?? '-' }}

  • SV/Visible informations/”Ship To” option selected

{{ currentItem.customer?.name ?? '-' }}

  • SV/Visible informations/”Batch Number” option selected

{{ currentItem.warehouseMaterialBatch?.code || '-' }}

  • SV/Visible informations/”Expected Expedition Time” option selected

{{ currentItem.outboundDelivery?.scheduledDelivery}}

Characteristics

SV/Visible informations/”Characteristics: …”

{{ characteristic.characteristicHeaderTitle }}

for cycle: {{ field.name }}:</small>&nbsp;{{ field.value }}

image-20240208-132525.png

  • SV/Visible informations/”Master quantity” option selected

Sum of master item childs with same material

{{ currentItem.masterFinishQuantity }} / {{ currentItem.masterQuantity }}


Action Buttons

Button/Column/Value

responsible parametrization

Comment

Data

Action

Visible:

  • SV/”Visible start production button” active

  • Production Item is in any other status than “In Production”

Disabled:

Visible:

currentItem.status !== StatusProductionItemNamed.InProduction

Disabled = false:

isFirstActive || this.startProductionType === ProductionLineStartProductionType.Multiple || visibleStartProductionButton === false

Visible:

  • SV/”Visible start production button” active

  • Production Item is in status “In Production”

Visible:

currentItem.status === StatusProductionItemNamed.InProduction

Disabled = false:

isFirstActive || this.startProductionType === ProductionLineStartProductionType.Multiple

Visible:

  • If production line is stopped (“Report line stoppage” button)

Visible:

ProductionLine.isStopped === true

Disabled:

ProductionLine.isStopped === false

Following buttons are always visible, but can be disabled under specific conditions.

Active:

  • SV/Visible buttons/”Declare production” option selected

  • Current Production Item is in status “In Production”

Disabled:

  • Production line is stopped

  • Current Production Item is in different status than “In Production”

  • Declaration delay is taken into consideration (Production Line/”Time declaration delay”)

Disabled when:

  • isProductionLineStopped

  • currentItem.status.name === StatusProductionItemNamed.InProduction

if declaration delay is set, it is taken into consideration to keep the button disabled for the specified duration set from ProductionLine.declarationDelay

If delay is set to “percentage”, the following is applied:

(activeQueueItem.scheduledTimeProduction * (declarationDelay?.value ?? 0)) / 100

Active:

  • SV/Visible buttons/”Declare Bad Quantity” option selected

  • Current Production Item is in status “In Production”

Disabled:

  • Production line is stopped

  • Settings/”Allow discard quantity declaration” inactive

  • Active Production Item is in different status than “In Production”

Disabled when:

  • isProductionLineStopped

  • Setting.allowDiscardQuantity = false

  • status.name != StatusProductionItemNamed.InProduction

Active:

  • SV/Visible buttons/”Declare Incomplete Item” option selected

Disabled:

  • Production line is stopped

  • If no “Incomplete” reason code is defined (Settiongs/”Reason code of incomplete palette”)

Disabled when:

  • isProductionLineStopped

  • idReasonCodeIncomplete = 0

Active:

  • SV/Visible buttons/”Redbox” option selected

Disabled:

  • Production line is stopped

Disabled when:

  • isProductionLineStopped

Active:

  • SV/Visible buttons/”Report Scrap” option selected

Disabled:

  • Production line is stopped

  • SV/”Scarp” is inactive

Disabled when:

  • isProductionLineStopped

  • ShopfloorView.scrapActive = false

Active:

  • SV/Visible buttons/”Line Stoppage” option selected

Diasbled:

  • Production line is stopped

Disabled when:

  • isProductionLineStopped

Active:

  • SV/Visible buttons/”Maintenance Issue Order” option selected

Disabled:

  • never

Disabled when:

  • never

Active:

  • SV/Visible buttons/”Maintenance Issue Notification” option selected

Disabled:

  • never

Disabled when:

  • never

Active:

  • SV/Visible buttons/”Print” option selected

Disabled:

  • never

Disabled when:

  • never

Active:

  • SV/Visible buttons/”Detail” option selected

Disabled:

  • never

Disabled when:

  • never

If more than 4 buttons selected

  • visible when no. of buttons > 4


Scale

Active when ShopfloorView.enableScale

Button/Column/Value

responsible parametrization

Comment

Data

Action

  • SV/”Enable Scale” active

  • SV/”Enable Scale” active


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.