New application: Documents
[ Feature description ]
Manage a collection of documents.
Each document is a JSON document, format described below.
[ Workspace configuration ]
- path: the folder where the documents are stored
[ Document format ]
{
"title": "Document title",
"format": "text/plain",
"date": "YYYY-MM-DD",
"type": "out/in/note",
"refs": {
"us": "our reference"
"yours": "the recipient/sender reference"
},
"content": "Here the text of the document"}
Types:
- out: outgoing mail
- in: incoming mail
- note: memo
[ L10n ]
The following messages have been added to the language files:
- Date
- Type
- RefsUs
- RefsYours
- DocumentTypeOut
- DocumentTypeIn
- DocumentTypeNote
[ Views ]
- New view: documents_list.tpl, represents a list of documents
- New view: documents_view.tpl, shows a document