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.6.19
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-28 1.0 kB
v2.6.19 -- alignment fix source code.tar.gz 2026-04-28 455.3 MB
v2.6.19 -- alignment fix source code.zip 2026-04-28 456.8 MB
Totals: 3 Items   912.2 MB 0

v2.6.19 — Resource name & quantity X-alignment fix

Fixed

  • Resource name vs position description X-alignmentInlineTextInput's display-mode span already adds px-1 (4px) of horizontal padding internally. The resource name slot was also applying its own pl-1, double-padding to 8px while the position description column padding is only 4px (!pl-1). Removed the outer pl-1 so the input's own 4px is the single source of truth — resource names now start at the exact same X coordinate as position description text.
  • Resource quantity vs position quantity X-alignment — same double-padding bug on numeric slots. InlineNumberInput's display span adds px-1 (4px), and the qty slot had pr-2 (8px), totalling 12px from slot right-edge to text right-edge while the position quantity cell uses only 8px (!pr-2). Resource qty slot reduced to pr-1 pl-1 (4px) so combined with the input's 4px it sums to 8px, matching the position cell exactly.

    :::bash pip install --upgrade openconstructionerp==2.6.19

Source: README.md, updated 2026-04-28