Subversion Repositories Integrator Subversion

Rev

Rev 332 | Rev 337 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
106 espaco 1
package br.com.ec.domain.shared;
2
 
3
public interface ConstantesSEC {
4
 
5
        Boolean TESTE_LOCAL = false;
6
        Boolean EMITIR_NFE_PARA_SEFAZ = true;
7
        Integer FORMATO_CONTAGEM = ContagemFormato.FORMATO_CONTAGEM_POR_MARCA_2;
8
 
9
        long PERFIL_ADMINISTRADOR_1 = 1L;
305 espaco 10
        long PERFIL_FINANCEIRO_2 = 2L;
106 espaco 11
        long PERFIL_GERENTE_ADMINISTRATIVO_3 = 3L;
305 espaco 12
        long PERFIL_LOJISTICA_4 = 4L;
106 espaco 13
        long PERFIL_VENDEDOR_5 = 5L;
305 espaco 14
        long PERFIL_COMERCIAL_6 = 6L;
15
        long PERFIL_COMPRAS_7 = 7L;
106 espaco 16
        long PERFIL_GERENTE_VIVO_8 = 8L;
17
        long PERFIL_LOJA_9 = 9L;
18
        long PERFIL_TECNICO_10 = 10L;
19
        long PERFIL_RECURSOS_HUMANOS_11 = 11L;
20
        long PERFIL_OPERACOES_12 = 12L;
21
        long PERFIL_SUPERVISOR_13 = 13L;
22
        long PERFIL_TREINAMENTO_14 = 14L;
305 espaco 23
        long PERFIL_PRODUCAO_15 = 15L;
106 espaco 24
 
25
        long SETOR_ADMINISTRATIVO_1 = 1L;
26
        long SETOR_FINANCEIRO_2 = 2L;
27
        long SETOR_COMERCIAL_3 = 3L;
28
        long SETOR_LOGISTICA_4 = 4L;
29
 
30
        String CODIGO_PRODUTO_PADRAO_000000 = "000000";
31
 
32
        String DESTINATARIOS_EMAIL_DIRECAO = "brunolopespeixoto@gmail.com, adrianolopespeixoto@hotmail.com";
33
        String DESTINATARIOS_EMAIL_SUPERVISAO = "brunolopespeixoto@gmail.com, adrianolopespeixoto@hotmail.com, jadsonf85@gmail.com";
34
        String DESTINATARIOS_EMAIL_GESTAO = "brunolopespeixoto@gmail.com, adrianolopespeixoto@hotmail.com, nathannyellson91@gmail.com";
35
        Long SEQUENCIAL_QUIOSQUE_EXTRA_2 = new Long(2);
36
        Long SEQUENCIAL_QUIOSQUE_BIG_GRUTA_3 = new Long(3);
37
        Long SEQUENCIAL_LOJA_VIVO_4 = new Long(4);
38
        Long SEQUENCIAL_QUIOSQUE_BIG_JATIUCA_6 = new Long(6);
39
        Long SEQUENCIAL_LOJA_FARMACIA_7 = new Long(7);
40
        Long SEQUENCIAL_QUIOSQUE_PATIO_5 = new Long(5);
41
        Long SEQUENCIAL_LOJA_MACEIO_8 = new Long(8);
42
        Long SEQUENCIAL_MATRIZ_ESTOQUE_9 = new Long(9);
43
        Long SEQUENCIAL_QUIOSQUE_BIG_ANTARES_13 = new Long(13);
44
        Long SEQUENCIAL_LOJA_PATIO_14 = new Long(14);
45
        Long SEQUENCIAL_BOMPRECO_FAROL_15 = new Long(15);
46
        Long SEQUENCIAL_RESTAURANTE_16 = new Long(16);
47
        Long SEQUENCIAL_CASA_DAS_CAPAS_17 = new Long(17);
256 espaco 48
        Long SEQUENCIAL_LOJA_BIG_GRUTA_18 = new Long(18);
106 espaco 49
        String DESCRICAO_MATRIZ_9 = "MATRIZ";
327 espaco 50
        Long SEQUENCIAL_USUARIO_MATRIZ_60 = new Long(60);
106 espaco 51
 
52
        interface Parametro {
53
                Long CODIGO_PARAMETRO_TEMPO_ESTOQUE_MINIMO_PARA_COMPRAS = new Long(1);
54
                Long CODIGO_PARAMETRO_TEMPO_ESTOQUE_REPOSICAO_PARA_COMPRAS = new Long(2);
55
//              Long CODIGO_PARAMETRO_TEMPO_VENDAS_PARA_ANALISE_ESTOQUE_MINIMO = new Long(3);
56
        }
57
 
58
        interface Empresa {
59
                Long CODIGO_EMPRESA_ESPACO_CASE_1 = new Long(1);
60
                Long CODIGO_EMPRESA_VIVO_2 = new Long(2);
61
                Long CODIGO_EMPRESA_FARMACIA_3 = new Long(3);
139 espaco 62
                Long CODIGO_EMPRESA_CASA_DAS_CAPAS_4 = new Long(4);
106 espaco 63
 
64
                String CNPJ_21494821000100 = "21494821000100";
65
                String CNPJ_21494821000444 = "21494821000444";
66
        }
67
 
68
        interface BandeiraCartao {
69
                Long CODIGO_BANDEIRA_HIPERCARD_8 = 8L;
70
                Long CODIGO_BANDEIRA_AMERICAN_EXPRESS_9 = 9L;
71
        }
72
 
73
        interface PontosDeVenda {
74
                Integer TODOS_OS_PONTOS = 0;
75
                Integer APENAS_LOJA_POCO = 1;
76
                Integer APENAS_QUIOSQUE_EXTRA = 2;
77
                Integer APENAS_QUIOSQUE_HIPER = 3;
78
        }
79
 
80
        interface Etiqueta {
81
                Integer QUANTIDADE_MAXIMA_POR_FOLHA = 65;
82
        }
83
 
84
        interface FormasDePagamento {
85
                Long FORMAPAGAMENTO_DINHEIRO = new Long(1);
86
                Long FORMAPAGAMENTO_DEBITO = new Long(2);
87
                Long FORMAPAGAMENTO_PAGSEGURO = new Long(6);
88
                Long FORMAPAGAMENTO_1X = new Long(3);
89
                Long FORMAPAGAMENTO_2X = new Long(4);
90
                Long FORMAPAGAMENTO_3X = new Long(5);
91
                Long FORMAPAGAMENTO_4X = new Long(7);
92
                Long FORMAPAGAMENTO_5X = new Long(8);
93
                Long FORMAPAGAMENTO_6X = new Long(9);
94
                Long FORMAPAGAMENTO_7X = new Long(10);
95
                Long FORMAPAGAMENTO_8X = new Long(11);
96
                Long FORMAPAGAMENTO_9X = new Long(12);
97
                Long FORMAPAGAMENTO_10X = new Long(13);
98
                Long FORMAPAGAMENTO_11X = new Long(14);
99
                Long FORMAPAGAMENTO_12X = new Long(15);
100
                Long FORMAPAGAMENTO_CUPOM = new Long(16);
101
                Long FORMAPAGAMENTO_OUTROS = new Long(17);
102
                Long FORMAPAGAMENTO_PIX = new Long(18);
277 espaco 103
                Long FORMAPAGAMENTO_16X = new Long(22);
104
                Long FORMAPAGAMENTO_17X = new Long(23);
105
                Long FORMAPAGAMENTO_18X = new Long(24);
106 espaco 106
        }
107
 
108
        interface ContagemFormato {
109
                Integer FORMATO_CONTAGEM_POR_PERIODO_1 = 1;
110
                Integer FORMATO_CONTAGEM_POR_MARCA_2 = 2;
111
        }
112
 
113
        interface StatusContagem {
114
                Integer CONTAGEM_VERDE_0_DIAS = 0;
115
                Integer CONTAGEM_AMARELO_30_DIAS = 30;
116
                Integer CONTAGEM_VERMELHO_60_DIAS = 60;
117
                Integer CONTAGEM_VERMELHO_CHEIO_90_DIAS = 90;
118
                String CONTAGEM_SOLICITADA_STYLE_CLASS = "black";
119
        }
327 espaco 120
 
106 espaco 121
        interface ProdutosPromocaoInterna {
336 espaco 122
                String PRODUTOS = "'012491', '025991', '032143', '032140', '029364', '032476', '033253', '029241', '032146', '031062', '021875', '029227'"; // JULHO
123
                String PRODUTOS_MES_ANTERIOR = "'031942', '025991', '020115', '031062', '025524', '021875', '030484', '020395', '012497', '023891', '024052', '031062'"; // JUNHO
124
//              String PRODUTOS_MES_ANTERIOR = "'021390', '020218', '020115', '031210', '033276', '024661', '029976', '009237', '021391', '023891'"; // MAIO
125
//              String PRODUTOS = "'021390', '020218', '020115', '031210', '033276', '024661', '029976', '009237', '021391', '023891'"; // MARÇO
126
//              String PRODUTOS_MES_ANTERIOR = "'009220', '031220', '023892', '021534', '024661', '032140', '032143', '029364', '023891', '016846', '032710', '029361', '026639', '031210', '020115'"; // FEVEREIRO
332 espaco 127
//              String PRODUTOS_MES_ANTERIOR = "'031942', '027924', '032332', '009237', '032143', '032142', '032140', '023891', '026639', '020115', '028942', '020218'"; // JANEIRO
329 espaco 128
//              String PRODUTOS_MES_ANTERIOR = "'030333', '016360', '026427', '020934', '025991', '029688', '031228', '031218', '023891', '026639', '020115', '020218', '021391', '021875'"; // DEZEMBRO
327 espaco 129
//              String PRODUTOS_MES_ANTERIOR = "'015470', '012491', '012492', '022219', '022220', '012493', '023498', '025991', '020218', '021875', '021391'"; // NOVEMBRO
315 espaco 130
//              String PRODUTOS_MES_ANTERIOR = "'020934', '024751', '030567', '030484', '030349', '028945', '025524', '030885', '030884', '024752', '020934'"; // OUTUBRO
305 espaco 131
//              String PRODUTOS_MES_ANTERIOR = "'020934', '028689', '020115', '020657', '024618', '028021', '029687', '028018', '028019'"; // SETEMBRO
284 espaco 132
//              String PRODUTOS_MES_ANTERIOR = "'021390', '019572', '020218', '021874', '020115', '020944', '020945', '028939', '018543', '024654', '026638', '028678', '020934'"; // AGOSTO
275 espaco 133
//              String PRODUTOS_MES_ANTERIOR = "'020934', '021004', '029242', '029240', '024654', '028939'"; // JUNHO
237 espaco 134
//              String PRODUTOS = "'026164', '021129', '015470', '012491', '012492', '012493', '022220', '026639', '026638'"; // MARÇO
134 espaco 135
//              String PRODUTOS = "'025991', '026638', '026639', '021004', '024049', '026190'"; // JANEIRO
106 espaco 136
//              String PRODUTOS = "'025991', '025930', '026639', '026638', '012492'"; // DEZEMBRO
137
//              String PRODUTOS = "'023406', '021846', '025991', '025984', '025930', '022553', '023935'"; // NOVEMBRO
138
//              String PRODUTOS = "'021609', '026190', '026192', '026189', '024751', '024752', '020944', '024554', '019537', '023935', '012442'"; // OUTUBRO
139
//              String PRODUTOS = "'023935', '022520', '024049', '024045'";
140
//              String PRODUTOS = "'018528', '022553', '018103', '023935', '024392', '022520', '024050', '022987', '024062', '022521', '021126', '023371', '024049'";
141
//              String PRODUTOS = "'012491', '012492', '012493', '022219', '022220', '000414'";
252 espaco 142
                Integer QUANTIDADE_MINIMA_ATENDIMENTOS = 60;
143
                Integer QUANTIDADE_MINIMA_PEDIDOS = 10;
106 espaco 144
                Double PERCENTUAL = new Double(0.075);
145
                Integer QUANTIDADE_MINIMA_RECEBIMENTO = 10;
146
        }
147
 
148
        interface Vivo {
149
                Double COMISSAO_VIVO_1_6 = 1.6;
150
                Double COMISSSAO_VIVO_PORTABILIDADE_1_9 = 1.9;
151
                Double COMISSSAO_PORTABILIDADE_1_3 = 1.3;
152
        }
153
 
154
        interface Venda {
155
                Double LIMITE_DESCONTO_ABAIXO_100 = 5.0;
156
                Double LIMITE_PERCENTUAL_DESCONTO_ACIMA_100 = 10.0;
157
 
158
                Double LIMITE_PERCENTUAL_DESCONTO_CAPA_ACESSORIOS = 10.0;
159
                Double LIMITE_PERCENTUAL_DESCONTO_PELICULA = 20.0;
160
        }
161
 
162
        interface Pessoa {
128 espaco 163
                String CONSULTAR_COLABORADORES_C = "C";
106 espaco 164
                String CONSULTAR_COLABORADORES_ADMITIDOS_A = "A";
165
                String CONSULTAR_COLABORADORES_DEMITIDOS_D = "D";
166
        }
167
 
168
        interface Categoria {
169
                Long SEQUENCIAL_CATEGORIA_PRODUTO_7 = new Long(7);
121 espaco 170
                Long SEQUENCIAL_CATEGORIA_ALUGUEL_11 = new Long(11);
171
                Long SEQUENCIAL_CATEGORIA_MARKETING_13 = new Long(13);
172
                Long SEQUENCIAL_CATEGORIA_PAI_PESSOAL_8 = new Long(8);
173
                Long SEQUENCIAL_CATEGORIA_HORA_EXTRA_2 = new Long(2);
174
                Long SEQUENCIAL_CATEGORIA_SALARIO_9 = new Long(9);
175
                Long SEQUENCIAL_CATEGORIA_FERIAS_12 = new Long(12);
176
                Long SEQUENCIAL_CATEGORIA_COMISSOES_8 = new Long(8);
177
                Long SEQUENCIAL_CATEGORIA_VALE_TRANSPORTE_46 = new Long(46);
106 espaco 178
        }
179
 
180
        interface NotaFiscal {
181
                String RAZAO_EMITENTE_ESPACO_CASE = "ESPACO CASE COMERCIO DE EQUIPAMENTOS DE TELEFONIA";
182
                String CODIGO_UF_AL_27 = "27";
170 espaco 183
                String NATUREZA_OP_VENDA = "VENDA DE MERCADORIAS";
106 espaco 184
                String NATUREZA_OP_REMESSA = "REMESSA";
185
                String MODELO_NFE_55 = "55";
186
                String MODELO_NFCE_65 = "65";
187
                String ID_DESTINO_DENTRO_DO_ESTADO_1 = "1";
188
                String ID_DESTINO_FORA_DO_ESTADO_2 = "2";
189
                String CODIGO_MUNICIPIO_MACEIO_2704302 = "2704302";
190
                String VERSAO_SISTEMA_NFE_1_0_0 = "1.0.0";
191
                String INSCRICAO_ESTADUAL_244160600 = "244160600";
192
//              String INSCRICAO_ESTADUAL_244366624 = "244366624";
193
 
194
                String SERIE_NOTA_EMITIDA_1 = "1";
195
                String SERIE_NOTA_REMESSA_0 = "0";
196
 
197
                String CODIGO_REGIME_TRIBUTARIO_SIMPLES_1 = "1";
198
                String CODIGO_REGIME_TRIBUTARIO_SIMPLES_EXCESSO_SUBLIMITE_2 = "2";
199
                String CODIGO_REGIME_TRIBUTARIO_NORMAL_3 = "3";
200
 
201
                String CONSUMIDOR_FINAL_1 = "1";
202
                String CONSUMIDOR_NAO_FINAL_0 = "0";
203
 
204
                String TIPO_NOTA_ENTRADA_0 = "0";
205
                String TIPO_NOTA_SAIDA_1 = "1";
206
 
207
                String ID_TOKEN_HOMOLOGACAO_000001 = "000001";
208
                String CSC_HOMOLOGACAO_21282494_8429_48D2_93B1_C9646D0803A1 = "21282494-8429-48D2-93B1-C9646D0803A1";
209
 
210
                String ID_TOKEN_HOMOLOGACAO_000002 = "000002";
211
                String CSC_HOMOLOGACAO_D1CB17C2_A1B7_4BBE_AEE9_89B48746CDF2 = "D1CB17C2-A1B7-4BBE-AEE9-89B48746CDF2";
212
 
213
                String ID_TOKEN_PRODUCAO_000001 = "000001";
214
                String CSC_PRODUCAO_8E1F62BB_A189_4DD2_9868_78811C4D0E88 = "8E1F62BB-A189-4DD2-9868-78811C4D0E88";
215
 
216
                String ID_TOKEN_PRODUCAO_000001_RESTAURANTE = "000001";
217
                String CSC_PRODUCAO_RESTAURANTE_2A209A6D_62E1_427D_B261_D4665BD48CC9 = "2A209A6D-62E1-427D-B261-D4665BD48CC9";
218
 
219
                String INFORMACOES_COMPLEMENTARES = "EMPRESA OPTANTE PELO SIMPLES NACIONAL";
220
 
280 espaco 221
                String TIPO_INTEGRACAO_INTEGRADO_1 = "1"; // PARA MAQUINETAS TEF
222
                String TIPO_INTEGRACAO_NAO_INTEGRADO_2 = "2"; // PARA MAQUINETAS POS
223
 
106 espaco 224
                interface ServicoSefaz {
225
                        String SERVICO_EM_OPERACAO_107 = "107";
226
                        String SERVICO_PARALISADO_MOMENTANEAMENTE_108 = "108";
227
                        String SERVICO_PARALISADO_SEM_PREVISAO_109 = "109";
228
                }
229
 
230
                interface Certificado {
231
//                      String CAMINHO_CERTIFICADO_LOCAL = "src/main/resources/certificado/certificado.pfx";
232
                        String CAMINHO_CERTIFICADO_LOCAL = "src/main/resources/certificado/";
233
                        String CAMINHO_SCHEMAS_LOCAL = "src/main/resources/certificado/Schemas";
234
 
235
//                      String CAMINHO_CERTIFICADO = "\\certificado\\certificado.pfx";
236
                        String NOME_CERTIFICADO_ESPACOCASE = "CERTIFICADO_ESPACOCASE";
237
                        String SENHA_CERTIFICADO_ESPACOCASE = "12345";
238
 
239
                        String CAMINHO_CERTIFICADO = "\\certificado\\";
240
                        String CAMINHO_SCHEMAS = "\\certificado\\Schemas\\enviNFe_v4.00.xsd";
241
                        String CNPJ_CERTIFICADO_21494821000100 = "21494821000100";
242
//                      String CNPJ_CERTIFICADO_21494821000282 = "21494821000282";
243
                }
244
 
245
                interface Notificacao {
246
                        String CAMINHO_CHAVES = "\\notificacao\\chaves_privada.json";
247
                }
248
 
249
                interface EnderecoEmitente {
250
                        String LOGRADOURO = "AVENIDA COMENDADOR GUSTAVO PAIVA";
251
                        String NUMERO_2650 = "2650";
252
                        String COMPLEMENTO_LOJA_A = "LOJA A";
253
                        String BAIRRO = "MANGABEIRAS";
254
                        String CODIGO_MUNICIPIO_2704302 = "2704302";
255
                        String MUNICIPIO_MACEIO = "MACEIO";
256
                        String UF_AL = "AL";
257
                        String CEP_57037532 = "57037532";
258
                        String CODIGO_PAIS_BRASIL_1058 = "1058";
259
                        String PAIS_BRASIL = "BRASIL";
260
                        String FONE_82999742315 = "82999742315";
261
                }
262
 
263
                interface IndicadorIEDestinatario {
264
                        String CONTRIBUINTE_ICMS_1 = "1";
265
                        String CONTRIBUINTE_ISENTO_2 = "2";
266
                        String NAO_CONTRIBUINTE_9 = "9";
267
                }
268
 
269
                interface IndicadorPresenca { //indPres
270
                        String OPERACAO_NAO_SE_APLICA_0 = "0";
271
                        String OPERACAO_PRESENCIAL_1 = "1";
272
                        String OPERACAO_NAO_PRESENCIAL_INTERNET_2 = "2";
273
                        String OPERACAO_NAO_PRESENCIAL_TELEATENDIMENTO_3 = "3";
274
                        String OPERACAO_ENTREGA_EM_DOMICILIO_4 = "4";
275
                        String OPERACAO_NAO_PRESENCIAL_OUTROS_9 = "9";
276
                }
277
 
278
                interface ProcessoEmissao {
279
                        String EMISSAO_APLICATIVO_CONTRIBUINTE_0 = "0";
280
                        String EMISSAO_AVULSA_FISCO_1 = "1";
281
                        String EMISSAO_AVULSA_FISCO_COM_CERTIFICADO_2 = "2";
282
                        String EMISSAO_APLICATIVO_FISCO_3 = "3";
283
                }
284
 
285
                interface TipoEmissao {
286
                        String SEM_EMISSAO_0 = "0";
287
                        String EMISSAO_NORMAL_1 = "1";
288
                        String EMISSAO_CONTIGENCIA_FS_2 = "2";
289
                        String EMISSAO_CONTIGENCIA_SCAN_3 = "3"; // utilização das séries 900 a 999.
290
                        String EMISSAO_CONTIGENCIA_DPEC_4 = "4";
291
                        String EMISSAO_CONTIGENCIA_FS_DA = "5";
292
                }
293
 
294
                interface TipoImpressao {
295
                        String IMPRESSAO_DANFE_SEM_GERACAO_0 = "0";
296
                        String IMPRESSAO_DANFE_RETRATO_1 = "1";
297
                        String IMPRESSAO_DANFE_PAISAGEM_2 = "2";
298
                        String IMPRESSAO_DANFE_SIMPLIFICADO_3 = "3";
299
                        String IMPRESSAO_DANFE_NFCE_4 = "4";
300
                        String IMPRESSAO_DANFE_NFCE_MSG_ELETRONICA_5 = "5";
301
                }
302
 
303
                interface IndicadorFinal { // indFinal
304
                        String INDICADOR_CONSUMIDOR_FINAL_1 = "1";
305
                        String INDICADOR_EMPRESA_REVENDER_MERCADORIA_0 = "0";
306
                }
307
 
308
                interface Imposto {
309
                        String NCM_PLASTICOS_OUTRAS_39269090 = "39269090";
310
                        String NCM_CABOS_85444200 = "85444200";
311
 
312
                        String NCM_PELICULAS_70071900 = "70071900";
313
                        String CEST_PELICULAS_1003600 = "1003600";
314
 
315
                        String NCM_PELICULAS_GEL_39219090 = "39219090";
316
 
140 espaco 317
                        String CSOSN_ORIGEM_NACIONAL_0 = "0";
318
//                      String CSOSN_ORIGEM_ESTRANGEIRA_IMPORTACAO_DIRETA_1 = "1";
319
//                      String CSOSN_ORIGEM_ESTRANGEIRA_ADQUIRIDA_MERCADO_INTERNO_2 = "2";
320
//                      String CSOSN_ORIGEM_NACIONAL_COM_CONTEUDO_IMPORTACAO_SUPERIOR_40_PORCENTO_3 = "3";
321
 
322
                        String CSOSN_TRIBUTADA_SIMPLES_COM_PERMISSAO_CREDITO_ICMS_101 = "101";
323
                        String CSOSN_TRIBUTADA_SIMPLES_SEM_PERMISSAO_CREDITO_ICMS_102 = "102";
324
                        String CSOSN_ISENCAO_ICMS_SIMPLES_NACIONAL_FAIXA_RECEITA_BRUTA_103 = "103";
325
                        String CSOSN_TRIBUTADA_SIMPLES_COM_PERMISSAO_CREDITO_E_COBRANCA_ICMS_POR_ST_201 = "201";
326
                        String CSOSN_TRIBUTADA_SIMPLES_SEM_PERMISSAO_CREDITO_E_COBRANCA_ICMS_POR_ST_202 = "202";
327
                        String CSOSN_ISENCAO_ICMS_SIMPLES_NACIONAL_FAIXA_RECEITA_BRUTA_E_COBRANCA_ICMS_POR_ST_203 = "203";
328
                        String CSOSN_IMUNE_ICMS_300 = "300";
106 espaco 329
                        String CSOSN_NAO_TRIBUTADA_PELO_SIMPLES_NACIONAL_400 = "400";
330
                        String CSOSN_NAO_TRIBUTADA_PELO_SIMPLES_NACIONAL_CSOSN_400 = "CSOSN_400";
140 espaco 331
                        String CSOSN_ICMS_COBRADO_ANTERIORMENTE_POR_ST_OU_ANTECIPACAO_500 = "500";
332
                        String CSOSN_OUTROS_OUTRAS_OPERACOES_900 = "900";
106 espaco 333
 
334
                        String CST_OPERACAO_ISENTA_CONTRIBUICOES_07 = "07";
335
                        String CST_PIS_COFINS_OPERACAO_ISENTA_CONTRIBUICOES_CST_07 = "CST_07";
336
 
337
                        String CST_ICMS_NAO_TRIBUTADA_CST_41 = "CST_41";
338
 
339
                        String CST_IPI_SAIDA_ISENTA_CST_52 = "CST_52";
340
                        String CST_IPI_SAIDA_NAO_TRIBUTADA_PARA_REMESSA_MERCADORIA_CONSERTO_REPARO_CST_53 = "CST_53";
144 espaco 341
 
342
                        Double ALIQUOTA_MEDIA_COMISSOES_2 = 2.0;
343
                        Double ALIQUOTA_MEDIA_SIMPLES_NACIONAL_11 = 11.0;
344
                        Double ALIQUOTA_MEDIA_CARTAO_2 = 2.0;
152 espaco 345
 
346
                        Double ALIQUOTA_INTERNA_ICMS_PADRAO_12 = 12.0;
106 espaco 347
                }
348
 
349
                interface Transporte {
350
                        String FRETE_POR_CONTA_REMETENTE_CIF_0 = "0";
351
                        String FRETE_POR_CONTA_DESTINATARIO_FOB_1 = "1";
352
                        String FRETE_POR_CONTA_TERCEIROS_2 = "2";
353
                        String FRETE_POR_CONTA_REMETENTE_TRANSPORTE_PROPRIO_3 = "3";
354
                        String FRETE_POR_CONTA_DESTINATARIO_TRANSPORTE_PROPRIO_4 = "4";
355
                        String SEM_OCORRENCIA_TRANSPORTE_9 = "9";
356
                }
357
 
358
                interface Pagamento {
359
                        String FORMA_PAGAMENTO_DINHEIRO_01 = "01";
360
                        String FORMA_PAGAMENTO_CHEQUE_02 = "02";
361
                        String FORMA_PAGAMENTO_CARTAO_CREDITO_03 = "03";
362
                        String FORMA_PAGAMENTO_CARTAO_DEBITO_04 = "04";
363
                        String FORMA_PAGAMENTO_CREDITO_LOJA_05 = "05";
364
                        String FORMA_PAGAMENTO_VALE_ALIMENTACAO_10 = "10";
365
                        String FORMA_PAGAMENTO_VALE_REFEICAO_11 = "11";
366
                        String FORMA_PAGAMENTO_VALE_PRESENTE_12 = "12";
367
                        String FORMA_PAGAMENTO_VALE_COMBUSTIVEL_13 = "13";
368
                        String FORMA_PAGAMENTO_DUPLICATA_MERCANTIL_14 = "14";
369
                        String FORMA_PAGAMENTO_BOLETO_BANCARIO_15 = "15";
280 espaco 370
                        String FORMA_PAGAMENTO_INSTANTANEO_PIX_17 = "17";
371
                        String FORMA_PAGAMENTO_TRANSFERENCIA_BANCARIA_CARTEIRA_DIGITAL_18 = "18";
372
                        String FORMA_PAGAMENTO_PROGRAMA_FIDELIDADE_CASHBACK_CREDITO_VIRTUAL = "19";
106 espaco 373
                        String FORMA_PAGAMENTO_SEM_PAGAMENTO_90 = "90";
374
                        String FORMA_PAGAMENTO_OUTROS_99 = "99";
375
 
376
                        interface IntegracaoPagamentoCartao {
377
                                String PAGAMENTO_INTEGRADO_SISTEMA_AUTOMACAO_TEF_ECOMMERCE_1 = "1";
378
                                String PAGAMENTO_NAO_INTEGRADO_POS_2 = "2";
379
                        }
380
 
381
                }
382
 
383
                interface Sistema {
384
                        String VERSAO_400 = "4.00";
385
                        String LOTE_1 = "1";
386
                        String ENVIO_SINCRONO_1 = "1";
387
                        String ENVIO_ASSINCRONO_0 = "0";
140 espaco 388
                }              
106 espaco 389
                interface Finalidade {
390
                        String NFE_NORMAL_1 = "1";
391
                        String NFE_COMPLEMENTAR_2 = "2";
392
                        String NFE_AJUSTE_3 = "3";
393
                        String DEVOLUCAO_MERCADORIA_4 = "4";
394
                }
395
 
396
                // DEVEM SER INFORMADOS EM CONJUNTO OU OMITIDOS EM CONJUNTO (INCLUIR O NUMERO DA AUTORIZACAO DA TRANSACAO)
397
                interface InformacoesCartao {
398
                        interface CnpjCredenciadora {
399
                                String CNPJ_CREDENCIADORA_REDE_CARTAO_01425787000104 = "01425787000104";
400
                        }
401
 
402
                        interface Bandeira {
403
                                String BANDEIRA_VISA_01 = "01";
404
                                String BANDEIRA_MASTERCARD_02 = "02";
405
                                String BANDEIRA_AMERICAN_EXPRESS_03 = "03";
406
                                String BANDEIRA_SOROCRED_04 = "04";
407
                                String BANDEIRA_DINERS_CLUB_05 = "05";
408
                                String BANDEIRA_ELO_06 = "06";
409
                                String BANDEIRA_HIPERCARD_07 = "07";
410
                                String BANDEIRA_AURA_08 = "08";
411
                                String BANDEIRA_CABAL_09 = "09";
412
                                String BANDEIRA_OUTROS_99 = "99";
413
                        }
414
                }
415
        }
416
 
417
        interface ArquivoBanco {
418
                String ARQUIVO_BANCO_REDE_1 = "1";
419
                String ARQUIVO_BANCO_SAFRA_2 = "2";
284 espaco 420
                String ARQUIVO_BANCO_PAGSEGURO_3 = "3";
106 espaco 421
        }
422
 
423
        interface Foto {
424
                String CAMINHO_PADRAO_LOCAL = "espacocase/fotos/";
425
                String CAMINHO_PADRAO_SERVIDOR = "/fotos/";
426
        }
427
 
428
        interface DRE {
429
                long RECEITA_OPERACIONAL_BRUTA_1 = 1L;
430
                String RECEITA_OPERACIONAL_BRUTA_1_INFO = "Entrada de dinheiro no caixa ou no patrimônio da empresa em dinheiro ou direitos (crédito documentado que assegure propriedade de mercadorias ou bens). Inclui receita de vendas de produtos, prestação de serviço, recebimento de juros, royalties e dividendos.";
431
 
432
                long DEDUCOES_ABATIMENTOS_2 = 2L;
433
                String DEDUCOES_ABATIMENTOS_2_INFO = "Inclui devoluções de vendas, descontos oferecidos e abatimentos de impostos que incidem diretamente sobre a venda, como ICMS, ISS etc.";
434
 
435
                String RECEITA_OPERACIONAL_LIQUIDA = "RECEITA OPERACIONAL LÍQUIDA";
436
                String RECEITA_OPERACIONAL_LIQUIDA_INFO = "O resultado das receitas de vendas menos as deduções representam a receita líquida.";
437
 
438
                long CUSTO_PRODUTOS_VENDIDOS_SERVICOS_PRESTADOS_3 = 3L;
439
                String CUSTO_PRODUTOS_VENDIDOS_SERVICOS_PRESTADOS_3_INFO = "CPV (Custo de produtos vendidos), CMV (Custos de mercadorias vendidas) e CSP (Custo dos Serviços Prestados) apresentam gastos relativos à fabricação de um produto ou preparação de um serviço. Valores despendidos com matéria-prima, distribuição, logística etc.";
440
 
441
                String RESULTADO_OPERACIONAL_BRUTO_LUCRO_BRUTO = "RESULTADO OPERACIONAL BRUTO / LUCRO BRUTO";
442
                String RESULTADO_OPERACIONAL_BRUTO_LUCRO_BRUTO_INFO = "Lucro bruto é a diferença entre a receita líquida e o gasto na produção.";
443
 
444
                long DESPESAS_OPERACIONAIS_VENDAS_VARIAVEIS_4 = 4L;
445
                String DESPESAS_OPERACIONAIS_VENDAS_VARIAVEIS_4_INFO = "Gastos com comissões e custos de pós-venda. As Despesas Variáveis de uma empresa são as despesas relativas à produção (não confundir com custo). São assim chamadas justamente porque o valor gasto com elas é variável e seu valor total muda conforme as vendas, produção ou alguma outra atividade da empresa.";
446
 
447
                String MARGEM_CONTRIBUICAO = "MARGEM DE CONTRIBUIÇÃO";
448
                String MARGEM_CONTRIBUICAO_INFO = "";
449
 
450
                long DESPESAS_GERAIS_ADMINISTRATIVAS_5 = 5L;
451
                String DESPESAS_GERAIS_ADMINISTRATIVAS_5_INFO = "Despesas fixas correspondem aos gastos para manter a empresa em funcionamento independentemente de haver vendas. Contas de aluguel, água, energia e telefone em escritórios, são exemplos.";
452
 
453
                String EBITDA = "EBITDA";
454
                String EBITDA_INFO = "";
455
 
456
                long DESPESAS_FINANCEIRAS_6 = 6L;
457
                String DESPESAS_FINANCEIRAS_6_INFO = "Gastos com juros e multas podem ser apresentados como despesas financeiras. No caso de quem mexe com importação e exportação, variações cambiais também estão neste tópico. Trata-se, principalmente, do valor de encargos e juros que a empresa deve pagar a credores em empréstimos e financiamentos contraídos.";
458
 
459
                long DESPESAS_DEPRECIACAO_7 = 7L;
460
                String DESPESAS_DEPRECIACAO_7_INFO = "";
461
 
462
                String RESULTADO_OPERACIONAL_LIQUIDO_ANTES_IRPJ_CSLL = "RESULTADO OPERACIONAL LÍQUIDO / ANTES DO IRPJ E CSLL";
463
                String RESULTADO_OPERACIONAL_LIQUIDO_ANTES_IRPJ_CSLL_INFO = "Resultado da conta até aqui, desconsiderando o impacto dos impostos sobre o faturamento.";
464
 
465
                long IMPOSTO_RENDA_JURIDICA_8 = 8L;
466
                String IMPOSTO_RENDA_JURIDICA_8_INFO = "IRPJ (Imposto de Renda de Pessoa Jurídica).";
467
 
468
                long CONTRIBUICAO_SOCIAL_LUCRO_CSLL_9 = 9L;
469
                String CONTRIBUICAO_SOCIAL_LUCRO_CSLL_9_INFO = "CSLL (Contribuição Social sobre o Lucro Líquido) são tributos cobrados sobre o faturamento.";
470
 
471
                String LUCRO_LIQUIDO_ANTES_PARTICIPACOES = "LUCRO LÍQUIDO ANTES DAS PARTICIPAÇÕES";
472
                String LUCRO_LIQUIDO_ANTES_PARTICIPACOES_INFO = "Por fim, temos o resultado líquido, obtido a partir da subtração dos impostos e taxas pagas do lucro bruto. Esse valor corresponde ao resultado de uma empresa, considerando os ganhos e descontos em determinado período. O resultado líquido é, portanto, bastante importante para realizar financiamentos próprios, investimentos ou ser dividido entre sócios, acionistas e funcionários.";
473
 
474
                long PRO_LABORE_10 = 10L;
475
                String PRO_LABORE_10_INFO = "";
476
 
477
                long PARTICIPACAO_NOS_LUCROS_11 = 11L;
478
                String PARTICIPACAO_NOS_LUCROS_11_INFO = "";
479
 
480
                String RESULTADO_LIQUIDO_EXERCICIO = "RESULTADO LÍQUIDO DO EXERCÍCIO";
481
                String RESULTADO_LIQUIDO_EXERCICIO_INFO = "";
482
        }
483
 
152 espaco 484
        interface Textos {
485
                String TEXTO_COR_MARGEM = "VERDE: ACIMA DE 29,99%\nLARANJA: ENTRE 14,99% E 29,99%\nVERMELHO: ABAIXO DE 15%";
486
        }
487
 
488
        interface Preco {
489
                Double MARGEM_MINIMA_15 = 15.0;
490
        }
491
 
305 espaco 492
        interface Personalizacao {
493
                Long SEQUENCIAL_LOJA_PERSONALIZACAO = SEQUENCIAL_MATRIZ_ESTOQUE_9;
494
        }
495
 
106 espaco 496
}