crud de importe en proceso

This commit is contained in:
Carlos Sandoval
2024-06-30 11:19:46 -06:00
parent 3a1c75967a
commit 8009e38291
21 changed files with 733 additions and 50 deletions
+18
View File
@@ -112,6 +112,12 @@
<Compile Include="admin\addvariante.Designer.cs">
<DependentUpon>addvariante.cs</DependentUpon>
</Compile>
<Compile Include="admin\AgregarImporte.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="admin\AgregarImporte.Designer.cs">
<DependentUpon>AgregarImporte.cs</DependentUpon>
</Compile>
<Compile Include="admin\agregarproducto.cs">
<SubType>Form</SubType>
</Compile>
@@ -142,6 +148,12 @@
<Compile Include="admin\Variantes.Designer.cs">
<DependentUpon>Variantes.cs</DependentUpon>
</Compile>
<Compile Include="admin\visualizarImportes.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="admin\visualizarImportes.Designer.cs">
<DependentUpon>visualizarImportes.cs</DependentUpon>
</Compile>
<Compile Include="database\modelos\DetalleEnvioModel.cs" />
<Compile Include="database\modelos\DetalleImporte.cs" />
<Compile Include="database\modelos\DetalleImporteCuenta.cs" />
@@ -320,6 +332,9 @@
<DependentUpon>addvariante.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="admin\AgregarImporte.resx">
<DependentUpon>AgregarImporte.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="admin\agregarproducto.resx">
<DependentUpon>agregarproducto.cs</DependentUpon>
</EmbeddedResource>
@@ -335,6 +350,9 @@
<EmbeddedResource Include="admin\Variantes.resx">
<DependentUpon>Variantes.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="admin\visualizarImportes.resx">
<DependentUpon>visualizarImportes.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Empleados\AgregarEmpleado1.resx">
<DependentUpon>AgregarEmpleado1.cs</DependentUpon>
</EmbeddedResource>