OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 177
Line 11... Line 11...
11
 * When distributing the software, include this License Header Notice in each file.
11
 * When distributing the software, include this License Header Notice in each file.
12
 */
12
 */
13
 
13
 
14
 package org.openconcerto.erp.core.finance.payment.element;
14
 package org.openconcerto.erp.core.finance.payment.element;
15
 
15
 
-
 
16
import org.openconcerto.erp.core.common.element.BanqueSQLElement;
16
import org.openconcerto.erp.core.common.element.ComptaSQLConfElement;
17
import org.openconcerto.erp.core.common.element.ComptaSQLConfElement;
17
import org.openconcerto.erp.core.finance.payment.component.DepotChequeSQLComponent;
18
import org.openconcerto.erp.core.finance.payment.component.DepotChequeSQLComponent;
18
import org.openconcerto.erp.generationDoc.gestcomm.DepotChequeXmlSheet;
19
import org.openconcerto.erp.generationDoc.gestcomm.DepotChequeXmlSheet;
19
import org.openconcerto.erp.model.MouseSheetXmlListeListener;
20
import org.openconcerto.erp.model.MouseSheetXmlListeListener;
20
import org.openconcerto.sql.element.SQLComponent;
21
import org.openconcerto.sql.element.SQLComponent;
Line 45... Line 46...
45
 
46
 
46
    protected List<String> getListFields() {
47
    protected List<String> getListFields() {
47
        final List<String> l = new ArrayList<String>();
48
        final List<String> l = new ArrayList<String>();
48
        l.add("DATE");
49
        l.add("DATE");
49
        l.add("NOM");
50
        l.add("NOM");
50
        l.add("ID_BANQUE");
51
        l.add("ID_" + BanqueSQLElement.TABLENAME);
51
        l.add("MONTANT");
52
        l.add("MONTANT");
52
        return l;
53
        return l;
53
    }
54
    }
54
 
55
 
55
    protected List<String> getComboFields() {
56
    protected List<String> getComboFields() {