Revision d0c938cf
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/PurchaseInvoice.pm | ||
---|---|---|
23 | 23 |
duedate => { type => 'date' }, |
24 | 24 |
invoice => { type => 'boolean', default => 'false' }, |
25 | 25 |
ordnumber => { type => 'text' }, |
26 |
curr => { type => 'text' }, |
|
27 | 26 |
notes => { type => 'text' }, |
28 | 27 |
employee_id => { type => 'integer' }, |
29 | 28 |
quonumber => { type => 'text' }, |
... | ... | |
44 | 43 |
transaction_description => { type => 'text' }, |
45 | 44 |
storno_id => { type => 'integer' }, |
46 | 45 |
direct_debit => { type => 'boolean', default => 'false' }, |
46 |
currency_id => { type => 'integer', not_null => 1 }, |
|
47 | 47 |
], |
48 | 48 |
|
49 | 49 |
primary_key_columns => [ 'id' ], |
50 | 50 |
|
51 |
allow_inline_column_values => 1, |
|
52 |
|
|
53 | 51 |
foreign_keys => [ |
54 | 52 |
contact => { |
55 | 53 |
class => 'SL::DB::Contact', |
Auch abrufbar als: Unified diff
Neues DB-Setup für Währungen
Für RDBO-Code wird hier das MetaSetup der DB upgedated.