From c3206679f476e7fd001756190024e03f05340ea2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 6 Jul 2024 03:20:30 +0530 Subject: populated items list and total in print preview --- src/components/invoice_items_table.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/components/invoice_items_table.vue') diff --git a/src/components/invoice_items_table.vue b/src/components/invoice_items_table.vue index ad1bf94..8b6c71d 100644 --- a/src/components/invoice_items_table.vue +++ b/src/components/invoice_items_table.vue @@ -27,20 +27,19 @@ const handleDelete = async (id) => { - +
- + - - - + - @@ -72,7 +69,7 @@ const handleDelete = async (id) => { -
# Item NameBrandBrand HSN Unit PriceTaxable Value GST Quantity Amount +
{{ item.Name }} - {{ item.BrandName }} {{ item.Description }} {{ item.BrandName }}{{ item.BrandName }} {{ item.HSN }} {{ item.UnitPrice }}{{ item.AmountWithoutGST }} {{ item.GSTValue }} {{ item.GSTPercentage }}% {{ item.TotalAmount }} +