-
v0.1.4 Stable
released this
2026-06-30 16:44:09 +00:00 | 9 commits to main since this releaseAdded
- Field validation in PARTMNT via a new
chkInputsubprocedure (typed parameter interface):
description required, qty 0-99999, price 0.01-9999.99. F6 (add) and F10 (update) reject bad input
with a message instead of writing a partial/garbage record. - Four greenscreen behavior reels — each a recorded functional test that BOTH gates the release
and ships as a release video:test-1-add(add → display → delete lifecycle),test-2-update
(qty-range reject 9999999, then a valid update),test-3-duplicate(F6 on an existing part is
blocked),test-4-required(blank description on add is rejected). Replaces the single monolithic
test-partmnt.sh; the dashboard shows them as a 2×2 click-to-enlarge gallery.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Field validation in PARTMNT via a new