platform
platform copied to clipboard
lsFusion is an extremely declarative open-source language-based platform for information systems development
1. Move the buttons for calling the dialog form and editing the object to the general list of suggested objects. Make text hyperlinks instead of icons. 2. Add a separate...
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.8.3 to 1.14.2. Release notes Sourced from jsoup's releases. jsoup 1.14.2 Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug...
Now every big piece of data uploaded from client / downloaded from db server is stored on app server as is. It may give really big memory footprint. The simplest...
Bumps pdfbox from 2.0.12 to 2.0.24. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps httpclient from 4.5.7 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps commons-io from 2.4 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Added support for custom DB port (default is also set)
Null pointer exception when using sample from [documentation](https://documentation.lsfusion.org/pages/viewpage.action?pageId=3670087): // menu without scrollbars under the root window WINDOW menu MENU HIDESCROLLBARS DRAWROOT POSITION(20, 6, 80, 4); ``` java.lang.NullPointerException at lsfusion.server.language.ScriptingLogicsModule.createMenuWindow(ScriptingLogicsModule.java:4368) at...
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I am trying to understand how fiscal functions works. Let us take as example this lsfusion code: MODULE FiscalVMK; REQUIRE CashRegister; loadDefaultCashRegisterModels() + {EXEC loadDefaultCashRegisterModel ('VMK fiscal registrar', 'VMK', NULL,...