InvoiceSettings uses UseNumberInTitlePlaceholder
Table of Contents
Constants
- VIEW_KANBAN = \Bitrix\Crm\Settings\EntityViewSettings::KANBAN_VIEW
- VIEW_LIST = \Bitrix\Crm\Settings\EntityViewSettings::LIST_VIEW
Methods
- __construct() : mixed
- allowDisableSign() : bool
- Check the possibility to disable a sign
- getCurrent() : InvoiceSettings
- Get current instance
- getCurrentListViewID() : int
- Get current list view ID
- getDefaultListViewID() : int
- Get default list view ID
- getEnableSignFlag() : bool
- Get value of flag 'ENABLED_PUBLIC_B24_SIGN'
- getOpenedFlag() : bool
- Get value of flag 'OPENED'
- getViewDescriptions() : array<string|int, mixed>
- Get descriptions of views supported in current context
- isOldInvoicesEnabled() : bool
- isOldInvoicesEnablingPossible() : bool
- isShowInvoiceTransitionNotice() : bool
- isSmartInvoiceEnabled() : bool
- isUseNumberInTitlePlaceholder() : bool
- prepareViewListItems() : array<string|int, mixed>
- Prepare list items for view selector
- setDefaultListViewID() : void
- Set default list view ID
- setEnableSignFlag() : void
- Set value of flag 'ENABLED_PUBLIC_B24_SIGN'
- setOldInvoicesEnabled() : void
- setOpenedFlag() : void
- Set value of flag 'OPENED'
- setShowInvoiceTransitionNotice() : void
- setUserNumberInTitlePlaceholder() : void
Constants
VIEW_KANBAN
public
mixed
VIEW_KANBAN
= \Bitrix\Crm\Settings\EntityViewSettings::KANBAN_VIEW
VIEW_LIST
public
mixed
VIEW_LIST
= \Bitrix\Crm\Settings\EntityViewSettings::LIST_VIEW
Methods
__construct()
public
__construct() : mixed
allowDisableSign()
Check the possibility to disable a sign
public
static allowDisableSign() : bool
Return values
boolgetCurrent()
Get current instance
public
static getCurrent() : InvoiceSettings
Return values
InvoiceSettingsgetCurrentListViewID()
Get current list view ID
public
getCurrentListViewID() : int
Return values
intgetDefaultListViewID()
Get default list view ID
public
getDefaultListViewID() : int
Return values
intgetEnableSignFlag()
Get value of flag 'ENABLED_PUBLIC_B24_SIGN'
public
getEnableSignFlag() : bool
Return values
boolgetOpenedFlag()
Get value of flag 'OPENED'
public
getOpenedFlag() : bool
Return values
boolgetViewDescriptions()
Get descriptions of views supported in current context
public
static getViewDescriptions() : array<string|int, mixed>
Return values
array<string|int, mixed>isOldInvoicesEnabled()
public
isOldInvoicesEnabled() : bool
Return values
boolisOldInvoicesEnablingPossible()
public
isOldInvoicesEnablingPossible() : bool
Return values
boolisShowInvoiceTransitionNotice()
public
isShowInvoiceTransitionNotice() : bool
Return values
boolisSmartInvoiceEnabled()
public
isSmartInvoiceEnabled() : bool
Return values
boolisUseNumberInTitlePlaceholder()
public
isUseNumberInTitlePlaceholder() : bool
Return values
boolprepareViewListItems()
Prepare list items for view selector
public
static prepareViewListItems() : array<string|int, mixed>
Return values
array<string|int, mixed>setDefaultListViewID()
Set default list view ID
public
setDefaultListViewID(int $viewID) : void
Parameters
- $viewID : int
-
View ID.
setEnableSignFlag()
Set value of flag 'ENABLED_PUBLIC_B24_SIGN'
public
setEnableSignFlag(bool $enabled) : void
Parameters
- $enabled : bool
-
Opened Flag.
setOldInvoicesEnabled()
public
setOldInvoicesEnabled(bool $isEnabled) : void
Parameters
- $isEnabled : bool
setOpenedFlag()
Set value of flag 'OPENED'
public
setOpenedFlag(bool $opened) : void
Parameters
- $opened : bool
-
Opened Flag.
setShowInvoiceTransitionNotice()
public
setShowInvoiceTransitionNotice(bool $isShowInvoiceTransitionNotice) : void
Parameters
- $isShowInvoiceTransitionNotice : bool
setUserNumberInTitlePlaceholder()
public
setUserNumberInTitlePlaceholder(bool $isUserNumberInTitlePlaceholder) : void
Parameters
- $isUserNumberInTitlePlaceholder : bool