Open Sage

Open Sage 100 => Open Sage 100 Overview => Topic started by: root on Jun 07, 2026, 10:33 AM

Title: Open Sage 100 Design Concepts
Post by: root on Jun 07, 2026, 10:33 AM
Open Sage 100 is an open source project creating a work-a-like accounting solution with a web browser UI using the ScriptBasic webserver.

A three tier architecture will be maintained using MODULEs instead of ProvideX emulated objects. This eliminates the need for COM and BOI scripting. OS100 will have a REST API for external interfacing. UI events from the Bootstrap framework UI will be handled as Fetch API calls.

Open Sage 100 is targeted for Linux but can run on a Windows server or on a standalone PC.

I'm going to do an AR_Customer MODULE as an example to show the differences between ProvideX and ScriptBasic.