Current section

Files

Jump to
erp include erp docs publicInquire.hrl
Raw

include/erp/docs/publicInquire.hrl

-ifndef(PUBLIC_INQUIRE_HRL).
-define(PUBLIC_INQUIRE_HRL, true).
-include_lib("erp/include/erp/catalogs/project.hrl").
-include_lib("erp/include/erp/catalogs/assistantMark.hrl").
-include_lib("erp/include/erp/catalogs/person.hrl").
-include_lib("erp/include/erp/catalogs/location.hrl").
-include_lib("erp/include/erp/catalogs/inquire.hrl").
-record(publicInquire, { id= [] :: binary(),
guid= [] :: list(),
date=[] :: [] | calendar:datetime(),
urgent=[] :: [] | boolean(),
xml = [] :: [] | binary(),
hash = [] :: binary() | list(),
signature = [] :: binary() | list(),
document_type= <<"Запит на публічну інформацію"/utf8>> :: term(),
reject_comment = [] :: binary(),
nomenclature=[] :: term(),
subject = [] :: list(),
subject_number=[] :: [] | list(),
subjects=[] :: [] | list(),
author_type=[] :: [] | list(),
social_status= [] :: list(),
surname=[] :: list(),
name=[] :: list(),
patronymic=[] :: list(),
gender=[] :: list(),
category=[] :: [] | list(),
corr=[] :: [] | list(),
signed_by=[] :: [] | list(),
email=[] :: list(),
phone_number=[] :: list(),
koatuu_region=[] :: list(),
koatuu_place=[] :: list(),
address=[] :: [] | #'Addr'{},
house=[] :: [] | binary(),
content=[] :: list(),
issue=[] :: list(),
issue_type = [] :: list(),
form = [] :: list(),
averment = [] :: list(),
from=[] :: [] | #'Person'{} | #'Organization'{},
number_out = [] :: list(),
date_out=[] :: [] | calendar:datetime(),
to=[] :: [] | #'Person'{} | #'Organization'{},
dueDate=[] :: [] | calendar:datetime(),
main_sheets=[] :: [] | list(),
add_sheets=[] :: [] | list(),
registered_by=[] :: [] | #'Person'{},
topic=[] :: [] | list(),
coordination=[] :: list(),
attachments = [] :: list(term()),
seq_id = [] :: list(),
created_by = [] :: term(),
created = [] :: term(),
modified_by = [] :: term(),
modified = [] :: term(),
note = [] :: list(),
bizTask_initiator = [] :: term(),
toAttention = #assistantMark{},
project = #project{} :: #project{}
}).
-endif.