whmcs-accounting/whmcs.json
2023-03-22 07:22:00 +00:00

31 lines
912 B
JSON

{
"schema": "1.0",
"type": "whmcs-addons",
"name": "accounting",
"license": "MIT",
"category": "addon",
"description": {
"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.",
"features": [
"Admin area interface to select accounting accounts for invoice items",
"Admin area interface to set up accounting accounts"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/kumi.systems\/",
"email": "support@kumi.systems",
"support_url": "https:\/\/kumi.support\/"
},
"authors": [
{
"name": "Kumi Systems e.U.",
"homepage": "https:\/\/kumi.systems\/"
}
]
}