metasfresh / metasfresh-webui-api-legacy

metasfresh webui API server
GNU General Public License v3.0
30 stars 32 forks source link

take out timezone where is not needed #789

Open metas-lc opened 6 years ago

metas-lc commented 6 years ago

Is this a bug or feature request?

fr

What is the current behavior?

date promised is an example of filed that is date+time and you have filters for it. In de time it can be 16.01 while in ro time is 17.01. And when you use the filter for 17.01 you don't find anything, because the actual date is 16.01.

Which are the steps to reproduce?

noticed while testing https://github.com/metasfresh/metasfresh-webui-api/issues/777

open for e.g. sales order and see date promised image if you filter for date promised 17.01 you won't find any results, because the actual date it's 16.01. We need to make this much more visible

What is the expected or desired behavior?

edit needed: an idea would be to use timezone only on timestamps, where is needed. And for the rest to take it out. - note that this is probably not the last desired behavior

metas-lc commented 6 years ago

noticed another issue. Grid view is different from docview e.g. go to sales order image

image

please also notice the format: 12h vs 24h. Is this wanted?