25namespace Noalyss\Widget;
42 ,coalesce(vw_name,'Interne') as vw_name
43 ,coalesce(quick_code,'interne') as quick_code
48 ,to_char(ag_remind_date,'DD.MM.YY') as ag_timestamp_fmt
50 ,to_char(ag_remind_date,'YYMMDD') as remind_date
51 from action_gestion join document_type
53 left join vw_fiche_attr on (f_id=f_id_dest)
56 and to_char(ag_remind_date,'YYYYMMDD')<=to_char(now()+interval '14 days','YYYYMMDD')
58 .
" order by ag_remind_date asc";
68 require
"event-display.php";
static sql_security_filter($cn, $p_mode)
Create a filter based on the current user,.