Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created October 22, 2015 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikfig/4a8a93d0af2e17947296 to your computer and use it in GitHub Desktop.
Save erikfig/4a8a93d0af2e17947296 to your computer and use it in GitHub Desktop.
Modelo porco!
custo_variável
|_tipo1
|_tipo2
|_tributacao
custo_fixo
|_tipo1
|_tipo2
desconto
|_tipo_1
|_tipo_2
|_tipo_3
produto
|_valor
|_custo1 <- HABTM
|_custo2 <- HABTM
|_lucro
|_remedio
|_tributacao
entrada
|_vendas1
|_vendas2
saida
|_saida1
|_saida2
vendas
|_venda_1
|_produto_1
|_produto_2
|_produto_3
|_cliente_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment