]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PurchaseInvoice.pm
Merge branch 'master' of http://wagnertech.de/git/mfinanz
[mfinanz.git] / SL / DB / MetaSetup / PurchaseInvoice.pm
index 4a443ac619b78f684241429e45d87d1dfe87d600..f16bceee3b3744d02af5e6add0cc768e22332f89 100644 (file)
@@ -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,6 +36,7 @@ __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' },