Revision 728f5827
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/DB/MetaSetup/BankTransaction.pm | ||
---|---|---|
20 | 20 |
remote_account_number => { type => 'text' }, |
21 | 21 |
remote_bank_code => { type => 'text' }, |
22 | 22 |
remote_name => { type => 'text' }, |
23 |
transaction_code => { type => 'text' }, |
|
23 | 24 |
transaction_id => { type => 'integer' }, |
24 |
transactioncode => { type => 'text' }, |
|
25 |
transactiontext => { type => 'text' }, |
|
25 |
transaction_text => { type => 'text' }, |
|
26 | 26 |
transdate => { type => 'date', not_null => 1 }, |
27 | 27 |
valutadate => { type => 'date', not_null => 1 }, |
28 | 28 |
); |
Auch abrufbar als: Unified diff
BankTransaction: Spaltennamen von CamelCase in snake_case umbenannt
kivitendo nutzt rein lower-case-Spaltennamen mit Unterstrichen als
Worttrenner, kein CamelCase. Betrifft Spalten transactioncode und
transactiontext in bank_transfers.