Hilfstext für Spalte 'type' bei Artikelstammdaten
[kivitendo-erp.git] / templates / webpages / csv_import / form.html
index 7157dda..c9c9133 100644 (file)
    <p>
     [%- LxERP.t8('At least one of the columns #1, customer, customernumber, vendor, vendornumber (depending on the target table) is required for matching the entry to an existing customer or vendor.', 'cp_cv_id') %]
    </p>
+
 [%- ELSIF SELF.type == 'addresses' %]
    <p>
     [%- LxERP.t8('At least one of the columns #1, customer, customernumber, vendor, vendornumber (depending on the target table) is required for matching the entry to an existing customer or vendor.', 'trans_id') %]
    </p>
+
+[%- ELSIF SELF.type == 'parts' %]
+   <p>
+    [%- LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %]
+    [% LxERP.t8("Type can be either 'part' or 'service'.") %]
+   </p>
 [%- END %]
+
   </div>
 
   <hr>