whmcs-accounting/whmcs.json

31 lines
912 B
JSON
Raw Permalink Normal View History

2020-02-04 14:19:23 +00:00
{
"schema": "1.0",
"type": "whmcs-addons",
2023-03-22 07:22:00 +00:00
"name": "accounting",
2020-02-04 14:19:23 +00:00
"license": "MIT",
"category": "addon",
"description": {
2023-03-22 07:22:00 +00:00
"name": "Account selector",
"tagline": "A module for WHMCS to associate invoice items with accounting accounts",
"long": "This module allows you to associate invoice items with accounting accounts.",
2020-02-04 14:19:23 +00:00
"features": [
2023-03-22 07:22:00 +00:00
"Admin area interface to select accounting accounts for invoice items",
"Admin area interface to set up accounting accounts"
2020-02-04 14:19:23 +00:00
]
},
"logo": {
"filename": "logo.png"
},
"support": {
2023-03-22 07:22:00 +00:00
"homepage": "https:\/\/kumi.systems\/",
"email": "support@kumi.systems",
"support_url": "https:\/\/kumi.support\/"
2020-02-04 14:19:23 +00:00
},
"authors": [
{
2023-03-22 07:22:00 +00:00
"name": "Kumi Systems e.U.",
"homepage": "https:\/\/kumi.systems\/"
2020-02-04 14:19:23 +00:00
}
]
}