Está en la página 1de 13

Entidad(Tabla) DATO PK o FK TIPO DE DATO

rut PK varchar(50)
nombre varchar(50)
Proveedor
vendedor varchar(50)
teléfono int
CodProd PK int
Nombre varchar(50)
precio float
Producto
impuesto float
familia varchar(50)
costo float
CodProd FK int
rut FK varchar(50)
Compra precio float
fecha date
cantidad int
CodProd FK int
Rut FK varchar(50)
precio float
Venta
fecha date
Boleta int
Cantidad int
rut FK varchar(50)
nombre varchar(50)
Usuario
teléfono varchar(50)
Pas varchar(50)
CONTROL PROPIEDAD VALOR
label1 Text Bienvenido a nuestra tienda
label2 Text Nombre
label3 Text Contraseña
textBox1 (Name) txtNombre
textBox2 (Name) txtContraseña
button1 Text Iniciar Sesión
CONTROL PROPIEDAD VALOR
Text Ventas
(Name) vENTASToolStripMenuItem
Text Sala de Ventas
(Name) salaDeVentasToolStripMenuItem
Text Compras
(Name) cOMPRASToolStripMenuItem
menuStrip1
Text Sala de Compras
(Name) salaDeComprasToolStripMenuItem
Text Mantenimiento
(Name) mantenimientoToolStripMenuItem
Text Salir
(Name) sALIRToolStripMenuItem
CONTROL PROPIEDAD VALOR
label1 Text N° Boleta
label2 Text Sala de Ventas
label3 Text Código Producto
label4 Text Código Proveedor
label5 Text Fecha
label6 Text Precio
label7 Text Cantidad
dateTime (Name) dateTimePicker1
DataGridView (Name) data
button1 Text &Regresar
button2 Text Finalizar &Venta
button3 Text &Buscar
CONTROL PROPIEDAD VALOR
label1 Text Compras de Productos
label2 Text Código de Producto
label3 Text Precio
label4 Text Familia
label5 Text Nombre
label6 Text Impuesto
label7 Text Costo
textBox1 (Name) txtPrecio
textBox2 (Name) txtCodProducto
textBox3 (Name) txtImpuesto
textBox4 (Name) txtFamilia
textBox5 (Name) txtCosto
textBox7 (Name) txtNombre
DataGridView (Name) data
button1 Text &Regresar
button2 Text &Finalizar Compra
button3 Text &Saltar
CONTROL PROPIEDAD VALOR
label1 Text Sala Compra Final
label2 Text Código
label3 Text Proveedor
label4 Text Fecha
label5 Text Cantidad
label6 Text Precio
textBox1 (Name) txtPrecio
textBox2 (Name) txtCódigo
textBox3 (Name) txtProveedor
textBox6 (Name) txtCantidad
DateTime (Name) dateTimePicker1
DataGridView (Name) data
button1 Text &Agregar
button2 Text &Salir
CONTROL PROPIEDAD VALOR
button1 Text &Usuarios
button2 Text &Proveedores
button3 Text &Productos
button4 Text &Regresar
button5 Text &EliminarProveedor
CONTROL PROPIEDAD VALOR
label1 Text Buscar Usuario
label2 Text Código
textBox1 (Name) tbxBus
DataGridView (Name) data
button1 Text &Salir
button2 Text &Agregar
CONTROL PROPIEDAD VALOR
label1 Text Agregar Usuario
label2 Text Código Proveedor
label3 Text Nombre Usuario
label4 Text Teléfono
label5 Text Contraseña
button1 Text &Agregar
CONTROL PROPIEDAD VALOR
label1 Text Buscar Proveedor
label2 Text Código Proveedor
textBox1 (Name) tbxBus
DataGridView (Name) data
button1 Text &Regresar
button2 Text &Agregar
CONTROL PROPIEDAD VALOR
label1 Text Agregar Proveedor
label2 Text Código Proveedor
label3 Text Nombre Proveedor
label4 Text Vendedor
label5 Text Teléfono
textBox1 (Name) txtProveedor
textBox2 (Name) txtCodProveedor
textBox3 (Name) txtVendedor
textBox4 (Name) txtTelefono
button1 Text &Agregar
CONTROL PROPIEDAD VALOR
label1 Text Buscar Productos
label2 Text Código Producto
textBox1 (Name) tbxBus
DataGridView (Name) data
button1 Text &Regresar
CONTROL PROPIEDAD VALOR
label1 Text Eliminar Usuario
label2 Text Código
textBox1 (Name) tbxBus
DataGridView (Name) data
button1 Text &Salir
button2 Text &Eliminar

También podría gustarte