• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxbitrix.php
  • Класс: BitrixSaleCashboxCashboxBitrix
  • Вызов: CashboxBitrix::buildZReportQuery
public function buildZReportQuery($id)
{
	$dateTime = new MainTypeDateTime();

	return array(
		'type' => static::TYPE_Z_REPORT,
		'uuid' => static::buildUuid(static::UUID_TYPE_REPORT, $id),
		'timestamp' => (string)$dateTime->getTimestamp(),
		'zn' => $this->getField('NUMBER_KKM')
	);
}