Ejemplo n.º 1
0
					</p>
				</td>
			</tr>
		</table>
		<div style="border:1px solid #333; padding:10px 10px;  border-radius:25px;">
		<table width="100%">
		  <tr>
		   <td width="40%"  valign="top" class= "tamanyLletra">
		     <p>
			
			<b>
			 <?php 
echo $this->lang->line('quote_number');
?>
			 <?php 
echo invoice_id($invoice);
?>
			</b><br/>
			<?php 
echo $this->lang->line('quote_date');
?>
:
			<?php 
echo invoice_date_entered($invoice);
?>
<br />
			<!--COMENTEM PER QUE NO SURTI LA DATA DEL VENCIMENT-->
			<!--< ?php echo $this->lang->line('due_date'); ?>:
			< ?php echo invoice_due_date($invoice); ?><br/><br />-->
			
			<!--COMENTEM PER A QUE NO SURTI LA FORMA DE PAGAMENT A L'ALBARÀ-->
Ejemplo n.º 2
0
?>

<?php 
$this->load->view('inventory/inventory_select');
?>

<?php 
$this->load->view('dashboard/jquery_date_picker');
?>

<div class="grid_10" id="content_wrapper">

	<div class="section_wrapper">

		<h3 class="title_black"><?php 
echo $this->lang->line('invoice_number') . ' ' . invoice_id($invoice);
?>
</h3>

		<?php 
$this->load->view('dashboard/system_messages');
?>

		<div class="content toggle">

			<form method="post" action="<?php 
echo site_url($this->uri->uri_string());
?>
" name="invoice_item_form">

				<dl>
Ejemplo n.º 3
0
    <h3 class="wpi_greeting"><?php 
_e('Payment Receipt', WPI);
?>
</h3>

    <div class="invoice_description">
      <div class="invoice_top_message">

        <?php 
if (is_invoice()) {
    ?>
          <p><?php 
    _e('We have sent you invoice', WPI);
    ?>
 <?php 
    invoice_id();
    ?>
. <?php 
    paid_amount();
    ?>
 <?php 
    _e('was paid.', WPI);
    ?>
</p>
        <?php 
}
?>

        </div>
        <div class="invoice_description_custom">
        <?php 
Ejemplo n.º 4
0
        <?php 
if (is_quote()) {
    ?>
          <p><?php 
    echo sprintf(__('We have sent you a quote in the amount of %s.', WPI), balance_due(array('return' => true)));
    ?>
</p>
        <?php 
}
?>

        <?php 
if (!is_quote()) {
    ?>
          <p><?php 
    echo sprintf(__('We have sent you invoice %1s with a balance of %2s.', WPI), invoice_id(array('return' => true)), balance_due(array('return' => true)));
    ?>
</p>
        <?php 
}
?>

        <p><?php 
wpi_invoice_due_date();
?>
</p>

        <?php 
if (is_recurring()) {
    ?>
          <p><?php 
<div id="invoice_page" class="wpi_invoice_form wpi_payment_form clearfix">
  <div class="wpi_left_col">
    <b class="wpi_greeting"><?php _e('Payment Receipt', WPI) ?></b>

    <div class="invoice_description">
      <div class="invoice_top_message">

        <?php if(is_invoice()) : ?>
          <p><?php _e('We have sent you invoice', WPI) ?> <?php invoice_id(); ?>. <?php paid_amount(); ?> <?php _e('was paid.', WPI) ?></p>
        <?php endif; ?>

        </div>
        <div class="invoice_description_custom">
        <?php the_description(); ?>
        </div>

        <?php if(is_payment_made()): ?>
            <?php _e("You've made payments, but still owe:", WPI) ?> <?php balance_due(); ?>
        <?php endif; ?>
    </div>

  <div class="wpi_itemized_table">
      <?php show_itemized_table(); ?>
  </div>

  <?php do_action('wpi_front_end_left_col_bottom'); ?>
  </div>

  <div class="wpi_right_col">
    <?php show_invoice_history(); ?>
    <?php do_action('wpi_front_end_right_col_bottom'); ?>