-
Notifications
You must be signed in to change notification settings - Fork 35
New Widget for Date Range #981
Comments
How values of this widget should be persisted in database? We have single value for each property updated using PATCH request. This could be array of dates, e.g. [start, end] Please let me know how to store those values. |
Take a look at datetimerange widget used in filters. I guess it would be nice to keep same data structure. |
hi guys, I think we cannot use the JSON format that we are using for filtering because there we have something like this: In case of date range process parameter we can agree to something similar to "filters" and also to what @wiadev proposed, i.e.
note: "parameterName" is not needed. wdyt? |
and more, in future we will need support for other "range" types like
For those cases i would suggest to use the same format (i.e. {"value":"..", "valueTo":".."} ). But that's for the future. |
Moving it to backlog, until the API is ready. |
@teosarca backend api is ready for this issue? |
@wiadev not yet |
@wiadev ready to be developed, see metasfresh/metasfresh-webui-api-legacy#491 (comment) |
for testing you can use https://w101.metasfresh.com:8443/window/540112/1000001 |
Results of IT1
|
[#2546](#2546) Mark all Value and DocumentNo columns as IsCalculated=Y [#2684](#2684) Material Dispo - map planning records with actual M_Transactions [#2751](#2751) Add flatrate term relations from order and partner to new window contract [#2800](#2800) Make de.metas.document.archive.process.ExportArchivePDF work in webui [#2847](#2847) Elasticsearch shall use slf4j instead of log4j [#644](metasfresh/metasfresh-webui-api-legacy#644) Hide window actions which are not available [#645](metasfresh/metasfresh-webui-api-legacy#645) window/actions: introduce support for selectedTabId and selectedRowIds [#981](metasfresh/metasfresh-webui-frontend-legacy#981) New Widget for Date Range [#1296](metasfresh/metasfresh-webui-frontend-legacy#1296) Add storybook for isolated visual component testing [#41](metasfresh/metasfresh-dist-orgs#41) Add medium invoice report [#55](metasfresh/metasfresh-dist-orgs#55) Refactor Migration Scripts for dist orgs [#72](metasfresh/metasfresh-dist-orgs#72) Invoice Medium ESR and other Adjustments [#2634](#2634) Make the CalloutBankStatement webui compliant [#2719](#2357) exception when using process quotation to sales order with parameter complete order [#2818](#2818) Flatrate: Have relation from Sales Order to invoice candidate [#2823](#2823) Add C_Invoice_Candidate.Priority missing column [#2836](#2836) Setup wizard shall not inactivate ESR [#643](metasfresh/metasfresh-webui-api-legacy#643) Picking Tray Clearing requery to see the right view [#647](metasfresh/metasfresh-webui-api-legacy#647) shipped HU is still visible in picking terminal [#67](metasfresh/metasfresh-dist-orgs#67) Fix Jasper Version of Invoice Medium [#80](metasfresh/metasfresh-dist-orgs#80) Invoice Medium Preview working in Jasper but not on server me-45
Type of issue
Feature request
Current behavior
Currently, there is no Widget for Date-Range in WebUI
Expected behavior
Have a Date Range Widget, similar to what we already have in Filter Widget.
The text was updated successfully, but these errors were encountered: