Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flauzo/erp-pdv-web
Sistema Enterprise Resource Planning (ERP) web de PDV ( Ponto de Venda [Point of Sale "POS"] )
https://github.com/flauzo/erp-pdv-web
ajax bootstrap css flyway hibernate html jasperreports java javascript javax jpa jquery json mysql-database servlet spring-boot springframework springsecurity thymeleaf xml
Last synced: about 2 months ago
JSON representation
Sistema Enterprise Resource Planning (ERP) web de PDV ( Ponto de Venda [Point of Sale "POS"] )
- Host: GitHub
- URL: https://github.com/flauzo/erp-pdv-web
- Owner: flauzo
- License: other
- Created: 2023-12-13T14:28:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T04:12:35.000Z (about 2 months ago)
- Last Synced: 2024-11-16T04:23:06.799Z (about 2 months ago)
- Topics: ajax, bootstrap, css, flyway, hibernate, html, jasperreports, java, javascript, javax, jpa, jquery, json, mysql-database, servlet, spring-boot, springframework, springsecurity, thymeleaf, xml
- Language: Java
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 erp-pdv-web
Sistema Enterprise Resource Planning (**ERP**) web de **PDV** ( *Ponto de Venda* [*Point of Sale* "*POS*"] ), desenvolvido em **Java** com **Spring Framework**.# đź“… Recursos.
- Cadastro Produtos/Clientes/Fornecedor;
- Controle de Estoque;
- Gerenciar Comandas;
- Realizar Venda;
- Controle de Fluxo de Caixa;
- Controle de Pagar e Receber;
- Venda com Cartões;
- Gerenciar permissões de Usuários por Grupos;
- Cadastrar novas formas de Pagamentos;
- Relatórios.# ✅ Instalação.
Para instalar o sistema integrado de gestĂŁo empresarial, vocĂŞ deve criar o banco de dado "pdv" no **Mysql** e configurar o arquivo application.properties
com os dados do seu usuário root do **MySQL** e rodar o projeto pelo Eclipse ou gerar o jar do mesmo e execultar.# 💡 Logando no sistema.
Para logar no sistema, use o usuário "gerente" e a senha "123".# 🔧 Tecnologias utilizadas.
- Spring Framework 5;
- Thymeleaf 3;
- MySQL;
- Hibernate;
- FlyWay.