Invoicing
From DotProjectWiki
Contents |
[edit]
1 Release Available from
http://sourceforge.net/projects/dotmods/
[edit]
2 Status
As of July 14, 2008 the Invoicing module version 0.4 functions with dotProject 2.1.1.
Servers that do not allow short tags(<? ?>) will need to manually update a few areas of code.
[edit]
3 Support Forum
[edit]
4 Installation Instructions
The installation for the Invoice module is slightly different than other modules.
- Upload the extracted invoice module folder into /dotProject/modules directory on your serveras you would any other new module.
- From the System Administration page, choose View Modules.
- Choose Install, then Activate for the Invoice module using the supplied links.
- Log out and then back in.
- Now go to a project that has at least one task log.
- You should see an new invoice tab along in your project related tabs.
[edit]
5 General Notes
Some pages of the module use php short tags <? ?>, which may be turned off on your server for various legitimate reasons.
If so you will notice some funky output on some screens. Editing view.php, addedit.php to replace <? tags with the full <?php tags should solve any such issues.
[edit]
6 Acknowledgement
Thank you to cyberhorse for writing this module and to bens for his documentation which is helping out immensely. Thanks Masterkeedu for the update.
[edit]
