Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Creating

...

an ECOS document

To create an EcoS an ECOS document you will need:

  1. A prepared document model downloaded through Bootstrap. Modeling is described in the «Content modeling in Alfresco ECM and Citeck EcoS» ECOS» document.
  2. The configured document forms. Information about form configuration can be found in «Forms in Citeck EcoS»ECOS».

Then you need to:

  1. Create a folder to save the documents in.
  2. Create a journal to make document management more convenient.
  3. Configure the document card

This document illustrates how to implement these three options.

Creating a folder to save the document

  1. The folder has to be created under the following address:

...

More -> Administrator’s tools -> Repository

Creating and configuring a journal

Journals’ functionality allows creating objects, looking through them in the table form, configure displayed data and filter the objects.

Let us examine the creation of a journal by the example of Incoming document.

The share configuration

The share configuration is essential for the journal. Files with the journal configuration are usually located at config/alfresco/site-config/{module-name}/journals-list.xml.

...

Node journal is the configuration of a specific journal. Attribute id in the journal node identifies the journal. headers contains columns of the journal table. All of them can be hidden/shown. Attribute default determines whether it is hidden by default. In addition, there is a set of options that can determine behaviour or representation of the journal.

 The journal object in repository

Next, you will need to create the journal object in repository. In order to do that, the administrator has to go to “More -> Admin Tools -> Journal settings” Choose Journals -> Create Journals. The page with the form, as shown on the screenshot below, will open.

...

  • Heading is the journal’s name for the user;
  • The journal type is an identification of journal configuration in share;
  • Search criteria determines which of the objects must go into the journal table;
  • Create Variant determines the creation of the new object.
Adding a journal to the journal list

Journal list allows to group the journals. There are several created lists already in the system:

  • Guides;
  • Site journals (on per site);
  • Journal settings – for journal and filters of journal lists configuration;
  • Tasks for the task management;
  • System journals for the system settings.

...


The most common list for the “manual” journal adding is journals of the site. The list has the predetermined name “site-{sitename}-main”. For instance, site-letters-name.

In addition, using a simple interface, the filters can be created and applied to the specific journals.

Configuring a document card

The document card is a page that includes the primary document information. There are tabs with cardlets on the page. Cardlets are the page elements of the document card.

...

  • node-header;
  • web-preview;
  • actions;
  • metadata;
  • comments;
  • document-versions;
  • document-workflows.

Standard EcoS Standard ECOS sections:

  • current-tasks;
  • document-tasks;
  • document-status;
  • history;
  • associations;
  • node-view;
  • card-templates;
  • supplementary-files;
  • document-version-comparison;
  • for more look through journal Card sections.

...