whmcs-accounting/README.md
Kumi 23b960da54
More work on hooks.php
More content for README
2023-04-28 05:36:23 +00:00

36 lines
1.1 KiB
Markdown

# Account Selection Module for WHMCS
## Summary
This module allows you to select the account that you want a specific invoice
item to be assigned to in accounting.
This was a specific requirement for a client, but the concept of displaying a
dynamic list of values for a custom invoice item field may be useful to others.
This addon is a fork of the [WHMCS Sample Addon Module](https://github.com/WHMCS/sample-addon-module)
and, as such, is licensed under the MIT License.
## Minimum Requirements
For the latest WHMCS minimum system requirements, please refer to
http://docs.whmcs.com/System_Requirements
We recommend your module follows the same minimum requirements wherever
possible.
## Installation
Simply download the repository as a zip file, extract the contents and upload
the `modules/addons/accounting` directory to the same location within your
WHMCS installation.
Alternatively, you can clone the repository to a location outside of your
WHMCS installation and create a symbolic link to the `modules/addons/accounting`
directory.
## License
This module is licensed under the MIT License. Please see the LICENSE file for
more information.