OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 142 Rev 156
Line 184... Line 184...
184
 
184
 
185
                JLabel labelCompteColIntra = new JLabel(getLabelFor("ID_COMPTE_PCE_COLLECTE_INTRA"), SwingConstants.RIGHT);
185
                JLabel labelCompteColIntra = new JLabel(getLabelFor("ID_COMPTE_PCE_COLLECTE_INTRA"), SwingConstants.RIGHT);
186
                c.fill = GridBagConstraints.HORIZONTAL;
186
                c.fill = GridBagConstraints.HORIZONTAL;
187
                c.gridx = 0;
187
                c.gridx = 0;
188
                c.gridy++;
188
                c.gridy++;
-
 
189
                c.gridwidth = 1;
-
 
190
                c.weightx = 0;
189
                this.add(labelCompteColIntra, c);
191
                this.add(labelCompteColIntra, c);
190
                c.gridx++;
192
                c.gridx++;
191
                c.weightx = 1;
193
                c.weightx = 1;
192
                c.gridwidth = GridBagConstraints.REMAINDER;
194
                c.gridwidth = GridBagConstraints.REMAINDER;
193
                ISQLCompteSelector compteColIntra = new ISQLCompteSelector();
195
                ISQLCompteSelector compteColIntra = new ISQLCompteSelector();
Line 224... Line 226...
224
                this.addRequiredSQLObject(fieldTaux, "TAUX");
226
                this.addRequiredSQLObject(fieldTaux, "TAUX");
225
            }
227
            }
226
        };
228
        };
227
    }
229
    }
228
 
230
 
-
 
231
    @Override
-
 
232
    protected String createCode() {
-
 
233
        return "finance.tax";
-
 
234
    }
229
}
235
}