This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merchandise covered by this receipt remains the property of MTO Technotrends Inc. until fully paid. If the above amount is not paid on demand or any stipulated terms in writing, the purchaser shall pay 3% per month as service charge for administrative services plus interest of 24% per annum on unpaid overdue amount. In case of litigation, the purchaser expressly submit himself to the jurisdiction of any court within Mandaue City or any court at the discretion of the company and agrees to pay for collection charges, attorney's fees and cost of suit. The responsibility of the company ceases upon actual delivery of goods to the purchaser. The company reserves the right to assign its receivables to a third person entity or collection agency. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td> | |
<table class="circle101" style="width: 85%;"> | |
<tr> | |
<td style="width: 55%"> | |
<label style="text-align: center;font-weight: bold;"> | |
{{ $details->employee->first_name }} {{ $details->employee->middle_name }} {{ $details->employee->last_name }} | |
</label> | |
</td> | |
<td style="width: 45%;"> | |
<?php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@if($rr_id > 0) | |
@foreach($receive_details as $dtl) | |
<?php | |
$serial_row = 0; | |
?> | |
<tr style="margin-left:10px"> | |
@if($dtl->inv_type == 3) | |
<td width="44%" class="item_id"> | |
<?php | |
$serial_row = $receive_details->count(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Repositories\Backend; | |
use App\Models\Order; | |
use App\Repositories\BaseRepository; | |
use App\Helpers\Backend\Utils; | |
use Illuminate\Support\Facades\Crypt; | |
class OrderRepository |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.save_brand').on('click', function(e){ | |
var me = $(this); | |
e.preventDefault(); | |
var brand_id = $('.brand_id option:selected').val() | |
var category_id = $('.category_id').val(); | |
var name = $('#name').val(); | |
if(!brand_id){ | |
notify('danger', 'Please select brand'); | |
return false; | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Navicat MySQL Data Transfer | |
Source Server : student | |
Source Server Version : 50505 | |
Source Host : localhost:3306 | |
Source Database : blampci | |
Target Server Type : MYSQL | |
Target Server Version : 50505 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array:29 [▼ | |
"branch_company" => "0" | |
"posting_type" => "Goods" | |
"customer_type" => "999" | |
"_token" => "hWgcdiA0luc4XB21rPyUNJmS2VnHAzhNqdGjEg9B" | |
"head_currency_id" => array:3 [▼ | |
0 => "1" | |
1 => "1" | |
2 => "1" | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 Comments | |
Sort by | |
Top | |
Add a comment... | |
Joy Lapuz Jose · Skyline College | |
No more mr nice guys on this board!!!! | |
LETS GO DUBS!!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT x.order_name1,x.order_name2,x.tin1 as tin1,x.tin2 as tin2,x.tin3 as tin3,x.partner_name,x.last_name,x.first_name,x.middle_name,x.last_name2,x.first_name2,x.middle_name2,x.business_entity,x.partner_id, CONCAT(x.home,' ',x.street,' ',x.brgy) as address1, CONCAT(' ',x.province) as address2,x.postdate, | |
sum(x.nv) as nv, sum(x.zr) as zr, sum(x.srv) as srv, sum(x.cg) as cg, sum(x.ocg) as ocg, sum(x.vat) as vat, x.partner_id, x.branch_id, | |
CONCAT(partner_branches.home,partner_branches.street,barangays.provDesc) as partner_branch_address1, | |
CONCAT(cities.provDesc,provinces.provDesc) as partner_branch_address2 | |
from ( | |
SELECT p.partner_branch_id as branch_id, part.id as partner_id, part.business_entity as business_entity, part.tin as tin1, | |
part.tin2 as tin2, part.tin3 as tin3, part.name as partner_name, pc.last_name, pc.first_name, pc.middle_name, | |
pc2.last_name as last_name2, pc2.first_name as first_name2, pc2.middle_name as middle_name2, part.home as home, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT x.order_name1,x.order_name2,x.tin1 as tin1,x.tin2 as tin2,x.tin3 as tin3,x.partner_name,x.last_name,x.first_name,x.middle_name,x.last_name2,x.first_name2,x.middle_name2,x.business_entity,x.partner_id, CONCAT(x.home,' ',x.street,' ',x.brgy) as address1, CONCAT(' ',x.province) as address2,x.postdate, | |
sum(x.nv) as nv, | |
sum(x.zr) as zr, | |
sum(x.srv) as srv, | |
sum(x.cg) as cg, | |
sum(x.ocg) as ocg, | |
sum(x.vat) as vat, x.partner_id, | |
x.branch_id, |
NewerOlder