Is it possible to convert all prices of products in magento from net (german: netto) to gross (german: brutto)?
F.e. 19% tax: current net price product * 1,19 = new gross price
Does it work if I simply do this via sql in the "catalog_product_index_price" table?