(factura-e-iv) añadido icono y boton factura electronica en gui

factura-e/interface-venta
Gerardo 2023-08-07 14:17:18 +02:00
parent 21d9e385e2
commit 6a4cd4b02b
9 changed files with 238 additions and 173 deletions

View File

@ -356,6 +356,7 @@
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
@ -832,6 +833,8 @@
<None Include="Resources\i_gasolina.png" />
<None Include="Resources\i_ascii347.png" />
<None Include="Resources\i_ascii415.jpg" />
<None Include="Resources\i_factura_e.png" />
<None Include="Resources\i_firma_e.png" />
<Content Include="Resources\i_pdfFile.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@ -165,7 +165,8 @@ namespace Exferia_Aplicacion.General
private static Image G_IMG_VER_WEB = global::Exferia_Aplicacion.Properties.Resources.i_ver_web;
private static Image G_IMG_VOLCAR = global::Exferia_Aplicacion.Properties.Resources.i_volcar;
private static Image G_IMG_VOLCAR_GRANDE = global::Exferia_Aplicacion.Properties.Resources.i_volcar_g;
private static Image G_IMG_FACTURA_E = global::Exferia_Aplicacion.Properties.Resources.i_factura_e;
private static Image G_IMG_FIRMA_E = global::Exferia_Aplicacion.Properties.Resources.i_firma_e;
#endregion
@ -304,7 +305,9 @@ namespace Exferia_Aplicacion.General
G_IMG_VACIAR_SINCRONIZACION,
G_IMG_VACIAR_SUBIDA,
G_IMG_FLECHA_ABAJO,
G_IMG_GASOLINA
G_IMG_GASOLINA,
G_IMG_FACTURA_E,
G_IMG_FIRMA_E,
}
#endregion
@ -494,6 +497,8 @@ namespace Exferia_Aplicacion.General
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_VACIAR_SUBIDA), G_IMG_VACIAR_SUBIDA);
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_FLECHA_ABAJO), G_IMG_FLECHA_ABAJO);
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_GASOLINA), G_IMG_GASOLINA);
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_FACTURA_E), G_IMG_FACTURA_E);
G_DCT_IMAGEN_ABIERTO.Add(nameof(G_IMG_FIRMA_E), G_IMG_FIRMA_E);
}
}

File diff suppressed because it is too large Load Diff

View File

@ -592,4 +592,10 @@
<data name="i_imprimir_modelo347" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\i_ascii347.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="i_factura_e" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\i_factura_e.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="i_firma_e" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\i_firma_e.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -197,7 +197,7 @@
this.exferia_Button1.BackColor = System.Drawing.Color.Maroon;
this.exferia_Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.exferia_Button1.Exferia_Button_Bloqueable = true;
this.exferia_Button1.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_IMPRIMIR_VERTICAL;
this.exferia_Button1.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_FIRMA_E;
this.exferia_Button1.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.exferia_Button1.Exferia_Button_ReadOnly = false;
this.exferia_Button1.Exferia_Button_TabStop = false;

View File

@ -174,6 +174,7 @@
this.ex_btn_P_FacturaCabecera_Volcado = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_FacturaCabecera_Cuentas = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_FacturaCabecera_EnviarMensajes = new Exferia_Controles.Exferia_Button();
this.ex_btn_P_FacturaCabecera_FacturaE = new Exferia_Controles.Exferia_Button();
this.pnl_Scroll.SuspendLayout();
this.ex_tbc_Principal.SuspendLayout();
this.tbp_Lineas.SuspendLayout();
@ -3080,10 +3081,33 @@
this.ex_btn_P_FacturaCabecera_EnviarMensajes.UseVisualStyleBackColor = false;
this.ex_btn_P_FacturaCabecera_EnviarMensajes.Click += new System.EventHandler(this.ex_btn_P_FacturaCabecera_EnviarMensajes_Click);
//
// ex_btn_P_FacturaCabecera_FacturaE
//
this.ex_btn_P_FacturaCabecera_FacturaE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ex_btn_P_FacturaCabecera_FacturaE.BackColor = System.Drawing.Color.Maroon;
this.ex_btn_P_FacturaCabecera_FacturaE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_Bloqueable = true;
this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_Imagen = Exferia_Aplicacion.General.Imagenes.G_ENUM_IMAGENES.G_IMG_FACTURA_E;
this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_Permitir_CambioFuenteAutomatico = true;
this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_ReadOnly = false;
this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_TabStop = false;
this.ex_btn_P_FacturaCabecera_FacturaE.Exferia_Button_ToolTip = "Generar Factura Electrónica";
this.ex_btn_P_FacturaCabecera_FacturaE.FlatAppearance.BorderSize = 0;
this.ex_btn_P_FacturaCabecera_FacturaE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ex_btn_P_FacturaCabecera_FacturaE.Location = new System.Drawing.Point(756, 554);
this.ex_btn_P_FacturaCabecera_FacturaE.Name = "ex_btn_P_FacturaCabecera_FacturaE";
this.ex_btn_P_FacturaCabecera_FacturaE.Size = new System.Drawing.Size(31, 36);
this.ex_btn_P_FacturaCabecera_FacturaE.TabIndex = 1084;
this.ex_btn_P_FacturaCabecera_FacturaE.TabStop = false;
this.ex_btn_P_FacturaCabecera_FacturaE.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ex_btn_P_FacturaCabecera_FacturaE.UseVisualStyleBackColor = false;
this.ex_btn_P_FacturaCabecera_FacturaE.Click += new System.EventHandler(this.ex_btn_P_FacturaCabecera_FacturaE_Click);
//
// P_FacturaCabecera
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(797, 670);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_FacturaE);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_EnviarMensajes);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_Volcado);
this.Controls.Add(this.ex_btn_P_FacturaCabecera_Cuentas);
@ -3116,6 +3140,7 @@
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_Cuentas, 0);
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_Volcado, 0);
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_EnviarMensajes, 0);
this.Controls.SetChildIndex(this.ex_btn_P_FacturaCabecera_FacturaE, 0);
this.pnl_Scroll.ResumeLayout(false);
this.pnl_Scroll.PerformLayout();
this.ex_tbc_Principal.ResumeLayout(false);
@ -3305,5 +3330,6 @@
private Exferia_Controles.Exferia_TextBox ex_txt_P_FacturaCabecera_Anexo_CodigoPostal;
private Exferia_Controles.Exferia_Label exferia_Label2;
private Exferia_Controles.Exferia_Button ex_btn_P_FacturaCabecera_EnviarMensajes;
private Exferia_Controles.Exferia_Button ex_btn_P_FacturaCabecera_FacturaE;
}
}

View File

@ -4107,5 +4107,10 @@ namespace Exferia_Ventas._3_Vistas
{
g_obj_Controladora.Proceso_EnviarMensajes();
}
private void ex_btn_P_FacturaCabecera_FacturaE_Click(object sender, EventArgs e)
{
}
}
}