| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenConstructionERP_7.6.0_amd64.AppImage | 2026-06-11 | 345.1 MB | |
| OpenConstructionERP-7.6.0-1.x86_64.rpm | 2026-06-11 | 265.9 MB | |
| OpenConstructionERP_7.6.0_amd64.deb | 2026-06-11 | 265.9 MB | |
| OpenConstructionERP_7.6.0_x64-setup.exe | 2026-06-11 | 258.4 MB | |
| OpenConstructionERP_7.6.0_x64_en-US.msi | 2026-06-11 | 284.0 MB | |
| OpenConstructionERP_aarch64.app.tar.gz | 2026-06-11 | 198.9 MB | |
| OpenConstructionERP_7.6.0_aarch64.dmg | 2026-06-11 | 199.5 MB | |
| OpenConstructionERP v7.6.0 source code.tar.gz | 2026-06-11 | 287.9 MB | |
| OpenConstructionERP v7.6.0 source code.zip | 2026-06-11 | 291.9 MB | |
| README.md | 2026-06-11 | 3.7 kB | |
| Totals: 10 Items | 2.4 GB | 0 | |
Added
- A general ledger built on double-entry accounting. A new finance ledger keeps a chart of accounts, posts balanced journal entries, and produces a trial balance, an income statement, a balance sheet and a direct-method cash flow statement. Every journal is checked to balance before it posts, so the books never drift.
- Self-service account erasure. You can erase your own account and personal data from the Settings danger zone, covering the right to erasure, with a clear confirmation before anything is removed.
- AI plan reading for PDF takeoff. The takeoff tool can read a drawing with a vision model and propose what it finds as labelled suggestions you confirm, and the server still re-derives every billed quantity on save.
- Resumable uploads for large CAD and PDF files. A big upload now goes up in chunks and resumes where it left off if the connection drops, instead of starting over.
- A saved-views module, so a filtered and sorted view of a list can be saved and reopened later.
- A point cloud upload page for the reality-capture beta, with the dashboard and login polish that goes with it.
- Privacy, terms and cookie policy pages.
Changed
- Higher limits across the board. Large uploads, longer lists per page and bigger bulk actions all have more room: chunked uploads accept much larger files, spreadsheet imports allow more data, and pagination and bulk operations carry more rows in one go. The sign-in rate limit is unchanged.
- The module navigation tabs and key dialog buttons are now translated in all 27 languages, closing another wave of interface-text gaps.
- Integration copy uses neutral, format-level names instead of specific product names.
Fixed
- A hardening pass across twelve modules tightened tenant isolation and money math, so amounts compute consistently and every request stays inside the right workspace.
- The onboarding Full Enterprise profile installs the right module set regardless of what the client sends.
- The production Docker deployment accepts larger drawing uploads, and takeoff cost figures are carried as exact decimal strings.
- The built-in SQLite to PostgreSQL copy survives a newer target schema instead of failing on a column it did not expect.
- The remaining vector-search calls moved to the current query API after the search client dropped its old method.
Security
- A user can remove their own account and personal data through the right-to-erasure flow.
- Tenant isolation and money handling were hardened across twelve modules.
What's Changed
- fix: harden tenant auth and money math across 12 modules by @datadrivenconstruction in https://github.com/datadrivenconstruction/OpenConstructionERP/pull/202
- i18n: localize module navigation tabs and key dialog buttons by @datadrivenconstruction in https://github.com/datadrivenconstruction/OpenConstructionERP/pull/203
- Onboarding Full Enterprise fix, nginx 2g, takeoff money as decimal strings by @datadrivenconstruction in https://github.com/datadrivenconstruction/OpenConstructionERP/pull/207
- GAAP general ledger, chart of accounts and financial statements (#77) by @datadrivenconstruction in https://github.com/datadrivenconstruction/OpenConstructionERP/pull/208
- Lift user-facing limits across uploads, pagination and bulk ops (#84) by @datadrivenconstruction in https://github.com/datadrivenconstruction/OpenConstructionERP/pull/209
New Contributors
- @datadrivenconstruction made their first contribution in https://github.com/datadrivenconstruction/OpenConstructionERP/pull/202
Full Changelog: https://github.com/datadrivenconstruction/OpenConstructionERP/compare/v7.5.0...v7.6.0