Table Of Contents

Previous topic

3.3. document3D – Step and 3D documents

Next topic

3.5. gdoc – Google Document Application

This Page

Languages

Previous versions

1.2
1.1

3.4. ecr - Engineering Change Requests

This application adds Engineering Change Requests.

3.4.1. settings.py

To enable the ecr application, it must be enabled in the settings file: add 'openPLM.apps.ecr' to the list of installed applications (INSTALLED_APPS).

3.4.2. Synchronizing the database

Run ./manage.py migrate ecr.

Run ./manage.py loaddata lifecycles_ecr.json to load lifecycles.

3.4.3. Testing

Create an ECR via the creation page.

You can attach any parts or documents to the ECR. Moreover, a new tab – changes – is available on each object page. This tab lists attached ECR.