Closed (fixed)
Project:
Tripletex
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Feb 2012 at 07:36 UTC
Updated:
14 Mar 2012 at 01:30 UTC
It is now possible to create an invoice and a customer thrugh the Tripletex API, but there is currently no tracking of the payment status. If we choose the option of keeping track of the invoice numbers ourselves, we can poll for payment status every cron to have the invoice status updated and maybe trigger some action because of that?
Comments
Comment #1
stenjo commentedDone! All invoices (if enabled on the settings page: admin/settings/tripletex) will be logged and tracked by the module.
Implemented fields are settled_date and remaining_amount of each invoice.
All outstanding invoices are checked during cron run and updated correspondingly.