WorkOrderProduct Class
Contains the information of a work part item [PartesTrabajo_Articulos].
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[SerializableAttribute]
public class WorkOrderProduct : BindableCore
<SerializableAttribute>
Public Class WorkOrderProduct
Inherits BindableCore
- Inheritance
- Object BindableCore WorkOrderProduct
| Code |
Item code [CodArticulo].
|
| Date |
Date of output/input of the article [Fecha] |
| DocumentTypeToGenerate |
Type of document to generate [CodTipoNota].
|
| EmployeeCode |
Employee code involved in the output/entry of the article [CodEmpleado].
|
| Id |
Identifier of the article in the work report [CodArticulo].
|
| Name |
Product name [Nombre].
|
| PercentDiscount |
Discount percentage of the item's output/input [PorcDescuento].
|
| Price |
Price of the output/input of the item [Price].
|
| Quantity |
Quantity of item output/input [Cantidad].
|
| SerialNumber |
Serial number of the item [NumSerie].
|
| StoreCode |
Store code [CodAlmacen].
|