Requests
A Request is the main entity in Paprwork, it allows you to request data to a recipient.
Requests belong to a single Work
entity, belong to a single recipient, and can have many documents attached.
A
Request
can be a contract read receipt , or an ID card collection for example.
#
Configuration#
Basic specificationsA Request
is configured as follows :
- It must have a
title
- It can have a
description
- It must have a
deadline
- It be linked to one
recipient
- It can be linked to many
documents
#
Request itemsRequest items are the main content of a Request
, it determines what information its recipient will have to provide when responding to it.
There are 5 types of items :
DOCUMENT
: A fileMESSAGE
: A simple text information such as a date of birthPROMPT
: A single choice promptACKNOWLEDGE
: An acknowledgmentSIGNATURE
(coming soon...)
Each item is configured as follows :
- It must have a
name
- It can have a
description
- It must have a
type
#
StatusesA Request entity has a status
that can be one of the following :
draft
: Before being sent to the recipientongoing
: Has been sent to the recipientdelayed
: Set as delayed 1 day before deadlinefinished
: Recipient has answeredvalidated
: Validated by author