|
Revision 485, 436 bytes
(checked in by nate, 3 years ago)
|
- Merged Nathan branch back into trunk.
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $modules["recurringinvoices"]["name"] = "Recurring Invoices"; |
|---|
| 4 | |
|---|
| 5 | $modules["recurringinvoices"]["version"] = "1.03"; |
|---|
| 6 | |
|---|
| 7 | $modules["recurringinvoices"]["description"] = |
|---|
| 8 | "This module adds the ability to repeat invoices on a scheduled basis."; |
|---|
| 9 | |
|---|
| 10 | $modules["recurringinvoices"]["requirements"] = |
|---|
| 11 | "phpBMS Core v0.98 or greater; BMS module v0.98 or greater; phpBMS Scheduler activated through cron or other scheduling program."; |
|---|
| 12 | |
|---|
| 13 | ?> |
|---|