|
Revision 745, 341 bytes
(checked in by brieb, 2 years ago)
|
- implemented patch from #398 (small typos and bugs)
- reinstated debug mode now that release is (almost) done
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $modules["bms"]["name"] = "Business Management System (BMS)"; |
|---|
| 4 | |
|---|
| 5 | $modules["bms"]["version"] = 0.98; |
|---|
| 6 | |
|---|
| 7 | $modules["bms"]["description"] = |
|---|
| 8 | "The Business Magagement functionality of phpBMS. This module includes clients/prospects, quote/order/invoice, and products sections."; |
|---|
| 9 | |
|---|
| 10 | $modules["bms"]["requirements"] = "phpBMS Core v0.98"; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|