load->model('MUsers'); $this->load->helper("accounts"); checkLogin(); } function deleteVoucher($voucher_id) { $this->myaccounts->deleteVoucher($voucher_id); } function getVoucherDetailsTable($voucher_id) { $VD = $this->db->where("voucher_id", $voucher_id)->get("tbl_voucherdetails")->result(); $html = ""; $html .= ""; foreach ($VD as $T) { $html .= ""; $html .= ""; $html .= ""; $html .= ""; $html .= ""; $html .= ""; } $html .= "
AccountNarrationDrCr
" . getFieldfromValue("tbl_accounts", "account_name", "account_id", $T->account_id) . "" . $T->narration . "" . myCurrency($T->dr) . "" . myCurrency($T->cr) . "
"; echo $html; } function getAccountsTableByCategory($accategory_id) { $this->myaccounts->getAccountsTableByCategory($accategory_id); } function getAllAccountsTable() { $this->myaccounts->getAllAccountsTable(); } function dragDrop() { } function updatePrivilege($id) { $user = $this->MUsers->getUsers($id); $privileges = (array) json_decode($user->user_privilege); ?> $_POST['password'], ); $this->MUsers->UpdateUser($inputArray, $id); } function changePrivilege($name, $value) { ?> db->query($t)->result(); foreach ($PoDetails as $details) { $details->item_name = $this->db->query("select * from tbl_items where item_id=$details->item_id")->row(); } $t = "select * from tbl_po where po_id=$po_id"; $Po = $this->db->query($t)->row(); $vendor_name = $this->db->query("select * from tbl_vendors where vendor_id=$Po->vendor_id")->row(); ?> YR tyres invoice
Yr tyres

Y.R TYRE

INDUSTRIES PVT. LTD.

Strength | Speed | Grip

  • YR Estate bld, Thir Bam Sadak-5, Baluwatar, Kathmandu, Nepal
  • +977 1 4421615, 4421587
  • mail@yrtyres.com
  • www.yrtyres.com
Purchase Order


VENDOR
  • Qingdao Yonghe International Trade Co. Ltd.
  • NO.1275, WANGSHA ROAD, CHENGYANG DISTRICT, QINGDAO CITY, CHINA
  • yh@qdyhltd.com
  • +86-532- 86468187-0
SHIP TO
  • Y. R. Tye Industries Pvt. Ltd.
  • YR Estate Building, Thirbam Sadak, Baluwatar-4, Kathmandu, Nepa
  • mail@yrtyres.com
  • +977-1-4421615, 4421587

VAT: 606532363

EXIM: 6065323630128NP

EQUISITIONER SHIP VIA Delivery To SHIPPING TERMS CUSTOM ENTRY POINT
Chitwan, Nepal Tatopani-Nepal
item_qty * $details->est_price; ?>
ITEMS # DESCRIPTION QTY UNIT PRICE TOTAL
item_name->item_name; ?> item_qty; ?> USD est_price; ?> USD
Terms:
  • 1. Payment Terms: 100% TT before dispatch.
  • 2. Desired Dispatch period: 35 days from the date of PO issued.
  • Subtotal:

    USD

  • Discount:

    USD 10.00

  • After dis:

    USD 2,400.00

  • Tax:
  • Net:

    USD 2,400.00

  • In Words:

    Two Thousand four hundred only.

For:
  • Y. R. Tyre Industries Pvt. Ltd.
  • Yugma Malla

Factory Address: KALIKA MUNICIPALITY-8, NEURENI CHITWAN, NEPAL

Dedicated for Vehicle Tyre Manufacturing

db->query($t)->result(); $t = "select * from tbl_salesorders where salesorder_id=$so_id"; $So = $this->db->query($t)->row(); ?> Form created_date); $date = date("Y-m-d", $d); ?>

Sales Order

Buyer Info

Offical Info

Sn Description Qty Rate Total
item_id ?> qty ?> rate ?> qty * $SoDetail->rate); ?> qty * $SoDetail->rate) ?>
Total
Vat Amount
Grand Total

Prepared By

Verified By

Approved By

db->query($t)->row(); $Employee->employee_type = $this->db->query("select * from tbl_employeetype where employeetype_id=$Employee->employeetype_id")->row(); $Employee->employee_department = $this->db->query("select * from tbl_departments where department_id=$Employee->department_id")->row(); ?>

 

Name employee_name ?>
Employee Type employee_type->employeetype_name ?>
Gender employee_gender ?>
Department employee_department->department_name ?>
Address employee_address ?>
DOB employee_dob ?>
DOJ employee_doj ?>
PAN employee_pan ?>
Email employee_email ?>
Contact employee_contact ?>
$_POST['attendance'], 'reason' => $_POST['reason'], 'status' => 1, ); $this->db->where('employee_id', $_POST['employee_id']); $this->db->update('tbl_attendances', $arraydata); } function updateholiday() { $arraydata = array( 'day_holiday' => $_POST['day_holiday'], 'day_work' => $_POST['day_work'], ); $this->db->where('day_id', $_POST['day_id']); $this->db->update('tbl_officecalendar', $arraydata); redirect($_POST['url']); } function updatefactoryholiday() { $arraydata = array( 'day_holiday' => $_POST['day_holiday'], 'day_work' => $_POST['day_work'], ); $this->db->where('day_id', $_POST['day_id']); $this->db->update('tbl_factorycalendar', $arraydata); redirect($_POST['url']); } function UpdateStock() { $stockcheck = $this->db->query("select * from tbl_stocks where item_id='" . $_POST['item_id'] . "' and stockdate='" . date('Y-m-d') . "'")->row(); $arraydata = array( 'stock_value' => $_POST['stock_value'], 'stockdate' => date('Y-m-d'), 'status' => 1, ); if ($stockcheck == '') { $arraydata['item_id'] = $_POST['item_id']; $this->db->insert('tbl_stocks', $arraydata); } else { $this->db->where('item_id', $_POST['item_id']); $this->db->update('tbl_stocks', $arraydata); } } function UpdateStocks() { // $stockcheck=$this->db->query("select * from tbl_stock where item_id='".$_POST['item_id']."' and category_id= '".$_POST['category_id']."' and stockdate='".date('Y-m-d')."'")->row(); $arraydata = array( 'stock_in_value' => $_POST['stock_value'], 'stockdate' => date('Y-m-d'), 'category_id' => $_POST['category_id'], 'status' => 1, ); // print_r($_POST); $arraydata['item_id'] = $_POST['item_id']; $this->db->insert('tbl_stock', $arraydata); } function TransferStock() { $itemalias = $this->db->query("select * from tbl_items where item_id=" . $_POST['item_id'])->row(); $transferStockCheck = $this->db->query("select * from tbl_items where item_alias='" . $_POST['item_alias'] . "' and category_id='5'")->row(); $stockcheck = $this->db->query("select * from tbl_stocks where item_id='" . $transferStockCheck->item_id . "' and stockdate='" . date('Y-m-d') . "'")->row(); $arraydata = array( 'stock_value' => $_POST['stock_value'], 'stockdate' => date('Y-m-d'), 'status' => 1, ); if ($stockcheck == '') { $arraydata['item_id'] = $transferStockCheck->item_id; $this->db->insert('tbl_stocks', $arraydata); } else { $this->db->where('item_id', $transferStockCheck->item_id); $this->db->update('tbl_stocks', $arraydata); } } }