Project

General

Profile

Download (20.8 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
39e48d52 06 May 2013 12:59 PM Thomas Noël

formdata.get_workflow_status replaced by get_status

90c63943 26 April 2013 02:06 PM Benjamin Dauvergne

payments: factorize action code (pay, unpay, cancel), add mail notifications

fixes #1718

315a95c4 14 November 2012 04:36 PM Frédéric Péters

add categories to workflow items

54a05fc5 18 October 2012 10:25 AM Thomas Noël

hide payment workflow items if payment is disabled (fix #1779)

700cf8e8 05 October 2012 03:49 PM Benjamin Dauvergne

payments: add possibility to push parameters to the banking backend

403b9210 05 October 2012 11:19 AM Benjamin Dauvergne

payments: replace PaymentWorkflowStatusItem.calculate_amount() using WorkflowStatusItem.compute()

c1ed2ecf 03 October 2012 10:38 PM Benjamin Dauvergne

[payments] force amount to be a Decimal

bc4e32b1 03 October 2012 04:45 PM Benjamin Dauvergne

[payments] add method to Invoice for getting at the user and username

0eb3d025 21 June 2012 10:31 AM Benjamin Dauvergne

[domino] add a connector for Abelium Domino

- module abelium_domino_synchro contains the cronjob to retrieve new
invoice, supress unpaid removed invoice, propagate payment from
au-quotidien to domino and from domino to au-quotidien,
- module abelium_domino_ws contains the helper to access the web-service...

f1ab9b59 01 June 2012 06:11 PM Benjamin Dauvergne

payments: if callback is done via POST and query string is empty, urlencode the POST content

b99fb0fa 31 May 2012 03:34 PM Benjamin Dauvergne

in case a transaction has already been confirmed, ignore the message

d0cbe280 31 May 2012 03:34 PM Benjamin Dauvergne

payments: add an InvoiceEvolutionPart to a formdata when a linked invoice is paid

47698115 31 May 2012 03:34 PM Benjamin Dauvergne

payments: add an InvoiceEvolutionPart to formdata evolution when trying to pay a linked invoice

56756adc 31 May 2012 03:34 PM Benjamin Dauvergne

payments: permit attaching transaction to InvoiceEvolutionPart when necessary

789c7482 29 May 2012 11:01 AM Benjamin Dauvergne

remove import for N_ and _

fc8e3469 25 May 2012 12:05 PM Benjamin Dauvergne

[payments] cleaning in payments.py

c6ba8333 02 March 2012 03:05 PM Thomas Noël

add workflow item "cancel payment" (fix #1255)

+ add_part(invoice) in formdata.evolution

fb885a79 23 February 2012 01:03 PM Thomas Noël

typo (bad identation)

46bdb4f7 20 February 2012 09:09 PM Benjamin Dauvergne

add new payment url to received asynchronous notifications

this commit also contains adaptation to conform to API of eopayment 0.0.9

f0a875e0 20 February 2012 10:38 AM Thomas Noël

workflow after payment: get next_status from different sources

fix #1266

f9ea9082 17 February 2012 06:35 PM Benjamin Dauvergne

Revert "first commit"

This reverts commit 8f76d84b1560bc187ada801c037a69f70cd3c0d1.

6caf12b6 17 February 2012 06:32 PM Benjamin Dauvergne

adapt payments.py to eopayment v0.0.5

5aa61d1d 17 February 2012 06:32 PM Benjamin Dauvergne

first commit

3e1fe4cf 15 February 2012 05:06 PM Thomas Noël

add /invoices/ public directory

9d9d1ebd 13 February 2012 02:51 PM Thomas Noël

oups, name conflict... s/description/subject/ in payments

c8b173d6 13 February 2012 01:36 PM Thomas Noël

add description and details in Invoice object

69360cf9 10 February 2012 04:39 PM Thomas Noël

payment workflow: remove useless "by" attribute

958110de 06 February 2012 03:26 PM Thomas Noël

perform workflow status items after a payment is validated

95cf6b84 06 February 2012 02:50 PM Thomas Noël

payment: use substitution vars if amount is a formula

+ add Decimal() constructor in vars

b29b079c 12 January 2012 11:02 AM Thomas Noël

payment workflow, better description

fix #1204 https://dev.entrouvert.org/issues/1204

4d7104fb 25 October 2011 04:39 PM Frédéric Péters

fix for api changes in wcs

86e0004c 20 June 2011 01:25 PM Frédéric Péters

Do not translate log messages

07806364 10 June 2011 10:54 AM Frédéric Péters

let amount be a calculated value

5955b92a 17 May 2011 05:21 PM Benjamin Dauvergne

[payments] return url for a workflow payment it the form status page

The payment is already validated asynchronously by the bank, no need to
go back to an endpoint which can validate the payment.

bd23ce2c 17 May 2011 04:01 PM Thomas Noël

delete useless print (debug ?)

6f17092d 12 May 2011 03:19 PM Benjamin Dauvergne

Unbreak card payment, add message display about payment result

391939ac 12 May 2011 11:21 AM Benjamin Dauvergne

Factorize payment transaction treatment between simple form and cart payment

Remove transaction_id field from invoice, it can be recovered using
Transaction.get_on_index('invoice_ids', invoice.id).

1211a7b4 05 May 2011 05:00 PM Frédéric Péters

add missing import errors

c5cb25b9 01 May 2011 09:51 AM Frédéric Péters

redirect on payment refusal

3c0aeb99 01 May 2011 09:50 AM Frédéric Péters

add support for banking service options

cfb41dcc 30 April 2011 09:42 PM Frédéric Péters

added possibility to pay several invoices at once

0bd673f1 30 April 2011 06:55 PM Frédéric Péters

Use eopayment module for transactions

c43d0b77 30 April 2011 11:10 AM Frédéric Péters

First pass on payment support