resources
property that defines available resource fields and their aggregation types (e.g., SUM
, MAX
). This looks like:override val resources: MutableList<Map<String, String>> = mutableListOf( mapOf("amount" to "SUM"), mapOf("meterR" to "MAX"), )
This allows developers to easily reference resource fields and their aggregation logic when building reports, without hardcoding field names or SQL expressions. It’s especially useful for generating dynamic SELECT
queries or creating reusable reporting components.Rel: May 26 2025.
✅ Added ZIP-based database backup and restore support.
Minor bug fixes included.
Fixed some little bugs like appears Escape Alert Dialog where mastn’t be rising.
(05 marth 2025) in plans and soon release: compose-entity-1.0.19 : multiple declaration of @CeAutoMigration for one class, rename @DocumentDescriberCe to @CeDocumentDescriber for more convinient texting. Have fixed document generarion rise error: Unresolved reference 'init'. Fixed no moving when commiting document with table part (details), and no moving commited document from editing table pert items.
Added ROOM automigration migrations support. You don't need to write some SQL code for migrations: create new table, delete, rename table, add fields, rename or delete fields. ROOM and ComposeEntitiy KSP do it for you. In version 2 Compose Entity planned quit of ROOM technology and become more easyest and convinients for DB driving apps in Android.
Navigation buttons become more adaptive on tablets' and smartfones' screens when switching between landscape and portrait mode.