]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Invoice.pm
Einkauf/Verkauf: Feld »Leistungsdatum« für Steuerberechnung
[kivitendo-erp.git] / SL / DB / MetaSetup / Invoice.pm
index b88c2f57c087afe3a6562c95709d8ce42b4ff9bb..9b10c938c6992b8d3880440a1350fffe7531917d 100644 (file)
@@ -51,6 +51,7 @@ __PACKAGE__->meta->columns(
   shipvia                   => { type => 'text' },
   storno                    => { type => 'boolean', default => 'false' },
   storno_id                 => { type => 'integer' },
+  tax_point                 => { type => 'date' },
   taxincluded               => { type => 'boolean' },
   taxzone_id                => { type => 'integer', not_null => 1 },
   transaction_description   => { type => 'text' },