Skip to content

Commit

Permalink
[IMP] edi_oca: update docs for EDI Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
duongtq authored and simahawk committed Nov 19, 2024
1 parent 26fdf8f commit 3e5f8bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions edi_oca/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ In order to define a new Exchange Record, we need to configure:
* Backend
* Components

Component definition
~~~~~~~~~~~~~~~~~~~~

The component usage must be defined like `edi.{direction}.{kind}.{code}` where:

* direction is `output` or `input`
* kind can be: `generate`, `send`, `check`, `process`, `receive`
* code is the `{backend type code}` or `{backend type code}.{exchange type code}`

User EDI generation
~~~~~~~~~~~~~~~~~~~

Expand Down
9 changes: 9 additions & 0 deletions edi_oca/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ In order to define a new Exchange Record, we need to configure:
* Backend
* Components

Jobs
~~~~~~~~~~~~~~~~~~~~

* (1) **Internal User**: might be an EDI user without even knowing about it, triggering EDI flows by some of his actions on business records; does not need access to related queue jobs.

* (2) **EDI User**: more conscious EDI user that might sometimes need to debug things a bit further and thus needs access to related queue jobs.

* (3) **EDI Manager**: full configuration access.

Component definition
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 3e5f8bd

Please sign in to comment.