OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

Add Date Condition to configure custom logic actions #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need a date condition to allow for testing if a date is in the past, in the 
future, or perhaps N days/months/years in the past/future, etc.

Original issue reported on code.google.com by yoz...@gmail.com on 1 Jun 2012 at 12:07

GoogleCodeExporter commented 9 years ago
Adding feature so we can test if a give expiration date is in the past.

Original comment by yoz...@gmail.com on 27 May 2014 at 9:08

GoogleCodeExporter commented 9 years ago
Determined that the current Comparison check already works on date and datetime 
fields, albeit with more limited comparisons of EQUALS (same date), LESS THAN 
(before), LESS THAN EQUAL (before or same), GREATER THAN (after) or GREATER 
THAN OR EQUAL (after or same).

Instead, ensure ComparisonCondition emits an error for comparison types that 
are unexpected for the type.

Original comment by yoz...@gmail.com on 3 Jun 2014 at 12:01