]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Customer.pm
Rechnungsversand E-Mail-Body
[mfinanz.git] / SL / DB / MetaSetup / Customer.pm
index 1bf34fbdc76b1bc880853a31969eec2f6706817d..ee9995638f7b74b0c33cd4dd4835f6b10dd7a9e1 100644 (file)
@@ -18,11 +18,13 @@ __PACKAGE__->meta->columns(
   c_vendor_id               => { type => 'text' },
   cc                        => { type => 'text' },
   city                      => { type => 'text' },
+  commercial_court          => { type => 'text' },
   contact                   => { type => 'text' },
   country                   => { type => 'text' },
   creditlimit               => { type => 'numeric', default => '0', precision => 15, scale => 5 },
   currency_id               => { type => 'integer', not_null => 1 },
   customernumber            => { type => 'text' },
+  contact_origin            => { type => 'text' },
   delivery_term_id          => { type => 'integer' },
   department_1              => { type => 'text' },
   department_2              => { type => 'text' },
@@ -38,6 +40,7 @@ __PACKAGE__->meta->columns(
   iban                      => { type => 'text' },
   id                        => { type => 'integer', not_null => 1, sequence => 'id' },
   itime                     => { type => 'timestamp', default => 'now()' },
+  invoice_mail              => { type => 'text' },
   language                  => { type => 'text' },
   language_id               => { type => 'integer' },
   mandate_date_of_signature => { type => 'date' },