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 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
$('.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 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
@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
<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
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. |
OlderNewer