Download Latest Version OpenConstructionERP_12.2.0_x64_en-US.msi (375.0 MB)
Email in envelope

Get an email when there's a new version of OpenConstructionERP

Home / v2.9.31
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-07 1.6 kB
v2.9.31 -- BOQ resource column alignment + documents 403-404 source code.tar.gz 2026-05-07 457.1 MB
v2.9.31 -- BOQ resource column alignment + documents 403-404 source code.zip 2026-05-07 458.8 MB
Totals: 3 Items   916.0 MB 0

Fixed

  • BOQ resource sub-rows now align column-for-column with position rows. v2.9.29 refactored the resource row to a column-driven layout reading live AG Grid column geometry, but computeLeftPad() still added a +56px "indent nudge" on top of the helper-column widths. That nudge shifted every downstream slot — Unit, Quantity, Unit rate, Total, Actions — 56 pixels right of the matching position cell, so the columns no longer lined up vertically. Removed the nudge: leftPad is now exactly _drag + _checkbox + _expand width, matching the position row's left edge. Visual differentiation between position and resource rows still comes from the inset shadow, secondary background tone, and the provenance left-edge bar.
  • Documents-module download no longer returns 403 for demo PDFs whose stored file_path resolves outside the current upload base. The download endpoint's path-containment guard treated any resolved path outside UPLOAD_BASE as a security violation (HTTP 403 "Access denied"), even when the document was a synthetic demo seed record whose placeholder hadn't been materialized yet. Re-anchors demo PDFs to a deterministic safe path inside upload_base ({base}/demo/{doc.id}.pdf) before the materialize-placeholder step, and degrades real uploads with stale paths to HTTP 404 "File not found on disk" instead of 403. Path-traversal protection (symlink rejection, strict containment) still applies to non-demo paths. Surface: /files?kind=document → click → /takeoff?doc=…&source=document no longer fails to load PDF on fresh installs.
Source: README.md, updated 2026-05-07