DbWrench Documentation: MRE |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
dtcotvt | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| dtcotID | Integer |
| ID-detalle.cotizacion | |||
cotizID | Integer | cotizav.ID |
|
||||
produID | Integer | ID-codigo.inv.producto |
|
||||
kardeID | Integer | ID-Codigo.Kardex |
|
||||
cantidad | Decimal(15, 4) | Cantidad cotizacda | |||||
precio | Decimal(12, 2) | Precio unitario |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_cotizavd_cotizav | ventas.cotizav | ventas.dtcotvt | cotizID | cotizID |
fk_cotizavd_kardex | inventarios.kardex | ventas.dtcotvt | kardeID | kardeID |
fk_cotizavd_productos | inventarios.productos | ventas.dtcotvt | produID | produID |
Parent Relations (none) |
Triggers (none) |
Used in Diagrams |
Diagram Name |
Ventas |