Releases: danielstieger/moware35
moware 11 2025.33 (IT)
Replace '.' in any case with ',' when entring bigdecimal numbers
Use the DecimalDelegateInsensibleThousand option on any UIFactory to let the DecimalDelegate automatically transform the grouping separator into the decimal separator. This will prevent entering big numbers coincidently. However, right now, entrying 1.000,00 will result in an error, since the number will be transformed to 1,000,00 ....
In the forthcomming j17 edition of the plugin, the grouping separator will only be replaced in case no decimal separator is present.
moware 11 2025.29 (MF++)
This plugin fixes just a minor bug in manifest handling.
👎 no update needed
moware 11 2025.28 (MF)
💥 do not use for production 💣
This plugin does not come with new features or bug fixes. It just comes with manifest support for tukru applications, which is needed for some iPad tests.
Supply your own manifest for turku applications by overwriting the manifest.json in the work/static/manifest.json before packaging the work directory to dist/<>.war
In ant this might look like ....
<copy file="YOUR manifest.json" tofile="${mowareWorkDir}/static/manifest.json">" filtering="yes" overwrite="yes">
</copy>
moware 11 2025.24 (dck)
Support for local port j
All app factories—including those for jobs—support the PortJLocal property. When PortJLocal is set to true, PortJ output is written to logs/portj.log instead of being sent to the JCentrix infrastructure. For jobs, PortJLocal is equivalent to the existing PortJ property (which remains available), since job output is always written to the local portj.log anyway.
Hopefully, this plugin is the last feature plugin running on MPS 2020.3.6. Fingers crossed 🤞
moware 11 2025.23 (tast)
The last plugin before moving to mps 2023.3 and the jbr 17 👋
minor fixes h2forms 👍
moware 11 2025.22 (mft)
Added new manifest for PWA h2forms (especially for iphone strich impl.)
moware 11 2025.21 (ip)
(1) allowing for ip login in H2MpreisLoginOAuth 👏
(2) minor fixes ❔ 🥇
moware 11 2025.20 (fix)
h2forms image delegate fixed for OVERWRITE_FORMAT
batchjob exception strategy is insensitive to /n and /r
moware 11 2025.19 (pre)
Advanced precondition handling supporting resolve actions
A "Fix" button for a warning message raised from a cmd init
FX8 implementation
The very precondition in the command init itself ....
Per default, the text of the resolve action button is the command name. Here, a label is specified. Hotkeys for resolve actions are not supported. Parameterization of the resolve command is mandatory.
The resolve action is only displayed, in case a precondition text is visualized in the pagepane of a command. You should not use resolve actions in preconditions in graph_edits, since starting a GE in a GE is not supported by the framework 💣 !
h2forms implementation
turku implementation
😭 and yes, sorry for the colors
Strich implementation adopted
- GO Button Support
- Double Click on Scannable opens Strich
- Single Click moves focus and allows for manual entry
- Enter issues SCAN_UPDATE concusion (interestingly not supported on android ❓)
- Lens Button also opens Strich
moware 11 2025.18 (pic)
🌞 The maintainance plugin for KW 29 🧑🏭
behaviour of accordion in h2forms changed
- only one accordion tab is open at any time.
- clicking on an open tab closes it again.
handling of imageviewer in h2forms and turku adopted.
- if bound value starts with http:// or https:// - do not adjust the value in any form
- if retrieveLocation is set in the AppFactory adjust the value to [retrievLocation] + [value]
- else just take value