18 package org.turro.financials.payroll;
20 import java.util.Date;
21 import org.turro.elephant.util.DateFormats;
22 import org.turro.financials.db.FinancialsPU;
23 import org.turro.jpa.input.JpaListbox;
33 "select distinct doc.documentDate from Document as doc " +
34 "where doc.documentDefinition.id = 9 " +
35 "order by doc.documentDate DESC",
41 if(v ==
null)
return "";
String convertToString(Date v)
void setChecked(Date v, boolean checked)
boolean getChecked(Date v)