Product Import has no Tax_ID field option

Version v14.04.2024.1

Checklist

Describe the bug

When importing products there is no mapping for Tax_Id

Steps To Reproduce

Import CSV file.
upload CSV file
Use drop down field to try to match csv file field with Tax_id

Expected Behavior

There should be a tax id as well as tax name 1, tax rate 1m tax name 2 etc …

Here is a HTML from the combo box select of fields:

<select id="4" class="w-full py-2 rounded text-sm border disabled:cursor-not-allowed undefined" style="background-color: rgb(255, 255, 255); border-color: rgb(209, 213, 219); color: rgb(42, 48, 61);">
	<option value=""></option>
	<option value="product.product_key">Product - Product</option>
	<option value="product.notes">Product - Notes</option>
	<option value="product.cost">Product - Cost</option>
	<option value="product.price">Product - Price</option>
	<option value="product.quantity">Product - Quantity</option>
	<option value="product.tax_name1">Product - Tax Name 1</option>
	<option value="product.tax_rate1">Product - Tax Rate 1</option>
	<option value="product.tax_name2">Product - Tax Name 2</option>
	<option value="product.tax_rate2">Product - Tax Rate 2</option>
	<option value="product.tax_name3">Product - Tax Name 3</option>
	<option value="product.tax_rate3">Product - Tax Rate 3</option>
	<option value="product.custom_value1">Product - Custom Value 1</option>
	<option value="product.custom_value2">Product - Custom Value 2</option>
	<option value="product.custom_value3">Product - Custom Value 3</option>
	<option value="product.custom_value4">Product - Custom Value 4</option>
	<option value="product.image_url">Product - Image URL</option>
</select>

Hi,

I suggest creating a discussion on GitHub to follow up.

I’ve created a discussion here : When importing products there is no mapping for Tax ID · invoiceninja/invoiceninja · Discussion #10265 · GitHub

Thanks

1 Like