Clase para la gestión de los inventarios de stocks (Detalle)
Más...
|
StockInventario | _StockINV [get, set] |
| Referencia al objeto de la cabecera del inventario Más...
|
|
decimal | _PMStock [get, set] |
| Precio Medio de Stock (PMSTOCK) Más...
|
|
decimal | _PMCompra [get, set] |
| Precio Medio de Compra (PMCOM) Más...
|
|
decimal | _UltimoCoste [get, set] |
| UltimoCoste Más...
|
|
List< LoteInventario > | _Lotes [get, set] |
| Lista de lotes Más...
|
|
override string | _Documento [get] |
| Documento Más...
|
|
override string | _Numero [get] |
| Override para el acceso generico Más...
|
|
decimal | _Precio [get, set] |
| Precio Más...
|
|
decimal | _Dto1 [get, set] |
| _Dto1 Más...
|
|
decimal | _Dto2 [get, set] |
| _Dto2 Más...
|
|
decimal | _Dto3 [get, set] |
| _Dto3 Más...
|
|
decimal | _Dto4 [get, set] |
| _Dto4 Más...
|
|
decimal | _Dto5 [get, set] |
| _Dto5 Más...
|
|
decimal | _Dto6 [get, set] |
| _Dto6 Más...
|
|
string | _Asi [get, set] |
| _Asi Más...
|
|
string | _Articulo [get, set] |
| Articulo Más...
|
|
decimal | _Unidades [get, set] |
|
int | _Linea [get, set] |
| Línea Más...
|
|
int | _LineaReal [get] |
| Devuelve el campo linia: para todos los documentos sera el mismo valor que la linea pero en el documento factura devolvera la linea del albarán al que corresponde Más...
|
|
string | _Empresa [get] |
| Empresa Más...
|
|
string | _Numero [get] |
| Numero Más...
|
|
string | _Letra [get] |
| Letra Más...
|
|
string | _Almacen [get] |
| Almacen Más...
|
|
DateTime | _Fecha [get] |
| Fecha Más...
|
|
string | _Talla [get, set] |
| Talla Más...
|
|
string | _Color [get, set] |
| Color Más...
|
|
bool | _LinkForm [get] |
| Formulario asociado Más...
|
|
Clase para la gestión de los inventarios de stocks (Detalle)
Definición en la línea 598 del archivo clsStockInventario.cs.
◆ ArticuloStockInventario() [1/5]
sage.ew.stocks.StockInventario.ArticuloStockInventario.ArticuloStockInventario |
( |
| ) |
|
|
inline |
◆ ArticuloStockInventario() [2/5]
sage.ew.stocks.StockInventario.ArticuloStockInventario.ArticuloStockInventario |
( |
StockInventario |
toStockInv | ) |
|
|
inline |
◆ ArticuloStockInventario() [3/5]
sage.ew.stocks.StockInventario.ArticuloStockInventario.ArticuloStockInventario |
( |
StockInventario |
toStockInv, |
|
|
DataRow |
tdrItem |
|
) |
| |
|
inline |
Constructor a partir de DataRow y objeto cabecera
- Parámetros
-
Definición en la línea 914 del archivo clsStockInventario.cs.
◆ ArticuloStockInventario() [4/5]
sage.ew.stocks.StockInventario.ArticuloStockInventario.ArticuloStockInventario |
( |
StockInventario |
toStockInv, |
|
|
string |
tcArticulo, |
|
|
string |
tcTalla, |
|
|
string |
tcColor |
|
) |
| |
|
inline |
PE-90111 : Constructor con articulo/talla/color
- Parámetros
-
toStockInv | |
tcArticulo | |
tcTalla | |
tcColor | |
Definición en la línea 933 del archivo clsStockInventario.cs.
◆ ArticuloStockInventario() [5/5]
sage.ew.stocks.StockInventario.ArticuloStockInventario.ArticuloStockInventario |
( |
StockInventario |
toStockInv, |
|
|
DatosLineaZeroDTO |
datos |
|
) |
| |
|
inline |
◆ _AsignarCosteLinea()
void sage.ew.stocks.StockInventario.ArticuloStockInventario._AsignarCosteLinea |
( |
| ) |
|
|
inline |
◆ _Cargar_Valores_Por_Defecto_Articulo()
override void sage.ew.stocks.StockInventario.ArticuloStockInventario._Cargar_Valores_Por_Defecto_Articulo |
( |
| ) |
|
|
inline |
◆ _Cargar_Valores_Stock()
override void sage.ew.stocks.StockInventario.ArticuloStockInventario._Cargar_Valores_Stock |
( |
| ) |
|
|
inline |
◆ _Delete()
override bool sage.ew.stocks.StockInventario.ArticuloStockInventario._Delete |
( |
| ) |
|
|
inline |
◆ _Revisar_Unidades_Asignadas_Tallas_Colores()
override void sage.ew.stocks.StockInventario.ArticuloStockInventario._Revisar_Unidades_Asignadas_Tallas_Colores |
( |
bool |
tlPrimera | ) |
|
|
inlineprotected |
◆ _Save()
override bool sage.ew.stocks.StockInventario.ArticuloStockInventario._Save |
( |
| ) |
|
|
inline |
◆ _SaveNew()
bool sage.ew.stocks.StockInventario.ArticuloStockInventario._SaveNew |
( |
| ) |
|
|
inline |
◆ _Show_Unidades_Tallas_Colores()
override bool sage.ew.stocks.StockInventario.ArticuloStockInventario._Show_Unidades_Tallas_Colores |
( |
bool |
tlForzar = false | ) |
|
|
inline |
// PE-103694 Sobrescribimos para que solo lo haga en inventario Presentar el formulario de tallas y colores
- Devuelve
Definición en la línea 1264 del archivo clsStockInventario.cs.
◆ _UpdateSilent()
override void sage.ew.stocks.StockInventario.ArticuloStockInventario._UpdateSilent |
( |
Dictionary< string, object > |
toValores | ) |
|
|
inline |
Método de update pensado para no disparar los _SETs y actualizar los campos por la propiedad privada. No se controla que las propiedades sean realmente privadas. Para el funcionamiento ordinario no se debería usar este método.
- Parámetros
-
toValores | Diccionario con los nombres (privados) de las variables a actualizar |
Implementa sage.ew.interficies.IDocumentLinea.
Definición en la línea 1495 del archivo clsStockInventario.cs.
◆ _Validar_Stock()
override bool sage.ew.stocks.StockInventario.ArticuloStockInventario._Validar_Stock |
( |
decimal |
tnUnidadesAnt, |
|
|
decimal |
tnUnidadesAct, |
|
|
string |
tcMensaje = "" |
|
) |
| |
|
inline |
PE-101523 No hay que validar el stock, si estamos indicando el stock de un artículo
- Parámetros
-
tnUnidadesAnt | |
tnUnidadesAct | |
tcMensaje | |
- Devuelve
Definición en la línea 1484 del archivo clsStockInventario.cs.
◆ ObtenerQuery_Save()
string sage.ew.stocks.StockInventario.ArticuloStockInventario.ObtenerQuery_Save |
( |
| ) |
|
|
inline |
◆ ObtenerQuery_SaveExisting()
string sage.ew.stocks.StockInventario.ArticuloStockInventario.ObtenerQuery_SaveExisting |
( |
| ) |
|
|
inline |
◆ ObtenerQuery_SaveNew()
string sage.ew.stocks.StockInventario.ArticuloStockInventario.ObtenerQuery_SaveNew |
( |
| ) |
|
|
inline |
◆ _Asi
string sage.ew.stocks.StockInventario.ArticuloStockInventario._Asi |
|
getset |
◆ _Documento
override string sage.ew.stocks.StockInventario.ArticuloStockInventario._Documento |
|
get |
◆ _Dto1
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Dto1 |
|
getset |
◆ _Dto2
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Dto2 |
|
getset |
◆ _Dto3
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Dto3 |
|
getset |
◆ _Dto4
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Dto4 |
|
getset |
◆ _Dto5
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Dto5 |
|
getset |
◆ _Dto6
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Dto6 |
|
getset |
◆ _Lotes
List<LoteInventario> sage.ew.stocks.StockInventario.ArticuloStockInventario._Lotes |
|
getset |
◆ _Numero
override string sage.ew.stocks.StockInventario.ArticuloStockInventario._Numero |
|
get |
◆ _PMCompra
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._PMCompra |
|
getset |
◆ _PMStock
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._PMStock |
|
getset |
◆ _Precio
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._Precio |
|
getset |
◆ _StockINV
StockInventario sage.ew.stocks.StockInventario.ArticuloStockInventario._StockINV |
|
getset |
◆ _UltimoCoste
decimal sage.ew.stocks.StockInventario.ArticuloStockInventario._UltimoCoste |
|
getset |
La documentación para esta clase fue generada a partir del siguiente fichero:
- C:/actions-runner/_work/Sage.ES.Sage50/Sage.ES.Sage50/src/Sage.ES.S50/sage.ew.stocks/Clases/clsStockInventario.cs