Invoice Creation / Developer Isolation / etc..
Added by Mark Stephan almost 16 years ago
Hello All,
I've been looking for a plugin to create invoice for a client.
I want the following:
- Developers can not see this, the rate, etc... (So permissions for Admin/Manager role, and not allow developers, contractors, etc..)
- Can create an invoice using our logo, address, hours, etc...
- Set our rate per invoice.
- PDF invoice, email reminders to pay, payment status, etc...
Anyone have something like this, or in development?
Replies (1)
RE: Invoice Creation / Developer Isolation / etc.. - Added by Eric Davis over 15 years ago
Mark Stephan wrote:
Hello All,
I've been looking for a plugin to create invoice for a client.
I have one but it hasn't been released yet. It's been working for me for the past year but it still needs some cleanup before it's ready for release.
http://github.com/edavis10/redmine-invoice-plugin/tree/master
I want the following:
- Developers can not see this, the rate, etc... (So permissions for Admin/Manager role, and not allow developers, contractors, etc..)
The plugin has configurable permissions for who is allowed in.
- Can create an invoice using our logo, address, hours, etc...
Yep. It's not very flexible right now but it works for me.
- Set our rate per invoice.
Yep. In a future release I'm going to add support for my Rate plugin so an invoice can use different rates for the user, project, or date.
- PDF invoice, email reminders to pay, payment status, etc...
There's a printable view, which I print to my PDF printer now. I'll be adding PDF support in a future release. You can also enter payments and see what invoices are past due.
Eric