Dateispeicher "Webdav" auch für Kunden und Lieferanten
authorWerner Hahn <wh@futureworldsearch.net>
Thu, 27 Aug 2020 19:37:38 +0000 (21:37 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Thu, 27 Aug 2020 19:42:49 +0000 (21:42 +0200)
SL/File/Backend/Webdav.pm

index 871b61f..08df765 100644 (file)
@@ -131,6 +131,8 @@ my %type_to_path = (
   gl_transaction          => 'dialogbuchungen',
   accounts_payable        => 'kreditorenbuchungen',
   shop_image              => 'shopbilder',
+  customer                => 'kunden',
+  vendor                  => 'lieferanten',
 );
 
 my %type_to_model = (
@@ -151,6 +153,8 @@ my %type_to_model = (
   gl_transaction          => 'GLTransaction',
   accounts_payable        => 'GLTransaction',
   shop_image              => 'Part',
+  customer                => 'Customer',
+  vendor                  => 'Vendor',
 );
 
 my %model_to_number = (
@@ -162,6 +166,8 @@ my %model_to_number = (
   Letter          => 'letternumber',
   GLTransaction   => 'reference',
   ShopImage       => 'partnumber',
+  Customer        => 'customernumber',
+  Vendor          => 'vendor',
 );
 
 sub webdav_path {