-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
春伟 鞠
committed
Mar 18, 2022
1 parent
b56c0a5
commit 62fc101
Showing
5 changed files
with
61 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
## Change order | ||
|
||
1. Create a new Change order. | ||
1. Fields: | ||
1. Change order type: The system generate the order number base on the setting of the selected [Change order type](ChangeOrderType.md). | ||
1. Folder: Please refer [Folder](Folder.md). | ||
1. Generate the Document Veriosn. | ||
2. Get the default workflow. | ||
3. The filter for the `Document` column in the line table. | ||
|
||
1. Lines: | ||
1. Create lines and then choose the `Document`. The document list base on the selected Folder. | ||
2. Update the other colums if need. | ||
1. Attachments: | ||
1. Choose a line, then click the `Attachments` tab. | ||
2. Click the <font color="blue">+</font>button on the header, choose a file upload. | ||
2. Fields: | ||
|
||
| Field | Description | | ||
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------ | | ||
| Change order type | The system generate the order number base on the setting of the selected [Change order type](ChangeOrderType.md). | | ||
| Folder | - Please refer [Folder](Folder.md). - Generate the Document Veriosn.<br/>- Get the default workflow.<br/>- The filter for the `Document` column in the line table. | | ||
| | | | ||
|
||
1. Save the order and click `Workflow` button -> Submit. The status of the Change order changed to Pending. | ||
2. The user selected in the workflow who need review the change order, will get the notification to approve it. | ||
3. Lines: | ||
|
||
- Create lines and then choose the `Document`. The document list base on the selected Folder. | ||
- Fill out the other colums if need. | ||
|
||
4. Attachments: | ||
|
||
- Choose a line first, then click the `Attachments` tab. | ||
- Click the <font color="blue"><b>+</b></font> button on the attachments table header, choose a file upload. | ||
|
||
5. Save the order and click `Workflow` button -> Submit. The status of the `Change order` changed to Pending. | ||
|
||
![Change Order](../images/PLM/change-order.png) | ||
6. The user selected in the workflow who need review the change order, will get the notification to approve it. | ||
|
||
![Change Order](../images/PLM/change-order.png) | ||
|
||
The notification: | ||
|
||
1. Click the notification, the system will redirect to the `Change order` page. | ||
1. Click `Workflow` button, to Approve or Reject. | ||
1. Email notification: | ||
1. Go to Administration->Settings->Email(SMTP), setup the email sender information. | ||
2. Edit the user and check `Enable email notification`. | ||
|
||
2. Click `Workflow` button, to Approve or Reject. | ||
3. Email notification: | ||
- Go to Administration->Settings->Email(SMTP), setup the email sender information. | ||
- Edit the user and check `Enable email notification`. | ||
|
||
![Changeorder Workflow](../images/PLM/changeorder-workflow.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Change order type | ||
|
||
The `change order type` used for the `change order`, to genarate the order number base on the `Number sequence` filed. | ||
You can create more `Chang order type` if you need different order number format, and then choose it on the `Change order` page. | ||
The `change order type` used for the `change order`, to genarate the order number base on the `Number sequence` field. | ||
You can create more `Chang order type` if you need different order number format, and then choose it on the [Change order](ChangeOrder.md) page. | ||
|
||
![Change Order Type](../images/PLM/change-order-type.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
## Document | ||
|
||
|
||
|
||
1. Click the 'New` button to create a document. | ||
2. The No. field, can enter it manually. If it's blank, the system will genarate a number base on the setting on the [Folder](Folder.md) or [Document type](DocumentType.md). | ||
2. Folder: It's mandatory. | ||
2. Name: the document name. | ||
2. Document owner. | ||
|
||
| Field | Description | | ||
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| No. | Can enter it manually. If it's blank, the system will genarate a number base on the setting on the [Folder](Folder.md) or [Document type](DocumentType.md). | | ||
| Folder | It's mandatory. | | ||
| Name | The document name. | | ||
| Document owner. | | | ||
|
||
2. The lifecycle phase is <mark>Prototype </mark>when the new document saved. | ||
|
||
![Document](../images/PLM/document.png) | ||
|
||
The fields in the list: | ||
1. Version: Automatically assigned once the [Change order](ChangeOrder.md) workflow complete. From the settings on the [Document Type](DocumentType.md). | ||
1. Lifecycle phase: It's Prototype for a new document, will be changed once the `Change order` workflow complete. | ||
1. Pending: It's true if the document in a pending [Change order](ChangeOrder.md), will change to false once the [Change order](ChangeOrder.md) workflow complete. | ||
1. Attachment: View or download the approved attachment. | ||
1. Change order: View the change order history. | ||
|
||
| Field | Description | | ||
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| Version | Automatically assigned once the [Change order](ChangeOrder.md) workflow complete. From the settings on the [Document Type](DocumentType.md). | | ||
| Lifecycle phase | It's <mark>Prototype</mark> for a new document, will be changed once the `Change order` workflow complete. | | ||
| Pending | It's true if the document in a pending [Change order](ChangeOrder.md), will change to false once the [Change order](ChangeOrder.md) workflow complete. | | ||
| Attachment | View or download the approved attachment. | | ||
| Change order | View the change order history. | | ||
|
||
![Documents](../images/PLM/documents.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
## Change order type | ||
|
||
The `change order type` used for the `change order`, to genarate the order number base on the `Number sequence` filed. | ||
You can create more `Chang order type` if you need different order number format, and then choose it on the `Change order` page. | ||
|
||
![Change Order Type](../images/PLM/change-order-type.png) | ||
|
||
## Folder | ||
|
||
## Folder | ||
|
||
![Folder](../images/PLM/folder.png) | ||
|
||
Fields: | ||
1. Document type: Ther `version` of the documents which belong to this folder, will use the Version settings of the [Document type](DocumentType.md). | ||
1. Parent: The parent folder. | ||
1. Workflow: | ||
1. The workflow of the change order, this will override the `Workflow` on the [Document type](DocumentType.md). | ||
2. Leave it empty if you want to use the settings on the folder. | ||
1. Number Sequence: | ||
1. The number sequence (document No.) of the document, this will override the `Number sequence` on the `Folder`. | ||
2. Leave it empty if you want to use the settings on the folder. | ||
|
||
| Fields | Description | | ||
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Document type | Ther `version` of the documents which belong to this folder, will use the Version settings of the [Document type](DocumentType.md). | | ||
| Parent | The parent folder. | | ||
| Workflow | - The workflow of the change order, this will override the `Workflow` on the [Document type](DocumentType.md).<br/>- Leave it empty if you want to use the settings on the folder. | | ||
| Number Sequence | - The number sequence (document No.) of the document, this will override the `Number sequence` on the `Folder`.<br/>- Leave it empty if you want to use the settings on the folder. | | ||
|
||
1. | ||
|
||
### Permissions | ||
|
||
1. Choose one or more folders in the list, and then click the `Permissions` button. | ||
1. The user can't see the folder in the `Documents` page if no permissions. | ||
2. The user can't see the folder in the `Documents` page if no permissions. | ||
|
||
![Folders](../images/PLM/folders.png) |