INSERT INTO back_office.operation_type (
id,
code,
name,
short_name,
group_code,
service_type,
type_movement,
auto_approver,
display_in_lkk,
name_for_statement,
display_in_statement,
settings_transaction_extended_id
)
VALUES (
201,
'NPO_RETURN_RPPO_NDFL',
'Возврат в РППО НДФЛ',
'ВЗ В НДФЛ',
'NDFL',
'NPO',
583,
false,
true,
'Возврат в РППО НДФЛ',
true,
1
);
SELECT
id,
code,
name,
short_name,
group_code,
service_type,
type_movement,
auto_approver,
display_in_lkk,
name_for_statement,
display_in_statement,
settings_transaction_extended_id
FROM back_office.operation_type
WHERE id = 201;