ironing out erp bugs

This commit is contained in:
2025-09-27 01:08:30 +02:00
parent 2bb5dbd8fa
commit b0c2eb352e
19 changed files with 142 additions and 119 deletions

View File

@@ -19,4 +19,5 @@ public class Provider extends BaseEntity {
private String category;
private String accountFieldName;
private String integrationProcessorLabel;
private double percentageCommission;
}