]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Invoice.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / DB / MetaSetup / Invoice.pm
index e80b110e4f1a44853c47c1f611605549eb5356fa..d94dada92f28e106b084df7a6dc595e0249b09fd 100644 (file)
@@ -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' },