product_transac is an S4 class to represent a transaction record of an order in a business transaction log.
dateA Date object describing the date of the transaction.
transacA character string describing the nature of the transaction with values 'credit' and 'debit'.
catgoryA character string representing whether the order is a 'purchase' or a 'sale'.
descrpAn all_items object representing all items in the order.
supplier_customerA character string representing the supplier/customer of the transaction.
order_noA character string representing the order number of the transaction.
valueA numeric value representing the value of the items in the order.
shipmentA numeric value representing the handling and shipment cost for the order.
totalA numeric value representing the total amount in the transaction.
time_stampA POSIXt object describing the time when the transaction record is created.
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.