Rev 554 | Rev 574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 554 | Rev 555 | ||
|---|---|---|---|
| Line 360... | Line 360... | ||
| 360 | }
|
360 | }
|
| 361 | 361 | ||
| 362 | interface ArquivosPadrao { |
362 | interface ArquivosPadrao { |
| 363 | String NOME_PASTA_PADRAO = "arquivos_padrao"; |
363 | String NOME_PASTA_PADRAO = "arquivos_padrao"; |
| 364 | 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 + "/"; |
365 | 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"; |
- | |
| - | 366 | String CAMINHO_SERVIDOR_ARQUIVO_FOLHADEPAGAMENTO_ITAU = CAMINHO_PADRAO_SERVIDOR + "folhadepagamento_itau.xls"; |
|
| - | 367 | String CAMINHO_SERVIDOR_ARQUIVO_FOLHADEPAGAMENTO_CONTABILIDADE = CAMINHO_PADRAO_SERVIDOR + "folhadepagamento_contabilidade.xls"; |
|
| 372 | }
|
368 | }
|
| 373 | 369 | ||
| 374 | /*
|
370 | /*
|
| 375 | Boolean EMITIR_NFE_PARA_SEFAZ = true;
|
371 | Boolean EMITIR_NFE_PARA_SEFAZ = true;
|
| 376 | Integer FORMATO_CONTAGEM = ContagemFormato.FORMATO_CONTAGEM_POR_MARCA_2;
|
372 | Integer FORMATO_CONTAGEM = ContagemFormato.FORMATO_CONTAGEM_POR_MARCA_2;
|