Ignore:
Timestamp:
5 Mar 2015, 07:28:31 (10 years ago)
Author:
Henrik Bettermann
Message:

Extend contract workflow to integrate payment.

Prepare (empty) page to select payment method and finally create a payment object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/reports/tests/test_contract_statistics.py

    r12659 r12663  
    1717    layer = FunctionalLayer
    1818
    19     states = ('created', 'submitted for approval',  'approved', 'expired',
     19    states = ('created', 'awaiting payment',
     20              'submitted for approval',
     21              'approved', 'expired',
    2022              'rejected', 'Total')
    2123
     
    3436            ((u'Sample Contract', u'All'),
    3537             self.states,
    36              ((1, 0, 0, 0, 0, 1),
    37               (1, 0, 0, 0, 0, 1),))
     38             ((1, 0, 0, 0, 0, 0, 1),
     39              (1, 0, 0, 0, 0, 0, 1),))
    3840            )
    3941        return
Note: See TracChangeset for help on using the changeset viewer.