Needs work
Project:
Tripletex
Version:
7.x-1.x-dev
Component:
Ubercart integration
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Apr 2012 at 08:27 UTC
Updated:
24 Apr 2012 at 08:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
reswild commentedThis should hopefully be implemented in my next commit.
Comment #2
stenjo commentedMake sure you get the latest from Git. Have just added some functionality on the d7 version.
Comment #3
reswild commentedI'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.
Comment #4
stenjo commentedYes, 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:

Comment #5
stenjo commentedOn 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?
Comment #6
stenjo commentedI have impletemented a setting on

admin/store/settings/payment/edit/methodswhere 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: