\n \n Transaction Type | \n {{ transactionData.TransactionType }} | \n
\n \n Seller's certificate | \n {{ transactionData.SellersCertificateType }} | \n
\n \n Sold as certificate | \n {{ transactionData.SoldAsCertificateType }} | \n
\n \n {{ (transactionData.TransactionType==\"Sale\")?\"Buyer\":\"Seller\" }} | \n {{ transactionData.TransactionOtherPartyOperationName }} | \n
\n \n {{ (transactionData.TransactionType!=\"Sale\")?\"Buyer\":\"Seller\" }} | \n {{ transactionData.TransactionInitiatingPartyOperationName }} | \n
\n \n Product | \n {{ transactionData.ProductName }} | \n
\n \n Quantity | \n \n {{ getQuantityWithUnit(transactionData.QuantityInGrams) }}\n {{ $store.state.globalSettings.WEIGHT_UNIT.label }}\n | \n
\n \n Transaction Date | \n {{ dateTimeFormatter(transactionData.TransactionactionDate) }} | \n
\n \n Record created on | \n \n {{ dateTimeFormatter(transactionData.TransactionactionRecordedOnDB) }}\n | \n
\n