About Display Logic of "Min. Value" and "Max. Value" field at Column tab in Table and Column window

Description

Hi,All
My name is Hideaki Hagiwara in Japan.

Now,Display Logic of "Min. Value" and "Max. Value" field at Column tab in Table and Column window is "@AD_Reference_ID@=11 | @AD_Reference_ID@=12 | @AD_Reference_ID@=15 | @AD_Reference_ID@=22 | @AD_Reference_ID@=29".

I think "@AD_Reference_ID@=15" in this logic is mistake.
Correct is "@AD_Reference_ID@=37" I think.

Because,AD_Reference_ID=15 is "Date", and "Date" can not check Min and Max Value correctly by POInfo.validate Method.
AD_Reference_ID=37 is "Costs+Prices" ,and "Costs+Prices" can check Min and Max Value correctly by POInfo.validate Method.

So,I think that We had better update Display Logic of "Min. Value" and "Max. Value" field at Column tab in Table and Column window
to "@AD_Reference_ID@=11 | @AD_Reference_ID@=12 | @AD_Reference_ID@=37 | @AD_Reference_ID@=22 | @AD_Reference_ID@=29".

I'm sorry for my poor English.
Thank you for reading.

Environment

None

Attachments

2

Activity

Show:

Carlos Ruiz February 11, 2022 at 6:44 PM

The display logic was fixed with

Now it supports also comparison of dates

Anozi Mada May 9, 2020 at 6:53 AM

Triaged by Anozi Mada

Confirmed that the display logic is still the same in 7.1z. Right now there is no way to evaluate date because the code is only evaluating BigDecimal. So I agree to take out the Date and put in Cost+Prices instead which benefited from it.

Invalid

Details

Assignee

Reporter

Components

Affects versions

Priority

Created November 30, 2013 at 3:28 AM
Updated April 1, 2022 at 5:39 PM
Resolved February 11, 2022 at 6:44 PM