Production > Capacity planning > APS > Work with APS > Planning types > Edit APS planning > APS planning views > Subviews - robinfeng/beashelp GitHub Wiki
Navigation: Production > Capacity Planning > APS > Work with APS > Planning types > Edit APS planning > APS planning views: Subview No contents entries on this page Contents Grouping, sort order and field description are defined in a subview. You can change a subview in the Gantt chart without leaving the chart.
Field Meaning Name Unique ID Type Type of display. When a change is made, the additional parameters are loaded automatically by default. Description Further description of the subview Timeline Timeline display. The following types exist: Hour view Day view Month view Year view Zoom display The entire GANTT view can be enlarged / reduced. Capacity utilization view Set hooklet to enable this view Resource view Set hooklet to enable this view Scaling Standard scaling of the timeline – how many time units per mm. Default = 1000 Grouping Should a grouping be created? A grouping can be performed on 2 levels overall, e.g. resource group – resource or document - document position or project – document numbers. Grouped by Field name by which to group. The selected field name is displayed on the left side. For this reason, you can also sort by "Info order" – both the document number and the information on the work order are then displayed. Useful grouping options:
Order-oriented Info order - Info assembly Resource-oriented Resource name Resource-oriented by resource groups Resource group, resource name
Proprietary field names can also be defined (Views – Field description) and you can then sort by these, e.g. material, material thickness, etc. Sorted by Sort criterion of group Totals bar Should a totals bar be displayed for the grouping? (Gray bar above the process). This bar is only useful in an order-oriented view. darstellung_summenbalken Example with totals bar display Sorting in group Determines the sorting in a group. Field Total1 Total2 This is used to describe how the fields and totals bars are labeled.
darstellung_summenbalken2 Field and totals bar label
The default label is: Field Info position Total 1 Info assembly Total 2 Info order
If a change is made, you can either select another field or (preferably) change the "Info positionwork sequence" field directly using Views - Field Description . tool tip If you place the cursor over a position without clicking, a tool tip opens after about 2 seconds. This displays the resource and information on this position.
You can specify which fields should be displayed in this field. If the field is blank, the default setting is used.
Example:
Ressource: <xgantt.datafield.17> <xgantt.datafield.18><cr_lf><xgantt.datafield.20><cr_lf><xgantt.datafield.21><cr_lf><xgantt.datafield.22>
Available fields: see Table Structure.
Alternatively, you can also store a script. To do this, the syntax must begin with the term "Script" and the variable "value" returns what should be displayed in the tool tip.
Example:
Evaluating the Resource type field (16) A Parallel resource W Tool F External operation R Position (green range) L Delivery date (red dot)
Script if <xgantt.datafield.16> = A then setvar=value=<spr:Parallele Ressource> return success end if if <xgantt.datafield.16> = W then setvar=value=spr:tool return success end if setvar=value=<spr:other resources> return success
返回 主页