Skip to content

Releases: danielstieger/moware35

moware 11 2025.33 (IT)

02 Dec 14:16

Choose a tag to compare

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 ....

image

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++)

21 Oct 12:55

Choose a tag to compare

This plugin fixes just a minor bug in manifest handling.

👎 no update needed

moware 11 2025.28 (MF)

29 Sep 13:32

Choose a tag to compare

💥 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

image

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)

27 Aug 08:01

Choose a tag to compare

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.

image

Hopefully, this plugin is the last feature plugin running on MPS 2020.3.6. Fingers crossed 🤞

moware 11 2025.23 (tast)

25 Aug 08:56

Choose a tag to compare

The last plugin before moving to mps 2023.3 and the jbr 17 👋

minor fixes h2forms 👍

moware 11 2025.22 (mft)

18 Aug 08:45

Choose a tag to compare

Added new manifest for PWA h2forms (especially for iphone strich impl.)

moware 11 2025.21 (ip)

05 Aug 09:32

Choose a tag to compare

(1) allowing for ip login in H2MpreisLoginOAuth 👏

(2) minor fixes ❔ 🥇

moware 11 2025.20 (fix)

30 Jul 11:53

Choose a tag to compare

h2forms image delegate fixed for OVERWRITE_FORMAT

batchjob exception strategy is insensitive to /n and /r

✈️

moware 11 2025.19 (pre)

23 Jul 11:38

Choose a tag to compare

Advanced precondition handling supporting resolve actions

A "Fix" button for a warning message raised from a cmd init

FX8 implementation

image

The very precondition in the command init itself ....

image

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

image

turku implementation

😭 and yes, sorry for the colors

image

Strich implementation adopted

image
  • 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)

17 Jul 07:38

Choose a tag to compare

🌞 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

minor fixes & refactorings