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: 8 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T04:12:35.000Z (over 1 year ago)
- Last Synced: 2025-03-17T13:14:52.678Z (12 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.26 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.