docs: add inheritance options guide (text files)

This commit is contained in:
2026-06-28 22:59:09 -04:00
parent 30bab62247
commit ae218523e9
4 changed files with 843 additions and 0 deletions

View File

@@ -668,3 +668,24 @@ render before/after mock-ups for visual approval.
star-import re-exports, one F841, one F541) — no new issues.
- Version bumped to **0.3.3** (`bal/VERSION`, `bal/__init__.py`,
`bal/manifest.json`).
## 18. Documentation site (docs/) — no behaviour change
Added a `docs/` tree that renders directly on GitHub and GitHub Pages (no PDF):
- `docs/inheritance-options.md` + `.html`: a codeaccurate **Inheritance Options
Guide** covering every change a user can make (date earlier/later, add/remove
heir, change percentages, fees, willexecutors), each transaction status flag
and its colour, and what happens on the willexecutor servers. Includes a
decision **flow chart** (GitHubnative Mermaid block in the `.md`, plus a
static SVG fallback `docs/images/inheritance-flow.svg`, plus a live Mermaid
render in the `.html`). Behaviour is derived directly from
`core/will.py::is_will_valid` / `check_willexecutors_and_heirs` and
`gui/qt/window.py::build_inheritance_transaction`.
- `docs/manual/README.md` + `manual.html` + `images/`: the official **BAL User
Manual (revB)** converted from the upstream Gitea PDF into GitHubfriendly
Markdown/HTML with the original screenshots rerendered at high resolution
(`docs/manual/images/fig*.png`, `logo.png`).
- `docs/README.md`: documentation index linking both documents.
No plugin code changed; 186 tests still pass.