| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS.pem | 2026-05-14 | 3.6 kB | |
| SHA256SUMS | 2026-05-14 | 109 Bytes | |
| SHA256SUMS.sig | 2026-05-14 | 96 Bytes | |
| openconstructionerp-3.0.7-py3-none-any.whl | 2026-05-14 | 10.4 MB | |
| README.md | 2026-05-14 | 1.2 kB | |
| v3.0.7 -- Cost DB import_ docs, templates, downloads source code.tar.gz | 2026-05-14 | 243.8 MB | |
| v3.0.7 -- Cost DB import_ docs, templates, downloads source code.zip | 2026-05-14 | 245.8 MB | |
| Totals: 7 Items | 500.1 MB | 0 | |
Resource-based cost database import
Full guide for extending the cost database with your own data — docs/cost-database-import.md covers flat CSV/XLSX import (POST /api/v1/costs/import/file/) and resource-based recipes (POST /api/v1/costs/ with components[] per CostItem).
Templates — download from the app
On /costs/import the Supported formats card now has three one-click download buttons:
- cost_database_template.csv — minimal 3-row starter
- example_us_construction.csv — 30-row working US database (labor / materials / equipment / subcontractors) with MasterFormat codes
- cost_database_with_assemblies.json — 6 example recipes (strip footing, CIP wall, CMU wall, 2x4 framing, drywall + paint, asphalt roofing) with full resource breakdowns
End-to-end smoke test
scripts/test_cost_import.py uploads the CSV, pushes the JSON recipes, round-trips every code, and verifies each recipe's component breakdown — passes 4/4 against a clean install.
Also folds in everything from v3.0.6
DWG upload responsiveness (no more 5-upload poisoning cascade), 6 new HF regions (Mongolia + 5 others), sidebar white-label branding. Full notes in CHANGELOG.md.