GithubHelp home page GithubHelp logo

leandrodax / livrenfe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pablogallardo/livrenfe

0.0 0.0 0.0 635 KB

License: GNU Lesser General Public License v3.0

Shell 0.10% C 99.54% Makefile 0.24% M4 0.12%

livrenfe's Introduction

LivreNFE

Copyright (C) 2016, 2017 Pablo G. Gallardo [email protected]

Aviso

Você conhece o projeto microsped (https://github.com/silvioprog/microsped)?

A MicroSPED e a LivreNFE se tornarão um único projeto e com um novo nome

Descrição

LivreNFE é um projeto opensource para a emissão de Notas Ficais Eletrônicas orientado para pequenas e medianas empresas. Este programa se distribui baixo a licença LGPLv3. Para mais informação veja o documento LICENSE.

Instalação

$ ./autogen.sh
$ ./configure
$ make
# make install

Dependências

  • Gtk3
  • cURL 7.51
  • OpenSSL 1.0.2c
  • libp11 0.4.2
  • xmlsec 1.2.24
  • libsqlite3

Exemplo de instalação em Arch linux

$ wget -c https://raw.githubusercontent.com/pablogallardo/livrenfe/master/PKGBUILD
$ makepkg
# pacman -U livrenfe-<versão>.pkg.tar.xz

Exemplo de instalação em Debian

  • Instalar dependências desde repositório APT:
# apt-get install libsqlite3-dev curl libcurl4-openssl-dev libgtk-3-dev libssl-dev \
libxml2-dev libxslt1-dev git
  • Instalar libp11 versao 0.4.2 que não está disponível no repositório APT:
$ wget https://github.com/OpenSC/libp11/releases/download/libp11-0.4.2/libp11-0.4.2.tar.gz
$ tar xzvf libp11-0.4.2.tar.gz
$ cd libp11-0.4.2
$ ./configure && make
$ sudo make install
  • Instalar xmlsec versao 1.2.24 que não está disponível no repositorio APT:
$ git clone https://github.com/lsh123/xmlsec
$ cd xmlsec
$ autoreconf --install
$ ./configure && make
$ sudo make install
  • Instalar livrenfe:
$ cd livrenfe
$ ./autogen.sh
$ ./configure && make
$ sudo make install

Após a instalação

  • Configurar preferências do sistema (ex. caminho do driver do leitor de cartão de certificado A3. libaetpkss.so no caso de leitoras Gemalto)
  • Cadastro de dados de emissor de NF-e

Erros

Se encontrar um bug, por favor, envie a descrição do erro (qualquer output da tela) junto com o passo-a-passo de como replicá-lo ao seguinte endereço: [email protected]

Contribuições

Sinta-se à vontade de criar Pull Requests para contribuir com funcionalidades novas ou correção de erros.

livrenfe's People

Contributors

pablogallardo avatar icaroraci avatar gabrielmoura avatar

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.