Skip to content

IssuingGoodsController

reference
1 min readUpdated

Kind: Controller

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

Part of: Pams

Where it refuses work

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

Relationships

  • MODULE_DECLARES → GetById
  • MODULE_DECLARES → GetIssueNotesLoockupByStoreId
  • MODULE_DECLARES → GetIssueNoteDetailsById
  • MODULE_DECLARES → GetShippingOrderLoockupByStoreId
  • MODULE_DECLARES → GetProductionOrderLoockupByStoreId
  • MODULE_DECLARES → GetTransferOrderLoockupByStoreId
  • MODULE_DECLARES → GetProductLoockupByOrderIdAndOrderType
  • MODULE_DECLARES → GetIssuedProducts
  • MODULE_DECLARES → GetIssuedProductsFunnel
  • MODULE_DECLARES → AddRequest
  • MODULE_DECLARES → UpdateRequest
  • MODULE_DECLARES → DeleteRequest
  • 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 → AddRequest
  • IMPORTS → AddRequest
  • IMPORTS → IssueNoteBindingModel
  • IMPORTS → UpdateRequest
  • IMPORTS → UpdateRequest
  • IMPORTS → DeleteRequest
  • IMPORTS → DeleteRequest
  • IMPORTS → DeleteDto

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