Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwms/org.openwms.wms.receiving.lib
WMS Receicing Service to handle announcements or expected receipts
https://github.com/openwms/org.openwms.wms.receiving.lib
asn microservices openwms receipts receiving spring-boot spring-cloud wms
Last synced: 23 days ago
JSON representation
WMS Receicing Service to handle announcements or expected receipts
- Host: GitHub
- URL: https://github.com/openwms/org.openwms.wms.receiving.lib
- Owner: openwms
- License: apache-2.0
- Created: 2017-04-04T15:46:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T11:14:01.000Z (about 1 month ago)
- Last Synced: 2024-10-12T16:12:07.576Z (about 1 month ago)
- Topics: asn, microservices, openwms, receipts, receiving, spring-boot, spring-cloud, wms
- Language: Java
- Homepage: https://openwms.github.io/org.openwms.wms.receiving.lib/
- Size: 30.3 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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). These 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
[![Build status](https://github.com/openwms/org.openwms.wms.receiving.lib/actions/workflows/master-build.yml/badge.svg)](https://github.com/openwms/org.openwms.wms.receiving.lib/actions/workflows/master-build.yml)
[![Quality](https://sonarcloud.io/api/project_badges/measure?project=org.openwms:org.openwms.wms.receiving.lib&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.openwms:org.openwms.wms.receiving.lib)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Maven central](https://img.shields.io/maven-central/v/org.openwms/org.openwms.wms.receiving.lib)](https://search.maven.org/search?q=a:org.openwms.wms.receiving.lib)
[![Join the chat at https://gitter.im/openwms/org.openwms](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openwms/org.openwms?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)**Find further Documentation on [Microservice Website](https://openwms.github.io/org.openwms.wms.receiving)**
# Build
The service can be built and started locally without any other services.Build the code:
```
$ ./mvnw package
```