docs(store): add STORE.yaml, MODULE.md/de + icon for the store
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m29s
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m29s
Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
80f6620d42
commit
ae38305667
4 changed files with 74 additions and 0 deletions
21
MODULE.de.md
Normal file
21
MODULE.de.md
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# econ.skm_score
|
||||||
|
|
||||||
|
Standardkostenmodell (SKM) — Bürokratiekosten
|
||||||
|
|
||||||
|
## Was es tut
|
||||||
|
|
||||||
|
Standardkostenmodell — P×F×T×h je Pflicht, summiert über eine Pflichtenliste (NKR-Methode). EU- und OECD-anerkannte Methodik zur Bürokratiekostenmessung, genutzt von NL ATR, UK RPC, EU REFIT.
|
||||||
|
|
||||||
|
## Verwendung
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
steps:
|
||||||
|
- id: step
|
||||||
|
use: econ.skm_score@^0
|
||||||
|
with:
|
||||||
|
# Eingaben siehe module.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
## Lizenz
|
||||||
|
|
||||||
|
Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In.
|
||||||
21
MODULE.md
Normal file
21
MODULE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# econ.skm_score
|
||||||
|
|
||||||
|
Standard Cost Model (SKM) bureaucracy cost
|
||||||
|
|
||||||
|
## What it does
|
||||||
|
|
||||||
|
Standard Cost Model — P×F×T×h per duty, summed across a duty list (German NKR method). The EU- and OECD-recognised methodology for bureaucracy-cost measurement, used by NL ATR, UK RPC, EU REFIT.
|
||||||
|
|
||||||
|
## How to use
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
steps:
|
||||||
|
- id: step
|
||||||
|
use: econ.skm_score@^0
|
||||||
|
with:
|
||||||
|
# see inputs in module.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Apache-2.0 — part of the Recl∆Im module set (Flemming.AI), built on Ch∆In.
|
||||||
27
STORE.yaml
Normal file
27
STORE.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
schema_version: 1
|
||||||
|
|
||||||
|
author:
|
||||||
|
name: "Flemming.AI"
|
||||||
|
email: chain@flemming.ai
|
||||||
|
url: https://flemming.ai
|
||||||
|
license: Apache-2.0
|
||||||
|
|
||||||
|
tagline:
|
||||||
|
en: "Standard Cost Model (SKM) bureaucracy cost"
|
||||||
|
de: "Standardkostenmodell (SKM) — Bürokratiekosten"
|
||||||
|
|
||||||
|
description:
|
||||||
|
en: "Standard Cost Model — P×F×T×h per duty, summed across a duty list (German NKR method). The EU- and OECD-recognised methodology for bureaucracy-cost measurement, used by NL ATR, UK RPC, EU REFIT."
|
||||||
|
de: "Standardkostenmodell — P×F×T×h je Pflicht, summiert über eine Pflichtenliste (NKR-Methode). EU- und OECD-anerkannte Methodik zur Bürokratiekostenmessung, genutzt von NL ATR, UK RPC, EU REFIT."
|
||||||
|
|
||||||
|
category: data
|
||||||
|
tags: [economics, legal, government, offline-capable]
|
||||||
|
|
||||||
|
assets:
|
||||||
|
icon: assets/icon.svg
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
long_description: MODULE.md
|
||||||
|
|
||||||
|
links:
|
||||||
|
repository: https://git.flemming.ai/chain-modules/econ-skm-score
|
||||||
5
assets/icon.svg
Normal file
5
assets/icon.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
||||||
|
<rect width="64" height="64" rx="12" fill="#08090A"/>
|
||||||
|
<path d="M32 14 L52 50 L12 50 Z" fill="none" stroke="#E9E7E2" stroke-width="3" stroke-linejoin="miter"/>
|
||||||
|
<circle cx="32" cy="38" r="4" fill="#2E8F9E"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 303 B |
Loading…
Add table
Add a link
Reference in a new issue