Giter VIP home page Giter VIP logo

laraerp's Introduction

Laraerp

MIT license

Laraerp é uma aplicação web escrita sob o Laravel Framework PHP.

Instalação

Inicie uma aplicação Laraerp no Heroku ou instale na sua máquina utilizando o Composer:

Heroku

Deploy

Composer

$ composer create-project laraerp/laraerp -s dev

Acesse o diretório laraerp e configure as variáveis do banco de dados no arquivo .env. Feito isso, execute os comandos para criar e popular as tabelas:

$ php artisan migrate
$ php artisan db:seed --class="LaraerpSeeder"

Você pode utilizar o PHP Built-in web server para executar a aplicação:

$ php artisan serve

Por padrão, a aplicação irá executar na porta 8000

http://localhost:8000

Primeiro acesso

Usuario: [email protected]
Senha: admin

License

The MIT License (MIT)

Copyright (c) 2015 Jansen Felipe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

laraerp's People

Contributors

jansenfelipe avatar rpuggian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laraerp's Issues

A que pé está o projeto?

@jansenfelipe a que pé está este projeto?

Estou desenvolvendo um na empresa que trabalho, talvez consigo liberação para trabalhar neste dependendo o pé que está, porém estava vendo alguns seeds,
não entendi algo:

Porque o fator de kilo não é tratado da mesma forma do litro?

//Massa
$kg = UnidadeMedidaFator::create(['unidade_medida_id' => $massa->id, 'simbolo' => 'Kg', 'fator' => 1000]);
$g = UnidadeMedidaFator::create(['unidade_medida_id' => $massa->id, 'simbolo' => 'g', 'fator' => 1]);
//Volume
$L = UnidadeMedidaFator::create(['unidade_medida_id' => $volume->id, 'simbolo' => 'L', 'fator' => 1]);
$ml = UnidadeMedidaFator::create(['unidade_medida_id' => $volume->id, 'simbolo' => 'ml', 'fator' => 0.001]);

mcrypt

remova a extensão mcrypt, ela já esta obsoleta, isso desdo php 5.3, morreu de vez no php 7.1, não esta dando para instala via composer, justamente por isso, convenhamos que existem alternativas a mcrypt, alias melhores, se precisar de ajuda e só falar, eu faço pra ti.

Tocar o projeto

Vocês têm alguma intenção de tocar esse projeto novamente?

Erro na dependência NFePHP

Não existe a versão da lib "nfephp-org/nfephp": "^2.00",a correta seria "nfephp-org/nfephp": "^4.0", não?

db sql error

SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (erp.users, CONSTRAINT users_account_id_foreign FORE
IGN KEY (account_id) REFERENCES accounts (id))

Erro ao criar um novo projeto

Comando:
$ composer create-project laraerp/laraerp -s dev

Retorna:
[InvalidArgumentException]
Could not find package laraerp/laraerp with stability dev.

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.