duedate => { type => 'date' },
dunning_config_id => { type => 'integer' },
employee_id => { type => 'integer' },
+ exchangerate => { type => 'numeric', precision => 15, scale => 5 },
gldate => { type => 'date', default => 'now' },
globalproject_id => { type => 'integer' },
id => { type => 'integer', not_null => 1, sequence => 'glid' },
ordnumber => { type => 'text' },
paid => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
payment_id => { type => 'integer' },
+ qr_reference => { type => 'text' },
+ qr_unstructured_message => { type => 'text' },
qrbill_without_amount => { type => 'boolean', default => 'false' },
quodate => { type => 'date' },
quonumber => { type => 'text' },