X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ea07c13e111b88478827bf621d41df3eec19dac..d8be5cc409de5b3bc34439599b1481201a5a1c2e:/SL/DB/MetaSetup/PurchaseInvoice.pm diff --git a/SL/DB/MetaSetup/PurchaseInvoice.pm b/SL/DB/MetaSetup/PurchaseInvoice.pm index c9c74f0d4..f16bceee3 100644 --- a/SL/DB/MetaSetup/PurchaseInvoice.pm +++ b/SL/DB/MetaSetup/PurchaseInvoice.pm @@ -19,12 +19,14 @@ __PACKAGE__->meta->columns( direct_debit => { type => 'boolean', default => 'false' }, duedate => { type => 'date' }, 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' }, intnotes => { type => 'text' }, invnumber => { type => 'text', not_null => 1 }, invoice => { type => 'boolean', default => 'false' }, + is_sepa_blocked => { type => 'boolean', default => 'false' }, itime => { type => 'timestamp', default => 'now()' }, language_id => { type => 'integer' }, mtime => { type => 'timestamp' }, @@ -34,11 +36,13 @@ __PACKAGE__->meta->columns( ordnumber => { type => 'text' }, paid => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 }, payment_id => { type => 'integer' }, + qrbill_data => { type => 'text' }, quodate => { type => 'date' }, quonumber => { type => 'text' }, shipvia => { type => 'text' }, storno => { type => 'boolean', default => 'false' }, storno_id => { type => 'integer' }, + tax_point => { type => 'date' }, taxincluded => { type => 'boolean', default => 'false' }, taxzone_id => { type => 'integer', not_null => 1 }, transaction_description => { type => 'text' },