--- a/busui/owa/modules/base/templates/report_transaction_detail.php +++ b/busui/owa/modules/base/templates/report_transaction_detail.php @@ -1,1 +1,85 @@ + + + + + + + array( + 'label' => 'Order Id' + ), + 'order_source' => array( + 'label' => 'Order Source' + ), + 'gateway' => array( + 'label' => 'Transaction Processing Gateway' + ), + 'total_revenue' => array( + 'label' => 'Total Revenue', + 'data_type' => 'currency' + ), + 'tax_revenue' => array( + 'label' => 'Tax Revenue' + ), + 'shipping_revenue' => array( + 'label' => 'Shipping Revenue' + ), + + ); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
Order Idout( $trans_detail['order_id'] );?>
Order Sourceout( $trans_detail['order_source'] );?>
Processing Gatewayout( $trans_detail['gateway'] );?>
Total Revenueout( $this->formatCurrency( $trans_detail['total_revenue'] ) );?>
Tax Revenueout( $this->formatCurrency( $trans_detail['tax_revenue'] ) );?>
Shipping Revenueout( $this->formatCurrency( $trans_detail['shipping_revenue'] ) );?>
+ +

Transaction Line Items

+ + + + + + + + + + + + + + + + + + + +
Product NameSKUUnit PriceQuantityItem Revenue
out( $li['product_name'] ); ?> (out( $li['category'] ); ?>)out( $li['sku'] ); ?>out( $li['quantity'] ); ?>out( $this->formatCurrency( $li['unit_price'] ) ); ?>out( $this->formatCurrency( $li['item_revenue'] ) ); ?>
+ +None. + + +