ID, 'all_invoice_data', true); $status = get_post_meta($post->ID, 'status', true); $apifw_company_logo = ( isset($invoice['logo_url']) && !empty($invoice['logo_url']) ) ? $invoice['logo_url'] : ''; ?>
| ';
$description_html .= ' ' . $invoice_item['name'];
$description_html .= !empty($description) ? ' ' . $description : ''; echo $description_html; echo ' | ';
echo '' . $invoice_item['quantity'] . ' | '; echo '' . pifw_get_currency_symbol($invoice_item['unit_price']['currency']) . $invoice_item['unit_price']['value'] . ' | '; echo '' . pifw_get_currency_symbol($invoice_item['unit_price']['currency']) . number_format($invoice_item['quantity'] * $invoice_item['unit_price']['value'], 2) . ' | '; echo '
| '; echo $tax_data['name'] . ' (' . $tax_data['percent'] . '%)'; echo ' | '; echo '' . pifw_get_currency_symbol($tax_data['amount']['currency']) . number_format($tax_data['amount']['value'], 2) . ' | '; echo '
| -' . pifw_get_currency_symbol($invoice_total_array['discount']['amount']['currency']) . number_format($invoice_total_array['discount']['amount']['value'], 2) . ''; ?> | |
| ' . pifw_get_currency_symbol($invoice['total_amount']['currency']) . number_format($invoice['total_amount']['value'], 2) . ' ' . $invoice['total_amount']['currency'] . ''; ?> |
| ' . date_i18n(get_option('date_format'), strtotime($history->comment_date)) . ' | '; echo '' . $history->comment_content . ' | '; echo '