Beigesoft™ software (libraries) for rapid development of cross-platform financial WEB-applications.

* Cross-platform means that the whole application (both the server and the client sides) works anywhere (on any operating system). For example a whole local (Internet - unavailable) version (WEB-server, Database server and WEB-Client) works on an Android smartphone.

These topics are dedicated to broad sections of audience. For example, this is for programmers who never use Java before, or for accountants who want to customize Beigesoft EIS.

At first, you will use SQlite database, because of you no need to install it. At the end, you will copy all data from the local (standalone) SQLite version into the cloud Postgesql (or Mysql) version. You also will learn about data protection, e.g. checking a file's checksum and digital signature.

Topics:

Why should you choose Beigesoft™ software (libraries).
Basic information about using Beigesoft™ software (libraries).
Installation of the programming environment.

* Archived source code of the next application you can download from https://sourceforge.net/projects/beige-accounting/files/EIS1.0/

Example of a simple ordering (booking of items) application. Part 1, basic business logic.
Example of a simple ordering (booking of items) application. Part 2, cloud WAR version.