platform
platform copied to clipboard
lsFusion is an extremely declarative open-source language-based platform for information systems development
Sometimes we need to auto resize column width to preferred width when exporting to XLSX. @AFilipchyk commented that it was not possible with standard JasperReports functionality.
UNGROUP operator creates a property that distributes some value among the objects of some group according to many-to-many principle.
 For my mind if I chose to deny all navigator elements in upper window there must be checked in lower window. Could you refactor it, please.
Also "edit object" should be default for double clicking on group column, "drill-down" for double-clicking on measure column
To keep backward compatibility, it's possible to tune lexer this way: if module header is lower-case, then all keywords should be lower-case. Plus id escaping should be added, since there...
Should create measure + set of properties, like balance, currentBalance, etc.
Now only LOCAL declaration has multiple form. It should look like for example: f,g,h = GROUP SUM a(x), b(x), c(x) BY d(x); f,g,h = DATA INTEGER, INTEGER, STRING[50] (X); f,g,h(x)
Now only explicit polymorphism is supported. Half of that task is already implemented (but all that code is disabled, see BusinessLogics.disableImplicitCases).