Revision eda118a9
Von Jan Büren vor fast 2 Jahren hinzugefügt
SL/DB/MetaSetup/BankTransaction.pm | ||
---|---|---|
12 | 12 |
amount => { type => 'numeric', not_null => 1, precision => 15, scale => 5 }, |
13 | 13 |
cleared => { type => 'boolean', default => 'false', not_null => 1 }, |
14 | 14 |
currency_id => { type => 'integer', not_null => 1 }, |
15 |
exchangerate => { type => 'numeric', precision => 15, scale => 5 }, |
|
15 | 16 |
id => { type => 'serial', not_null => 1 }, |
16 | 17 |
invoice_amount => { type => 'numeric', default => '0', precision => 15, scale => 5 }, |
17 | 18 |
itime => { type => 'timestamp', default => 'now()' }, |
Auch abrufbar als: Unified diff
AR,AP und BankTransactions können eigenen Wechselkurs haben