Bitrix API

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

allowDisableSign()

Check the possibility to disable a sign

public static allowDisableSign() : bool
Return values
bool

getCurrentListViewID()

Get current list view ID

public getCurrentListViewID() : int
Return values
int

getDefaultListViewID()

Get default list view ID

public getDefaultListViewID() : int
Return values
int

getEnableSignFlag()

Get value of flag 'ENABLED_PUBLIC_B24_SIGN'

public getEnableSignFlag() : bool
Return values
bool

getOpenedFlag()

Get value of flag 'OPENED'

public getOpenedFlag() : bool
Return values
bool

getViewDescriptions()

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
bool

isOldInvoicesEnablingPossible()

public isOldInvoicesEnablingPossible() : bool
Return values
bool

isShowInvoiceTransitionNotice()

public isShowInvoiceTransitionNotice() : bool
Return values
bool

isSmartInvoiceEnabled()

public isSmartInvoiceEnabled() : bool
Return values
bool

prepareViewListItems()

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

        
On this page

Search results