Removed Steuer & Rabatt from Direct View

This commit is contained in:
2025-03-16 18:00:57 +01:00
parent 898663344b
commit ea7ffaca5d

View File

@@ -1875,8 +1875,8 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
<th class="pl-2">Menge</th> <th class="pl-2">Menge</th>
<th class="pl-2">Einheit</th> <th class="pl-2">Einheit</th>
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Preis</th> <th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Preis</th>
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Steuer</th> <!-- <th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Steuer</th>
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Rabatt</th> <th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Rabatt</th>-->
<th class="pl-2"> </th> <th class="pl-2"> </th>
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Gesamt</th> <th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Gesamt</th>
</tr> </tr>
@@ -2105,7 +2105,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
</template> </template>
</UInput> </UInput>
</td> </td>
<td <!-- <td
class="w-40" class="w-40"
v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'" v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'"
@@ -2123,8 +2123,8 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
</template> </template>
</USelectMenu> </USelectMenu>
</td> </td>-->
<td <!-- <td
class="w-40" class="w-40"
v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'" v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'"
> >
@@ -2138,7 +2138,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
<span class="text-gray-500 dark:text-gray-400 text-xs">%</span> <span class="text-gray-500 dark:text-gray-400 text-xs">%</span>
</template> </template>
</UInput> </UInput>
</td> </td>-->
<td <td
class="w-40" class="w-40"
v-if="!['pagebreak','title','text'].includes(row.mode)" v-if="!['pagebreak','title','text'].includes(row.mode)"