Autogenerated
 
Autogenerated
Line 1: Line 1:
{{#vardefine:ExpiringSoon|
    {{#neowiki_query:
    {
        "conditions": [
            {
                "property": "Document Control.Valid until",
                "operator": ">",
                "value": "{{#time:Y-m-d}}"
            },
            {
                "property": "Document Control.Valid until",
                "operator": "<=",
                "value": "{{#time:Y-m-d|+14 days}}"
            }
        ]
    }
    |format="count"
    }}
}}
{{#vardefine:NoOwner|
    {{#neowiki_query:
    {
        "conditions": [
            {
                "property": "Document Control.Owner",
                "operator": "IS NULL",
                "value": ""
            }
        ]
    }
    |format="count"
    }}
}}
{{#vardefine:NoExpiration|
    {{#neowiki_query:
    {
        "conditions": [
            {
                "property": "Document Control.Valid until",
                "operator": "IS NULL",
                "value": ""
            }
        ]
    }
    |format="count"
    }}
}}
{{#vardefine:Expired|
    {{#neowiki_query:
    {
        "conditions": [
            {
                "property": "Document Control.Valid until",
                "operator": "<=",
                "value": "{{#time:Y-m-d}}"
            }
        ]
    }
    |format="count"
    }}
}}
{{#vardefine:FirstDrafts|
    {{#neowiki_query:
    {
        "conditions": [
            {
                "property": "qm/state_raw",
                "operator": "=",
                "value": "first-unstable"
            }
        ],
        "hasSubjects": [ "Document Control" ]
    }
    |format="count"
    }}
}}
{| style="width:100%"
{| style="width:100%"
|-
|-
| <kpitile value="85" max="100" label="Expiring soon" showpercentage="1" />
| <kpitile value="{{#var:ExpiringSoon}}" max="1" label="Expiring soon" color-thresholds="0:green|10:red" />
| <kpitile value="25" max="100" label="Outstanding info" showpercentage="1" />
| <kpitile value="{{#var:NoOwner}}" max="1" label="Without owner" color-thresholds="0:green|1:red" />
| <kpitile value="55" max="100" label="Without expiry date" showpercentage="1" />
| <kpitile value="{{#var:NoExpiration}}" max="1" label="Without validity date" color-thresholds="0:green|1:red" />
| <kpitile value="55" max="100" label="Outdated" showpercentage="1" />
| <kpitile value="{{#var:FirstDrafts}}" max="1" label="Without approval" color-thresholds="0:green|10:red" />
| <kpitile value="{{#var:Expired}}" max="1" label="Expired pages" color-thresholds="0:green|1:red"/>
|}
|}


{| class="cuscosky" style="width:100%"
<neowiki_report format="grid">
! Doc ID !! Name !! State !! Valid until !! Active workflow !! Outstanding read confirmation
    {
|-
        "properties": {
| 143 || [[QM:Arbeitsanweisung 1]] || Approved || 2026-12-31 || - || 5 missing
            "Document Control.Document ID": "Document ID",
|-
            "Document Control.Owner": "Document owner",
| 145 || [[QM:Arbeitsanweisung 2]] || Approved || 2026-12-31 || - || 7 missing
            "qm/state": "Approval state",
|-
            "qm/has_draft": "Has draft",
| 146 || [[QM:Arbeitsanweisung 3]] || Approved || 2026-12-31 || - || 0 missing
            "read_confirmation/pending_count": "Pending read confirmations",
|-
            "workflows/count": "Number of running workflows",
| 149 || [[QM:Arbeitsanweisung 4]] || Approved || 2026-12-31 || - || 0 missing
            "Document Control.Valid until": "Valid until"
|-
        },
| 151 || [[QM:Richtline 1]] || Approved || 2026-12-31 || - || 6 missing
        "conditions": [],
|-
        "sort": [ {
| 176 || [[QM:Richtline 9]] || Approved || 2026-12-31 || - || 1 missing
            "property": "name",
|}
            "direction": "ASC"
        } ],
        "hasSubjects": [ "Document Control" ],
        "mainLabel": "Document name"
    }
</neowiki_report>

Revision as of 07:16, 18 June 2026

{{#vardefine:ExpiringSoon|

   0

}} {{#vardefine:NoOwner|

   1

}} {{#vardefine:NoExpiration|

   1

}} {{#vardefine:Expired|

   2

}} {{#vardefine:FirstDrafts|

   1

}}