Difference between revisions of "Payment management"

Jump to: navigation, search
(New page: =Payment type= {| {{prettytable}} !field name!!type!!description |- |id||INTEGER||primary key |- |name||TEXT||payment type name |- |text_field_label||TEXT||text field label. If no text fie...)
 
Line 10: Line 10:
 
|-
 
|-
 
|order_num||INTEGER||as usual
 
|order_num||INTEGER||as usual
 +
|}
 +
 +
=Payment distribution=
 +
{| {{prettytable}}
 +
!field name!!type!!description
 +
|-
 +
|payment_id||INTEGER||
 +
|-
 +
|account_id||INTEGER
 
|}
 
|}

Revision as of 22:55, 12 February 2007

Payment type

field name type description
id INTEGER primary key
name TEXT payment type name
text_field_label TEXT text field label. If no text field, NULL (text field may be use to fill the cheque number for example)
order_num INTEGER as usual

Payment distribution

field name type description
payment_id INTEGER
account_id INTEGER