Replies: 1 comment
|
Status update: Working implementation is in akira69#21. It adds a "Formula" extra field type alongside existing field types — formula expressions are evaluated at render time using field variables from the spool/filament/manufacturer context. The JSON-first editor with variable picker from the concept above is reflected in the PR's UI. Pending upstream review. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A user may want to have a dynamic "extra field" that is based on mathematical / text functions of existing fields
This concept would add a "Formula" extra field capability via JSON editor within Filaman UI (by plugin most likely - or under/next to existing extra fields entry points)
Entry table
JSON interface with operators/helpers and field name variables listed

A phase 2 could extend simplicity for users via a formula helper that provides guided coding/variable picking with a content type-aware interface
All reactions