Giter VIP home page Giter VIP logo

fiscal4j's Introduction

Projeto Fiscal4j

Apache 2.0 License

Desenvolvedor

Jeferson Cruz

Projeto para emissão de documentos fiscais eletrônicos, visando geração, assinatura e transmissão de documentos

Documento Fiscal Status
NF-e OK
NFC-e OK
MDF-e OK
CC-e OK
CT-e OK

Tecnologia

Java 8

Sobre

Este projeto visa permitir emissão simples e rápida de documentos fiscais eletrônicos em Java

fiscal4j's People

Contributors

dependabot[bot] avatar fagnerroger avatar jefersonoc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fiscal4j's Issues

código modBCST na classe NFNotaInfoItemModalidadeBCICMSST faltante

Segundo o layout na NFE 4.0:
<xs:element name="modBCST">
xs:annotation
xs:documentationModalidade de
determinação da BC do ICMS
ST:
0 – Preço tabelado ou máximo
sugerido;
1 - Lista Negativa (valor);
2 - Lista Positiva (valor);
3 - Lista Neutra (valor);
4 - Margem Valor Agregado
(%);
5 - Pauta (valor).
6 - Valor da Operação
</xs:documentation>
</xs:annotation>
xs:simpleType
<xs:restriction
base="xs:string">
<xs:whiteSpace
value="preserve"/>
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

                                                                            Mas na classe está assim, gerando erro no parse:
PRECO_TABELADO("0", "Pre\u00e7o Tabelado"),
LISTA_NEGATIVA("1", "Lista Negativa"),
LISTA_POSITIVA("2", "Lista Positiva"),
LISTA_NEUTRA("3", "Lista Neutra"),
MARGEM_VALOR_AGREGADO("4", "Margem Valor Agregado"),
PAUTA("5", "Pauta");

Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes

Bom dia!
Estou recebendo esse erro quando tento executar meu projeto:

Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes at sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330) at sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263) at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275) at java.util.jar.JarVerifier.update(JarVerifier.java:230) at java.util.jar.JarFile.initializeVerifier(JarFile.java:383) at java.util.jar.JarFile.getInputStream(JarFile.java:450) at sun.misc.URLClassPath$JarLoader$2.getInputStream(URLClassPath.java:977) at sun.misc.Resource.cachedInputStream(Resource.java:77) at sun.misc.Resource.getByteBuffer(Resource.java:160) at java.net.URLClassLoader.defineClass(URLClassLoader.java:454) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)

Estou tentando fazer uns testes de uma implementação para gerar o DANFE. Já limpei, mas não funciona. Procurando aqui nos foruns da vida, vi que tem algo haver com o Manifest, mas não consegui resolver. Alguém já passou por isso?
Grato.

Carta de Correção

Olá boa tarde. Primeiramente, parabéns pelo projeto.
Segundo, vc teria como dar um exemplo de impressão de uma carta de Correção?
Desde já agradeço. Obrigado.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.