7 using System.Collections.Generic;
8 using System.ComponentModel;
13 namespace sage.ew.contabilidad
23 public DepositoCuentas_ServTerceros _DepositoCuentas_ServTerceros
27 if (__DepositoCuentas_ServTerceros == null)
31 __DepositoCuentas_ServTerceros._Load();
33 return __DepositoCuentas_ServTerceros;
39 private void _SaveDepositoCuentasServTerceros()
41 if (__DepositoCuentas_ServTerceros != null)
43 __DepositoCuentas_ServTerceros.
_Save();
54 internal string _lcEmpresa = EW_GLOBAL._GetVariable(
"wc_empresa").ToString().Trim();
70 [DescriptionAttribute(
"Municipal")]
75 [DescriptionAttribute(
"Provincial")]
80 [DescriptionAttribute(
"Autonómico")]
85 [DescriptionAttribute(
"Nacional")]
90 [DescriptionAttribute(
"Internacional")]
107 [DescriptionAttribute(
"SI")]
112 [DescriptionAttribute(
"NO")]
129 [DescriptionAttribute(
"SI")]
134 [DescriptionAttribute(
"NO")]
138 #endregion ENUMERACIONES 145 [FieldName(
"TERRITORIO")]
147 public int _Territorio
151 return Convert.ToInt32(_Campo(GetFieldName(nameof(this._Territorio))));
155 _Campo(GetFieldName(nameof(this._Territorio)), value);
162 public AmbitoTerritorial _AmbitoTerritorio
170 Convert.ToInt32(value);
171 _Campo(GetFieldName(nameof(this._Territorio)), value);
178 [FieldName(
"MUNICIPIOS")]
180 public string _Municipios
184 return Convert.ToString(_Campo(GetFieldName(nameof(this._Municipios))));
188 _Campo(GetFieldName(nameof(this._Municipios)), value);
195 [FieldName(
"PAISES")]
197 public string _Paises
201 return Convert.ToString(_Campo(GetFieldName(nameof(this._Paises))));
205 _Campo(GetFieldName(nameof(this._Paises)), value);
212 [FieldName(
"PROVINCIAS")]
214 public string _Provincias
218 return Convert.ToString(_Campo(GetFieldName(nameof(this._Provincias))));
222 _Campo(GetFieldName(nameof(this._Provincias)), value);
229 [FieldName(
"SERVNRESID")]
231 public int _Servnresid
235 return Convert.ToInt32(_Campo(GetFieldName(nameof(this._Servnresid))));
239 _Campo(GetFieldName(nameof(this._Servnresid)), value);
246 public ServiciosResidentes _ServiciosResidentes
254 Convert.ToInt32(value);
255 _Campo(GetFieldName(nameof(this._Servnresid)), value);
262 [FieldName(
"ACTIVUNICA")]
264 public int _ActivUnica
268 return Convert.ToInt32(_Campo(GetFieldName(nameof(this._ActivUnica))));
272 _Campo(GetFieldName(nameof(this._ActivUnica)), value);
279 public ActividadUnica _ActividadUnica
287 Convert.ToInt32(value);
288 _Campo(GetFieldName(nameof(this._ActivUnica)), value);
295 [FieldName(
"VOLFRAACT")]
297 public decimal _VolFraAct
301 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._VolFraAct))));
305 _Campo(GetFieldName(nameof(this._VolFraAct)), value);
312 [FieldName(
"VOLFRAANT")]
314 public decimal _VolFraAnt
318 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._VolFraAnt))));
322 _Campo(GetFieldName(nameof(this._VolFraAnt)), value);
329 [DefaultValue(
false)]
330 public bool _VolIncuant
332 get {
return Convert.ToBoolean(_Campo(
"VolIncuant")); }
333 set { _Campo(
"VolIncuant", value); }
543 [FieldName(
"NOPERSERV")]
545 public decimal _NoPerServ
549 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._NoPerServ))));
553 _Campo(GetFieldName(nameof(this._NoPerServ)), value);
560 [FieldName(
"NOPERPRES")]
562 public decimal _NoPerPres
566 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._NoPerPres))));
570 _Campo(GetFieldName(nameof(this._NoPerPres)), value);
577 [FieldName(
"NOPERSOCI")]
579 public decimal _NoPerSoci
583 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._NoPerSoci))));
587 _Campo(GetFieldName(nameof(this._NoPerSoci)), value);
594 [FieldName(
"NOPERPROV")]
596 public decimal _NoPerProv
600 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._NoPerProv))));
604 _Campo(GetFieldName(nameof(this._NoPerProv)), value);
611 [FieldName(
"NOPERFIDU")]
613 public decimal _NoPerFidu
617 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._NoPerFidu))));
621 _Campo(GetFieldName(nameof(this._NoPerFidu)), value);
628 [FieldName(
"NOPERACC")]
630 public decimal _NoPerAcc
634 return Convert.ToDecimal(_Campo(GetFieldName(nameof(this._NoPerAcc))));
638 _Campo(GetFieldName(nameof(this._NoPerAcc)), value);
645 [FieldName(
"PRESTSEV")]
646 [DefaultValue(
false)]
647 public bool _PrestSev
649 get {
return Convert.ToBoolean(_Campo(
"PrestSev")); }
650 set { _Campo(
"PrestSev", value); }
653 #endregion PROPIEDADES 655 #region CONSTRUCTORES 662 this.inicializarConstructor();
663 this._Codigo = _lcEmpresa;
674 this.inicializarConstructor(tcCodigo);
675 this._Codigo = _lcEmpresa;
679 #endregion CONSTRUCTORES 681 #region METODOS PRIVADOS 687 private void inicializarConstructor(
string tcCodigo =
"")
690 this._Clave =
"CODIGO";
691 this._DataBase =
"GESTION";
692 this._Tabla =
"DC_SERV";
693 this._Pantalla =
"DEPOCUEN";
697 this._Codigo = tcCodigo;
700 #endregion METODOS PRIVADOS 709 _Pantalla =
"DEPOCUEN";
711 DataTable ldtDepoCuenServicios =
new DataTable();
713 string lcSql =
"SELECT * FROM " + DB.SQLDatabase(
"GESTION",
"DC_SERV") +
714 " WHERE codigo = " + DB.SQLString(_lcEmpresa);
715 DB.SQLExec(lcSql, ref ldtDepoCuenServicios);
716 if (ldtDepoCuenServicios != null && ldtDepoCuenServicios.Rows.Count == 0)
719 lcSql =
"INSERT INTO " + DB.SQLDatabase(
"GESTION",
"DC_SERV") +
" (codigo, territorio, municipios, provincias, servnresid, " +
720 " volservact, volpresact, volsociact, volprovact, volfiduact, volaccact, " +
721 " volservant, volpresant, volsociant, volprovant, volfiduant, volaccant, " +
722 " noperserv, noperpres, nopersoci, noperprov, noperfidu, noperacc) " +
723 "VALUES(" + DB.SQLString(_lcEmpresa) +
", 0 , '', '', 0," +
724 " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)";
Clase de negocio base para mantenimientos
AmbitoTerritorial
Enumeración
Clase con el negocio de la pestaña Servicios a Terceros del Deposito de cuentas
Clase extendida sobre ewMante
override void _Cancel()
Vaciar controles
override bool _Save()
Save de la clase de negocio
Task 149188: Nuevo formulario de depósito de cuentas
ActividadUnica
Enumeración
DepositoCuentas_ServTerceros()
Constructor vacío
ServiciosResidentes
Enumeración
DepositoCuentas_ServTerceros(string tcCodigo)
Constructor a partir de un código
override void _Load()
Load de la clase de negocio