ManufacturingOrder Class

Contains the production order information [Fabricacion_Ordenes].

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class ManufacturingOrder : BindableCore
Inheritance
Object    BindableCore    ManufacturingOrder

Constructors

ManufacturingOrderInitializes a new instance of the ManufacturingOrder class

Properties

BillOfMaterialsCode Bill of materials (BOMs) code [CodListaMateriales].
Components Production Order Components.
Date Production order date [Fecha].
DateCloseExpected Expected Closing Date [FechaPrevistaCierre].
DateStartExpected Expected start date [FechaPrevistaInicio].
Id Manufacturing order identifier [Id].
Logistics Logistical information of the manufactured product.
Number Production order number [Numero].
Observations Production order observations [Observaciones].
OutputsInStart Raw material departures at the beginning [SalidasEnInicio].
Phases Production order phases.
PhysicalUnitCode Physical drive code [CodUdFisica].
ProductCode Code of the product to be manufactured [CodArticulo].
Quantity Quantity of the product to be manufactured [Cantidad].
Reference Production order reference [Referencia].
RouteCode Manufacturing route code [CodRuta].
SalesOrderNumber Sales order number [NumPedido].
SalesOrderSerialCode Sales order series code [CodSeriePedido].
SerialCode Production order series code [CodSerie].
Status Production order status [Estado].
StoreInputCode Finished product input warehouse [CodAlmacenEntrada].
StoreOutputCode Output warehouse for raw materials or semi-finished products [CodAlmacenSalida].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also