Subversion Repositories Integrator Subversion

Rev

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

Rev 106 Rev 270
Line 49... Line 49...
49
        private Double totalEm10;
49
        private Double totalEm10;
50
        private Integer quantidadeEm11;
50
        private Integer quantidadeEm11;
51
        private Double totalEm11;
51
        private Double totalEm11;
52
        private Integer quantidadeEm12;
52
        private Integer quantidadeEm12;
53
        private Double totalEm12;
53
        private Double totalEm12;
-
 
54
        private Integer quantidadeEm13;
-
 
55
        private Double totalEm13;
-
 
56
        private Integer quantidadeEm14;
-
 
57
        private Double totalEm14;
-
 
58
        private Integer quantidadeEm15;
-
 
59
        private Double totalEm15;
54
        private Integer quantidadeNoPagseguro;
60
        private Integer quantidadeNoPagseguro;
55
        private Double totalNoPagseguro;
61
        private Double totalNoPagseguro;
56
        private Integer quantidadeNoPix;
62
        private Integer quantidadeNoPix;
57
        private Double totalNoPix;
63
        private Double totalNoPix;
58
        private Integer quantidadeEmOutros;
64
        private Integer quantidadeEmOutros;
Line 104... Line 110...
104
                quantidadeEm10 = new Integer(0);
110
                quantidadeEm10 = new Integer(0);
105
                totalEm11 = new Double(0.0);
111
                totalEm11 = new Double(0.0);
106
                quantidadeEm11 = new Integer(0);
112
                quantidadeEm11 = new Integer(0);
107
                totalEm12 = new Double(0.0);
113
                totalEm12 = new Double(0.0);
108
                quantidadeEm12 = new Integer(0);
114
                quantidadeEm12 = new Integer(0);
-
 
115
                totalEm13 = new Double(0.0);
-
 
116
                quantidadeEm13 = new Integer(0);
-
 
117
                totalEm14 = new Double(0.0);
-
 
118
                quantidadeEm14 = new Integer(0);
-
 
119
                totalEm15 = new Double(0.0);
-
 
120
                quantidadeEm15 = new Integer(0);
109
                totalNoPagseguro = new Double(0.0);
121
                totalNoPagseguro = new Double(0.0);
110
                quantidadeNoPagseguro = new Integer(0);
122
                quantidadeNoPagseguro = new Integer(0);
111
                totalNoPix = new Double(0.0);
123
                totalNoPix = new Double(0.0);
112
                quantidadeNoPix = new Integer(0);
124
                quantidadeNoPix = new Integer(0);
113
                totalEmOutros = new Double(0.0);
125
                totalEmOutros = new Double(0.0);
Line 229... Line 241...
229
       
241
       
230
        public Double getTotalEm12() {return totalEm12;}
242
        public Double getTotalEm12() {return totalEm12;}
231
        public void setTotalEm12(Double totalEm12) {this.totalEm12 = totalEm12;}
243
        public void setTotalEm12(Double totalEm12) {this.totalEm12 = totalEm12;}
232
        public Integer getQuantidadeEm12() {return quantidadeEm12;}
244
        public Integer getQuantidadeEm12() {return quantidadeEm12;}
233
        public void setQuantidadeEm12(Integer quantidadeEm12) {this.quantidadeEm12 = quantidadeEm12;}
245
        public void setQuantidadeEm12(Integer quantidadeEm12) {this.quantidadeEm12 = quantidadeEm12;}
-
 
246
       
-
 
247
        public Double getTotalEm13() {return totalEm13;}
-
 
248
        public void setTotalEm13(Double totalEm13) {this.totalEm13 = totalEm13;}
-
 
249
        public Integer getQuantidadeEm13() {return quantidadeEm13;}
-
 
250
        public void setQuantidadeEm13(Integer quantidadeEm13) {this.quantidadeEm13 = quantidadeEm13;}
-
 
251
       
-
 
252
        public Double getTotalEm14() {return totalEm14;}
-
 
253
        public void setTotalEm14(Double totalEm14) {this.totalEm14 = totalEm14;}
-
 
254
        public Integer getQuantidadeEm14() {return quantidadeEm14;}
-
 
255
        public void setQuantidadeEm14(Integer quantidadeEm14) {this.quantidadeEm14 = quantidadeEm14;}
-
 
256
       
-
 
257
        public Double getTotalEm15() {return totalEm15;}
-
 
258
        public void setTotalEm15(Double totalEm15) {this.totalEm15 = totalEm15;}
-
 
259
        public Integer getQuantidadeEm15() {return quantidadeEm15;}
-
 
260
        public void setQuantidadeEm15(Integer quantidadeEm15) {this.quantidadeEm15 = quantidadeEm15;}
234
261
235
        public Double getTotalNoPagseguro() {return totalNoPagseguro;}
262
        public Double getTotalNoPagseguro() {return totalNoPagseguro;}
236
        public void setTotalNoPagseguro(Double totalNoPagseguro) {this.totalNoPagseguro = totalNoPagseguro;}
263
        public void setTotalNoPagseguro(Double totalNoPagseguro) {this.totalNoPagseguro = totalNoPagseguro;}
237
        public Integer getQuantidadeNoPagseguro() {return quantidadeNoPagseguro;}
264
        public Integer getQuantidadeNoPagseguro() {return quantidadeNoPagseguro;}
238
        public void setQuantidadeNoPagseguro(Integer quantidadeNoPagseguro) {this.quantidadeNoPagseguro = quantidadeNoPagseguro;}
265
        public void setQuantidadeNoPagseguro(Integer quantidadeNoPagseguro) {this.quantidadeNoPagseguro = quantidadeNoPagseguro;}
Line 346... Line 373...
346
                                        totalEm10 = totalEm10 + vendaFormaPagamento.getValorPagamento();
373
                                        totalEm10 = totalEm10 + vendaFormaPagamento.getValorPagamento();
347
                                } else if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh12x()) {
374
                                } else if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh12x()) {
348
                                        quantidadeEmCartao = quantidadeEmCartao + 1;
375
                                        quantidadeEmCartao = quantidadeEmCartao + 1;
349
                                        quantidadeEm12 = quantidadeEm12 + 1;
376
                                        quantidadeEm12 = quantidadeEm12 + 1;
350
                                        totalEmCartao = totalEmCartao + vendaFormaPagamento.getValorPagamento();
377
                                        totalEmCartao = totalEmCartao + vendaFormaPagamento.getValorPagamento();
351
                                        totalEm10 = totalEm10 + vendaFormaPagamento.getValorPagamento();
-
 
-
 
378
                                        totalEm12 = totalEm12 + vendaFormaPagamento.getValorPagamento();
-
 
379
                                } else if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh13x()) {
-
 
380
                                        quantidadeEmCartao = quantidadeEmCartao + 1;
-
 
381
                                        quantidadeEm13 = quantidadeEm13 + 1;
-
 
382
                                        totalEmCartao = totalEmCartao + vendaFormaPagamento.getValorPagamento();
-
 
383
                                        totalEm13 = totalEm13 + vendaFormaPagamento.getValorPagamento();
-
 
384
                                } else if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh14x()) {
-
 
385
                                        quantidadeEmCartao = quantidadeEmCartao + 1;
-
 
386
                                        quantidadeEm14 = quantidadeEm14 + 1;
-
 
387
                                        totalEmCartao = totalEmCartao + vendaFormaPagamento.getValorPagamento();
-
 
388
                                        totalEm14 = totalEm14 + vendaFormaPagamento.getValorPagamento();
-
 
389
                                } else if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh15x()) {
-
 
390
                                        quantidadeEmCartao = quantidadeEmCartao + 1;
-
 
391
                                        quantidadeEm15 = quantidadeEm15 + 1;
-
 
392
                                        totalEmCartao = totalEmCartao + vendaFormaPagamento.getValorPagamento();
-
 
393
                                        totalEm15 = totalEm15 + vendaFormaPagamento.getValorPagamento();
352
                                }
394
                                }
353
                        }
395
                        }
354
                }
396
                }
355
                subtotal = totalEmDinheiro - getTotalPagamentos();
397
                subtotal = totalEmDinheiro - getTotalPagamentos();
356
                processado = true;
398
                processado = true;