Zmiany pomiędzy wersją 20 and wersją 21 dla UserGuide/AdvancedConfiguration/DefiningReports/ReportParams

Pokaż
Ignoruj:
Data i czas:
06/19/16 11:31:21 (8 years temu)
Autor:
pwiacek (IP: 95.160.157.238)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • UserGuide/AdvancedConfiguration/DefiningReports/ReportParams

    v20 v21  
    236236== Przydatne kwerendy SQL do filtrów == 
    237237 
     238=== Drzewko miesięcy === 
     239 
     240==== Data wystawienia faktury ==== 
     241 
     242{{{ 
     243crtdat {value} 
     244 
     245select coalesce( 
     246(select min(coalesce (d.adddat) -interval '1 day') ::date 
     247FROM  
     248documents d 
     249where d.dctpid in (2) and d.is_del is false and d.gostof is null), current_date::date-interval '1 day') 
     250union 
     251select coalesce( 
     252(select max(d.adddat )::date 
     253FROM  
     254documents d 
     255where d.dctpid in (2) and d.is_del is false and d.gostof is null),current_date::date) 
     256}}} 
     257 
    238258=== Filtr drzewka === 
    239259