crea venta pero no imprime

This commit is contained in:
carlos
2024-01-17 23:03:46 -06:00
parent fc664fccb6
commit a438eb1914
26 changed files with 481 additions and 125 deletions
+3
View File
@@ -131,10 +131,13 @@
<Compile Include="database\DAO.cs" />
<Compile Include="database\modelos\Categoria.cs" />
<Compile Include="database\modelos\Cliente.cs" />
<Compile Include="database\modelos\DetalleVentaModel.cs" />
<Compile Include="database\modelos\Empleado.cs" />
<Compile Include="database\modelos\LoginModel.cs" />
<Compile Include="database\modelos\Merma.cs" />
<Compile Include="database\modelos\Producto.cs" />
<Compile Include="database\modelos\usuario.cs" />
<Compile Include="database\modelos\VentaModel.cs" />
<Compile Include="database\service.cs" />
<Compile Include="EditarEmpleado.cs">
<SubType>Form</SubType>