Revision 3f90c9ca
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
66 | 66 |
key_columns => { buchungsgruppen_id => 'id' }, |
67 | 67 |
}, |
68 | 68 |
|
69 |
expense_accno => {
|
|
69 |
expense_account => {
|
|
70 | 70 |
class => 'SL::DB::Chart', |
71 | 71 |
key_columns => { expense_accno_id => 'id' }, |
72 | 72 |
}, |
73 | 73 |
|
74 |
income_accno => {
|
|
74 |
income_account => {
|
|
75 | 75 |
class => 'SL::DB::Chart', |
76 | 76 |
key_columns => { income_accno_id => 'id' }, |
77 | 77 |
}, |
78 | 78 |
|
79 |
inventory_accno => {
|
|
79 |
inventory_account => {
|
|
80 | 80 |
class => 'SL::DB::Chart', |
81 | 81 |
key_columns => { inventory_accno_id => 'id' }, |
82 | 82 |
}, |
Auch abrufbar als: Unified diff
Tabelle parts: Fremdschlüssel für Konten - bessere Namen