X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b90ff6b18df92c98b1b875d14835d1fdf9ff339a..d8be5cc409de5b3bc34439599b1481201a5a1c2e:/SL/DB/MetaSetup/Invoice.pm diff --git a/SL/DB/MetaSetup/Invoice.pm b/SL/DB/MetaSetup/Invoice.pm index e80b110e4..d94dada92 100644 --- a/SL/DB/MetaSetup/Invoice.pm +++ b/SL/DB/MetaSetup/Invoice.pm @@ -26,6 +26,7 @@ __PACKAGE__->meta->columns( 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' }, @@ -44,6 +45,8 @@ __PACKAGE__->meta->columns( 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' },