Examples
Examples are intended to demonstrate the capabilities of the lsFusion platform.
Score table
The Score table example describes how to create a simple application that calculates the score table of a hockey tournament. It contains exactly one form, in which the user can enter game scores, based on which the score table is automatically built.
Using this example you can get an idea of how to quickly develop "Excel-style" applications in which form data are editable, and any changes to them cause all dependent data on the form to be updated incrementally.
Materials management
The Materials management example describes how to create a simple stock management business application. In it, the user can record receipt and shipment documents and obtain item balances.
This example shows how to create an application that processes documents that have a header and lines. All forms are created in "Dialog style." In this approach, for each class in the system a form with the list of its objects is created, in which only the buttons for creating, editing, and deleting objects are available; clicking the corresponding button opens a separate dialog form, with which the user adds a new object or edits an existing one.
UEFA country coefficient calculation
This example describes an application that calculates the UEFA country coefficient based on the information about the played matches.