Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Integration for ERP Interface for Item Stock #310

Closed
tom-rm-meyer-ISST opened this issue Apr 3, 2024 · 1 comment · Fixed by #474
Closed

Create Integration for ERP Interface for Item Stock #310

tom-rm-meyer-ISST opened this issue Apr 3, 2024 · 1 comment · Fixed by #474
Assignees

Comments

@tom-rm-meyer-ISST
Copy link
Contributor

tom-rm-meyer-ISST commented Apr 3, 2024

As PURIS administrator ,
I want to use the ERP interface to get item stock date from my internal system ,
so that I have the lastest view on item stock and don't need to update something .

Hints / Details

  • The PURIS backend needs to request an update of data for a material (ownMaterialNumber) and a partner (BPNL). The request needs to be persisted
    • Trigger: Periodically via a Batch
  • One interface to receive stocks is needed that resolves the request.
  • configuration of the erp interface (URL, api-key) is needed
  • A new samm mapper is needed that maps a samm to the internal stock representations (note: in this case we ignore the mandatoryness of the materialGlobalAssetId)

Outcome / Acceptance Criteria

Outcome

  • erp interface can be used to get the latest item stock.

Acceptance Criteria

  • erp interface can be configured
  • erp interface is used to get data during request of partners or of the frontend
  • response interface uses an item stock samm to be mapped

Out of Scope

  • other information objects
@tom-rm-meyer-ISST
Copy link
Contributor Author

Only point open: Build the trigger.

  • Batch job periodically requests latest materials for partners
  • Configuration of the batch job via application.properties and helm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants