OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 174
Line 111... Line 111...
111
                this.add(labelCatSocio, c);
111
                this.add(labelCatSocio, c);
112
                c.gridx++;
112
                c.gridx++;
113
                c.weightx = 1;
113
                c.weightx = 1;
114
                this.add(selCodeCatSocio, c);
114
                this.add(selCodeCatSocio, c);
115
 
115
                
-
 
116
                
-
 
117
                
-
 
118
                JLabel complPCSLabel = new JLabel(getLabelFor("COMPLEMENT_PCS"));
-
 
119
                complPCSLabel.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
120
                JTextField complPCS = new JTextField();
-
 
121
                c.gridy++;
-
 
122
                c.gridx = 0;
-
 
123
                c.weightx = 0;
-
 
124
                this.add(complPCSLabel, c);
-
 
125
                c.gridx++;
-
 
126
                c.weightx = 1;
-
 
127
                this.add(complPCS, c);
-
 
128
                addView(complPCS,"COMPLEMENT_PCS");
-
 
129
 
116
                // Contrat de travail
130
                // Contrat de travail
117
                JLabel labelContratTravail = new JLabel(getLabelFor("ID_CODE_CONTRAT_TRAVAIL"));
131
                JLabel labelContratTravail = new JLabel(getLabelFor("ID_CODE_CONTRAT_TRAVAIL"));
118
                labelContratTravail.setHorizontalAlignment(SwingConstants.RIGHT);
132
                labelContratTravail.setHorizontalAlignment(SwingConstants.RIGHT);
119
                ElementComboBox selContratTravail = new ElementComboBox();
133
                ElementComboBox selContratTravail = new ElementComboBox();
120
                selContratTravail.setInfoIconVisible(false);
134
                selContratTravail.setInfoIconVisible(false);
Line 223... Line 237...
223
                c.weighty = 1;
237
                c.weighty = 1;
224
                c.weightx = 1;
238
                c.weightx = 1;
225
                this.add(selFF, c);
239
                this.add(selFF, c);
226
                this.addSQLObject(selFF, "ID_CONTRAT_MOTIF_RECOURS");
240
                this.addSQLObject(selFF, "ID_CONTRAT_MOTIF_RECOURS");
227
 
241
 
228
                // Code UGRR
-
 
229
                JLabel labelCodeUGRR = new JLabel(getLabelFor("CODE_IRC_UGRR"));
-
 
230
                labelCodeUGRR.setHorizontalAlignment(SwingConstants.RIGHT);
242
                // Code Arrco, agirc retirés du contrat et ajoutés dans les caisses de cotisations
231
                JTextField textCodeUGRR = new JTextField();
-
 
232
                c.gridy++;
-
 
233
                c.gridx = 0;
-
 
234
                c.weightx = 0;
-
 
235
                this.add(labelCodeUGRR, c);
-
 
236
                c.gridx++;
-
 
237
                c.weighty = 1;
-
 
238
                c.weightx = 1;
-
 
239
                this.add(textCodeUGRR, c);
-
 
240
                addView(textCodeUGRR, "CODE_IRC_UGRR");
-
 
241
 
-
 
242
                JLabel labelNumUGRR = new JLabel(getLabelFor("NUMERO_RATTACHEMENT_UGRR"));
-
 
243
                labelNumUGRR.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
244
                JTextField textNumUGRR = new JTextField();
-
 
245
                c.gridy++;
-
 
246
                c.gridx = 0;
-
 
247
                c.weightx = 0;
-
 
248
                this.add(labelNumUGRR, c);
-
 
249
                c.gridx++;
-
 
250
                c.weighty = 1;
-
 
251
                c.weightx = 1;
-
 
252
                this.add(textNumUGRR, c);
-
 
253
                addView(textNumUGRR, "NUMERO_RATTACHEMENT_UGRR");
-
 
254
 
243
 
255
                // Code UGRC
244
                // Code UGRR
256
                JLabel labelCodeUGRC = new JLabel(getLabelFor("CODE_IRC_UGRC"));
-
 
257
                labelCodeUGRC.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
258
                JTextField textCodeUGRC = new JTextField();
-
 
259
                c.gridy++;
-
 
260
                c.gridx = 0;
-
 
261
                c.weightx = 0;
-
 
262
                this.add(labelCodeUGRC, c);
-
 
263
                c.gridx++;
-
 
264
                c.weighty = 1;
-
 
265
                c.weightx = 1;
-
 
266
                this.add(textCodeUGRC, c);
-
 
267
                addView(textCodeUGRC, "CODE_IRC_UGRC");
-
 
268
 
-
 
269
                JLabel labelNumUGRC = new JLabel(getLabelFor("NUMERO_RATTACHEMENT_UGRC"));
-
 
270
                labelNumUGRC.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
271
                JTextField textNumUGRC = new JTextField();
-
 
272
                c.gridy++;
-
 
273
                c.gridx = 0;
-
 
274
                c.weightx = 0;
-
 
275
                this.add(labelNumUGRC, c);
-
 
276
                c.gridx++;
-
 
277
                c.weighty = 1;
-
 
278
                c.weightx = 1;
-
 
279
                this.add(textNumUGRC, c);
-
 
280
                addView(textNumUGRC, "NUMERO_RATTACHEMENT_UGRC");
-
 
281
 
-
 
282
                // Retraite
-
 
283
                JLabel labelCodeRetraite = new JLabel(getLabelFor("CODE_IRC_RETRAITE"));
-
 
284
                labelCodeRetraite.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
285
                JTextField textCodeRetraite = new JTextField();
-
 
286
                c.gridy++;
-
 
287
                c.gridx = 0;
-
 
288
                c.weightx = 0;
-
 
289
                this.add(labelCodeRetraite, c);
-
 
290
                c.gridx++;
-
 
291
                c.weighty = 1;
-
 
292
                c.weightx = 1;
-
 
293
                this.add(textCodeRetraite, c);
-
 
294
                addView(textCodeRetraite, "CODE_IRC_RETRAITE");
-
 
295
 
245
 
-
 
246
                // JLabel labelCodeUGRR = new JLabel(getLabelFor("CODE_IRC_UGRR"));
-
 
247
                // labelCodeUGRR.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
248
                // JTextField textCodeUGRR = new JTextField();
-
 
249
                // c.gridy++;
-
 
250
                // c.gridx = 0;
-
 
251
                // c.weightx = 0;
-
 
252
                // this.add(labelCodeUGRR, c);
-
 
253
                // c.gridx++;
-
 
254
                // c.weighty = 1;
-
 
255
                // c.weightx = 1;
-
 
256
                // this.add(textCodeUGRR, c);
-
 
257
                // addView(textCodeUGRR, "CODE_IRC_UGRR");
-
 
258
                //
-
 
259
                // JLabel labelNumUGRR = new JLabel(getLabelFor("NUMERO_RATTACHEMENT_UGRR"));
-
 
260
                // labelNumUGRR.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
261
                // JTextField textNumUGRR = new JTextField();
-
 
262
                // c.gridy++;
-
 
263
                // c.gridx = 0;
-
 
264
                // c.weightx = 0;
-
 
265
                // this.add(labelNumUGRR, c);
-
 
266
                // c.gridx++;
-
 
267
                // c.weighty = 1;
-
 
268
                // c.weightx = 1;
-
 
269
                // this.add(textNumUGRR, c);
-
 
270
                // addView(textNumUGRR, "NUMERO_RATTACHEMENT_UGRR");
-
 
271
                //
-
 
272
                // // Code UGRC
-
 
273
                // JLabel labelCodeUGRC = new JLabel(getLabelFor("CODE_IRC_UGRC"));
-
 
274
                // labelCodeUGRC.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
275
                // JTextField textCodeUGRC = new JTextField();
-
 
276
                // c.gridy++;
-
 
277
                // c.gridx = 0;
-
 
278
                // c.weightx = 0;
-
 
279
                // this.add(labelCodeUGRC, c);
-
 
280
                // c.gridx++;
-
 
281
                // c.weighty = 1;
-
 
282
                // c.weightx = 1;
-
 
283
                // this.add(textCodeUGRC, c);
-
 
284
                // addView(textCodeUGRC, "CODE_IRC_UGRC");
-
 
285
                //
296
                JLabel labelNumRetraite = new JLabel(getLabelFor("NUMERO_RATTACHEMENT_RETRAITE"));
286
                // JLabel labelNumUGRC = new JLabel(getLabelFor("NUMERO_RATTACHEMENT_UGRC"));
-
 
287
                // labelNumUGRC.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
288
                // JTextField textNumUGRC = new JTextField();
-
 
289
                // c.gridy++;
-
 
290
                // c.gridx = 0;
-
 
291
                // c.weightx = 0;
-
 
292
                // this.add(labelNumUGRC, c);
-
 
293
                // c.gridx++;
-
 
294
                // c.weighty = 1;
-
 
295
                // c.weightx = 1;
-
 
296
                // this.add(textNumUGRC, c);
-
 
297
                // addView(textNumUGRC, "NUMERO_RATTACHEMENT_UGRC");
-
 
298
                //
-
 
299
                // // Retraite
-
 
300
                // JLabel labelCodeRetraite = new JLabel(getLabelFor("CODE_IRC_RETRAITE"));
-
 
301
                // labelCodeRetraite.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
302
                // JTextField textCodeRetraite = new JTextField();
-
 
303
                // c.gridy++;
-
 
304
                // c.gridx = 0;
-
 
305
                // c.weightx = 0;
-
 
306
                // this.add(labelCodeRetraite, c);
-
 
307
                // c.gridx++;
-
 
308
                // c.weighty = 1;
-
 
309
                // c.weightx = 1;
-
 
310
                // this.add(textCodeRetraite, c);
-
 
311
                // addView(textCodeRetraite, "CODE_IRC_RETRAITE");
-
 
312
                //
-
 
313
                // JLabel labelNumRetraite = new
-
 
314
                // JLabel(getLabelFor("NUMERO_RATTACHEMENT_RETRAITE"));
297
                labelNumRetraite.setHorizontalAlignment(SwingConstants.RIGHT);
315
                // labelNumRetraite.setHorizontalAlignment(SwingConstants.RIGHT);
298
                JTextField textNumRetraite = new JTextField();
316
                // JTextField textNumRetraite = new JTextField();
299
                c.gridy++;
317
                // c.gridy++;
300
                c.gridx = 0;
318
                // c.gridx = 0;
301
                c.weightx = 0;
319
                // c.weightx = 0;
302
                this.add(labelNumRetraite, c);
320
                // this.add(labelNumRetraite, c);
303
                c.gridx++;
321
                // c.gridx++;
304
                c.weighty = 1;
322
                // c.weighty = 1;
305
                c.weightx = 1;
323
                // c.weightx = 1;
306
                this.add(textNumRetraite, c);
324
                // this.add(textNumRetraite, c);
307
                addView(textNumRetraite, "NUMERO_RATTACHEMENT_RETRAITE");
325
                // addView(textNumRetraite, "NUMERO_RATTACHEMENT_RETRAITE");
308
 
326
 
309
                // JLabel labelCodeRegimeRetraite = new
327
                // JLabel labelCodeRegimeRetraite = new
310
                // JLabel(getLabelFor("CODE_REGIME_RETRAITE_DSN"));
328
                // JLabel(getLabelFor("CODE_REGIME_RETRAITE_DSN"));
311
                // labelCodeRegimeRetraite.setHorizontalAlignment(SwingConstants.RIGHT);
329
                // labelCodeRegimeRetraite.setHorizontalAlignment(SwingConstants.RIGHT);
312
                // JTextField textCodeRegimeRetraite = new JTextField();
330
                // JTextField textCodeRegimeRetraite = new JTextField();