Revision 73a78da6
Von Rolf Fluehmann vor fast 9 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
76 | 76 |
payments_changeable => { type => 'integer', default => '0', not_null => 1 }, |
77 | 77 |
pdonumber => { type => 'text' }, |
78 | 78 |
ponumber => { type => 'text' }, |
79 |
precision => { type => 'numeric', precision => 15, scale => 5, default => '0.01', not_null => 1 }, |
|
79 | 80 |
profit_determination => { type => 'text' }, |
80 | 81 |
project_status_id => { type => 'integer' }, |
81 | 82 |
project_type_id => { type => 'integer' }, |
Auch abrufbar als: Unified diff
Form: round_amount precision support