Updated reports
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
|
||||
.. autofunction:: kontur_focus.FocusCompliance.legal_entity_profile_report(profile_id_list, path)
|
||||
|
||||
Пример вывода результат по отчету:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
[{'success': True, 'filename': '<имя_файла>', 'path': '<полный_путь_файла>'}]
|
||||
|
||||
|
||||
Физические лица
|
||||
---------------
|
||||
|
||||
@@ -33,7 +33,7 @@ class FocusCompliance(Request):
|
||||
|
||||
return {'success': True, 'path': file_path}
|
||||
except Exception as e:
|
||||
return {'success': False, 'message': e}
|
||||
return {'success': False, 'filename': f_name, 'message': e}
|
||||
|
||||
# Компании
|
||||
def company_is_foreign_agent(self) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user