feat: initialize HostBooking and ConveyorDispo code structure and document project processes and database schema

This commit is contained in:
2026-05-06 11:51:58 +02:00
parent 5d856971cd
commit 95a5ea9b8b
35 changed files with 1878 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
# Interfaces - external
* **To ERP**
* **DB communication** via Host.FromErp / Host.ToErp tables
* **WebAPI** via HostComWebServiceServer / HostComWebServiceClient
* **SAP IDoc;** sending and receiving SAP Idoc's
* **SAP RFC calls;** calling RFC's in the SAP; providing RFC server for call's from SAP

View File

@@ -0,0 +1,10 @@
# Interfaces - internal
* **To the conveyor and storage device PLC's**
* **TCP/IP telegrams WCS saves/reads telegrams in DB, Communication process does the actual sending/receiving.**
* Two ports for each device; one for sending telegrams; one for receiving telegrams
* Configuration of the telegrams via TelegramConfigurator; creates the source code
* **To WMS**
* **WebAPI;** configurable via HostConfigurator; creates the source code
* RestApiServer for receiving messages from WMS
* RestApiClient for sending messages to WMS