When other payment methods used in the store, a paid invoice should be created and saved within Tripletex for accounting purpouses.

Comments

reswild’s picture

Assigned: Unassigned » reswild

This should hopefully be implemented in my next commit.

stenjo’s picture

Make sure you get the latest from Git. Have just added some functionality on the d7 version.

reswild’s picture

Status: Active » Needs work

I've added this option, but we need to map payment types to payment methods. Right now, we use the default payment code for everything, which will mess up the accounting. Payments with the Paypal payment method should be sent as payment type PAYPAL, etc.

Right now the option covers all payment types except for the Tripletex one. Should there be an option to set this for each individual payment method instead?

Also, this option is now on the settings page for the Tripletex Ubercart payment method (admin/store/settings/payment/method/tripletex), which is probably not appropriate as this option concerns payments by other payment methods than the Tripletex one.

stenjo’s picture

StatusFileSize
new17.97 KB

Yes, you are right. On the D6 version, Signup Pay for a Node integration, I have added a specific setting on the settings page for this. Have a look at the attached image:
Tripletex Signup Settngs

stenjo’s picture

On a different note: Would payment voucher serve the same purpose as a paid invoice?
Thinking of using the Invoice.createPaymentVoucher
- or would that just be another way of marking an open invoice as paid if payment is either added manually or updated from a different automatic payment service?

stenjo’s picture

StatusFileSize
new60.62 KB

I have impletemented a setting on admin/store/settings/payment/edit/methods where the payment code can be set for each individual payment method.
If this is what we need, then I'll implement the same stuff on D7:
Ubercart Tripletex settings