Открытые члены | |
buildZReportQuery ($id) | |
printImmediately (Check $check) | |
check (Check $check) | |
Открытые члены унаследованные от Cashbox | |
getField ($name) | |
getOfd () | |
buildCheckQuery (Check $check) | |
getValueFromSettings ($name, $code) | |
validate () | |
isCheckable () | |
isCorrection () | |
Открытые статические члены | |
static | getName () |
static | getSettings ($modelId=0) |
static | getGeneralRequiredFields () |
Открытые статические члены унаследованные от Cashbox | |
static | init () |
static | getCode () |
static | create (array $settings) |
static | applyCheckResult (array $data) |
static | applyZReportResult (array $data) |
static | getSupportedKkmModels () |
static | isCorrectionOn () |
static | getFfdVersion () |
static | isSupportedFFD105 () |
Открытые атрибуты | |
const | OPERATION_CHECK_REGISTRY = 'registry' |
const | OPERATION_CHECK_CHECK = 'check' |
const | OPERATION_GET_TOKEN = 'get_token' |
const | REQUEST_TYPE_GET = 'get' |
const | REQUEST_TYPE_POST = 'post' |
const | TOKEN_OPTION_NAME = 'atol_access_token' |
const | SERVICE_URL = 'https://online.atol.ru/possystem/v3' |
const | RESPONSE_HTTP_CODE_401 = 401 |
const | RESPONSE_HTTP_CODE_200 = 200 |
const | CODE_VAT_0 = 'vat0' |
const | CODE_VAT_10 = 'vat10' |
const | CODE_VAT_20 = 'vat20' |
Открытые атрибуты унаследованные от Cashbox | |
const | UUID_TYPE_CHECK = 'check' |
const | UUID_TYPE_REPORT = 'report' |
const | UUID_DELIMITER = '|' |
const | EVENT_ON_GET_CUSTOM_CASHBOX_HANDLERS = 'OnGetCustomCashboxHandlers' |
Защищенные члены | |
getCallbackUrl () | |
getCheckTypeMap () | |
getRequestUrl ($operation, $token, array $queryData=array()) | |
registerCheck ($operation, array $check) | |
checkByUuid ($uuid) | |
validateCheckQuery (array $checkData) | |
getOptionPrefix () | |
Защищенные члены унаследованные от Cashbox | |
validateFields ($fields) | |
isRequiredField ($field) | |
Защищенные статические члены | |
static | extractCheckData (array $data) |
static | extractZReportData (array $data) |
static | hasMeasureSettings () |
static | getMeasureSettings () |
static | getErrorType ($errorCode) |
Защищенные статические члены унаследованные от Cashbox | |
static | buildUuid ($type, $id) |
static | parseUuid ($uuid) |
Защищенные данные | |
const | MAX_NAME_LENGTH = 128 |
См. определение в файле cashboxatolfarm.php строка 17
buildZReportQuery | ( | $id | ) |
$id |
Переопределяет метод предка Cashbox.
См. определение в файле cashboxatolfarm.php строка 208
check | ( | Check | $check | ) |
Check | $check |
Замещает ICheckable.
См. определение в файле cashboxatolfarm.php строка 363
|
protected |
См. определение в файле cashboxatolfarm.php строка 370
|
staticprotected |
array | $data |
Переопределяет метод предка Cashbox.
См. определение в файле cashboxatolfarm.php строка 158
|
staticprotected |
array | $data |
Переопределяет метод предка Cashbox.
См. определение в файле cashboxatolfarm.php строка 217
|
protected |
См. определение в файле cashboxatolfarm.php строка 125
|
protected |
Переопределяется в CashboxAtolFarmV4.
См. определение в файле cashboxatolfarm.php строка 225
|
staticprotected |
$errorCode |
Main |
NotImplementedException
Переопределяет метод предка Cashbox.
См. определение в файле cashboxatolfarm.php строка 777
|
static |
Переопределяет метод предка Cashbox.
См. определение в файле cashboxatolfarm.php строка 684
|
staticprotected |
См. определение в файле cashboxatolfarm.php строка 653
|
static |
Переопределяет метод предка Cashbox.
Переопределяется в CashboxAtolFarmV4, CashboxAtolFarmV5, CashboxBusinessRu и CashboxBusinessRuV5.
См. определение в файле cashboxatolfarm.php строка 149
|
protected |
См. определение в файле cashboxatolfarm.php строка 720
|
protected |
$operation | ||
$token | ||
array | $queryData |
Main |
SystemException
Переопределяется в CashboxAtolFarmV4.
См. определение в файле cashboxatolfarm.php строка 241
|
static |
int | $modelId |
Переопределяет метод предка Cashbox.
Переопределяется в CashboxAtolFarmV4.
См. определение в файле cashboxatolfarm.php строка 508
|
staticprotected |
Переопределяется в CashboxAtolFarmV5.
См. определение в файле cashboxatolfarm.php строка 645
printImmediately | ( | Check | $check | ) |
Check | $check |
Main |
SystemException
Замещает IPrintImmediately.
См. определение в файле cashboxatolfarm.php строка 266
|
protected |
$operation | ||
array | $check |
Main |
SystemException
См. определение в файле cashboxatolfarm.php строка 290
|
protected |
array | $checkData |
Переопределяется в CashboxAtolFarmV4.
См. определение в файле cashboxatolfarm.php строка 424
const CODE_VAT_0 = 'vat0' |
См. определение в файле cashboxatolfarm.php строка 33
const CODE_VAT_10 = 'vat10' |
См. определение в файле cashboxatolfarm.php строка 34
const CODE_VAT_20 = 'vat20' |
См. определение в файле cashboxatolfarm.php строка 35
|
protected |
См. определение в файле cashboxatolfarm.php строка 37
const OPERATION_CHECK_CHECK = 'check' |
См. определение в файле cashboxatolfarm.php строка 20
const OPERATION_CHECK_REGISTRY = 'registry' |
См. определение в файле cashboxatolfarm.php строка 19
const OPERATION_GET_TOKEN = 'get_token' |
См. определение в файле cashboxatolfarm.php строка 21
const REQUEST_TYPE_GET = 'get' |
См. определение в файле cashboxatolfarm.php строка 23
const REQUEST_TYPE_POST = 'post' |
См. определение в файле cashboxatolfarm.php строка 24
const RESPONSE_HTTP_CODE_200 = 200 |
См. определение в файле cashboxatolfarm.php строка 31
const RESPONSE_HTTP_CODE_401 = 401 |
См. определение в файле cashboxatolfarm.php строка 30
const SERVICE_URL = 'https://online.atol.ru/possystem/v3' |
См. определение в файле cashboxatolfarm.php строка 28
const TOKEN_OPTION_NAME = 'atol_access_token' |
См. определение в файле cashboxatolfarm.php строка 26