completed erpnext v1 integration

This commit is contained in:
2025-09-27 23:36:00 +02:00
parent b0c2eb352e
commit 230f16e08d
2 changed files with 3 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ public class Transaction extends BaseEntity {
private String erpSalesPaymentRef;
private String erpPurchaseRef;
private String erpPurchasePaymentRef;
private String erpCommissionJournalRef;
@Enumerated(EnumType.STRING)
private RequestType type;