1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
cashboxzreport.php
См. документацию.
1<?php
2namespace Bitrix\Sale\Cashbox\Internals;
3
4use Bitrix\Main\Entity\DataManager;
5use Bitrix\Main\Type\DateTime;
6
24{
25 public static function getTableName()
26 {
27 return 'b_sale_cashbox_z_report';
28 }
29
30 public static function getMap()
31 {
32 return array(
33 'ID' => array(
34 'primary' => true,
35 'autocomplete' => true,
36 'data_type' => 'integer',
37 ),
38 'LINK_PARAMS' => array(
39 'data_type' => 'string',
40 'serialized' => true
41 ),
42 'CNT_FAIL_PRINT' => array(
43 'data_type' => 'integer',
44 'default' => 0
45 ),
46 'CASHBOX_ID' => array(
47 'data_type' => 'integer',
48 'required' => true,
49 ),
50 'DATE_CREATE' => array(
51 'data_type' => 'datetime',
52 'required' => true,
53 'default' => new DateTime()
54 ),
55 'DATE_PRINT_START' => array(
56 'data_type' => 'datetime'
57 ),
58 'DATE_PRINT_END' => array(
59 'data_type' => 'datetime'
60 ),
61 'STATUS' => array(
62 'data_type' => 'string',
63 ),
64 'CASH_SUM' => array(
65 'data_type' => 'float',
66 ),
67 'CASHLESS_SUM' => array(
68 'data_type' => 'float',
69 ),
70 'CUMULATIVE_SUM' => array(
71 'data_type' => 'float',
72 ),
73 'CURRENCY' => array(
74 'data_type' => 'string',
75 ),
76 'RETURNED_SUM' => array(
77 'data_type' => 'float',
78 ),
79 );
80 }
81}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804