Cozy Administrative Procedures doctype¶
io.cozy.procedures.administratives
¶
The io.cozy.procedures.administratives
doctype represents the administrative procedures. An administrative procedure is composed by the informations about the procedure, the personal information of the person that origins the procedure and the relations to the documents required for the procedure.
The template referred to describes the data we need for this type of procedure (e.g the documents, personal informations, etc). Those templates are not CouchDB documents for now.
procedureData
: {object} the data about the procedure (e.g amount, duration, etc).personalData
: {object} the personal data associated to the procedure (e.g email, phone number, etc).templateId
: {string} the template’s identifiertemplateVersion
: {number} the template’s versionrelationships
: {object} links between documentsfiles
: {object} attachmentsdata
: {array} list of files_id
: {string} id of the io.cozy.files document_type
: {string} doctype “io.cozy.files”templateDocumentId
: {string} the id of the document in the template