getStatus() ?: 'draft'; $show_adjust = \EasyInvoice\Controllers\SettingsController::shouldShowQuoteAdjustField(); $second_date = $is_quote ? $document->getExpiryDate() : $document->getDueDate(); $second_label = $is_quote ? __( 'Valid until', 'easy-invoice' ) : __( 'Due', 'easy-invoice' ); ?>
getNotes() ) ); ?>
| getName() ); ?> | getDescription() ); ?> | getQuantity() ); ?> | format( $item->getPrice() ) ); ?> | getAdjustPercentage(); echo 0.0 !== $adjust ? esc_html( ( $adjust > 0 ? '+' : '' ) . $adjust . '%' ) : '—'; ?> | format( $item->getAmount() ) ); ?> |