Skip to content

ProductionOrderController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/Wrehouse/ProductionOrderController.cs (line 9)

Part of: Pams

Where it refuses work

  • ProductionOrderController stops the work with an early return when isSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 2 places.
  • ProductionOrderController stops the work with an early return when !logic.IsFound(id, CompanyID).
  • ProductionOrderController stops the work with an early return when model == null.
  • ProductionOrderController stops the work with an early return when !logic.IsFound(model.Id, CompanyID).
  • ProductionOrderController stops the work with an early return when !isFound.
  • ProductionOrderController stops the work with an early return when isDeleted == Business.Entity.EnumNewSales.EnumReturnMessage.DeletedSuccessfuly.

Relationships

  • MODULE_DECLARES → GetById
  • MODULE_DECLARES → GetSalesJobsLookupBySelectedBranches
  • MODULE_DECLARES → GetSalesItemsLoockupBySalesOrderId
  • MODULE_DECLARES → GetProductLoockupBySalesItemId
  • MODULE_DECLARES → GetNonDeliveredProductsLookupByStore
  • MODULE_DECLARES → GetProductionOrders
  • MODULE_DECLARES → GetProductionOrdersFunnel
  • MODULE_DECLARES → AddProductionOrder
  • MODULE_DECLARES → UpdateProductionOrder
  • MODULE_DECLARES → DeleteProductionOrder
  • IMPORTS → BaseController
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetProductLoockupBySalesItemId
  • IMPORTS → ProductionOrderBindingModel
  • IMPORTS → CreateOrder
  • IMPORTS → UpdateOrder
  • IMPORTS → UpdateOrder
  • IMPORTS → DeleteDto
  • IMPORTS → DeleteOrder
  • IMPORTS → DeleteOrder

Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

calls by (2)

  • AppSettingsFrontend/src/app/settings/app/app.settings.ts:241
  • AppSettingsPams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126

Was this page helpful?

Download as PDF