Revision 43f9b1c5
Von G. Richardson vor mehr als 13 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
43 | 43 |
sdonumber => { type => 'text' }, |
44 | 44 |
ar_paid_accno_id => { type => 'integer' }, |
45 | 45 |
id => { type => 'serial', not_null => 1 }, |
46 |
accounting_method => { type => 'text' }, |
|
47 |
inventory_system => { type => 'text' }, |
|
48 |
profit_determination => { type => 'text' }, |
|
46 | 49 |
], |
47 | 50 |
|
48 | 51 |
primary_key_columns => [ 'id' ], |
Auch abrufbar als: Unified diff
Umstellung von eur zu 3 Variablen in defaults
accounting_method inventory_system profit_determination
Details siehe doc/umstellung_eur.txt