Jacek Kowalski
2023-07-01 73807e6eca56610b6aa48edf1917f8d54ce24de1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "version": "1",
    "information": {
        "name": "wfirma",
        "displayName": "wFirma.pl integration",
        "description": "Synchronizes customers and invoices with Polish invoicing system wFirma.pl",
        "url": "https://github.com/jacekkow/ucrm-wfirma",
        "version": "2.0",
        "ucrmVersionCompliancy": {
            "min": "4.0.0",
            "max": null
        },
        "unmsVersionCompliancy": {
            "min": "1.0.0-dev.1",
            "max": null
        },
        "author": "Jacek Kowalski"
    },
    "configuration": [
        {
            "key": "wfirma_access_key",
            "label": "wFirma.pl Access Key"
        },
        {
            "key": "wfirma_secret_key",
            "label": "wFirma.pl Secret Key"
        },
        {
            "key": "wfirma_app_key",
            "label": "wFirma App Key"
        },
        {
            "key": "wfirma_series_invoice",
            "label": "wFirma.pl series ID for invoices"
        },
        {
            "key": "wfirma_series_proforma",
            "label": "wFirma.pl series ID for proforma"
        }
    ]
}