Jacek Kowalski
2022-08-15 13080a6a4a8eb766bcafba84d65cc60cf89201db
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
{
    "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": "1.0",
        "ucrmVersionCompliancy": {
            "min": "3.4.3",
            "max": null
        },
        "unmsVersionCompliancy": {
            "min": "1.0.0-dev.1",
            "max": null
        },
        "author": "Jacek Kowalski"
    },
    "configuration": [
        {
            "key": "wfirma_username",
            "label": "wFirma.pl username"
        },
        {
            "key": "wfirma_password",
            "label": "wFirma.pl password"
        },
        {
            "key": "wfirma_series_invoice",
            "label": "wFirma.pl series ID for invoices"
        },
        {
            "key": "wfirma_series_proforma",
            "label": "wFirma.pl series ID for proforma"
        }
    ]
}