DbWrench Documentation: MRE |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
dtfavt | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| dtfavID | Integer |
| ID-detalle factura | |||
factuID | Integer | ID-factura |
|
||||
kardeID | Integer | ID-codigo.Kardex |
|
||||
cantidad | Decimal(15, 4) | Cantidad facturada | |||||
precio | Decimal(12, 2) | Precio unitario facturado |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_facturasd_facturas | ventas.facturas | ventas.dtfavt | factuID | factuID |
fk_facturasd_kardex | inventarios.kardex | ventas.dtfavt | kardeID | kardeID |
Parent Relations (none) |
Triggers (none) |
Used in Diagrams |
Diagram Name |
Ventas |