Skip to content

FinanceBudgetController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/BookingTarget/FinanceBudgetController.cs (line 11)

Part of: Pams

Where it refuses work

  • FinanceBudgetController stops the work with an early return when !isFound, in 3 places.
  • FinanceBudgetController stops the work with an early return when isSaved == Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 3 places.
  • FinanceBudgetController stops the work with an early return when isFound.

Relationships

  • MODULE_DECLARES → GetById
  • MODULE_DECLARES → GetProductTypesTargetByYear
  • MODULE_DECLARES → GetProductTypesTargetByYear
  • MODULE_DECLARES → GetNetProfitsByYear
  • MODULE_DECLARES → SaveDepreciation
  • MODULE_DECLARES → SaveSGA
  • MODULE_DECLARES → CreateFinanceBudgetForNewYear
  • IMPORTS → BaseController
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetById
  • IMPORTS → GetProductTypesTargetByYear
  • IMPORTS → FinanceBudgetBindingModel

Used by

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

calls by (3)

  • BookingTargetServiceFrontend/src/app/services/common/booking-target.service.ts:1
  • 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