invoiceninja / invoiceninja

A source-available invoice, quote, project and time-tracking app built with Laravel
https://invoiceninja.com
Other
8.23k stars 2.28k forks source link

Integration for Redmine #2023

Open zishanj opened 6 years ago

zishanj commented 6 years ago

Is there any possibility to integrate with Redmine and import tasks/time from there into InvoiceNinja and generate invoice?

UnderDogg commented 6 years ago

hi zishanj, you're in luck. There's a PHP API library that hooks into the redmine REST API. github.com/kbsali/php-redmine-api it means that you might be able to use this script to make a custom module and fetch time-entries etc from redmine

zishanj commented 6 years ago

Thanks for the link @UnderDogg . May be someone can takeover this useful task and come up with a custom module for InvoiceNinja that can import time entries from Redmine.