| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-18 | 1.2 kB | |
| v3.6.1 -- Visible nested BOQ hierarchy + nesting fixes source code.tar.gz | 2026-05-18 | 246.1 MB | |
| v3.6.1 -- Visible nested BOQ hierarchy + nesting fixes source code.zip | 2026-05-18 | 248.2 MB | |
| Totals: 3 Items | 494.3 MB | 0 | |
Fixed
- BOQ nested hierarchy now visible: sub-sections (sections-in-sections) were silently dropped from the grid — the recursive section tree is now rendered with per-level indentation + depth accent, subtotals roll up recursively, collapse works at every level (#136).
- "Add sub-section" no longer silently fails on an ordinal collision with a stray sibling — the nested ordinal is now globally collision-free (#136).
- Resource-expand control made clearly visible (persistent tinted chip + count) — it was too faint and read as missing (#133).
- PDF export no longer crashes (
float += Decimal) on a BOQ containing ungrouped positions.
Added
- Section rows show their ordinal and a discoverable "+ Sub" button to create a nested sub-section inline.
- Project-focus sidebar: needed modules prominent, not-needed small+grey inline, with This-project / All-modules toggle; Guided setup shows Required / Recommended / Optional module tiers.
- /files: document-type cards redesigned — smaller, more data, modern.
Changed
- CLI entrypoint label is now
openconstructionerp(matches the PyPI package name).