Part of the Olevsoft toolset — a self-contained
desktop build of IMS, a warehouse/inventory management system
(live demo, login admin / USR). See also
PForm2 (report engine) and
UIKit (UI components) — the same
building blocks IMS is made of.
No install, no server setup: the database is a single SQLite file
(data/ims.sqlite) right inside the folder, and the app runs from your
browser with no build step.
To actually run it — see RUN_ME.md (requirements, startup scripts for Windows/Mac/Linux, troubleshooting). For what's inside the folder, see DELIVERY_STRUCTURE.md.
Documents drive everything: receiving, shipping, sales, cash/bank,
manufacturing. Stock and balances are never stored directly — they're
computed from the documents every time, so nothing can drift out of sync
without a document to explain why. See the full manual and business-logic
docs under src/docs/en/.