# Jdg Status

> Dashboard aktualnego stanu księgowości JDG — nadchodzące terminy podatkowe (20-ty ryczałt+ZUS, 25-ty VAT+JPK), niezapłacone/zaległe faktury, podsumowanie miesiąca (sprzedaż, koszty, estymowany ryczałt i ZUS). Użyj gdy user pyta "co mam do zapłacenia", "jakie mam terminy", "status rozliczeń", "co mi zaległo", "podsumowanie miesiąca", "co powinienem zrobić", "jakie mam faktury niezapłacone".

- **Type:** Skill
- **Install:** `agentstack add skill-dithiothreitol-jdg-ksiegowy-jdg-status`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dithiothreitol](https://agentstack.voostack.com/s/dithiothreitol)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dithiothreitol](https://github.com/dithiothreitol)
- **Source:** https://github.com/dithiothreitol/jdg-ksiegowy/tree/main/.claude/skills/jdg-status

## Install

```sh
agentstack add skill-dithiothreitol-jdg-ksiegowy-jdg-status
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Dashboard JDG

Kompletny snapshot stanu rozliczeń — bez dotykania sieci (wszystko z SQLite).

## Wywołanie

```bash
# Format JSON (do dalszego przetwarzania)
python3 skills/jdg-status/scripts/status.py

# Format czytelny w terminalu
python3 skills/jdg-status/scripts/status.py --format table

# Z konkretną datą odniesienia (do symulacji / testów)
python3 skills/jdg-status/scripts/status.py --date 2026-05-18
```

## Co pokazuje

**Terminy (posortowane po dacie):**
- Ryczałt za poprzedni miesiąc (20-ty)
- ZUS zdrowotne (20-ty)
- VAT + JPK_V7M (25-ty)
- Niezapłacone faktury kontrahentów (7 dni przed terminem)

**Poziomy (`level`):**
- `overdue` — po terminie (faktura albo podatek!)
- `urgent` — dziś lub jutro
- `warn` — w ciągu tygodnia
- `info` — >7 dni

**Faktury:**
- Zaległe (po terminie, niezapłacone)
- Niezapłacone (jeszcze przed terminem)

**Podsumowanie bieżącego miesiąca:**
- Sprzedaż netto + VAT
- Koszty netto + VAT naliczony
- Estymowany ryczałt (12% × sprzedaż poprzedniego miesiąca)
- Estymowany ZUS zdrowotne (z progu wg `tax/zus.py`)

## Po wywołaniu

Pokaż userowi TYLKO `overdue` i `urgent` na górze (najważniejsze).
Dla `warn` pokaż listę, ale mniej wyraźnie.
`info` — pomiń chyba że user wprost prosi o pełną listę.

Dla typowego flow *"co mam zrobić"*: skup się na 2-3 najpilniejszych akcjach.
Jeśli `overdue` nie ma → zrób userowi pochwałę :)

## Automatyzacja (cron)

Ten skill jest idealny dla cron job — codziennie rano sprawdza status i
wysyła email / notyfikację przy `overdue` lub `urgent`. Zobacz `CRON.md`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dithiothreitol](https://github.com/dithiothreitol)
- **Source:** [dithiothreitol/jdg-ksiegowy](https://github.com/dithiothreitol/jdg-ksiegowy)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-dithiothreitol-jdg-ksiegowy-jdg-status
- Seller: https://agentstack.voostack.com/s/dithiothreitol
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
