added erp integration

This commit is contained in:
2025-09-24 23:27:23 +02:00
parent 7b9e89eeff
commit 2bb5dbd8fa
18 changed files with 1038 additions and 22 deletions

View File

@@ -4,5 +4,10 @@ public enum RequestType {
CONFIRM,
REQUEST,
POLL,
INTEGRATION
INTEGRATION,
SALES_INVOICE,
JOURNAL_ENTRY,
PURCHASE_PAYMENT,
PURCHASE_INVOICE,
SALES_PAYMENT
}