is_sales => { type => 'boolean' },
itime => { type => 'timestamp', default => 'now()' },
mtime => { type => 'timestamp' },
- notes_bottom => { type => 'text' },
taxzone_id => { type => 'integer' },
taxincluded => { type => 'boolean' },
terms => { type => 'integer' },
storno_id => { type => 'integer' },
marge_total => { type => 'numeric', precision => 5, scale => 15 },
marge_percent => { type => 'numeric', precision => 5, scale => 15 },
- notes_bottom => { type => 'text' },
donumber => { type => 'text' },
],
transaction_description => { type => 'text' },
marge_total => { type => 'numeric', precision => 5, scale => 15 },
marge_percent => { type => 'numeric', precision => 5, scale => 15 },
- notes_bottom => { type => 'text' },
- project_manager_id => { type => 'integer' },
],
primary_key_columns => [ 'id' ],
key_columns => { globalproject_id => 'id' },
},
- project_manager => {
- class => 'SL::DB::Employee',
- key_columns => { project_manager_id => 'id' },
- },
-
salesman => {
class => 'SL::DB::Employee',
key_columns => { salesman_id => 'id' },
globalproject_id => { type => 'integer' },
transaction_description => { type => 'text' },
storno_id => { type => 'integer' },
- notes_bottom => { type => 'text' },
],
primary_key_columns => [ 'id' ],