Rev 549 | Rev 555 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 549 | Rev 554 | ||
|---|---|---|---|
| Line 355... | Line 355... | ||
| 355 | 355 | ||
| 356 | interface Banco { |
356 | interface Banco { |
| 357 | String CODIG0_BANCO_DO_BRASIL_1 = "1"; |
357 | String CODIG0_BANCO_DO_BRASIL_1 = "1"; |
| 358 | String CODIGO_BANCO_ITAU_341 = "341"; |
358 | String CODIGO_BANCO_ITAU_341 = "341"; |
| 359 | String CODIGO_BANCO_SANTANDER_33 = "33"; |
359 | String CODIGO_BANCO_SANTANDER_33 = "33"; |
| - | 360 | }
|
|
| - | 361 | ||
| - | 362 | interface ArquivosPadrao { |
|
| - | 363 | String NOME_PASTA_PADRAO = "arquivos_padrao"; |
|
| - | 364 | ||
| - | 365 | String CAMINHO_PADRAO_LOCAL = "espacocase/" + NOME_PASTA_PADRAO + "/"; |
|
| - | 366 | String CAMINHO_LOCAL_ARQUIVO_FOLHADEPAGAMENTO_ITAU = CAMINHO_PADRAO_LOCAL + "folhadepagamento_itau.xls"; |
|
| - | 367 | String CAMINHO_LOCAL_ARQUIVO_FOLHADEPAGAMENTO_CONTABILIDADE = CAMINHO_PADRAO_LOCAL + "folhadepagamento_contabilidade.xls"; |
|
| - | 368 | ||
| - | 369 | String CAMINHO_PADRAO_SERVIDOR = "/" + NOME_PASTA_PADRAO + "/"; |
|
| - | 370 | String CAMINHO_SERVIDOR_ARQUIVO_FOLHADEPAGAMENTO_ITAU = CAMINHO_PADRAO_LOCAL + "folhadepagamento_itau.xls"; |
|
| - | 371 | String CAMINHO_SERVIDOR_ARQUIVO_FOLHADEPAGAMENTO_CONTABILIDADE = CAMINHO_PADRAO_LOCAL + "folhadepagamento_contabilidade.xls"; |
|
| 360 | }
|
372 | }
|
| 361 | 373 | ||
| 362 | /*
|
374 | /*
|
| 363 | Boolean EMITIR_NFE_PARA_SEFAZ = true;
|
375 | Boolean EMITIR_NFE_PARA_SEFAZ = true;
|
| 364 | Integer FORMATO_CONTAGEM = ContagemFormato.FORMATO_CONTAGEM_POR_MARCA_2;
|
376 | Integer FORMATO_CONTAGEM = ContagemFormato.FORMATO_CONTAGEM_POR_MARCA_2;
|