• v0.1.4 4fee766200

    v0.1.4 Stable

    gitea_admin released this 2026-06-30 16:44:09 +00:00 | 9 commits to main since this release

    Added

    • Field validation in PARTMNT via a new chkInput subprocedure (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