feat: estoque negativo, UTC-3, dd/mm/yyyy, estorno de pagamento

This commit is contained in:
2026-07-27 14:13:56 -03:00
parent 14e92c91fd
commit b567a45803
14 changed files with 239 additions and 75 deletions

View File

@@ -83,5 +83,6 @@ model Pagamento {
valor Float
formaPagamento String // DINHEIRO, CARTAO_CREDITO, CARTAO_DEBITO, PIX
observacao String?
estornado Boolean @default(false)
criadoEm DateTime @default(now())
}