$this->formData['document_number'] = $print_invoice_no == 0 && isset($this->formData['reference'])
? $this->formData['reference'] : $this->formData['order_no'];
$aux_info = array(
- _("Customers Reference") => $this->formData["customer_ref"],
+ _("Customer's Reference") => $this->formData["customer_ref"],
_("Sales Person") => get_salesman_name($this->formData['salesman']),
_("Your VAT no.") => $this->formData['tax_id'],
_("Our Quotation No") => $this->formData['order_no'],
$this->formData['document_amount'] = $this->formData['order_no'];
$aux_info = array(
- _("Customers Reference") => $this->formData["customer_ref"],
+ _("Customer's Reference") => $this->formData["customer_ref"],
_("Sales Person") => get_salesman_name($this->formData['salesman']),
_("Your VAT no.") => $this->formData['tax_id'],
_("Our Order No") => $this->formData['order_no'],
$ref = $this->formData['order_'];
}
$aux_info = array(
- _("Customers Reference") => $this->formData["customer_ref"],
+ _("Customer's Reference") => $this->formData["customer_ref"],
_("Sales Person") => get_salesman_name($this->formData['salesman']),
_("Your VAT no.") => $this->formData['tax_id'],
_("Our Order No") => $ref,
$Footer[0] = _("Please quote Credit no. when paying. All amounts stated in") . " - " . $this->formData['curr_code'];
$aux_info = array(
- _("Customers Reference") => @$this->formData["customer_ref"],
+ _("Customer's Reference") => @$this->formData["customer_ref"],
_("Sales Person") => get_salesman_name($this->formData['salesman']),
_("Your VAT no.") => $this->formData['tax_id'],
_("Our Order No") => $this->formData['order_'],
}
}
$aux_info = array(
- _("Customers Reference") => $this->formData["customer_ref"],
+ _("Customer's Reference") => $this->formData["customer_ref"],
_("Sales Person") => get_salesman_name($this->formData['salesman']),
_("Your VAT no.") => $this->formData['tax_id'],
_("Delivery Note No.") => implode(',', $deliveries),
$Addr2['address'] = '';
$aux_info = array(
- _("Customers Reference") => $this->formData['supp_account_no'],
+ _("Customer's Reference") => $this->formData['supp_account_no'],
_("Type") =>$systypes_array[$this->formData["type"]],
_("Your VAT no.") => $this->formData['tax_id'],
- _("Our Order No") => '',
+ _("Supplier's Reference") => '',
_("Due Date") => sql2date($this->formData['tran_date']),
);
$this->headers = array(_("Trans Type"), _("#"), _("Date"), _("Due Date"), _("Total Amount"), _("Left to Allocate"), _("This Allocation"));
? $this->formData['reference'] : $this->formData['order_no'];
$aux_info = array(
- _("Customers Reference") => $this->formData['supp_account_no'],
- _("Sales Person") => '',
- _("Your VAT no.") => '',
- _("Our Order No") => '',
- _("Due Date") => '',
+ _("Customer's Reference") => $this->formData['supp_account_no'],
+ _("Sales Person") => $this->formData['contact'],
+ _("Your VAT no.") => $this->formData['tax_id'],
+ _("Supplier's Reference") => $this->formData['requisition_no'],
+ _("Order Date") => sql2date($this->formData['document_date']),
);
$this->headers = array(_("Item Code"), _("Item Description"),
$this->formData['document_name'] =_("Receipt No.");
$Addr1['title'] = _("With thanks from");
$aux_info = array(
- _("Customers Reference") => $this->formData["debtor_ref"],
+ _("Customer's Reference") => $this->formData["debtor_ref"],
_("Type") =>$systypes_array[$this->formData["type"]],
_("Your VAT no.") => $this->formData['tax_id'],
_("Our Order No") => $this->formData['order_'],
$Payment_Terms = '';
$this->title = _("STATEMENT");
$aux_info = array(
- _("Customers Reference") => '',
+ _("Customer's Reference") => '',
_("Sales Person") => '',
_("Your VAT no.") => $this->formData['tax_id'],
_("Our Order No") => '',
'DebtorName', 'supp_account_no', 'wo_ref', 'debtor_ref','type', 'trans_no',
'StockItemName', 'tax_id', 'order_', 'delivery_date', 'units_issued',
'due_date', 'required_by', 'payment_terms', 'curr_code',
- 'ov_freight', 'ov_gst', 'ov_amount'),
+ 'ov_freight', 'ov_gst', 'ov_amount', 'requisition_no', 'contact'),
'branch' => array('br_address', 'br_name', 'salesman', 'disable_branch'),
'sales_order' => array('deliver_to', 'delivery_address', 'customer_ref'),
'bankaccount' => array('bank_name', 'bank_account_number', 'payment_service')