Welcome to the user guide for the How to display available quantity of item on Sales/Invoice in Marketpulse OS CRM. This document provides a detailed, step-by-step tutorial on effectively using this module.
// add hook display Available quantity of item //
$data['items'] = hooks ()->apply_filters ('before_admin_view_create_invoice', $data['items']);
/////////////////////////////////////////////////
public function search ()
if ($this->input->post () && $this->input->is_ajax_request ()) {
$data = $this->invoice_items_model->search ($this->input->post ('q'));
/////////////////////////////////////////////////
// add hook display Available quantity of item //
$data = hooks ()->apply_filters ('admin_invoice_ajax_search_item', $data, $this->input->post ('q'));
/////////////////////////////////////////////////
echo json_encode ($data);
[ 0 Out of 0 Found Helpful ]
Submit a ticket and we’ll get back to you as soon as possible.