ViniciusConsultor / controlhoras

Automatically exported from code.google.com/p/controlhoras
1 stars 0 forks source link

Agregar Telefono en la Ficha de Renaemse #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Modulo que cambia:
Impresion de Documento de Renaemse.

Requerimiento:
Agregar el Telefono en la ficha resultante

Original issue reported on code.google.com by juanga...@gmail.com on 22 Aug 2011 at 9:37

GoogleCodeExporter commented 8 years ago
Se modifica la operacion renaemseToolStripMenuItem_Click de ABMEmpleados.cs

Se agrega el telefono y se modifican los indices de celdas posteriores de 
acuerdo a un offset.
                //Telefono
                oSheet.Cells[25, 3] = txtTelefono.Text;

                // Nivel Educacional
                int offset = 28;

20 min.

Original comment by juanga...@gmail.com on 23 Aug 2011 at 12:08