Purpose
The purpose of the Receiving service is to handle goods receipts. It offers an API to create incoming orders, so called Receiving Orders (expected receipts). This kind of receipts are announced before the actual goods are received. Blind receipts are supported as well. Those don't require any announcements and allow to capture goods that are not expected to receive.
Resources
Find further Documentation on Microservice Website
Build
The service can be built and started locally without any other services.
Build the code:
$ ./mvnw package