whmcs-accounting/README.md

36 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-03-22 07:22:00 +00:00
# Account Selection Module for WHMCS
2017-01-03 09:08:45 +00:00
2023-03-22 07:22:00 +00:00
## Summary
2017-01-03 09:08:45 +00:00
This module allows you to select the account that you want a specific invoice
item to be assigned to in accounting.
2017-01-03 09:08:45 +00:00
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.
2017-01-03 09:08:45 +00:00
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.
2017-01-03 09:08:45 +00:00
2023-03-22 07:22:00 +00:00
## Minimum Requirements
2017-01-03 09:08:45 +00:00
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.
2023-03-22 07:22:00 +00:00
## License
2017-01-03 09:08:45 +00:00
2023-03-22 07:22:00 +00:00
This module is licensed under the MIT License. Please see the LICENSE file for
more information.