1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
cashboxerrlog.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\Cashbox\Internals;
4
5use Bitrix\Main;
6
23class CashboxErrLogTable extends Main\Entity\DataManager
24{
25 public static function getTableName()
26 {
27 return 'b_sale_cashbox_err_log';
28 }
29
30 public static function getMap()
31 {
32 return array(
33 'ID' => array(
34 'data_type' => 'integer',
35 'primary' => true,
36 'autocomplete' => true,
37 ),
38 'CASHBOX_ID' => array(
39 'data_type' => 'integer'
40 ),
41 'DATE_INSERT' => array(
42 'data_type' => 'datetime',
43 'require' => true,
44 'default' => new Main\Type\DateTime()
45 ),
46 'MESSAGE' => array(
47 'data_type' => 'string',
48 ),
49 );
50 }
51}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
Определения collection.php:2