Skip to content

Bobonimo111/Trabalho-unifacol-p1-gerenciamento-de-lojas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has make to programação 1 in my graduaduation

Description

In projected i will make a micro system using concptions of POO.

My structure

Produtos

Name Type
Código String
Nome String
Valor Double
Quantidade_disponivel_estoque int
Metodos
Adiconar_estoque()
Remover_estoque()

Loja

Name Type
Codigo String
Nome_fantasia String
Tipo Enum
CNPJ String
Telefone String
Endereço String

Pessoa

Name Type
Nome String
Data_nascimento String
Endereco String
Telefone String
CPF String

Vendedor extends Pessoa

Name Type
Numero_ctps INT
Salario Double
Turno Enum

Serviçes

  • Serviço de vendas: In this service the vendedor makes sales to client, in sales service check a repository on have products to sale, and confirm status.

  • Atendimento ao cliente: This have troubleshooting, check warranty, and make complaints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages