duns => { type => 'text' },
email_journal => { type => 'integer', default => 2 },
expense_accno_id => { type => 'integer' },
+ feature_balance => { type => 'boolean', default => 'true', not_null => 1 },
+ feature_datev => { type => 'boolean', default => 'true', not_null => 1 },
+ feature_erfolgsrechnung => { type => 'boolean', default => 'false', not_null => 1 },
+ feature_eurechnung => { type => 'boolean', default => 'true', not_null => 1 },
+ feature_ustva => { type => 'boolean', default => 'true', not_null => 1 },
fxgain_accno_id => { type => 'integer' },
fxloss_accno_id => { type => 'integer' },
gl_changeable => { type => 'integer', default => 2, not_null => 1 },
payments_changeable => { type => 'integer', default => '0', not_null => 1 },
pdonumber => { type => 'text' },
ponumber => { type => 'text' },
+ precision => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
profit_determination => { type => 'text' },
project_status_id => { type => 'integer' },
project_type_id => { type => 'integer' },