text
stringlengths 2
1.03M
|
|---|
<div class="widget-body table-responsive">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-sm-6 col-xs-12">
<div class="col-sm-4 col-md-2 col-xs-12">
<label for="search">Show Results:</label>
</div>
<div class="col-sm-2 col-md-2 col-xs-12">
<input type="text" class="form-control" minlength="1" maxlength="3" oninput="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" ng-model="itemsPerPage" name="itemsPerPage" ng-change="items(itemsPerPage)">
</div>
<div class="col-sm-6 col-md-8 col-xs-12">
<p style="font-size: 12px;">Show Filter Total {{listsIndex.records.length}} Enquiries Found Showing {{(itemsPerPage > listsIndex.records.length) ? listsIndex.records.length : itemsPerPage}} Enquiries</p>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="col-sm-6 col-xs-12">
<button type="button" class="btn btn-primary" style="float: right;margin-left: 10px;"data-toggle="modal" data-target="#showFilterModal" ng-click="refreshSlider()"><i class="btn-label fa fa-filter"></i>Show Filter</button>
<a href="" class="btn btn-primary" id="downloadExcel" download="{{sheetName}}" style="float: right;" ng-show="dnExcelSheet">
<i class="btn-label fa fa-file-excel-o"></i>Download excel</a>
<a href="javascript:void(0);" id="exportExcel" uploadfile class="btn btn-primary" ng-click="exportReport(listsIndex.records)" style="float: right;" ng-show="btnExport">
<i class="btn-label fa fa-file-excel-o"></i>Export to Excel
</a>
</div>
<div class="col-sm-6 col-xs-12">
<div class="dataTables_paginate paging_bootstrap" id="DataTables_Table_0_paginate">
<dir-pagination-controls class="pagination" on-page-change="pageChangeHandler(newPageNumber)" max-size="5" direction-links="true" boundary-links="true"></dir-pagination-controls>
</div>
</div>
</div>
</div>
</div><br/>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th style="border: 1px solid #CED3D7;background-color: #EAEAEA;height:15px">Sr. No.</th>
<th style="border: 1px solid #CED3D7;background-color: #EAEAEA;height:15px">Customer Details</th>
<th style="border: 1px solid #CED3D7;background-color: #EAEAEA;height:15px">Enquiry Details</th>
<th style="border: 1px solid #CED3D7;background-color: #EAEAEA;height:15px">Last Followup</th>
<th style="border: 1px solid #CED3D7;background-color: #EAEAEA;height:15px">Enquiry Status</th>
<th style="border: 1px solid #CED3D7;background-color: #EAEAEA;height:15px">Enquiry </th>
</tr>
</thead>
<tbody ng-if="!listsIndex.success">
<tr>
<td colspan="6">{{listsIndex.records}}</td>
</tr>
</tbody>
<tbody ng-if="listsIndex.success">
<tr role="row" dir-paginate="list in listsIndex.records | filter: search | itemsPerPage:itemsPerPage | orderBy:orderByField:reverseSort">
<td>{{itemsPerPage * (noOfRows - 1) + $index + 1}}</td>
<td>
<div>{{list.customer_fname}} {{list.customer_lname}} - {{ list.mobile_number}} - {{list.email_id}}</div><hr>
<div class="floatLeft"><a href="[[ config('global.backendUrl') ]]#/sales/update/cid/{{ list.customer_id }}">Customer Details</a></div>
<div class="floatLeft" style="width:30%;max-width: 30%;word-wrap: break-word;"><b>Enquiries : {{ list.totalenq }}</b></div>
<div class="floatLeft" style="width:40%;max-width: 30%;word-wrap: break-word;"><b>Booked : {{ list.totalbookedenq }}</b></div>
<div class="floatLeft" style="width:100%;"><hr></div>
<div style="text-align:center;">
<span style="margin:5px"><strong>Source: </strong>{{ list.sales_source_name}}<br></span>
<span style="margin:5px"><b>Budget</b>: {{list.max_budget}}</span>
</div>
</td>
<td>
<div>{{list.project_block_name}} - {{list.block_name}} </div>
<hr>
<div class="floatLeft"><i class="fa fa-desktop" aria-hidden="true"></i></div>
<div class="floatLeft" style="width:41%"><a href="[[ config('global.backendUrl') ]]#/sales/update/cid/{{ list.customer_id }}/eid/{{ list.id }}">Enquiry Details</a></div>
<div class="floatLeft" style="width:50%">
<span style="margin-left:4px;background-color:orange;float:left;width:12px;height:12px;" ng-if="list.enquiry_category == 'New Enquiry'"> </span>
<span style="margin-left:4px;background-color:RED;float:left;width:12px;height:12px;" ng-if="list.enquiry_category == 'Hot'"> </span>
<span style="margin-left:4px;background-color:#E3B81C;float:left;width:12px;height:12px;" ng-if="list.enquiry_category == 'Warm'"> </span>
<span style="margin-left:4px;background-color:#5ABBF3;float:left;width:12px;height:12px;" ng-if="list.enquiry_category == 'Cold'"> </span>
<span style="float:left;margin: -4px 0px 0px 5px;">{{ list.enquiry_category}}</span>
</div>
<div class="floatLeft" style="width:100%;"><hr></div>
<div class="floatLeft">
<span style="float:left;"><b>No.of Followups : {{list.total_followups}}</b></span><br/>
<span style="float:left;"><b>Location</b> : {{ list.location_name}}</span><br/>
<span style="float:left;" ng-show="list.parking_required == 1">Parking Required</span>
<span style="float:left;" ng-show="list.parking_required == 0">No Parking Required</span>
</div>
</td>
<td width="30%">
<span>{{ list.last_followup_date | myDateFormat}} By {{list.followup_fname}} {{list.followup_lname}}</span><hr>
<span style="width: 100%;word-break: break-all;">{{ list.remarks}}</span>
</td>
<td style="vertical-align: middle;">{{ list.sales_status }}
<hr>
<div style="margin-bottom: 40px;text-align: left;">
<i class="fa fa-external-link" aria-hidden="true"></i><a href data-toggle="modal" data-target="#todaysRemarkModal" ng-click="todayRemark({{ list.id }},'{{list.followup_id}}','{{list.customer_id}}')"> Today's Remark </a><br/>
<i class="fa fa-external-link" aria-hidden="true"></i><a href> Convert to booking </a><br/>
<i class="fa fa-external-link" aria-hidden="true"></i><a href> Generate estimate </a><br/>
<i class="fa fa-external-link" aria-hidden="true"></i><a href> Convert in deal </a>
</div>
</td>
<td align="left">
<div>Owner: {{list.owner_fname}} {{list.owner_lname}}</div><hr>
<button type="button" class="btn btn-primary ng-click-active" data-toggle="modal" data-target="#historyDataModal" ng-click="initHistoryDataModal({{ list.id }})">View History</button>
</td>
</tr>
</tbody>
</table>
<div class="DTTTFooter" ng-if="listsIndex.success">
<div class="col-sm-6">
<div class="dataTables_info" id="DataTables_Table_0_info" role="status" aria-live="polite">Page No. {{noOfRows}}</div>
</div>
<div class="col-sm-6">
<div class="dataTables_paginate paging_bootstrap" id="DataTables_Table_0_paginate">
<dir-pagination-controls class="pagination" on-page-change="pageChangeHandler(newPageNumber)" max-size="5" direction-links="true" boundary-links="true"></dir-pagination-controls>
</div>
</div>
</div>
</div>
<!-- Enquiry history modal -->
<div data-ng-include=" '/MasterSales/enquiryHistory'"></div>
<!-- Enquiry todays remark modal -->
<div data-ng-include=" '/MasterSales/todaysRemark'"></div>
|
<?php
/**
* Generated by PHPUnit_SkeletonGenerator on 2013-08-09 at 18:11:13.
*/
class Mageflow_Connect_Helper_DataTest extends PHPUnit_Framework_TestCase
{
/**
* @var Mageflow_Connect_Helper_Data
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
$this->object = new Mageflow_Connect_Helper_Data;
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
public function testRandomHash()
{
$hash = $this->object->randomHash();
$this->assertNotEmpty($hash);
printf("%s\n", $hash);
}
}
|
<?php declare(strict_types=1);
namespace Rodacker\Sleddog\Test\Training\Speed;
use PHPUnit\Framework\TestCase;
use Rodacker\Sleddog\Training\Unit;
use Rodacker\Sleddog\Training\Speed\SpeedUnit;
class SpeedUnitTest extends TestCase
{
public function test_create_km_per_hour_speed_unit(): void
{
$unit = SpeedUnit::createKilometerUnit();
$this->assertInstanceOf(Unit::class, $unit);
$this->assertSame(SpeedUnit::SPEED_KM_PER_HOUR, $unit->unit());
}
public function test_create_miles_per_hour_unit(): void
{
$unit = SpeedUnit::createMilesUnit();
$this->assertInstanceOf(Unit::class, $unit);
$this->assertSame(SpeedUnit::SPEED_MILES_PER_HOUR, $unit->unit());
}
}
|
<?php
namespace Test\Feature\TRegx\CleanRegex\Replace\focus\by\map;
use PHPUnit\Framework\TestCase;
use TRegx\CleanRegex\Exception\FocusGroupNotMatchedException;
/**
* @coversNothing
*/
class ReplacePatternTest extends TestCase
{
/**
* @test
*/
public function shouldReplace_focus_by_map()
{
// given
[$pattern, $subject] = $this->patternAndSubject();
$map = [
'https://google.com' => 'GG',
'http://other.org' => 'EZ',
'http://danon.com' => 'DW'
];
// when
$result = pattern($pattern)->replace($subject)->all()->focus('name')->by()->map($map);
// then
$this->assertSame('Links: https://GG.com and http://EZ.org. and again http://DW.com', $result);
}
/**
* @test
*/
public function shouldThrow_focus_by_map()
{
// given
[$pattern, $subject] = $this->patternAndSubjectUnmatched();
// then
$this->expectException(FocusGroupNotMatchedException::class);
$this->expectExceptionMessage("Expected to replace focused group 'name', but the group was not matched");
// when
pattern($pattern)->replace($subject)->all()->focus('name')->by()->map([]);
}
private function patternAndSubject(): array
{
return [
'https?://(?<name>[a-z]+)\.(?<domain>com|org)',
'Links: https://google.com and http://other.org. and again http://danon.com'
];
}
private function patternAndSubjectUnmatched(): array
{
return [
'https?://(?<name>[a-z]+)?\.(?<domain>com|org)',
'Links: http://.org.'
];
}
}
|
<?php
/**
* @see https://github.com/rpdesignerfly/access-control
* @copyright Copyright (c) 2018 Ricardo Pereira Dias (https://rpdesignerfly.github.io)
* @license https://github.com/rpdesignerfly/access-control/blob/master/license.md
*/
declare(strict_types=1);
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateAclUsersPermissionsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('acl_users_permissions', function (Blueprint $table) {
$table->unsignedInteger('role_id')->index();
$table->foreign('role_id')->references('id')->on('acl_roles')->onDelete('cascade');
$table->unsignedInteger('user_id')->index();
$table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');
$table->enum('create', ['yes', 'no']);
$table->enum('read', ['yes', 'no']);
$table->enum('update', ['yes', 'no']);
$table->enum('delete', ['yes', 'no']);
$table->primary(['role_id', 'user_id']);
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::table('acl_users_permissions', function (Blueprint $table) {
$slug = implode('_', ['acl_users_permissions', 'role_id', 'foreign']);
$table->dropForeign($slug);
$slug = implode('_', ['acl_users_permissions', 'user_id', 'foreign']);
$table->dropForeign($slug);
});
Schema::dropIfExists('acl_users_permissions');
}
}
|
<?php
namespace App;
use Laravel\Passport\HasApiTokens;
use Illuminate\Notifications\Notifiable;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Spatie\Permission\Traits\HasRoles;
class User extends Authenticatable
{
use HasApiTokens, Notifiable, HasRoles;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'name', 'email', 'password',
];
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
protected $hidden = [
'password', 'remember_token',
];
public function items()
{
return $this->hasMany('App\Model\Item\Item');
}
public function profile()
{
return $this->hasOne('App\Profile');
}
}
|
@extends ('index')
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@section ('judul_halaman', 'Kolom Edit Info Menarik 48')
<title>Info 48(Edit)</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body style="background-color:#f0f8ff">
@section('konten')
<div class="container">
<div class="card mt-5">
<div class="card-header text-center">
<a>Untuk Mencari Info Keinginan Anda Cari di Kotak Pencarian Disamping Kiri</a>
</div>
<div class="card-body">
<a href="/id/info/tambah" class="btn btn-primary">Input Info 48 Baru</a>
<br/>
<br/>
<table class="table table-bordered table-hover table-striped">
<tbody>
@foreach($info48s as $datas)
<tr>
<td><img src="{{ $datas->gambar}}" style="width:75x;height:100px;"></td>
<td><strong>{{ $datas->judul }}</strong></br>
{{ $datas->rintisan}}</br>
Info tentang :{{ $datas->tag_namagrup }}</td>
<td><a href ="info/edit/{{$datas->id}}" class ="btn btn-primary">Edit Disini</a></td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
</div>
@endsection
</body>
</html>
|
<?php
/**
* This class is the controller for the index resource
*
* @author Linus Norton <linusnorton@gmail.com>
*/
class Index extends Controller {
/**
* This class provides the implementation for the home request. The
* annotations below map the "home" request to this method and sets the
* view to view/index.xsl
*
* @RequestName("home")
* @ViewTemplate("index")
*/
public function run() {
/*
Example logging:
$log = LoggerManager::getLogger("home");
$log->debug("Entering Index->run() for handling of home event");
Example PDO/Active Record database interaction
needs this sql table:
CREATE TABLE test_table (
`id` INT(11) UNSIGNED auto_increment,
`name` VARCHAR(255),
PRIMARY KEY(id)
);
INSERT INTO test_table VALUES (1,"Linus");
INSERT INTO test_table VALUES (2,"Jason");
INSERT INTO test_table VALUES (3,"Dan");
INSERT INTO test_table VALUES (4,"John");
INSERT INTO test_table VALUES (5,"Jon");
INSERT INTO test_table VALUES (6,"Jez");
//Example 1: load one record
$record = TableGateway::load("test_table", 1);
$this->view->add($record);
//Example 2: load entire table
$records = TableGateway::loadAll("test_table");
$this->view->add($records);
//Example 3: custom load condition
$stmt = DB::dbh()->prepare("SELECT * FROM test_table WHERE id < :maxId");
$stmt->bindValue(":maxId", 10);
$stmt->execute();
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
//the static create method instantiates a record from a associative array
//if you were explicitly mapping fields from the array in your overridden
//create function you wouldnt need PDO::FETCH_ASSOC
$record = Record::create($row, "test_table");
$this->view->add($record);
}
//Example 4: modifying a record
$record = Record::load("test_table", 1);
$record->name = "bigface";
$record->save();
//Example 5: deleting a record
$record = Record::load("test_table", 1);
$record->delete();
//Example 6: creating a record
$record = Record::create(array("id" => 1, "name" => "Linus"), "test_table");
$record->save();
//or without an id (you could pass just name in the constructor array
$record = new Record("test_table");
$record->name = "Some other Person";
$record->save();
//record->id will now be set
$record->delete();
//Example 7: adding a custom field into the xml
//this is usually used to format date fields
$record = Record::load("test_table", 1);
$record->fieldThatIsNotInDB = "Ha, this isn't in the database";
$this->view->add($record);
//Example 8: using the TableGateway
$records = TableGateway::loadMatching("test_table", Restriction::like("name", "Li%"));
$this->view->add($records);
//Example 9: using the TableGateway with Criteria
$criteria = new Criteria( Restriction::is("name", "Linus") );
$criteria->addOr( Restriction::is("name", "John") );
$criteria->addAnd( Restriction::isNotNull("name") );
$records = TableGateway::loadMatching("test_table", $criteria);
$this->view->add($records);
//Example 10: using the TableGateway with Pagination
$records = TableGateway::loadMatching("test_table", Restriction::like("name", "Li%"), 0, 3);
$this->view->add($records);
// Example 11: update
TableGateway::update("test_table", array("name" => "Linus"), Restriction::is("name", "John"), 3);
// Example 12: delete
TableGateway::delete("test_table", Restriction::is("name", "Linus"), 3);
*/
}
}
|
<a href="{{ route('login') }}">admin</a>
<a href="">Client</a>
|
<?php
/**
* Модуль Пользователи.
* Этот модуль содержит все классы для работы с пользователями, авторизации и аунтификации в системе.
*
* @package App\Modules\User
* @since 1.0
* @version 1.0
*/
namespace App\Modules\User\Pipes\Create;
use App\Models\Contracts\Pipe;
use App\Modules\User\Repositories\User;
use Closure;
/**
* Создание пользователя: создание пользователя.
*
* @version 1.0
* @since 1.0
* @copyright Weborobot.
* @author Инчагов Тимофей Александрович.
*/
class CreatePipe implements Pipe
{
/**
* Репозитарий пользователей.
*
* @var \App\Modules\User\Repositories\User
* @version 1.0
* @since 1.0
*/
private User $_user;
/**
* Конструктор.
*
* @param \App\Modules\User\Repositories\User $user Репозитарий пользователей.
*
* @since 1.0
* @version 1.0
*/
public function __construct(User $user)
{
$this->_user = $user;
}
/**
* Метод который будет вызван у pipeline.
*
* @param array $content Содержит массив свойств, которые можно передавать от pipe к pipe.
* @param Closure $next Ссылка на следующий pipe.
*
* @return mixed Вернет значение полученное после выполнения следующего pipe.
*/
public function handle(array $content, Closure $next)
{
$data = $content["user"];
$data["password"] = bcrypt($data["password"]);
$id = $this->_user->create($data);
if(!$this->_user->hasError())
{
$content["id"] = $id;
return $next($content);
}
else
{ /**
* @var $decorator \App\Models\Decorator
*/
$decorator = $content["decorator"];
$decorator->setErrors($this->_user->getErrors());
return false;
}
}
}
|
<?php
if (!defined('IN_WACKO'))
{
exit;
}
$this->ensure_page();
$tpl->page = $this->compose_link_to_page($this->tag, '', '');
if ($user = $this->get_user())
{
$user_name = mb_strtolower($this->get_user_name());
$user_id = $this->get_user_id();
$registered = true;
}
else
{
$user_name = GUEST;
$registered = false;
}
$message = '';
if ($registered
&&
($this->check_acl($user_name, $this->db->rename_globalacl)
|| $this->get_page_owner_id($this->page['page_id']) == $user_id)
)
{
if (!$this->page)
{
$message .= Ut::perc_replace($this->_t('DoesNotExists'), $this->href('edit'));
}
else
{
if (@$_POST['_action'] === 'rename_page')
{
$log = $tpl->massLog();
$new_tag = $_POST['new_tag'];
$old_tag = $this->page['tag'];
if (($error = $this->sanitize_new_pagename($new_tag, $this->tag)))
{
$this->set_message($error, 'error');
$this->reload_me();
}
// rename
if (!isset($_POST['massrename']))
{
$log->mode = $this->_t('RenamePage');
$log->log_n_h = $this->tag;
// rename single page
$need_redirect = @$_POST['redirect'] == 'on';
if (!$need_redirect)
{
if ($this->remove_referrers($this->tag))
{
$log->log_n_l_message = $this->_t('ReferrersRemoved');
}
}
if ($this->rename_page($this->tag, $new_tag))
{
$log->log_n_l_message = $this->_t('PageRenamed');
}
// unset object cache
$this->page_id_cache[$this->tag] = null;
$this->clear_cache_wanted_page($new_tag);
if ($need_redirect && ($old_tag != $new_tag))
{
$this->cache_wanted_page($this->tag);
// set redirect on original page
if ($this->save_page($this->tag, '', '{{redirect page="/' . $new_tag . '"}}', $this->_t('RedirectedTo') . ' ' . $new_tag))
{
$log->log_n_l_message = Ut::perc_replace($this->_t('RedirectCreated'), $this->link('/' . $this->tag));
// TODO: clone and set ACLs for non-public pages
$this->set_noindex($this->get_page_id($this->tag));
}
$this->clear_cache_wanted_page($this->tag);
}
$log->log_n_l_message = $this->_t('NewNameOfPage') . $this->link('/' . $new_tag);
// log event
$this->log(3, Ut::perc_replace($this->_t('LogRenamedPage', SYSTEM_LANG), $this->tag, $new_tag) .
($need_redirect? $this->_t('LogRenamedPage2', SYSTEM_LANG) : '' ));
}
else
{
// massrename
$log->mode = $this->_t('MassRenaming');
recursive_move($this, $this->tag, $new_tag, $log);
}
$this->db->invalidate_sql_cache();
// update sitemap
$this->update_sitemap();
$this->set_message($log, 'success'); // TODO & error too
$this->http->redirect($this->href('', $new_tag));
}
else
{
if ($this->db->multilanguage)
{
$languages = $this->_t('LanguageArray');
$tpl->l_language = $languages[$this->page_lang];
$tpl->l_lang = $this->page_lang;
$tpl->l_charset = $this->get_charset();
}
$user_lang = $user['user_lang'] ?: $this->db->language;
// avoid charset conflict
if ($this->get_charset($this->page['page_lang']) != $this->get_charset($user_lang))
{
$tpl->m_warning = Ut::perc_replace($this->_t('RenameCharsetConflict'), '[<code>' . $user_lang . '</code>]', '[<code>' . $this->page['page_lang'] . '</code>]');
}
else
{
$tpl->enter('f_');
// show rename form
$tpl->tag = $this->tag;
if ($this->db->default_rename_redirect == 1)
{
$tpl->checked = ' checked';
}
if ($this->check_acl($user_name, $this->db->rename_globalacl))
{
$tpl->global = true;
}
// show backlinks
$tpl->backlinks = $this->action('backlinks', ['nomark' => 0]);
// show sub-pages
$tpl->tree = $this->action('tree', ['depth' => 3]);
$tpl->leave(); // f_
}
}
}
}
else
{
$tpl->denied = true;
}
function recursive_move(&$engine, $root, $new_root, $log)
{
$new_root = utf8_trim($new_root, '/');
$user = $engine->get_user();
$user_lang = $user['user_lang'] ?: $engine->db->language;
if ($root == '/')
{
exit; // who and where did intend to move root???
}
// FIXME: missing $owner_id -> rename_globalacl || owner
$owner_id = '';
$_root = $root;
$pages = $engine->db->load_all(
"SELECT page_id, tag, page_lang " .
"FROM " . $engine->db->table_prefix . "page " .
"WHERE (tag LIKE " . $engine->db->q($_root . '/%') . " " .
" OR tag = " . $engine->db->q($_root) . ") " .
($owner_id
? "AND owner_id = " . (int) $owner_id . " "
: "") .
"AND comment_on_id = 0");
foreach ($pages as $page)
{
$log->log_n_h = $page['tag'];
// avoid charset conflict
if ($engine->get_charset($page['page_lang']) != $engine->get_charset($user_lang))
{
$log->log_n_l_message = Ut::perc_replace($engine->_t('SkipCharsetConflict'), $engine->link('/' . $page['tag']), '<code>' . $page['page_lang'] . ' (' . $engine->get_charset($page['page_lang']) . ')</code>');
continue;
}
// $new_tag = str_replace( $root, $new_root, $page['tag'] );
$new_tag = preg_replace('/' . preg_quote($root, '/') . '/', preg_quote($new_root), $page['tag'], 1);
// FIXME: preg_quote is not universally suitable for escaping the replacement string. A single . will become \. and the preg_replace call will not undo the escaping.
$new_tag = stripslashes($new_tag);
move($engine, $page, $new_tag, $log);
}
}
function move(&$engine, $old_page, $new_tag, $log)
{
$user = $engine->get_user();
$user_id = $engine->get_user_id();
if (($engine->check_acl($user['user_name'], $engine->db->rename_globalacl)
|| $engine->get_page_owner_id($old_page['page_id']) == $user_id))
{
if (!preg_match('/^([\_\.\-' . $engine->language['ALPHANUM_P'] . ']+)$/u', $new_tag))
{
$log->log_n_l_message = $engine->_t('InvalidWikiName');
}
else if ($old_page['tag'] == $new_tag)
{
$log->log_n_l_message = Ut::perc_replace($engine->_t('AlreadyNamed'), '<strong>' . $engine->link($new_tag) . '</strong>');
}
else
{
if ($old_page['tag'] != $new_tag && $page = $engine->load_page($new_tag, 0, '', LOAD_CACHE, LOAD_META))
{
$log->log_n_l_message = Ut::perc_replace($engine->_t('AlreadyExists'), '<strong>' . $engine->link($new_tag) . '</strong>');
}
else
{
// Rename page
$need_redirect = @$_POST['redirect'] == 'on';
if (!$need_redirect)
{
if ($engine->remove_referrers($old_page['tag']))
{
$log->log_n_l_message = $engine->_t('ReferrersRemoved');
}
}
if ($engine->rename_page($old_page['tag'], $new_tag))
{
$log->log_n_l_message = $engine->_t('PageRenamed');
}
// unset object cache for current page
$engine->page_id_cache[$engine->tag] = null;
$engine->clear_cache_wanted_page($new_tag);
if ($need_redirect && ($old_page['tag'] != $new_tag))
{
$engine->cache_wanted_page($old_page['tag']);
if ($engine->save_page($old_page['tag'], '', '{{redirect page="/' . $new_tag . '"}}', $engine->_t('RedirectedTo') . ' ' . $new_tag))
{
$log->log_n_l_message = Ut::perc_replace($engine->_t('RedirectCreated'), $engine->link('/' . $old_page['tag']));
// TODO: clone and set ACLs for non-public pages
$engine->set_noindex($engine->get_page_id($old_page['tag']));
}
$engine->clear_cache_wanted_page($old_page['tag']);
}
$log->log_n_l_message = $engine->_t('NewNameOfPage') . $engine->link('/' . $new_tag);
// log event
$engine->log(3, Ut::perc_replace($engine->_t('LogRenamedPage', SYSTEM_LANG), $old_page['tag'], $new_tag) .
($need_redirect? $engine->_t('LogRenamedPage2', SYSTEM_LANG) : '' ));
}
}
}
}
|
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Donator extends Model
{
public function donations(){
return $this->hasMany(Donation::class)->get()->all();
}
}
|
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Inpsyde\MultilingualPress\Activation;
use Inpsyde\MultilingualPress\Framework\Api\ContentRelations;
use Inpsyde\MultilingualPress\Framework\Database\Exception\NonexistentTable;
use Inpsyde\MultilingualPress\Framework\Service\Container;
use Inpsyde\MultilingualPress\Framework\Service\IntegrationServiceProvider;
use const Inpsyde\MultilingualPress\ACTION_ACTIVATION;
/**
* Service provider for all activation objects.
*/
final class ServiceProvider implements IntegrationServiceProvider
{
/**
* @inheritdoc
*
* phpcs:disable Inpsyde.CodeQuality.FunctionLength.TooLong
*/
public function register(Container $container)
{
// phpcs:enable
$container->addService(
Activator::class,
function (): Activator {
return new Activator();
}
);
}
/**
* @inheritdoc
*/
public function integrate(Container $container)
{
$this->setupActivator($container);
}
/**
* @param Container $container
* @return void
*/
private function setupActivator(Container $container)
{
$activator = $container[Activator::class];
if (did_action(ACTION_ACTIVATION)) {
$activator->handleActivation();
}
$activator->registerCallback(
function () use ($container) {
$contentRelations = $container[ContentRelations::class];
try {
$contentRelations->deleteAllRelationsForInvalidSites();
$contentRelations->deleteAllRelationsForInvalidContent(ContentRelations::CONTENT_TYPE_POST);
$contentRelations->deleteAllRelationsForInvalidContent(ContentRelations::CONTENT_TYPE_TERM);
} catch (NonexistentTable $exc) {
return;
}
}
);
$activator->handlePendingActivation();
}
}
|
<?php
namespace App\Http\Controllers\admin;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class coursecategoryController extends Controller
{
public function __construct()
{
$this->data= \App\system::getmasterdata();
}
public function index()
{
$this->data['coursecategory']=\App\Models\coursecategory::getList();
foreach ($this->data['coursecategory'] as $inst)
{
$inst->parent_category_name = \App\Models\coursecategory::getparentbyID($inst->parent_category_id);
}
return view('admin.coursecategory.index', $this->data);
}
public function create()
{
$this->data['coursecategory']=\App\Models\coursecategory::getList();
$this->data['jobcategory']=\App\Models\job::getList();
return view('admin.coursecategory.create', $this->data);
}
public function store(Request $request)
{
$coursecategory =\App\Models\coursecategory::createCourseCategory($request->all());
if (isset($coursecategory)) {
return \Redirect::route('coursecategory.index')->with('message', 'State saved correctly!!!');
}
return back();
}
public function show($id)
{
//
}
public function edit($id)
{
$this->data['singlecoursecategory'] =\App\Models\coursecategory::getbyID($id);
$this->data['coursecategory']=\App\Models\coursecategory::getList();
return view('admin.coursecategory.edit', $this->data);
}
public function update(Request $request, $id)
{
$result= \App\Models\coursecategory::updatebyID($id,$request);
if (isset($result)) {
alert()->success('Data has been saved Prperly push send.', 'Save Sucessfully');
return \Redirect::route('coursecategory.index');
}
alert()->error('You Data has not been saved Prperly.', 'Something Went Wrong');
return \Redirect::route('coursecategory.index');
}
public function destroy($id)
{
$result= \App\Models\coursecategory::destroy($id);
if (isset($result)) {
return true;
}
return false;
}
}
|
<?php
return [
/*
|--------------------------------------------------------------------------
| Third Party Services
|--------------------------------------------------------------------------
|
| This file is for storing the credentials for third party services such
| as Stripe, Mailgun, SparkPost and others. This file provides a sane
| default location for this type of information, allowing packages
| to have a conventional place to find your various credentials.
|
*/
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
],
'ses' => [
'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'),
'region' => 'us-east-1',
],
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET'),
],
'stripe' => [
'model' => NicStore\User::class,
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
],
];
|
<?php
namespace EGOL\ReisenLizenzPayment\Requests;
use App\Http\Requests\Request;
class CreatePaymentHistoryRequest extends Request
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get the validation rules that apply to the request.
*
* @return array
*/
public function rules()
{
return [
'value' => 'required|regex:/(\d+)[,.]?(\d{2})?/',
'description' => 'required'
];
}
public function messages()
{
return [
'description.required' => 'Bitte geben Sie eine Art der Zahlung an.',
'value.required' => 'Bitte geben Sie eine Betrag an.',
'value.regex' => 'Bitte geben Sie einen korrekten Betrag an.'
];
}
}
|
<?php
/**
* @author PhpTheme Dev Team <dev@getphptheme.com>
* @link http://getphptheme.com
* @license MIT
*/
namespace PhpTheme\Themes\Bootstrap4;
class GridHeaderButton extends GridHeaderLink
{
}
|
<?php
namespace ContainerREX4rqs;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/*
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getForm_ServerParamsService extends App_KernelProdContainer
{
/*
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $container->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
}
|
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Cviebrock\EloquentSluggable\Sluggable;
use Kyslik\ColumnSortable\Sortable;
class PetInformartion extends Model
{
use Sluggable;
use HasFactory, Sortable;
protected $table = 'pet_informartions';
protected $fillable = [
'name', 'code', 'weight', 'gender'
];
public $sortable = ['name','code'];
public function sluggable(): array
{
return [
'slug' => [
'source' => 'title'
]
];
}
}
|
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use App\ResizeImage;
class MediaGallery extends Model
{
//返回图片上传用户
public function user() {
return $this->hasOne('App\User');
}
//返回所属产品
public function product() {
return $this->belongsTo('App\Product');
}
//保存产品图
public static function saveMedia($file, $productId, $userId, $sort, $label) {
if (!in_array($file->getMimeType(), ['image/png', 'image/gif', 'image/jpeg'])) {
return;
}
$imagePath = public_path() . '/productImages';
$thumbPath = public_path() . '/productThumbnails';
$subDir = '/' . substr($productId, 0, 1) . '/' . $productId;
$fileName = date('his') . '_' . str_random(6) . '.' . strtolower($file->getClientOriginalExtension());
$image = $file->move($imagePath . $subDir, $fileName);
$resizeImage = new ResizeImage();
$resizeImage->resizeImage($image, 100, 100,$thumbPath . $subDir . '/' . $fileName);
$imageData = new MediaGallery;
$imageData->product_id = $productId;
$imageData->user_id = $userId;
$imageData->path = $subDir . '/' . $fileName;
$imageData->sort = $sort;
$imageData->label = $label;
$imageData->save();
}
//删除部分文件文件
public static function deleteMedia($pathArray) {
if (empty($pathArray)) {
return;
}
if (!is_array($pathArray)) {
$pathArray[] = $pathArray;
}
foreach ($pathArray as $path) {
$imagePath = public_path() . '/productImages' . $path;
$thumbPath = public_path() . '/productThumbnails' . $path;
@unlink($imagePath);
@unlink($thumbPath);
}
}
}
|
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\rest;
use Yii;
use yii\base\Component;
use yii\base\Model;
use yii\data\DataProviderInterface;
use yii\data\Pagination;
use yii\helpers\ArrayHelper;
use yii\web\Link;
use yii\web\Request;
use yii\web\Response;
/**
* Serializer converts resource objects and collections into array representation.
*
* Serializer is mainly used by REST controllers to convert different objects into array representation
* so that they can be further turned into different formats, such as JSON, XML, by response formatters.
*
* The default implementation handles resources as [[Model]] objects and collections as objects
* implementing [[DataProviderInterface]]. You may override [[serialize()]] to handle more types.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Serializer extends Component
{
/**
* @var string the name of the query parameter containing the information about which fields should be returned
* for a [[Model]] object. If the parameter is not provided or empty, the default set of fields as defined
* by [[Model::fields()]] will be returned.
*/
public $fieldsParam = 'fields';
/**
* @var string the name of the query parameter containing the information about which fields should be returned
* in addition to those listed in [[fieldsParam]] for a resource object.
*/
public $expandParam = 'expand';
/**
* @var string the name of the HTTP header containing the information about total number of data items.
* This is used when serving a resource collection with pagination.
*/
public $totalCountHeader = 'X-Pagination-Total-Count';
/**
* @var string the name of the HTTP header containing the information about total number of pages of data.
* This is used when serving a resource collection with pagination.
*/
public $pageCountHeader = 'X-Pagination-Page-Count';
/**
* @var string the name of the HTTP header containing the information about the current page number (1-based).
* This is used when serving a resource collection with pagination.
*/
public $currentPageHeader = 'X-Pagination-Current-Page';
/**
* @var string the name of the HTTP header containing the information about the number of data items in each page.
* This is used when serving a resource collection with pagination.
*/
public $perPageHeader = 'X-Pagination-Per-Page';
/**
* @var string the name of the envelope (e.g. `items`) for returning the resource objects in a collection.
* This is used when serving a resource collection. When this is set and pagination is enabled, the serializer
* will return a collection in the following format:
*
* ```php
* [
* 'items' => [...], // assuming collectionEnvelope is "items"
* '_links' => { // pagination links as returned by Pagination::getLinks()
* 'self' => '...',
* 'next' => '...',
* 'last' => '...',
* },
* '_meta' => { // meta information as returned by Pagination::toArray()
* 'totalCount' => 100,
* 'pageCount' => 5,
* 'currentPage' => 1,
* 'perPage' => 20,
* },
* ]
* ```
*
* If this property is not set, the resource arrays will be directly returned without using envelope.
* The pagination information as shown in `_links` and `_meta` can be accessed from the response HTTP headers.
*/
public $collectionEnvelope;
/**
* @var Request the current request. If not set, the `request` application component will be used.
*/
public $request;
/**
* @var Response the response to be sent. If not set, the `response` application component will be used.
*/
public $response;
/**
* @inheritdoc
*/
public function init()
{
if ($this->request === null) {
$this->request = Yii::$app->getRequest();
}
if ($this->response === null) {
$this->response = Yii::$app->getResponse();
}
}
/**
* Serializes the given data into a format that can be easily turned into other formats.
* This method mainly converts the objects of recognized types into array representation.
* It will not do conversion for unknown object types or non-object data.
* The default implementation will handle [[Model]] and [[DataProviderInterface]].
* You may override this method to support more object types.
* @param mixed $data the data to be serialized.
* @return mixed the converted data.
*/
public function serialize($data)
{
if ($data instanceof Model) {
return $data->hasErrors() ? $this->serializeModelErrors($data) : $this->serializeModel($data);
} elseif ($data instanceof DataProviderInterface) {
return $this->serializeDataProvider($data);
} else {
return $data;
}
}
/**
* @return array the names of the requested fields. The first element is an array
* representing the list of default fields requested, while the second element is
* an array of the extra fields requested in addition to the default fields.
* @see Model::fields()
* @see Model::extraFields()
*/
protected function getRequestedFields()
{
$fields = $this->request->get($this->fieldsParam);
$expand = $this->request->get($this->expandParam);
return [
preg_split('/\s*,\s*/', $fields, -1, PREG_SPLIT_NO_EMPTY),
preg_split('/\s*,\s*/', $expand, -1, PREG_SPLIT_NO_EMPTY),
];
}
/**
* Serializes a data provider.
* @param DataProviderInterface $dataProvider
* @return array the array representation of the data provider.
*/
protected function serializeDataProvider($dataProvider)
{
$models = $this->serializeModels($dataProvider->getModels());
if (($pagination = $dataProvider->getPagination()) !== false) {
$this->addPaginationHeaders($pagination);
}
if ($this->request->getIsHead()) {
return null;
} elseif ($this->collectionEnvelope === null) {
return $models;
} else {
$result = [
$this->collectionEnvelope => $models,
];
if ($pagination !== false) {
return array_merge($result, $this->serializePagination($pagination));
} else {
return $result;
}
}
}
/**
* Serializes a pagination into an array.
* @param Pagination $pagination
* @return array the array representation of the pagination
* @see addPaginationHeader()
*/
protected function serializePagination($pagination)
{
return [
'_links' => Link::serialize($pagination->getLinks(true)),
'_meta' => [
'totalCount' => $pagination->totalCount,
'pageCount' => $pagination->getPageCount(),
'currentPage' => $pagination->getPage(),
'perPage' => $pagination->getPageSize(),
],
];
}
/**
* Adds HTTP headers about the pagination to the response.
* @param Pagination $pagination
*/
protected function addPaginationHeaders($pagination)
{
$links = [];
foreach ($pagination->getLinks(true) as $rel => $url) {
$links[] = "<$url>; rel=$rel";
}
$this->response->getHeaders()
->set($this->totalCountHeader, $pagination->totalCount)
->set($this->pageCountHeader, $pagination->getPageCount())
->set($this->currentPageHeader, $pagination->getPage() + 1)
->set($this->perPageHeader, $pagination->pageSize)
->set('Link', implode(', ', $links));
}
/**
* Serializes a model object.
* @param Model $model
* @return array the array representation of the model
*/
protected function serializeModel($model)
{
if ($this->request->getIsHead()) {
return null;
} else {
list ($fields, $expand) = $this->getRequestedFields();
return $model->toArray($fields, $expand);
}
}
/**
* Serializes the validation errors in a model.
* @param Model $model
* @return array the array representation of the errors
*/
protected function serializeModelErrors($model)
{
$this->response->setStatusCode(422, 'Data Validation Failed.');
$result = [];
foreach ($model->getFirstErrors() as $name => $message) {
$result[] = [
'field' => $name,
'message' => $message,
];
}
return $result;
}
/**
* Serializes a set of models.
* @param array $models
* @return array the array representation of the models
*/
protected function serializeModels(array $models)
{
list ($fields, $expand) = $this->getRequestedFields();
foreach ($models as $i => $model) {
if ($model instanceof Model) {
$models[$i] = $model->toArray($fields, $expand);
} elseif (is_array($model)) {
$models[$i] = ArrayHelper::toArray($model);
}
}
return $models;
}
}
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<title>CTFU</title>
</head>
<style>
.row, .align-items-center, .h-100{
position: absolute;
left: 0;
right: 0;
}
</style>
<body>
<div class="container h-100">
<div class="row align-items-center h-100">
<div class="col-6 mx-auto">
<div class="card">
<div class="card-header">
<h3>Login</h3>
</div>
<div class="card-body">
<form action="">
<div>
</div>
<div>
</div>
<div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
<?php
namespace Modules\Initializer\Traits;
trait ReactivityTrait {
protected static function bootReactivityTrait() {
static::saving(function ($model) {
//$attributes = $model->getConncetion()->getSchemaBuilder()->get
});
static::saved(function($model) {
});
}
}
|
<header class="header dark-bg">
<div class="toggle-nav">
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i class="icon_menu"></i></div>
</div>
<!--logo start-->
<a href="/dashboard" class="logo"> Max <span class="lite">Blog</span></a>
<!--logo end-->
<div class="nav search-row" id="top_menu">
<!-- search form start -->
<ul class="nav top-menu">
<li>
<form class="navbar-form">
<input class="form-control" placeholder="Search" type="text">
</form>
</li>
</ul>
<!-- search form end -->
</div>
<div class="top-nav notification-row">
<!-- notificatoin dropdown start-->
<ul class="nav pull-right top-menu">
<!-- task notificatoin start -->
<li id="task_notificatoin_bar" class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-task-l"></i>
<span class="badge bg-important">6</span>
</a>
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<span class="profile-ava">
<img style="height:40px ;" alt="" src="images/p4.PNG"/>
</span>
<span class="username">Admin</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu extended logout">
<div class="log-arrow-up"></div>
<li class="eborder-top">
<a href="#"><i class="icon_profile"></i> My Profile</a>
</li>
<li>
<a href="#"><i class="icon_clock_alt"></i> Timeline</a>
</li>
<li>
<a href="/adminlogin"><i class="icon_key_alt"></i> Log Out</a>
</li>
</ul>
</li>
<!-- user login dropdown end -->
</ul>
<!-- notificatoin dropdown end-->
</div>
</header>
|
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/6/5
* Time: 8:57
*/
namespace Liang\Models;
use AvoRed\Ecommerce\Models\Database\User;
class Article extends BaseModel
{
protected $fillable = ['title','content','status','created_by','tags'];
public function user(){
return $this->hasOne(User::class,'id','created_by');
}
public function comment(){
return $this->hasMany(Comment::class);
}
public function getArticleCommentAttribute(){
return $this->comment()->count();
}
public function getNewCommentAttribute(){
return $this->comment()->max('updated_at');
}
public function getSubContentAttribute(){
$content = strip_tags($this->attributes['content']);
$length = strlen($content);
$substr = mb_substr($content,0,200,'utf-8');
return $substr.(($length > 200) ? '...' : '');
// return $content;
}
public function getTagArrayAttribute(){
$tags = preg_split('/\s*,|,、\s*/',$this->attributes['tags']);
return $tags;
}
}
|
<?php
/*
* DataTables example server-side processing script.
*
* Please note that this script is intentionally extremely simply to show how
* server-side processing can be implemented, and probably shouldn't be used as
* the basis for a large complex system. It is suitable for simple use cases as
* for learning.
*
* See http://datatables.net/usage/server-side for full details on the server-
* side processing requirements of DataTables.
*
* @license MIT - http://datatables.net/license_mit
*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Easy set variables
*/
// DB table to use
$table = 'tblusers';
// Table's primary key
$primaryKey = 'fldUserId';
// Array of database columns which should be read and sent back to DataTables.
// The `db` parameter represents the column name in the database, while the `dt`
// parameter represents the DataTables column identifier. In this case simple
// indexes
$columns = array(
array( 'db' => 'fldUserId', 'dt' => 0 ),
array( 'db' => 'fldUserUsername', 'dt' => 1 ),
array( 'db' => 'fldUserPassword', 'dt' => 2 ),
array( 'db' => 'fldUserStatus', 'dt' => 3 ),
array( 'db' => 'tblRoles_fldRoleId', 'dt' => 4 )
);
// SQL server connection information
include 'xsideconnection.php';
$where = "fldUserDeleted <> 1";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* If you just want to use the basic configuration for DataTables with PHP
* server-side, there is no need to edit below this line.
*/
require( '../inc/ssp.class.php' );
echo json_encode(
SSP::simple( $_GET, $sql_details, $table, $primaryKey, $columns ,$where)
);
|
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from doccure-html.dreamguystech.com/template/patient-profile.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 22 Mar 2021 19:28:23 GMT -->
<head>
<meta charset="utf-8">
<title>Doccure</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="assets/plugins/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/all.min.css">
<!-- Datetimepicker CSS -->
<link rel="stylesheet" href="assets/css/bootstrap-datetimepicker.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main Wrapper -->
<div class="main-wrapper">
<!-- Header -->
<header class="header">
<nav class="navbar navbar-expand-lg header-nav">
<div class="navbar-header">
<a id="mobile_btn" href="javascript:void(0);">
<span class="bar-icon">
<span></span>
<span></span>
<span></span>
</span>
</a>
<a href="index.html" class="navbar-brand logo">
<img src="assets/img/logo.png" class="img-fluid" alt="Logo">
</a>
</div>
<div class="main-menu-wrapper">
<div class="menu-header">
<a href="index.html" class="menu-logo">
<img src="assets/img/logo.png" class="img-fluid" alt="Logo">
</a>
<a id="menu_close" class="menu-close" href="javascript:void(0);">
<i class="fas fa-times"></i>
</a>
</div>
<ul class="main-nav">
<li class="has-submenu">
<a href="#">Home <i class="fas fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="index.html">Home</a></li>
<li><a href="index-1.html">Home 1</a></li>
<li><a href="index-2.html">Home 2</a></li>
<li><a href="index-3.html">Home slider 1</a></li>
<li><a href="index-slide.html">Home slider 2</a></li>
</ul>
</li>
<li class="has-submenu active">
<a href="#">Doctors <i class="fas fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="doctor-dashboard.html">Doctor Dashboard</a></li>
<li><a href="appointments.html">Appointments</a></li>
<li><a href="schedule-timings.html">Schedule Timing</a></li>
<li><a href="my-patients.html">Patients List</a></li>
<li class="active"><a href="patient-profile.html">Patients Profile</a></li>
<li><a href="chat-doctor.html">Chat</a></li>
<li><a href="invoices.html">Invoices</a></li>
<li><a href="doctor-profile-settings.html">Profile Settings</a></li>
<li><a href="reviews.html">Reviews</a></li>
<li><a href="doctor-register.html">Doctor Register</a></li>
</ul>
</li>
<li class="has-submenu">
<a href="#">Patients <i class="fas fa-chevron-down"></i></a>
<ul class="submenu">
<li class="has-submenu">
<a href="#">Doctors</a>
<ul class="submenu">
<li><a href="map-grid.html">Map Grid</a></li>
<li><a href="map-list.html">Map List</a></li>
</ul>
</li>
<li><a href="search.html">Search Doctor</a></li>
<li><a href="doctor-profile.html">Doctor Profile</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="booking-success.html">Booking Success</a></li>
<li><a href="patient-dashboard.html">Patient Dashboard</a></li>
<li><a href="favourites.html">Favourites</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="profile-settings.html">Profile Settings</a></li>
<li><a href="change-password.html">Change Password</a></li>
</ul>
</li>
<li class="has-submenu">
<a href="#">Pages <i class="fas fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="voice-call.html">Voice Call</a></li>
<li><a href="video-call.html">Video Call</a></li>
<li><a href="search.html">Search Doctors</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="components.html">Components</a></li>
<li class="has-submenu">
<a href="invoices.html">Invoices</a>
<ul class="submenu">
<li><a href="invoices.html">Invoices</a></li>
<li><a href="invoice-view.html">Invoice View</a></li>
</ul>
</li>
<li><a href="blank-page.html">Starter Page</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="forgot-password.html">Forgot Password</a></li>
</ul>
</li>
<li class="has-submenu">
<a href="#">Blog <i class="fas fa-chevron-down"></i></a>
<ul class="submenu">
<li><a href="blog-list.html">Blog List</a></li>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li>
<a href="admin/index.html" target="_blank">Admin</a>
</li>
<li class="login-link">
<a href="login.html">Login / Signup</a>
</li>
</ul>
</div>
<ul class="nav header-navbar-rht">
<li class="nav-item contact-item">
<div class="header-contact-img">
<i class="far fa-hospital"></i>
</div>
<div class="header-contact-detail">
<p class="contact-header">Contact</p>
<p class="contact-info-header"> +1 315 369 5943</p>
</div>
</li>
<!-- User Menu -->
<li class="nav-item dropdown has-arrow logged-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
<span class="user-img">
<img class="rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" width="31" alt="Darren Elder">
</span>
</a>
<div class="dropdown-menu dropdown-menu-right">
<div class="user-header">
<div class="avatar avatar-sm">
<img src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image" class="avatar-img rounded-circle">
</div>
<div class="user-text">
<h6>Darren Elder</h6>
<p class="text-muted mb-0">Doctor</p>
</div>
</div>
<a class="dropdown-item" href="doctor-dashboard.html">Dashboard</a>
<a class="dropdown-item" href="doctor-profile-settings.html">Profile Settings</a>
<a class="dropdown-item" href="login.html">Logout</a>
</div>
</li>
<!-- /User Menu -->
</ul>
</nav>
</header>
<!-- /Header -->
<!-- Breadcrumb -->
<div class="breadcrumb-bar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-12 col-12">
<nav aria-label="breadcrumb" class="page-breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Profile</li>
</ol>
</nav>
<h2 class="breadcrumb-title">Profile</h2>
</div>
</div>
</div>
</div>
<!-- /Breadcrumb -->
<!-- Page Content -->
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-5 col-lg-4 col-xl-3 theiaStickySidebar dct-dashbd-lft">
<!-- Profile Widget -->
<div class="card widget-profile pat-widget-profile">
<div class="card-body">
<div class="pro-widget-content">
<div class="profile-info-widget">
<a href="#" class="booking-doc-img">
<img src="assets/img/patients/patient.jpg" alt="User Image">
</a>
<div class="profile-det-info">
<h3>Richard Wilson</h3>
<div class="patient-details">
<h5><b>Patient ID :</b> PT0016</h5>
<h5 class="mb-0"><i class="fas fa-map-marker-alt"></i> Newyork, United States</h5>
</div>
</div>
</div>
</div>
<div class="patient-info">
<ul>
<li>Phone <span>+1 952 001 8563</span></li>
<li>Age <span>38 Years, Male</span></li>
<li>Blood Group <span>AB+</span></li>
</ul>
</div>
</div>
</div>
<!-- /Profile Widget -->
<!-- Last Booking -->
<div class="card">
<div class="card-header">
<h4 class="card-title">Last Booking</h4>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<div class="media align-items-center">
<div class="mr-3">
<img alt="Image placeholder" src="assets/img/doctors/doctor-thumb-02.jpg" class="avatar rounded-circle">
</div>
<div class="media-body">
<h5 class="d-block mb-0">Dr. Darren Elder </h5>
<span class="d-block text-sm text-muted">Dentist</span>
<span class="d-block text-sm text-muted">14 Nov 2019 5.00 PM</span>
</div>
</div>
</li>
<li class="list-group-item">
<div class="media align-items-center">
<div class="mr-3">
<img alt="Image placeholder" src="assets/img/doctors/doctor-thumb-02.jpg" class="avatar rounded-circle">
</div>
<div class="media-body">
<h5 class="d-block mb-0">Dr. Darren Elder </h5>
<span class="d-block text-sm text-muted">Dentist</span>
<span class="d-block text-sm text-muted">12 Nov 2019 11.00 AM</span>
</div>
</div>
</li>
</ul>
</div>
<!-- /Last Booking -->
</div>
<div class="col-md-7 col-lg-8 col-xl-9 dct-appoinment">
<div class="card">
<div class="card-body pt-0">
<div class="user-tabs">
<ul class="nav nav-tabs nav-tabs-bottom nav-justified flex-wrap">
<li class="nav-item">
<a class="nav-link active" href="#pat_appointments" data-toggle="tab">Appointments</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pres" data-toggle="tab"><span>Prescription</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#medical" data-toggle="tab"><span class="med-records">Medical Records</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#billing" data-toggle="tab"><span>Billing</span></a>
</li>
</ul>
</div>
<div class="tab-content">
<!-- Appointment Tab -->
<div id="pat_appointments" class="tab-pane fade show active">
<div class="card card-table mb-0">
<div class="card-body">
<div class="table-responsive">
<table class="table table-hover table-center mb-0">
<thead>
<tr>
<th>Doctor</th>
<th>Appt Date</th>
<th>Booking Date</th>
<th>Amount</th>
<th>Follow Up</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>14 Nov 2019 <span class="d-block text-info">10.00 AM</span></td>
<td>12 Nov 2019</td>
<td>$160</td>
<td>16 Nov 2019</td>
<td><span class="badge badge-pill bg-success-light">Confirm</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>12 Nov 2019 <span class="d-block text-info">8.00 PM</span></td>
<td>12 Nov 2019</td>
<td>$250</td>
<td>14 Nov 2019</td>
<td><span class="badge badge-pill bg-success-light">Confirm</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>11 Nov 2019 <span class="d-block text-info">11.00 AM</span></td>
<td>10 Nov 2019</td>
<td>$400</td>
<td>13 Nov 2019</td>
<td><span class="badge badge-pill bg-danger-light">Cancelled</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>10 Nov 2019 <span class="d-block text-info">3.00 PM</span></td>
<td>10 Nov 2019</td>
<td>$350</td>
<td>12 Nov 2019</td>
<td><span class="badge badge-pill bg-warning-light">Pending</span></td>
<td class="text-right">
<div class="table-action">
<a href="edit-prescription.html" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-danger-light">
<i class="far fa-trash-alt"></i> Cancel
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>9 Nov 2019 <span class="d-block text-info">7.00 PM</span></td>
<td>8 Nov 2019</td>
<td>$75</td>
<td>11 Nov 2019</td>
<td><span class="badge badge-pill bg-success-light">Confirm</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>8 Nov 2019 <span class="d-block text-info">9.00 AM</span></td>
<td>6 Nov 2019</td>
<td>$175</td>
<td>10 Nov 2019</td>
<td><span class="badge badge-pill bg-danger-light">Cancelled</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>8 Nov 2019 <span class="d-block text-info">6.00 PM</span></td>
<td>6 Nov 2019</td>
<td>$450</td>
<td>10 Nov 2019</td>
<td><span class="badge badge-pill bg-success-light">Confirm</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-success-light">
<i class="far fa-edit"></i> Edit
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>7 Nov 2019 <span class="d-block text-info">9.00 PM</span></td>
<td>7 Nov 2019</td>
<td>$275</td>
<td>9 Nov 2019</td>
<td><span class="badge badge-pill bg-info-light">Completed</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="far fa-clock"></i> Reschedule
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>6 Nov 2019 <span class="d-block text-info">8.00 PM</span></td>
<td>4 Nov 2019</td>
<td>$600</td>
<td>8 Nov 2019</td>
<td><span class="badge badge-pill bg-info-light">Completed</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="far fa-clock"></i> Reschedule
</a>
</div>
</td>
</tr>
<tr>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>5 Nov 2019 <span class="d-block text-info">5.00 PM</span></td>
<td>1 Nov 2019</td>
<td>$100</td>
<td>7 Nov 2019</td>
<td><span class="badge badge-pill bg-info-light">Completed</span></td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="far fa-clock"></i> Reschedule
</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- /Appointment Tab -->
<!-- Prescription Tab -->
<div class="tab-pane fade" id="pres">
<div class="text-right">
<a href="add-prescription.html" class="add-new-btn">Add Prescription</a>
</div>
<div class="card card-table mb-0">
<div class="card-body">
<div class="table-responsive">
<table class="table table-hover table-center mb-0">
<thead>
<tr>
<th>Date </th>
<th>Name</th>
<th>Created by </th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>14 Nov 2019</td>
<td>Prescription 1</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-01.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Ruby Perrin <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>13 Nov 2019</td>
<td>Prescription 2</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
<a href="edit-prescription.html" class="btn btn-sm bg-success-light">
<i class="fas fa-edit"></i> Edit
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-danger-light">
<i class="far fa-trash-alt"></i> Delete
</a>
</div>
</td>
</tr>
<tr>
<td>12 Nov 2019</td>
<td>Prescription 3</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-03.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Deborah Angel <span>Cardiology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>11 Nov 2019</td>
<td>Prescription 4</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-04.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Sofia Brient <span>Urology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>10 Nov 2019</td>
<td>Prescription 5</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-05.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Marvin Campbell <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>9 Nov 2019</td>
<td>Prescription 6</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-06.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Katharine Berthold <span>Orthopaedics</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>8 Nov 2019</td>
<td>Prescription 7</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-07.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Linda Tobin <span>Neurology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>7 Nov 2019</td>
<td>Prescription 8</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-08.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Paul Richard <span>Dermatology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>6 Nov 2019</td>
<td>Prescription 9</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-09.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. John Gibbs <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>5 Nov 2019</td>
<td>Prescription 10</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-10.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Olga Barlow <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- /Prescription Tab -->
<!-- Medical Records Tab -->
<div class="tab-pane fade" id="medical">
<div class="text-right">
<a href="#" class="add-new-btn" data-toggle="modal" data-target="#add_medical_records">Add Medical Records</a>
</div>
<div class="card card-table mb-0">
<div class="card-body">
<div class="table-responsive">
<table class="table table-hover table-center mb-0">
<thead>
<tr>
<th>ID</th>
<th>Date </th>
<th>Description</th>
<th>Attachment</th>
<th>Created</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="javascript:void(0);">#MR-0010</a></td>
<td>14 Nov 2019</td>
<td>Dental Filling</td>
<td><a href="#">dental-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-01.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Ruby Perrin <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0009</a></td>
<td>13 Nov 2019</td>
<td>Teeth Cleaning</td>
<td><a href="#">dental-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
<a href="edit-prescription.html" class="btn btn-sm bg-success-light" data-toggle="modal" data-target="#add_medical_records">
<i class="fas fa-edit"></i> Edit
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-danger-light">
<i class="far fa-trash-alt"></i> Delete
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0008</a></td>
<td>12 Nov 2019</td>
<td>General Checkup</td>
<td><a href="#">cardio-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-03.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Deborah Angel <span>Cardiology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0007</a></td>
<td>11 Nov 2019</td>
<td>General Test</td>
<td><a href="#">general-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-04.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Sofia Brient <span>Urology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0006</a></td>
<td>10 Nov 2019</td>
<td>Eye Test</td>
<td><a href="#">eye-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-05.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Marvin Campbell <span>Ophthalmology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0005</a></td>
<td>9 Nov 2019</td>
<td>Leg Pain</td>
<td><a href="#">ortho-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-06.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Katharine Berthold <span>Orthopaedics</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0004</a></td>
<td>8 Nov 2019</td>
<td>Head pain</td>
<td><a href="#">neuro-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-07.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Linda Tobin <span>Neurology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0003</a></td>
<td>7 Nov 2019</td>
<td>Skin Alergy</td>
<td><a href="#">alergy-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-08.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Paul Richard <span>Dermatology</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0002</a></td>
<td>6 Nov 2019</td>
<td>Dental Removing</td>
<td><a href="#">dental-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-09.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. John Gibbs <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td><a href="javascript:void(0);">#MR-0001</a></td>
<td>5 Nov 2019</td>
<td>Dental Filling</td>
<td><a href="#">dental-test.pdf</a></td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-10.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Olga Barlow <span>Dental</span></a>
</h2>
</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- /Medical Records Tab -->
<!-- Billing Tab -->
<div class="tab-pane" id="billing">
<div class="text-right">
<a class="add-new-btn" href="add-billing.html">Add Billing</a>
</div>
<div class="card card-table mb-0">
<div class="card-body">
<div class="table-responsive">
<table class="table table-hover table-center mb-0">
<thead>
<tr>
<th>Invoice No</th>
<th>Doctor</th>
<th>Amount</th>
<th>Paid On</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="invoice-view.html">#INV-0010</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-01.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Ruby Perrin <span>Dental</span></a>
</h2>
</td>
<td>$450</td>
<td>14 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0009</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-02.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Darren Elder <span>Dental</span></a>
</h2>
</td>
<td>$300</td>
<td>13 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
<a href="edit-billing.html" class="btn btn-sm bg-success-light">
<i class="fas fa-edit"></i> Edit
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-danger-light">
<i class="far fa-trash-alt"></i> Delete
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0008</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-03.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Deborah Angel <span>Cardiology</span></a>
</h2>
</td>
<td>$150</td>
<td>12 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0007</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-04.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Sofia Brient <span>Urology</span></a>
</h2>
</td>
<td>$50</td>
<td>11 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0006</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-05.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Marvin Campbell <span>Ophthalmology</span></a>
</h2>
</td>
<td>$600</td>
<td>10 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0005</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-06.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Katharine Berthold <span>Orthopaedics</span></a>
</h2>
</td>
<td>$200</td>
<td>9 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0004</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-07.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Linda Tobin <span>Neurology</span></a>
</h2>
</td>
<td>$100</td>
<td>8 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0003</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-08.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Paul Richard <span>Dermatology</span></a>
</h2>
</td>
<td>$250</td>
<td>7 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0002</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-09.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. John Gibbs <span>Dental</span></a>
</h2>
</td>
<td>$175</td>
<td>6 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
<tr>
<td>
<a href="invoice-view.html">#INV-0001</a>
</td>
<td>
<h2 class="table-avatar">
<a href="doctor-profile.html" class="avatar avatar-sm mr-2">
<img class="avatar-img rounded-circle" src="assets/img/doctors/doctor-thumb-10.jpg" alt="User Image">
</a>
<a href="doctor-profile.html">Dr. Olga Barlow <span>#0010</span></a>
</h2>
</td>
<td>$550</td>
<td>5 Nov 2019</td>
<td class="text-right">
<div class="table-action">
<a href="javascript:void(0);" class="btn btn-sm bg-primary-light">
<i class="fas fa-print"></i> Print
</a>
<a href="javascript:void(0);" class="btn btn-sm bg-info-light">
<i class="far fa-eye"></i> View
</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Billing Tab -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Page Content -->
<!-- Footer -->
<footer class="footer">
<!-- Footer Top -->
<div class="footer-top">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-md-6">
<!-- Footer Widget -->
<div class="footer-widget footer-about">
<div class="footer-logo">
<img src="assets/img/footer-logo.png" alt="logo">
</div>
<div class="footer-about-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
<div class="social-icon">
<ul>
<li>
<a href="#" target="_blank"><i class="fab fa-facebook-f"></i> </a>
</li>
<li>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
</li>
<li>
<a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fab fa-dribbble"></i> </a>
</li>
</ul>
</div>
</div>
</div>
<!-- /Footer Widget -->
</div>
<div class="col-lg-3 col-md-6">
<!-- Footer Widget -->
<div class="footer-widget footer-menu">
<h2 class="footer-title">For Patients</h2>
<ul>
<li><a href="search.html">Search for Doctors</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="patient-dashboard.html">Patient Dashboard</a></li>
</ul>
</div>
<!-- /Footer Widget -->
</div>
<div class="col-lg-3 col-md-6">
<!-- Footer Widget -->
<div class="footer-widget footer-menu">
<h2 class="footer-title">For Doctors</h2>
<ul>
<li><a href="appointments.html">Appointments</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="doctor-register.html">Register</a></li>
<li><a href="doctor-dashboard.html">Doctor Dashboard</a></li>
</ul>
</div>
<!-- /Footer Widget -->
</div>
<div class="col-lg-3 col-md-6">
<!-- Footer Widget -->
<div class="footer-widget footer-contact">
<h2 class="footer-title">Contact Us</h2>
<div class="footer-contact-info">
<div class="footer-address">
<span><i class="fas fa-map-marker-alt"></i></span>
<p> 3556 Beech Street, San Francisco,<br> California, CA 94108 </p>
</div>
<p>
<i class="fas fa-phone-alt"></i>
+1 315 369 5943
</p>
<p class="mb-0">
<i class="fas fa-envelope"></i>
doccure@example.com
</p>
</div>
</div>
<!-- /Footer Widget -->
</div>
</div>
</div>
</div>
<!-- /Footer Top -->
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="container-fluid">
<!-- Copyright -->
<div class="copyright">
<div class="row">
<div class="col-md-6 col-lg-6">
<div class="copyright-text">
<p class="mb-0">© 2020 Doccure. All rights reserved.</p>
</div>
</div>
<div class="col-md-6 col-lg-6">
<!-- Copyright Menu -->
<div class="copyright-menu">
<ul class="policy-menu">
<li><a href="term-condition.html">Terms and Conditions</a></li>
<li><a href="privacy-policy.html">Policy</a></li>
</ul>
</div>
<!-- /Copyright Menu -->
</div>
</div>
</div>
<!-- /Copyright -->
</div>
</div>
<!-- /Footer Bottom -->
</footer>
<!-- /Footer -->
</div>
<!-- /Main Wrapper -->
<!-- Add Medical Records Modal -->
<div class="modal fade custom-modal" id="add_medical_records">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title">Medical Records</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<form>
<div class="modal-body">
<div class="form-group">
<label>Date</label>
<input type="text" class="form-control datetimepicker" value="31-10-2019">
</div>
<div class="form-group">
<label>Description ( Optional )</label>
<textarea class="form-control"></textarea>
</div>
<div class="form-group">
<label>Upload File</label>
<input type="file" class="form-control">
</div>
<div class="submit-section text-center">
<button type="submit" class="btn btn-primary submit-btn">Submit</button>
<button type="button" class="btn btn-secondary submit-btn" data-dismiss="modal">Cancel</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- /Add Medical Records Modal -->
<!-- jQuery -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap Core JS -->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Datetimepicker JS -->
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/bootstrap-datetimepicker.min.js"></script>
<!-- Sticky Sidebar JS -->
<script src="assets/plugins/theia-sticky-sidebar/ResizeSensor.js"></script>
<script src="assets/plugins/theia-sticky-sidebar/theia-sticky-sidebar.js"></script>
<!-- Custom JS -->
<script src="assets/js/script.js"></script>
</body>
<!-- Mirrored from doccure-html.dreamguystech.com/template/patient-profile.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 22 Mar 2021 19:28:26 GMT -->
</html>
|
<?php
namespace App\Http\Controllers;
use App\Models\Order;
use App\Models\Product;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Redirect;
use Unicodeveloper\Paystack\Facades\Paystack;
class PaymentController extends Controller
{
/**
* Redirect the User to Paystack Payment Page
* @return Url
*/
public function redirectToGateway()
{
try{
return Paystack::getAuthorizationUrl()->redirectNow();
}catch(Exception $e) {
return Redirect::back()->withMessage(['msg'=>'The paystack token has expired. Please refresh the page and try again.', 'type'=>'error']);
}
}
/**
* Obtain Paystack payment information
* @return void
*/
public function handleGatewayCallback()
{
$paymentDetails = Paystack::getPaymentData();
if ($paymentDetails['status'])
{
$product_id = $paymentDetails['data']['metadata']['id'];
Order::create(['product_id' => $product_id,
'user_id' => $paymentDetails['data']['metadata']['user_id'],
'payment_date' => $paymentDetails['data']['paid_at'],
'shipping_address' => $paymentDetails['data']['metadata']['address'],
'total_amount' => $paymentDetails['data']['amount'] / 100,
'shipping_fee' => $paymentDetails['data']['metadata']['fee']]);
Product::where('id', $product_id)->update(['status' => 'paid']);
return view('payment.callback')->with('res', $paymentDetails);
}
// dd($paymentDetails['data']['amount']);
// Now you have the payment details,
// you can store the authorization_code in your db to allow for recurrent subscriptions
// you can then redirect or do whatever you want
}
}
|
<?php
declare(strict_types=1);
namespace Pollen\WpTerm;
use Pollen\Support\Concerns\BootableTrait;
use Pollen\Support\Concerns\ConfigBagAwareTrait;
use Pollen\Support\Exception\ManagerRuntimeException;
use Pollen\Support\Proxy\ContainerProxy;
use Psr\Container\ContainerInterface as Container;
use WP_Taxonomy;
class WpTermManager implements WpTermManagerInterface
{
use BootableTrait;
use ConfigBagAwareTrait;
use ContainerProxy;
/**
* Instance principale.
* @var static|null
*/
private static $instance;
/**
* Instance du gestionnaire de taxonomies.
* @var WpTaxonomyManagerInterface
*/
protected $taxonomyManager;
/**
* @param array $config
* @param Container|null $container Instance du conteneur d'injection de dépendances.
*
* @return void
*/
public function __construct(array $config = [], ?Container $container = null)
{
$this->setConfig($config);
if ($container !== null) {
$this->setContainer($container);
}
if ($this->config('boot_enabled', true)) {
$this->boot();
}
if (!self::$instance instanceof static) {
self::$instance = $this;
}
}
/**
* Récupération de l'instance principale.
*
* @return static
*/
public static function getInstance(): WpTermManagerInterface
{
if (self::$instance instanceof self) {
return self::$instance;
}
throw new ManagerRuntimeException(sprintf('Unavailable [%s] instance', __CLASS__));
}
/**
* @inheritDoc
*/
public function boot(): WpTermManagerInterface
{
if (!$this->isBooted()) {
add_action('init', function () {
global $wp_taxonomies;
foreach ($this->taxonomyManager()->all() as $name => $taxonomy) {
if (!$object_type = $taxonomy->params()->get('object_type')) {
$object_type = [];
} elseif (is_string('object_type')) {
$object_type = [$object_type];
} elseif (!is_array($object_type)) {
$object_type = [];
}
if (!isset($wp_taxonomies[$name])) {
register_taxonomy($name, $object_type, $taxonomy->params()->all());
}
if ($wp_taxonomies[$name] instanceof WP_Taxonomy) {
$taxonomy->setWpTaxonomy($wp_taxonomies[$name]);
}
}
}, 11);
add_action('init', function () {
global $wp_taxonomies;
foreach ($wp_taxonomies as $name => $attrs) {
if (!$this->getTaxonomy($name)) {
$this->registerTaxonomy($name, get_object_vars($attrs));
}
}
}, 999999);
$this->setBooted();
}
return $this;
}
/**
* @inheritDoc
*/
public function fetch($query = null): array
{
return WpTermQuery::fetch($query);
}
/**
* @inheritDoc
*/
public function get($term = null): ?WpTermQueryInterface
{
return WpTermQuery::create($term);
}
/**
* @inheritDoc
*/
public function getTaxonomy(string $name): ?WpTaxonomyInterface
{
return $this->taxonomyManager()->get($name);
}
/**
* @inheritDoc
*/
public function registerTaxonomy(string $name, $taxonomyDef = []): WpTaxonomyInterface
{
return $this->taxonomyManager()->register($name, $taxonomyDef);
}
/**
* @inheritDoc
*/
public function taxonomyManager(): WpTaxonomyManagerInterface
{
if ($this->taxonomyManager === null) {
$this->taxonomyManager = $this->containerHas(WpTaxonomyManagerInterface::class)
? $this->containerGet(WpTaxonomyManagerInterface::class) : new WpTaxonomyManager($this);
}
return $this->taxonomyManager;
}
}
|
<?php
require_once 'Figure.php';
class Triangle extends Figure {
public function getArea(): float {
return $this->width * $this->height / 2;
}
}
|
<?php
declare (strict_types=1);
namespace Rector\Transform\Rector\StaticCall;
use PhpParser\Node;
use PhpParser\Node\Expr\New_;
use PhpParser\Node\Expr\StaticCall;
use PhpParser\Node\Name\FullyQualified;
use Rector\Core\Contract\Rector\ConfigurableRectorInterface;
use Rector\Core\Rector\AbstractRector;
use Rector\Transform\ValueObject\StaticCallToNew;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
use RectorPrefix20211107\Webmozart\Assert\Assert;
/**
* @changelog https://github.com/symfony/symfony/pull/35308
*
* @see \Rector\Tests\Transform\Rector\StaticCall\StaticCallToNewRector\StaticCallToNewRectorTest
*/
final class StaticCallToNewRector extends \Rector\Core\Rector\AbstractRector implements \Rector\Core\Contract\Rector\ConfigurableRectorInterface
{
/**
* @var string
*/
public const STATIC_CALLS_TO_NEWS = 'static_calls_to_news';
/**
* @var StaticCallToNew[]
*/
private $staticCallsToNews = [];
public function getRuleDefinition() : \Symplify\RuleDocGenerator\ValueObject\RuleDefinition
{
return new \Symplify\RuleDocGenerator\ValueObject\RuleDefinition('Change static call to new instance', [new \Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample(<<<'CODE_SAMPLE'
class SomeClass
{
public function run()
{
$dotenv = JsonResponse::create(true);
}
}
CODE_SAMPLE
, <<<'CODE_SAMPLE'
class SomeClass
{
public function run()
{
$dotenv = new JsonResponse();
}
}
CODE_SAMPLE
, [self::STATIC_CALLS_TO_NEWS => [new \Rector\Transform\ValueObject\StaticCallToNew('JsonResponse', 'create')]])]);
}
/**
* @return array<class-string<Node>>
*/
public function getNodeTypes() : array
{
return [\PhpParser\Node\Expr\StaticCall::class];
}
/**
* @param Node\Expr\StaticCall $node
*/
public function refactor(\PhpParser\Node $node) : ?\PhpParser\Node
{
foreach ($this->staticCallsToNews as $staticCallToNew) {
if (!$this->isName($node->class, $staticCallToNew->getClass())) {
continue;
}
if (!$this->isName($node->name, $staticCallToNew->getMethod())) {
continue;
}
$class = $this->getName($node->class);
if ($class === null) {
continue;
}
return new \PhpParser\Node\Expr\New_(new \PhpParser\Node\Name\FullyQualified($class));
}
return $node;
}
/**
* @param array<string, StaticCallToNew[]> $configuration
*/
public function configure(array $configuration) : void
{
$staticCallsToNews = $configuration[self::STATIC_CALLS_TO_NEWS] ?? [];
\RectorPrefix20211107\Webmozart\Assert\Assert::allIsAOf($staticCallsToNews, \Rector\Transform\ValueObject\StaticCallToNew::class);
$this->staticCallsToNews = $staticCallsToNews;
}
}
|
<!doctype html>
<html lang="{{ app()->getLocale() }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/libs/estilo.css">
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.title {
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
@if (Route::has('login'))
<div class="top-right links">
@auth
<a href="{{ url('/home') }}">Home</a>
@else
<a href="{{ route('login') }}">Login</a>
<a href="{{ route('register') }}">Register</a>
@endauth
</div>
@endif
<div class="content">
<div class="title m-b-md">
Laravel CCEO
</div>
<div class="links">
<a href="https://laravel.com/docs">Documentation</a>
<a href="https://laracasts.com">Laracasts</a>
<a href="https://laravel-news.com">News</a>
<a href="https://forge.laravel.com">Forge</a>
<a href="https://github.com/laravel/laravel">GitHub</a>
</div>
</div>
</div>
</body>
</html>
|
<?php
namespace App\Http\Controllers\Auth;
use App\User;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
class RegisterConfirmationController extends Controller
{
public function index()
{
$user = User::where('confirmation_token', request('token'))
->first();
if (! $user) {
return redirect(route('threads'))->with('flash', 'Unknown token.');
}
$user->confirm();
return redirect(route('threads'))->with('flash', 'Your account is now confirmed! You may post to the forum.');
}
}
|
<?php
/**
* 管理员后台会员模块设置
*/
defined('IN_PHPCMS') or exit('No permission resources.');
pc_base::load_app_class('admin', 'admin', 0);
pc_base::load_sys_class('format', '', 0);
class member_setting extends admin {
private $db;
function __construct() {
parent::__construct();
$this->db = pc_base::load_model('module_model');
}
/**
* member list
*/
function manage() {
if(isset($_POST['dosubmit'])) {
$member_setting = array2string($_POST['info']);
$this->db->update(array('module'=>'member', 'setting'=>$member_setting), array('module'=>'member'));
setcache('member_setting', $_POST['info']);
showmessage(L('operation_success'), HTTP_REFERER);
} else {
$show_scroll = true;
$member_setting = $this->db->get_one(array('module'=>'member'), 'setting');
$member_setting = string2array($member_setting['setting']);
$email_config = getcache('common', 'commons');
$this->sms_setting_arr = getcache('sms','sms');
$siteid = get_siteid();
if(empty($email_config['mail_user']) || empty($email_config['mail_password'])) {
$mail_disabled = 1;
}
if(!empty($this->sms_setting_arr[$siteid])) {
$this->sms_setting = $this->sms_setting_arr[$siteid];
if($this->sms_setting['sms_enable']=='0'){
$sms_disabled = 1;
}else{
if(empty($this->sms_setting['userid']) || empty($this->sms_setting['productid']) || empty($this->sms_setting['sms_key'])){
$sms_disabled = 1;
}
}
} else {
$sms_disabled = 1;
}
include $this->admin_tpl('member_setting');
}
}
}
?>
|
<?php
declare(strict_types=1);
namespace Ssch\TYPO3Rector\Tests\Rector\v8\v0\TimeTrackerInsteadOfNullTimeTracker;
use Iterator;
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
use Symplify\SmartFileSystem\SmartFileInfo;
final class TimeTrackerInsteadOfNullTimeTrackerRectorTest extends AbstractRectorTestCase
{
/**
* @dataProvider provideDataForTest()
*/
public function test(SmartFileInfo $fileInfo): void
{
$this->doTestFileInfo($fileInfo);
}
public function provideDataForTest(): Iterator
{
return $this->yieldFilesFromDirectory(__DIR__ . '/Fixture');
}
public function provideConfigFilePath(): string
{
return __DIR__ . '/config/configured_rule.php';
}
}
|
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Post extends Model
{
protected $fillable = [
'title', 'file', 'description', 'is_visible', 'is_sticked', 'type_id'
];
public function user()
{
return $this->belongsTo('App\User');
}
public function comments()
{
return $this->hasMany('App\Comment');
}
public function modules()
{
return $this->belongsTo('App\Module');
}
public function type()
{
return $this->belongsTo('App\Type');
}
}
|
<?php
namespace App\Http\Controllers\API;
use App\Http\Requests\API\CreateUserAPIRequest;
use App\Http\Requests\API\UpdateUserAPIRequest;
use App\Http\Requests\UserSubscriptionRequest;
use App\Models\User;
use App\Repositories\UserRepository;
use Illuminate\Http\Request;
use App\Http\Controllers\AppBaseController;
use App\Http\Resources\UserResource;
use Response;
/**
* Class UserController
* @package App\Http\Controllers\API
*/
class UserAPIController extends AppBaseController
{
/** @var UserRepository */
private $userRepository;
public function __construct(UserRepository $userRepo)
{
$this->userRepository = $userRepo;
}
/**
* Display a listing of the User.
* GET|HEAD /users
*
* @param Request $request
* @return Response
*/
public function index(Request $request)
{
$users = $this->userRepository->all(
$request->except(['skip', 'limit']),
$request->get('skip'),
$request->get('limit')
);
return $this->sendResponse(UserResource::collection($users), 'Users retrieved successfully');
}
/**
* Store a newly created User in storage.
* POST /users
*
* @param CreateUserAPIRequest $request
*
* @return Response
*/
public function store(CreateUserAPIRequest $request)
{
$input = $request->all();
$user = $this->userRepository->create($input);
return $this->sendResponse(new UserResource($user), 'User saved successfully');
}
/**
* Display the specified User.
* GET|HEAD /users/{id}
*
* @param int $id
*
* @return Response
*/
public function show($id)
{
/** @var User $user */
$user = $this->userRepository->find($id);
if (empty($user)) {
return $this->sendError('User not found');
}
return $this->sendResponse(new UserResource($user), 'User retrieved successfully');
}
/**
* Update the specified User in storage.
* PUT/PATCH /users/{id}
*
* @param int $id
* @param UpdateUserAPIRequest $request
*
* @return Response
*/
public function update($id, UpdateUserAPIRequest $request)
{
$input = $request->all();
/** @var User $user */
$user = $this->userRepository->find($id);
if (empty($user)) {
return $this->sendError('User not found');
}
$user = $this->userRepository->update($input, $id);
return $this->sendResponse(new UserResource($user), 'User updated successfully');
}
/**
* Remove the specified User from storage.
* DELETE /users/{id}
*
* @param int $id
*
* @throws \Exception
*
* @return Response
*/
public function destroy($id)
{
/** @var User $user */
$user = $this->userRepository->find($id);
if (empty($user)) {
return $this->sendError('User not found');
}
$user->delete();
return $this->sendSuccess('User deleted successfully');
}
/**
* User subscribes to a website or websites.
* POST /user-subscribes/{id}
*
* @param UserSubscriptionRequest $request
*
* @return Response
*/
public function Usersubscribes(UserSubscriptionRequest $request, $id)
{
/** @var User $user */
$user = $this->userRepository->find($id);
$user->userWebsites()->sync($request->websites);
return $this->sendSuccess("Your subscription to the websites has been set");
}
/**
* User subscribes to a website or websites.
* POST /user-subscribes/{id}
*
* @param UserSubscriptionRequest $request
*
* @return Response
*/
public function UserUnsubscribes(UserSubscriptionRequest $request, $id)
{
/** @var User $user */
$user = $this->userRepository->find($id);
if (!$user)
{
return $this->sendError("User does not exist");
}
if (count($user->userWebsites) != 0){
$user->userWebsites()->detach($request->websites);
return $this->sendSuccess("Your subscription to the website(s) has been removed.");
}
return $this->sendError("User not subscribed tot this website.");
}
}
|
@extends('adminlte::page')
@section('title', 'Permissões disponíveis para o Cargo')
@section('content_header')
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ route('admin.index') }}">Dashboard</a></li>
<li class="breadcrumb-item active"><a href="{{ route('roles.index') }}" class="active">Cargos</a></li>
</ol>
<h1>Permissões disponíveis para o Cargo</h1>
@stop
@section('content')
<div class="card">
<div class="card-header">
<form action="{{ route('roles.permissions.available', $role->id) }}" method="POST" class="form form-inline">
@csrf
<input type="text" name="filter" placeholder="Pesquisar..." class="form-control" value="{{ $filters['filter'] ?? '' }}">
<button type="submit" class="btn btn-dark">Filtrar</button>
</form>
</div>
<div class="card-body">
<table class="table table-condensed">
<thead>
<tr>
<th width="50px">#</th>
<th>Nome</th>
</tr>
</thead>
<tbody>
<form action="{{ route('roles.permissions.attach', $role->id) }}" method="post">
@csrf
@foreach ($permissions as $permission)
<tr>
<td>
<input type="checkbox" name="permissions[]" value="{{ $permission->id }}">
</td>
<td>
{{ $permission->name }}
</td>
</tr>
@endforeach
<tr>
<td colspan="500">
@include('admin.includes.alerts')
<button type="submit" class="btn btn-dark">VINCULAR</button>
</td>
</tr>
</form>
</tbody>
</table>
</div>
<div class="card-footer">
@if (isset($filters))
{!! $permissions->appends($filters)->links() !!}
@else
{!! $permissions->links() !!}
@endif
</div>
</div>
@stop
|
<?php
namespace Yurun\PaySDK\AlipayApp\Params\Query;
use Yurun\PaySDK\AlipayRequestBase;
/**
* 支付宝统一收单线下交易查询请求类.
*/
class Request extends AlipayRequestBase
{
/**
* 接口名称.
*
* @var string
*/
public $method = 'alipay.trade.query';
/**
* 详见:https://docs.open.alipay.com/common/105193.
*
* @var string
*/
public $app_auth_token;
/**
* 业务请求参数
* 参考https://docs.open.alipay.com/api_1/alipay.trade.query.
*
* @var \Yurun\PaySDK\AlipayApp\Params\Query\BusinessParams
*/
public $businessParams;
public function __construct()
{
$this->businessParams = new BusinessParams();
$this->_method = 'GET';
$this->_isSyncVerify = true;
$this->_syncResponseName = 'alipay_trade_query_response';
}
}
|
<?php
// config for TriventoEducacao/ClassName
return [
'seller_id'=>env('GET_NET_SELLER_ID'),
'base_url'=>env('GET_NET_BASE_URL', 'https://api-sandbox.getnet.com.br'),
'client'=>env('GET_NET_CLIENT'),
'secret'=>env('GET_NET_SECRET'),
'debug'=>false,
];
|
<?php
include("get.php");
include("update.php");
include("control.php");
include("ajax.php");
?>
<form method="post">
<div class="sub-header clearfix">
<div class="content">
<h2>Manage Recipes <?php echo $date_server;?></h2>
<select class="input-select" id="category_name_search" onchange="selectCategory()">
<option value="top">All Categories</option>
<?php foreach($recipe_category as $category){ ?>
<option value="<?php echo $category['category_id']?>" <?php if($cat_name == $category['category_id']){echo 'selected="selected"';}?>><?php echo $category['category_name'];?></option>
<?php }?>
</select>
<div class="btn-placeholder">
<input type="button" class="btn green main" value="Add Recipe" onClick="addRecipes()">
</div>
</div>
</div>
<script>
function addRecipes(){
location.href = "http://<?php echo $_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])?>/add-recipe";
}
</script>
<div id="main-content">
<div class="table-wrapper">
<table cellpadding="0" cellspacing="0" class="actions">
<tbody>
<tr>
<td>
<div class="fl">
<div class="custom-select-all" onclick="selectAllToggle()">
<input type="checkbox" id="select_all">
</div><!--custom-select-all-->
<div class="divider"></div>
<div class="page">
<p>Page</p>
<select class="input-select" id="page-option" onchange="pageOption()">
<?php
for($i=1;$i<=$total_page;$i++){
echo "<option value=\"".$i."\">".$i."</option> \n";
}
?>
</select>
<p>of <strong><?php echo $total_page?></strong> pages</p>
</div>
<div class="divider" style="margin-left: 10px"></div>
<div class="page">
<p>Show</p>
<select class="input-select" name="query_per_page" id="query_per_page_input" onchange="changeQueryPerPage()">
<option></option>
<option value="25"<?php if($query_per_page =="25"){ echo "selected=\"selected\"";}?>>25</option>
<option value="50" <?php if($query_per_page == "50"){ echo "selected=\"selected\"";}?>>50</option>
<option value="100" <?php if($query_per_page == "100"){ echo "selected=\"selected\"";}?>>100</option>
</select>
<p>of <strong><?php echo $total_query;?></strong> records</p>
</div>
</div>
<div class="fr">
<p>Actions</p>
<select class="input-select" name="listing-option">
<option></option>
<option value="delete">Delete</option>
<option value="save">Save Changes</option>
</select>
<p>to</p>
<select class="input-select" name="listing-action">
<option></option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select>
<input type="submit" class="btn green main go" value="GO" name="btn-add-recipes" id="GO">
</div>
</td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0">
<thead>
<tr class="headings">
<th width="20"></th>
<th class="sort" width="680" onclick="sortBy('recipe_name')">Recipe Title<?php echo $arr_recipe_name;?></th>
<th class="sort" width="200" onclick="sortBy('recipe_date')">Date <?php echo $arr_recipe_date;?></th>
<th class="sort" width="60" onclick="sortBy('visibility_status')">Visibility <?php echo $arr_recipe_visibility;?></th>
</tr>
<tr class="filter">
<th><input type="button" class="btn small reset" value="" onclick="resetSearch()"></th>
<th><input type="text" class="input-text" id="recipe_name_search" onkeyup="searchQuery('recipe_name')" onkeypress="return disableEnterKey(event)"></th>
<th><input type="text" class="input-text" id="recipe_date_search" onkeyup="searchQuery('recipe_date')" onkeypress="return disableEnterKey(event)"></th>
<th>
<select class="input-select" id="visibility_status_search" onchange="searchQueryOption('visibility_status')">
<option></option>
<option value="Visible">Yes</option>
<option value="Invisible">No</option>
</select>
</th>
</tr>
</thead>
<tbody onload="loading()">
<!--<div id="loading" style="position: absolute; z-index: 2; background: #000; width: 940px; height: 200px"></div>-->
<?php
$row = 0;
foreach($index_recipes as $recipe){
$row++;
$date_server = date('D, j M Y',strtotime($recipe['recipe_date']));
?>
<tr id="<?php echo "row_".$row?>" onclick="selectRow('<?php echo $row;?>')">
<td><input type="checkbox" name="array_recipe_id[]" id="<?php echo "check_".$row?>" value="<?php echo $recipe['recipe_id'];?>" onmouseover="downCheck()" onmouseout="upCheck()" onclick="selectRowCheck('<?php echo $row;?>')"></td>
<td><a href="http://<?php echo $_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])?>/recipe-detail/<?php echo cleanurl($recipe['alias']);?>"><?php echo $recipe['recipe_name']?></a></td>
<td><?php echo $date_server;?></td>
<td><?php echo $recipe['visibility_status']?></td>
</tr>
<?php }?>
</tbody>
</table>
</div><!--table-wrapper-->
</div><!--main-content-->
</form>
<script>
function resetSearch(){
location.href = "http://<?php echo $_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])?>/recipe";
}
</script>
|
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Models\ExamQueRel;
use Illuminate\Support\Facades\DB;
class test01 extends Controller
{
public function index() {
DB::table('users')->insert(['name'=>'helloo']);
$users = DB::table('users')->get();
echo "gia huy 0111";
}
public function testdethi() {
$id = 5 ;
$datas = ExamQueRel::where('exam_staff_id', $id)->orderBy('order_question')->orderBy('order_relies')->get();
$order = 0 ;
$question_id =0 ;
echo '<h1>de thi cho </h1>';
foreach($datas as $data) {
$temp = $data->order_question;
if($order != $temp) {
$order = $temp;
$question_id = $data->question_id ;
echo "<h5>cau $order : ". $data->question->content."</h5>" ;
}
echo "<p style='padding-left :50px'>". $data->relies->noidung ." </p>";
}
}
}
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Banger & Co.</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="/" class="navbar-brand">Banger & Co.</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-first">
<li><a href="/">Home</a></li>
<li><a href="/fleet">Fleet</a></li>
<li><a href="/offers">Offers</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">About<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="active"><a href="/aboutus">About Us</a></li>
<li><a href="/team">Team</a></li>
<li><a href="/terms">Terms</a></li>
</ul>
</li>
<li><a href="/contactus">Contact Us</a></li>
@if (Auth::guest())
<li><a href="/login">Login</a></li>
<li><a href="/register">Register</a></li>
@endif
</ul>
</div>
@if (!Auth::guest())
<div class="profile">
<ul>
<li><img src="user/profile/image/{{ Auth::user()->imgLoc }}" class="rounded-circle" height="50"
width="50"></li>
<li>{{ Auth::user()->name }} </li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="false" aria-expanded="false"><i
class="fa fa-chevron-down"></i></i></a>
<ul class="dropdown-menu">
<li class=""><a href="/userprofile">Profile</a></li>
@if(Auth::user()->role['roleName']=='customer')
<li class=""><a href="/allbooking">My bookings</a></li>
<li class=""><a href="/aboutus">Favourites</a></li>
@else
<li class=""><a href="/adminPanel">Dashboard</a></li>
@endif
<li><a href="/team">Help</a></li>
<li><a href="#"
onclick="event.preventDefault();document.getElementById('logout-form').submit();">Logout</a>
</li>
<form id="logout-form" action="{{ route('logout') }}" method="POST"
style="display:none;">
{{ csrf_field() }}
</form>
</ul>
</ul>
</div>
@endif
</div>
</section>
<section class="" style="background-image:url('../images/all-booking.jpg');background-repeat:no-repeat;background-size:cover;">
<div class="container">
<div class="text-center">
<h1>My Bookings</h1>
</div>
</div>
</section>
<!-- CONTACT -->
<section>
<div class="container">
<div class="row">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item navtab">
<a class="nav-link active " id="home-tab" data-toggle="tab" href="#home" role="tab"
aria-controls="home" aria-selected="true">Ongoing</a>
</li>
<li class="nav-item navtab">
<a class="nav-link " id="profile-tab" data-toggle="tab" href="#profile" role="tab"
aria-controls="profile" aria-selected="false">Upcoming</a>
</li>
<li class="nav-item navtab">
<a class="nav-link " id="messages-tab" data-toggle="tab" href="#messages" role="tab"
aria-controls="messages" aria-selected="false">Completed</a>
</li>
</ul>
<br>
@if (session()->has('success'))
<div class="alert alert-info">
{{ session('success') }}
</div>
@endif
@if ($errors->any())
<div class="alert alert-danger">
<ul class="list-unstyled">
@foreach ($errors->all() as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
</div>
@endif
<div class="tab-content">
<div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab">
<h2>Ongoing Bookings</h2>
<table class="table table-hover mb-100" >
<thead class="table-header">
<tr>
<th scope="col"> Booking ID</th>
<th scope="col">Vehicle Info</th>
<th scope="col">Pickup</th>
<th scope="col">Droppoff</th>
<th scope="col">Pickup date</th>
<th scope="col">Droppoff date</th>
<th scope="col">Additional Equipments</th>
<th scope="col">Date</th>
<th scope="col">Status</th>
<th scope="col"></th>
</tr>
</thead>
@isset($bookings)
<tbody>
@foreach($bookings as $booking)
@if($booking->status=='p')
<?php $vehicleInfo=App\Vehicle::find($booking->BookingDetail['vehicle_id']) ?>
<tr>
<td>{{$booking->id}}</td>
<td>{{$vehicleInfo->model}}<br><b>Plate No :</b>{{$vehicleInfo->plateNo}}
</td>
<td>{{$booking->BookingDetail['pickupLoc']}}</td>
<td>{{$booking->BookingDetail['dropoffLoc']}}</td>
<td>{{$booking->BookingDetail['pickupDate']}}</td>
<td>{{$booking->BookingDetail['dropoffDate']}}</td>
<td>
<?php $count=1;?>
@foreach($booking->bookingAdditionalEquip as $ae)
{{$count}}. {{App\AdditionalEquip::find($ae->additionalEquip_id)->itemName}}
<?php $count++; ?>
<br>
@endforeach
</td>
<td>{{$booking->bookingDate}}</td>
<td> @if($booking->status=='p')
In-progress
@endif</td>
<td>
@if($booking->BookingDetail['extend']==0)
<button type="button" class="btn btn-info"
onclick="extend({{$booking->id}})" id="extend{{$booking->id}}" name="extend">Extend</button>
@elseif($booking->BookingDetail['extend']>0)
<button type="button" class="btn btn-info"
onclick="extend({{$booking->id}})" name="extend" disabled>Extended</button>
@endif
</td>
</tr>
@endif
@endforeach
</tbody>
@endisset
</table>
</div>
<div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<h2>Upcoming Bookings</h2>
<table class="table table-hover mb-100" id="editable1">
<thead class="table-header">
<tr>
<th scope="col">Booking ID</th>
<th scope="col">Vehicle Info</th>
<th scope="col">Pickup</th>
<th scope="col">Droppoff</th>
<th scope="col">Pickup date</th>
<th scope="col">Droppoff date</th>
<th scope="col">Additional Equipments</th>
<th scope="col">Date</th>
<th scope="col">Status</th>
<th scope="col"></th>
</tr>
</thead>
@isset($bookings)
<tbody>
@foreach($bookings as $booking)
@if($booking->status=='a' || $booking->status=='i')
<?php $vehicleInfo=App\Vehicle::find($booking->BookingDetail['vehicle_id']) ?>
<tr>
<td>{{$booking->id}}</td>
<td>{{$vehicleInfo->model}}<br><b>Plate No :</b>{{$vehicleInfo->plateNo}}
</td>
<td>{{$booking->BookingDetail['pickupLoc']}}</td>
<td>{{$booking->BookingDetail['dropoffLoc']}}</td>
<td>{{$booking->BookingDetail['pickupDate']}}</td>
<td>{{$booking->BookingDetail['dropoffDate']}}</td>
<td>
<?php $count=1;?>
@foreach($booking->bookingAdditionalEquip as $ae)
{{$count}}. {{App\AdditionalEquip::find($ae->additionalEquip_id)->itemName}}
<?php $count++; ?>
<br>
@endforeach
</td>
<td>{{$booking->bookingDate}}</td>
<td> @if($booking->status=='i')
Pending
@elseif($booking->status=='a')
Accepted
@endif</td>
<td><button type="button" class="btn btn-info"
onclick="update({{$booking->id}})" name="update">Update</button>
</td>
</tr>
@endif
@endforeach
</tbody>
@endisset
</table>
</div>
<div class="tab-pane" id="messages" role="tabpanel" aria-labelledby="messages-tab">
<h2>Completed Bookings</h2>
<table class="table table-hover mb-100">
<thead class="table-header">
<tr>
<th scope="col">Booking ID</th>
<th scope="col">Vehicle Info</th>
<th scope="col">Pickup</th>
<th scope="col">Droppoff</th>
<th scope="col">Pickup date</th>
<th scope="col">Droppoff date</th>
<th scope="col">Additional Equipments</th>
<th scope="col">Date</th>
<th scope="col">Status</th>
</tr>
</thead>
@isset($bookings)
<tbody>
@foreach($bookings as $booking)
@if($booking->status=='c' || $booking->status=='f')
<?php $vehicleInfo=App\Vehicle::find($booking->BookingDetail['vehicle_id']) ?>
<tr>
<td>{{$booking->id}}</td>
<td>{{$vehicleInfo->model}}<br><b>Plate No :</b>{{$vehicleInfo->plateNo}}
</td>
<td>{{$booking->BookingDetail['pickupLoc']}}</td>
<td>{{$booking->BookingDetail['dropoffLoc']}}</td>
<td>{{$booking->BookingDetail['pickupDate']}}</td>
<td>{{$booking->BookingDetail['dropoffDate']}}</td>
<td>
<?php $count=1;?>
@foreach($booking->bookingAdditionalEquip as $ae)
{{$count}}. {{App\AdditionalEquip::find($ae->additionalEquip_id)->itemName}}
<?php $count++; ?>
<br>
@endforeach
</td>
<td>{{$booking->bookingDate}}</td>
<td>
@if($booking->status=='c')
Cancelled
@elseif($booking->status=='f')
Completed
@endif</td>
</tr>
@endif
@endforeach
</tbody>
@endisset
</table>
</div>
</div>
</div>
</div>
</section>
<div id="booking" class="modal">
<!-- Modal content -->
<div class="modal-content booking">
<div class="form-head">
<h3 class='head'>Update booking</h3>
</div>
<span class="close" title="Cancel">×</span>
<div class="alert alert-danger print-error-msg" style="display:none">
<ul></ul>
</div>
<div class="row">
<div class="col-md-12">
<form action="/bookingUpdate" method="POST">
{{ csrf_field() }}
<input type="hidden" name="bookingId" id="bookingId">
<div class="form-group col-md-6">
<label for="location">Pickup location</label>
<input type="text" class="form-control" name="picklocation" id="picklocation"
placeholder="Colombo" required>
</div>
<div class="form-group col-md-6">
<label for="location">Dropoff location</label>
<input type="text" class="form-control" name="droplocation" id="droplocation"
placeholder="Colombo" required>
</div>
<div class="form-group col-md-12">
<label for="input">Additional Equipments</label>
<select multiple name="additionalEquip[]" id="additionalEquips" class="form-control">
</select>
</div>
<input class="btn btn-primary" type="submit" id="formadd" value="Update"
style="margin-top:15px;margin-right:25px;">
</form>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="footer-info">
<div class="section-title">
<h2>Headquarter</h2>
</div>
<address>
<p>212 Barrington Court <br>New York, ABC 10001</p>
</address>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook-square" attr="facebook icon"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-instagram"></a></li>
</ul>
<div class="copyright-text">
<p>Copyright © 2020 Banger & Co.</p>
<p>Template by: <a href="https://www.phpjabbers.com/">PHPJabbers.com</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="footer-info">
<div class="section-title">
<h2>Contact Info</h2>
</div>
<address>
<p>+1 333 4040 5566</p>
<p><a href="mailto:contact@BangerCo.com">contact@BangerCo.com</a></p>
</address>
<div class="footer_menu">
<h2>Quick Links</h2>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/aboutus">About Us</a></li>
<li><a href="/terms">Terms & Conditions</a></li>
<li><a href="/contactus">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="footer-info newsletter-form">
<div class="section-title">
<h2>Newsletter Signup</h2>
</div>
<div>
<div class="form-group">
<form action="#" method="get">
<input type="email" class="form-control" placeholder="Enter your email"
name="email" id="email" required>
<input type="submit" class="form-control" name="submit" id="form-submit"
value="Send me">
</form>
<span><sup>*</sup> Please note - we do not spam your email.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
<script src="js/jquery.tabledit.min.js"></script>
<script>
$(document).ready(function () {
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});
});
var modal = document.getElementById("booking");
var span = document.getElementsByClassName("close")[0];
function update(bookingId) {
modal.style.display = "block";
$("#bookingId").attr('value', bookingId);
$.ajax({
type: 'GET',
url: "/getAdditionalEquips",
data: {},
cache: false,
contentType: 'json',
success: (data) => {
if ($.isEmptyObject(data.error)) {
if (data.additionalEquips.length > 0) {
var options = "<option value='' disabled>Choose any addons</option>";
for (var i = 0; i < data.additionalEquips.length; i++) {
options += "<option value='" + data.additionalEquips[i].id + "'>" + data.additionalEquips[i].itemName + "</options>";
}
}
else {
options += "<option value='' disabled>No addons are available</options>";
}
$('#additionalEquips').html(options);
} else {
alert(data.error);
}
}
});
}
span.onclick = function () {
modal.style.display = "none";
}
window.onclick = function (event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
function extend(bookingId)
{
$.ajax({
type: 'GET',
url: "/extendBooking",
data: {bookingId:bookingId},
cache: false,
contentType: 'json',
success: (data) => {
if (data.result) {
alert(data.result);
$('#extend'+bookingId).text('Extended').prop('disabled',true).fadeIn();
}
else{
alert(data.error);
}
}
});
}
</script>
</body>
</html>
|
<?php
namespace Tests\Feature;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Storage;
use Tests\TestCase;
class A03ApiSaveBackTest extends TestCase
{
use DatabaseTransactions;
/** @test */
public function ApiSaveBackTest()
{
$local_file = storage_path('app/public/images/test/PAPEL_MEMBRETADO_3.pdf');
$uploadedFile = new UploadedFile(
$local_file,
'PAPEL_MEMBRETADO_3.pdf',
'application/pdf',
null,
// null,
true
);
$request = [
'user_id' => 'x',
'file_back' => $uploadedFile,
];
$response = $this->post('/api/doc/saveBack',$request);
$response->assertStatus(200)
->assertJsonFragment([
'num_pages_pdf' => 3
]);
$this->assertTrue(file_exists($response['pages'][0]));
}
}
|
<?php
/* @var $this yii\web\View */
/* @var $model src\forms\Store\CategoryForm */
$this->title = 'Create Category';
$this->params['breadcrumbs'][] = ['label' => 'Categories', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="category-create">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>
|
<?php
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\APIs\ApiFacilityController;
use App\Http\Requests;
use App\Facility;
use App\Lang;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\Request;
use App\Http\Controllers\Controller;
class AdminFacilityController extends ApiFacilityController
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
public function index(Requests\FacilityRequest $request)
{
if (Request::ajax()) {
$paging = $this->getDatatablePaging(['id','name', 'description','created_at', 'updated_at']);
$facilities = $this->api->version(env('API_VERSION', 'v1'))
->header('webAuthKey', Config::get('api.webAuthKey'))
->get(env('API_VERSION', 'v1') . '/facility/', $paging);
return $this->datatables($facilities);
}
return view('admin.facility.index');
}
/**
* Show the form for creating a new resource.
*
* @return \Illuminate\Http\Response
*/
public function create(Requests\FacilityRequest $request)
{
$facility = new Facility();
$locales = Lang::all();
return view('admin.facility.create')->with(['locales'=>$locales,'facility' => $facility]);
}
/**
* Store a newly created resource in storage.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function store(Requests\FacilityRequest $request)
{
$inputs = $request->all();
// echo '<pre>';
// var_dump($inputs);
// die();
$facility = $this->api->version(env('API_VERSION', 'v1'))
->header('webAuthKey', Config::get('api.webAuthKey'))
->post(env('API_VERSION', 'v1') . '/facility/', $inputs);
return Redirect::route('admin.facility.edit', [$facility->id])->with('content-message', trans('Facility has been created Successfully'));
}
/**
* Display the specified resource.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function show($id)
{
$facility = $this->api->version(env('API_VERSION', 'v1'))
->header('webAuthKey', Config::get('api.webAuthKey'))
->get(env('API_VERSION', 'v1') . '/facility/' . $id);
return view('admin.facility.show')->with(['facility' => $facility]);
}
/**
* Show the form for editing the specified resource.
*
* @param string $slug
* @return \Illuminate\Http\Response
*/
public function edit(Requests\FacilityRequest $request, $id)
{
$facility = $this->api->version(env('API_VERSION', 'v1'))
->header('webAuthKey', Config::get('api.webAuthKey'))
->get(env('API_VERSION', 'v1') . '/facility/' . $id );
$locales = Lang::all();
return view('admin.facility.edit')->with(['locales' => $locales, 'facility' => $facility]);
}
/**
* Update the specified resource in storage.
*
* @param Requests\RestaurantRequest $request
* @param string $slug
* @return \Illuminate\Http\Response
*/
public function update(Requests\FacilityRequest $request, $id)
{
$inputs = $request->all();
$facility = $this->api->version(env('API_VERSION', 'v1'))
->header('webAuthKey', Config::get('api.webAuthKey'))
->post(env('API_VERSION', 'v1') . '/facility/'. $id , $inputs);
return Redirect::route('admin.facility.edit', [$facility->id])->with('content-message', trans('Facility has been updated Successfully'));
}
/**
* Remove the specified resource from storage.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function destroy($id)
{
$facility = $this->api->version(env('API_VERSION', 'v1'))
->header('webAuthKey', Config::get('api.webAuthKey'))
->delete(env('API_VERSION', 'v1') . '/facility/' . $id);
if ($facility) {
$msg = 'Facility has been deleted successfully!';
return Redirect::route('admin.facility.index')->with('content-message', trans($msg));
} else {
$msg = 'Facility has already been deleted!';
return Redirect::route('admin.facility.index')->with('error-message', trans($msg));
}
}
}
|
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class PersonalAccount extends Model
{
use HasFactory;
protected $table = 'personal_accounts';
protected $guarded = [];
public function account() {
return $this->belongsTo(Account::class);
}
}
|
<div class="one_half">
<section class="title">
<h4><?php echo lang('pam.settings_title'); ?></h4>
</section>
<section class="item">
<div class="content">
<?php echo form_open(uri_string(), 'class="crud"'); ?>
<?php echo form_hidden('id', $settings->id); ?>
<div class="form_inputs">
<fieldset>
<ul>
<li class="<?php echo alternator('even', ''); ?>">
<label for="folder_id"><?php echo lang('pam.folder_id_label');?></label>
<?php echo form_dropdown('folder_id', $folders, $settings->folder_id); ?>
</li>
<li class="<?php echo alternator('even', ''); ?>">
<label for="jquery"><?php echo lang('pam.jquery_label');?></label>
<?php echo form_dropdown('jquery', array(1 => 'Yes', 0 => 'No'), $settings->jquery); ?>
</li>
</ul>
</fieldset>
</div>
<div class="buttons align-right padding-top">
<?php $this->load->view('admin/partials/buttons', array('buttons' => array('save', 'save_exit', 'cancel') )); ?>
</div>
<?php echo form_close(); ?>
</div>
</section>
</div>
<div class="one_half last scroll-follow">
<section class="title">
<h4><?php echo lang('pam.settings_explanation_title'); ?></h4>
</section>
<section class="item">
<div class="content">
<div id="page-details">
<p>
<?php echo lang('pam.settings_explanation'); ?>
</p>
</div>
</div>
</section>
</div>
|
<?php
session_start();
include("includes/config.php");
$_SESSION['login']=="";
date_default_timezone_set('Asia/Kolkata');
$ldate=date( 'd-m-Y h:i:s A', time () );
mysqli_query($bd,"UPDATE userlog SET logout = '$ldate' WHERE username = '".$_SESSION['login']."' ORDER BY id DESC LIMIT 1");
session_unset();
?>
<script language="javascript">
document.location="../index.html";
</script>
|
@extends('layouts.app', ['activePage' => 'upgade', 'titlePage' => 'Upgrade to PRO'])
@section('content')
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<div class="card">
<div class="card-header card-header-primary">
<h4 class="card-title">Material Dashboard PRO</h4>
<p class="card-category">Are you looking for more components? Please check our Premium Version of Material Dashboard.</p>
</div>
<div class="card-body">
<div class="table-responsive table-upgrade">
<table class="table">
<thead>
<tr>
<th></th>
<th class="text-center">Free</th>
<th class="text-center">PRO</th>
</tr>
</thead>
<tbody>
<tr>
<td><h3 class="text-primary">Laravel</h3></td>
<td class="text-center"></td>
<td class="text-center"></td>
</tr>
<tr>
<td>Login, Register, Forgot password pages</td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>User profile</td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Users management</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>User roles management </td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Items management </td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Categories management, Tags management </td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Wysiwyg, image upload, date picker inputs</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Radio button, checkbox, toggle inputs</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Notifications with Bootstrap Notify</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>DataTables.net</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td><h3 class="text-primary">Frontend</h3></td>
<td class="text-center"></td>
<td class="text-center"></td>
</tr>
<tr>
<td>Components</td>
<td class="text-center">60</td>
<td class="text-center">200</td>
</tr>
<tr>
<td>Plugins</td>
<td class="text-center">2</td>
<td class="text-center">15</td>
</tr>
<tr>
<td>Example Pages</td>
<td class="text-center">3</td>
<td class="text-center">27</td>
</tr>
<tr>
<td>Login, Register, Pricing, Lock Pages</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>DataTables, VectorMap, SweetAlert, Wizard, jQueryValidation, FullCalendar etc...</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td>Mini Sidebar</td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td><h3 class="text-primary">Premium Support</h3></td>
<td class="text-center"><i class="fa fa-times text-danger"></i></td>
<td class="text-center"><i class="fa fa-check text-success"></i></td>
</tr>
<tr>
<td></td>
<td class="text-center">Free</td>
<td class="text-center">Just $149</td>
</tr>
<tr>
<td class="text-center"></td>
<td class="text-center">
<a href="#" class="btn btn-round btn-fill btn-default disabled">Current Version</a>
</td>
<td class="text-center">
<a target="_blank" href="https://www.creative-tim.com/product/material-dashboard-pro-laravel" aria-disabled="true" class="btn btn-round btn-fill btn-info">Upgrade to PRO</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
|
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class FileUpload extends Model
{
use HasFactory;
protected $guarded = [];
}
|
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Setup;
/**
* Interface for data upgrades of a module
*
* @api
*/
interface UpgradeDataInterface
{
/**
* Upgrades data for a module
*
* @param ModuleDataSetupInterface $setup
* @param ModuleContextInterface $context
* @return void
*/
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context);
}
|
<?php
@extends('Layout.app')
@section('content')
<h1>Lista de Marketing</h1>
<table style="width:100%">
<tr>
<th>Nome</th>
<th>Descrição</th>
<th>Evento</th>
<th>Ações</th>
</tr>
@foreach ($atracoes as $atracao)
<tr>
<td>{{ $atracao->name }}</td>
<td>{{ $atracao->description }}</td>
</tr>
@endforeach
</table>
@endsection
|
@extends('layouts.admin')
@section('content')
<div class="app-content content">
<div class="content-wrapper">
<div class="content-header row">
<div class="content-header-left col-md-6 col-12 mb-2">
<div class="row breadcrumbs-top">
<div class="breadcrumb-wrapper col-12">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="">الرئيسية </a>
</li>
<li class="breadcrumb-item"><a href=""> الاقسام الرئيسية </a>
</li>
<li class="breadcrumb-item active"> تعديل - {{$category -> name}}
</li>
</ol>
</div>
</div>
</div>
</div>
<div class="content-body">
<!-- Basic form layout section start -->
<section id="basic-form-layouts">
<div class="row match-height">
<div class="col-md-12">
<div class="card">
<div class="card-header">
<h4 class="card-title" id="basic-layout-form"> تعديل قسم رئيسي </h4>
<a class="heading-elements-toggle"><i
class="la la-ellipsis-v font-medium-3"></i></a>
<div class="heading-elements">
<ul class="list-inline mb-0">
<li><a data-action="collapse"><i class="ft-minus"></i></a></li>
<li><a data-action="reload"><i class="ft-rotate-cw"></i></a></li>
<li><a data-action="expand"><i class="ft-maximize"></i></a></li>
<li><a data-action="close"><i class="ft-x"></i></a></li>
</ul>
</div>
</div>
@include('dashboard.includes.alerts.success')
@include('dashboard.includes.alerts.errors')
<div class="card-content collapse show">
<div class="card-body">
<form class="form"
action="{{route('admin.maincategories.update',$category -> id)}}"
method="POST"
enctype="multipart/form-data">
@csrf
<input name="id" value="{{$category -> id}}" type="hidden">
<div class="form-group">
<div class="text-center">
<img
src=""
class="rounded-circle height-150" alt="صورة القسم ">
</div>
</div>
<div class="form-group">
<label> صوره القسم </label>
<label id="projectinput7" class="file center-block">
<input type="file" id="file" name="photo">
<span class="file-custom"></span>
</label>
@error('photo')
<span class="text-danger">{{$message}}</span>
@enderror
</div>
<div class="form-body">
<h4 class="form-section"><i class="ft-home"></i> بيانات القسم </h4>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="projectinput1"> اسم القسم
</label>
<input type="text" id="name"
class="form-control"
placeholder=" "
value="{{$category -> name}}"
name="name">
@error("name")
<span class="text-danger">{{$message}}</span>
@enderror
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="projectinput1"> اسم بالرابط
</label>
<input type="text" id="name"
class="form-control"
placeholder=" "
value="{{$category -> slug}}"
name="slug">
@error("slug")
<span class="text-danger">{{$message}}</span>
@enderror
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group mt-1">
<input type="checkbox" value="1"
name="is_active"
id="switcheryColor4"
class="switchery" data-color="success"
@if($category -> is_active == 1)checked @endif/>
<label for="switcheryColor4"
class="card-title ml-1">الحالة </label>
@error("is_active")
<span class="text-danger">{{$message }}</span>
@enderror
</div>
</div>
</div>
</div>
<div class="form-actions">
<button type="button" class="btn btn-warning mr-1"
onclick="history.back();">
<i class="ft-x"></i> تراجع
</button>
<button type="submit" class="btn btn-primary">
<i class="la la-check-square-o"></i> تحديث
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- // Basic form layout section end -->
</div>
</div>
</div>
@stop
|
<?hh
function test($x) {
$y = ($x ? 5 : 3) + 5;
return array($y + 1, $y + 1,);
}
<<__EntryPoint>>
function main_cse_assert() {
var_dump(test(0));
}
|
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-header">{{ __('Login') }}</div>
<div class="card-body">
<form method="POST" action="{{ route('admin.login') }}" aria-label="{{ __('Login') }}">
@csrf
<div class="form-group row">
<label for="email" class="col-sm-4 col-form-label text-md-right">{{ __('E-Mail Address') }}</label>
<div class="col-md-6">
<input id="email" type="email" class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" name="email" value="{{ old('email') }}" required autofocus>
@if ($errors->has('email'))
<span class="invalid-feedback" role="alert">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group row">
<label for="password" class="col-md-4 col-form-label text-md-right">{{ __('Password') }}</label>
<div class="col-md-6">
<input id="password" type="password" class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}" name="password" required>
@if ($errors->has('password'))
<span class="invalid-feedback" role="alert">
<strong>{{ $errors->first('password') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group row">
<div class="col-md-6 offset-md-4">
<div class="form-check">
<input class="form-check-input" type="checkbox" name="remember" id="remember" {{ old('remember') ? 'checked' : '' }}>
<label class="form-check-label" for="remember">
{{ __('Remember Me') }}
</label>
</div>
</div>
</div>
<div class="form-group row mb-0">
<div class="col-md-8 offset-md-4">
<button type="submit" class="btn btn-primary">
{{ __('Login') }}
</button>
<a class="btn btn-link" href="{{ route('password.request') }}">
{{ __('Forgot Your Password?') }}
</a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
@endsection
|
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Validate
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id$
*/
/**
* @see Zend_Validate_Abstract
*/
require_once 'Zend/Validate/Abstract.php';
/**
* @category Zend
* @package Zend_Validate
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Validate_Isbn extends Zend_Validate_Abstract
{
const AUTO = 'auto';
const ISBN10 = '10';
const ISBN13 = '13';
const INVALID = 'isbnInvalid';
const NO_ISBN = 'isbnNoIsbn';
/**
* Validation failure message template definitions.
*
* @var array
*/
protected $_messageTemplates = array(
self::INVALID => "Invalid type given. String or integer expected",
self::NO_ISBN => "'%value%' is not a valid ISBN number",
);
/**
* Allowed type.
*
* @var string
*/
protected $_type = self::AUTO;
/**
* Separator character.
*
* @var string
*/
protected $_separator = '';
/**
* Set up options.
*
* @param Zend_Config|array $options
* @throws Zend_Validate_Exception When $options is not valid
* @return void
*/
public function __construct($options = array())
{
// prepare options
if ($options instanceof Zend_Config) {
$options = $options->toArray();
}
if (!is_array($options)) {
/**
* @see Zend_Validate_Exception
*/
require_once 'Zend/Validate/Exception.php';
throw new Zend_Validate_Exception('Invalid options provided.');
}
// set type
if (array_key_exists('type', $options)) {
$this->setType($options['type']);
}
// set separator
if (array_key_exists('separator', $options)) {
$this->setSeparator($options['separator']);
}
}
/**
* Detect input format.
*
* @return string
*/
protected function _detectFormat()
{
// prepare separator and pattern list
$sep = quotemeta($this->_separator);
$patterns = array();
$lengths = array();
// check for ISBN-10
if ($this->_type == self::ISBN10 || $this->_type == self::AUTO) {
if (empty($sep)) {
$pattern = '/^[0-9]{9}[0-9X]{1}$/';
$length = 10;
} else {
$pattern = "/^[0-9]{1,7}[{$sep}]{1}[0-9]{1,7}[{$sep}]{1}[0-9]{1,7}[{$sep}]{1}[0-9X]{1}$/";
$length = 13;
}
$patterns[$pattern] = self::ISBN10;
$lengths[$pattern] = $length;
}
// check for ISBN-13
if ($this->_type == self::ISBN13 || $this->_type == self::AUTO) {
if (empty($sep)) {
$pattern = '/^[0-9]{13}$/';
$length = 13;
} else {
$pattern = "/^[0-9]{1,9}[{$sep}]{1}[0-9]{1,5}[{$sep}]{1}[0-9]{1,9}[{$sep}]{1}[0-9]{1,9}[{$sep}]{1}[0-9]{1}$/";
$length = 17;
}
$patterns[$pattern] = self::ISBN13;
$lengths[$pattern] = $length;
}
// check pattern list
foreach ($patterns as $pattern => $type) {
if ((strlen($this->_value) == $lengths[$pattern]) && preg_match($pattern, $this->_value)) {
return $type;
}
}
return null;
}
/**
* Defined by Zend_Validate_Interface.
*
* Returns true if and only if $value is a valid ISBN.
*
* @param string $value
* @return boolean
*/
public function isValid($value)
{
if (!is_string($value) && !is_int($value)) {
$this->_error(self::INVALID);
return false;
}
$value = (string) $value;
$this->_setValue($value);
switch ($this->_detectFormat()) {
case self::ISBN10:
// sum
$isbn10 = str_replace($this->_separator, '', $value);
$sum = 0;
for ($i = 0; $i < 9; $i++) {
$sum += (10 - $i) * $isbn10{$i};
}
// checksum
$checksum = 11 - ($sum % 11);
if ($checksum == 11) {
$checksum = '0';
} elseif ($checksum == 10) {
$checksum = 'X';
}
break;
case self::ISBN13:
// sum
$isbn13 = str_replace($this->_separator, '', $value);
$sum = 0;
for ($i = 0; $i < 12; $i++) {
if ($i % 2 == 0) {
$sum += $isbn13{$i};
} else {
$sum += 3 * $isbn13{$i};
}
}
// checksum
$checksum = 10 - ($sum % 10);
if ($checksum == 10) {
$checksum = '0';
}
break;
default:
$this->_error(self::NO_ISBN);
return false;
}
// validate
if (substr($this->_value, -1) != $checksum) {
$this->_error(self::NO_ISBN);
return false;
}
return true;
}
/**
* Set separator characters.
*
* It is allowed only empty string, hyphen and space.
*
* @param string $separator
* @throws Zend_Validate_Exception When $separator is not valid
* @return Zend_Validate_Isbn Provides a fluent interface
*/
public function setSeparator($separator)
{
// check separator
if (!in_array($separator, array('-', ' ', ''))) {
/**
* @see Zend_Validate_Exception
*/
require_once 'Zend/Validate/Exception.php';
throw new Zend_Validate_Exception('Invalid ISBN separator.');
}
$this->_separator = $separator;
return $this;
}
/**
* Get separator characters.
*
* @return string
*/
public function getSeparator()
{
return $this->_separator;
}
/**
* Set allowed ISBN type.
*
* @param string $type
* @throws Zend_Validate_Exception When $type is not valid
* @return Zend_Validate_Isbn Provides a fluent interface
*/
public function setType($type)
{
// check type
if (!in_array($type, array(self::AUTO, self::ISBN10, self::ISBN13))) {
/**
* @see Zend_Validate_Exception
*/
require_once 'Zend/Validate/Exception.php';
throw new Zend_Validate_Exception('Invalid ISBN type');
}
$this->_type = $type;
return $this;
}
/**
* Get allowed ISBN type.
*
* @return string
*/
public function getType()
{
return $this->_type;
}
}
|
<?php namespace App\Services\Interfaces;
use App\Models\Users\User;
interface IUserService extends IModelService
{
public function registerUser(string $email, string $password) : User;
}
|
<?php
/**
* config.php template
*/
return call_user_func( function(){
// initialize
/** コンフィグオブジェクト */
$conf = new stdClass;
// project
/** サイト名 */
$conf->name = 'Pickles 2 Practice 1';
/** コピーライト表記 */
$conf->copyright = 'Tomoya Koyanagi';
/** ドメイン(本番環境のドメイン) */
$conf->domain = null;
/** コンテンツルートディレクトリ */
$conf->path_controot = '/';
// paths
/** トップページのパス(デフォルト "/") */
$conf->path_top = '/';
/** パブリッシュ先ディレクトリパス */
$conf->path_publish_dir = './px-files/dist/';
/** 公開キャッシュディレクトリ */
$conf->public_cache_dir = '/common/px_resources/';
/** リソースディレクトリ(各コンテンツに対して1:1で関連付けられる)のパス */
$conf->path_files = '{$dirname}/{$filename}_files/';
/** Contents Manifesto のパス */
$conf->contents_manifesto = '/common/contents_manifesto.ignore.php';
/**
* commands
*
* Pickles2 が認識するコマンドのパスを設定します。
* コマンドのパスが通っていない場合は、絶対パスで設定してください。
*/
$conf->commands = new stdClass;
$conf->commands->php = 'php';
/** php.ini のパス。主にパブリッシュ時のサブクエリで使用する。 */
$conf->path_phpini = null;
/**
* directory index
*
* `directory_index` は、省略できるファイル名のリストを設定します。
* 複数指定可能です。
*
* この一覧にリストされたファイル名に対するリンクは、ファイル名なしのURLと同一視されます。
* ファイル名が省略されたアクセス(末尾が `/` の場合)に対しては、
* 最初のファイル名と同じものとして処理します。
*/
$conf->directory_index = array(
'index.html'
);
/**
* paths_proc_type
*
* パスのパターン別に処理方法を設定します。
*
* - ignore = 対象外パス。Pickles 2 のアクセス可能範囲から除外します。このパスへのアクセスは拒絶され、パブリッシュの対象からも外されます。
* - direct = 物理ファイルを、ファイルとして読み込んでから加工処理を通します。 (direct以外の通常の処理は、PHPファイルとして `include()` されます)
* - pass = 物理ファイルを、そのまま無加工で出力します。 (デフォルト)
* - その他 = extension名
*
* パターンは先頭から検索され、はじめにマッチした設定を採用します。
* ワイルドカードとして "*"(アスタリスク) が使用可能です。
* 部分一致ではなく、完全一致で評価されます。従って、ディレクトリ以下すべてを表現する場合は、 `/*` で終わるようにしてください。
*
* extensionは、 `$conf->funcs->processor` に設定し、設定した順に実行されます。
* 例えば、 '*.html' => 'html' にマッチしたリクエストは、
* $conf->funcs->processor->html に設定したプロセッサのリストに沿って、上から順に処理されます。
*/
$conf->paths_proc_type = array(
'/.htaccess' => 'ignore' ,
'/.px_execute.php' => 'ignore' ,
'/px-files/*' => 'ignore' ,
'*.ignore/*' => 'ignore' ,
'*.ignore.*' => 'ignore' ,
'/composer.json' => 'ignore' ,
'/composer.lock' => 'ignore' ,
'/README.md' => 'ignore' ,
'/vendor/*' => 'ignore' ,
'*/.DS_Store' => 'ignore' ,
'*/Thumbs.db' => 'ignore' ,
'*/.svn/*' => 'ignore' ,
'*/.git/*' => 'ignore' ,
'*/.gitignore' => 'ignore' ,
'*.html' => 'html' ,
'*.htm' => 'html' ,
'*.css' => 'css' ,
'*.js' => 'js' ,
'*.png' => 'pass' ,
'*.jpg' => 'pass' ,
'*.gif' => 'pass' ,
'*.svg' => 'pass' ,
);
/**
* paths_enable_sitemap
*
* サイトマップのロードを有効にするパスのパターンを設定します。
* ワイルドカードとして "*"(アスタリスク) が使用可能です。
*
* サイトマップ中のページ数が増えると、サイトマップのロード自体に時間を要する場合があります。
* サイトマップへのアクセスが必要ないファイルでは、この処理はスキップするほうがよいでしょう。
*
* 多くの場合では、 *.html と *.htm 以外ではロードする必要はありません。
*/
$conf->paths_enable_sitemap = array(
'*.html',
'*.htm',
);
// system
/** ファイルに適用されるデフォルトのパーミッション */
$conf->file_default_permission = '775';
/** ディレクトリに適用されるデフォルトのパーミッション */
$conf->dir_default_permission = '775';
/** ファイルシステムの文字セット。ファイル名にマルチバイト文字を使う場合に参照されます。 */
$conf->filesystem_encoding = 'UTF-8';
/** 出力文字エンコーディング名 */
$conf->output_encoding = 'UTF-8';
/** 出力改行コード名 (cr|lf|crlf) */
$conf->output_eol_coding = 'lf';
/** セッション名 */
$conf->session_name = 'PXSID';
/** セッションの有効期間 */
$conf->session_expire = 1800;
/** PX Commands のウェブインターフェイスからの実行を許可 */
$conf->allow_pxcommands = 0;
/** タイムゾーン */
$conf->default_timezone = 'Asia/Tokyo';
// -------- functions --------
$conf->funcs = new stdClass;
/**
* funcs: Before sitemap
*
* サイトマップ読み込みの前に実行するプラグインを設定します。
*/
$conf->funcs->before_sitemap = array(
// PX=clearcache
'picklesFramework2\commands\clearcache::register' ,
// PX=config
'picklesFramework2\commands\config::register' ,
// PX=phpinfo
'picklesFramework2\commands\phpinfo::register' ,
// sitemapExcel
'tomk79\pickles2\sitemap_excel\pickles_sitemap_excel::exec' ,
);
/**
* funcs: Before content
*
* サイトマップ読み込みの後、コンテンツ実行の前に実行するプラグインを設定します。
*/
$conf->funcs->before_content = array(
// PX=api
'picklesFramework2\commands\api::register' ,
// PX=publish
'picklesFramework2\commands\publish::register' ,
// PX=px2dthelper
'tomk79\pickles2\px2dthelper\main::register' ,
// px2-auth
'tomk79\pickles2\auth\main::auth',
);
/**
* processor
*
* コンテンツの種類に応じた加工処理の設定を行います。
* `$conf->funcs->processor->{$paths_proc_typeに設定した処理名}` のように設定します。
* それぞれの処理は配列で、複数登録することができます。処理は上から順に実行されます。
*
* Tips: テーマは、html に対するプロセッサの1つとして実装されています。
*/
$conf->funcs->processor = new stdClass;
$conf->funcs->processor->html = array(
// ページ内目次を自動生成する
'picklesFramework2\processors\autoindex\autoindex::exec' ,
// テーマ
'theme'=>'tomk79\pickles2\multitheme\theme::exec('.json_encode([
'param_theme_switch'=>'THEME',
'cookie_theme_switch'=>'THEME',
'path_theme_collection'=>'./px-files/themes/',
'attr_bowl_name_by'=>'data-contents-area',
'default_theme_id'=>'theme'
]).')' ,
// Apache互換のSSIの記述を解決する
'picklesFramework2\processors\ssi\ssi::exec' ,
// broccoli-receive-message スクリプトを挿入
'tomk79\pickles2\px2dthelper\broccoli_receive_message::apply('.json_encode( array(
// 許可する接続元を指定
'enabled_origin'=>array(
)
) ).')' ,
// output_encoding, output_eol_coding の設定に従ってエンコード変換する。
'picklesFramework2\processors\encodingconverter\encodingconverter::exec' ,
);
$conf->funcs->processor->css = array(
// output_encoding, output_eol_coding の設定に従ってエンコード変換する。
'picklesFramework2\processors\encodingconverter\encodingconverter::exec' ,
);
$conf->funcs->processor->js = array(
// output_encoding, output_eol_coding の設定に従ってエンコード変換する。
'picklesFramework2\processors\encodingconverter\encodingconverter::exec' ,
);
$conf->funcs->processor->md = array(
// Markdown文法を処理する
'picklesFramework2\processors\md\ext::exec' ,
// html のデフォルトの処理を追加
$conf->funcs->processor->html ,
);
$conf->funcs->processor->scss = array(
// SCSS文法を処理する
'picklesFramework2\processors\scss\ext::exec' ,
// css のデフォルトの処理を追加
$conf->funcs->processor->css ,
);
/**
* funcs: Before output
*
* 最終出力の直前で実行される処理を設定します。
* この処理は、拡張子によらずすべてのリクエストが対象です。
* (HTMLの場合は、テーマの処理の後のコードが対象になります)
*/
$conf->funcs->before_output = array(
);
// -------- config for Plugins. --------
// その他のプラグインに対する設定を行います。
$conf->plugins = new stdClass;
/** config for Pickles 2 Desktop Tool. */
$conf->plugins->px2dt = new stdClass;
/** broccoliモジュールセットの登録 */
$conf->plugins->px2dt->paths_module_template = [
"PlainHTMLElements" => "../../../vendor/broccoli-html-editor/broccoli-module-plain-html-elements/modules/",
"local" => "./px-files/modules/",
"FESS" => "../../../vendor/broccoli-html-editor/broccoli-module-fess/modules/"
];
/** コンテンツエリアを識別するセレクタ(複数の要素がマッチしてもよい) */
$conf->plugins->px2dt->contents_area_selector = '[data-contents-area]';
/** コンテンツエリアのbowl名を指定する属性名 */
$conf->plugins->px2dt->contents_bowl_name_by = 'data-contents-area';
/** パブリッシュのパターンを登録 */
$conf->plugins->px2dt->publish_patterns = array(
array(
'label'=>'すべて',
'paths_region'=> array('/'),
'paths_ignore'=> array(),
'keep_cache'=>false
),
array(
'label'=>'リソース類',
'paths_region'=> array('/common/'),
'paths_ignore'=> array(),
'keep_cache'=>true
),
array(
'label'=>'すべて(commonを除く)',
'paths_region'=> array('/'),
'paths_ignore'=> array('/common/'),
'keep_cache'=>false
),
);
/** config for GUI Editor. */
$conf->plugins->px2dt->guieditor = new stdClass;
/** GUI編集データディレクトリ */
// $conf->plugins->px2dt->guieditor->path_data_dir = '{$dirname}/{$filename}_files/guieditor.ignore/';
/** GUI編集リソース出力先ディレクトリ */
// $conf->plugins->px2dt->guieditor->path_resource_dir = '{$dirname}/{$filename}_files/resources/';
// -------- PHP Setting --------
/**
* `memory_limit`
*
* PHPのメモリの使用量の上限を設定します。
* 正の整数値で上限値(byte)を与えます。
*
* 例: 1000000 (1,000,000 bytes)
* 例: "128K" (128 kilo bytes)
* 例: "128M" (128 mega bytes)
*
* -1 を与えた場合、無限(システムリソースの上限まで)に設定されます。
* サイトマップやコンテンツなどで、容量の大きなデータを扱う場合に調整してください。
*/
// @ini_set( 'memory_limit' , -1 );
/**
* `display_errors`, `error_reporting`
*
* エラーを標準出力するための設定です。
*
* PHPの設定によっては、エラーが発生しても表示されない場合があります。
* もしも、「なんか挙動がおかしいな?」と感じたら、
* 必要に応じてこれらのコメントを外し、エラー出力を有効にしてみてください。
*
* エラーメッセージは問題解決の助けになります。
*/
// @ini_set('display_errors', 1);
// @ini_set('error_reporting', E_ALL);
return $conf;
} );
|
@extends('layouts.backend')
@section('admin-content')
<div class="content-wrapper">
<div class="box box-primary">
@include('flashMsg.flashmessages')
<div class="box-header">
<h3>
Pending Orders
</h3>
</div>
<div class="box-body">
<table class="table table-hover" id="myTable">
<thead>
<th>S.No</th>
<th>Ordered By</th>
<th>Total Price</th>
<th>Is Delivered</th>
<th>Payment type</th>
<th>Ordered time</th>
<th>Action</th>
</thead>
<tbody>
<?php $i = 0;?>
@foreach($orders as $order)
<?php $i++; ?>
<tr>
<td>{{$i}}</td>
<td>{{$order->orderedBy->name}}</td>
<td>{{$order->total}}</td>
<td>
@if($order->delivered == 0)
Pending
@else
Delivered
@endif
</td>
<td>
@if($order->payment_type == 1)
On Delivery
@else
Khalti Payment
@endif
</td>
<td>{{$order->created_at->diffForHUmans()}}</td>
<td>
<a href="{{url('orders/view', $order->id)}}" class="btn btn-info btn-sm" title="View Details">
<i class="fa fa-eye"></i>
</a>
<a href="{{url('orders/delete', $order->id)}}" class="btn btn-danger btn-sm" title="Delete Order">
<i class="fa fa-trash"></i>
</a>
</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
</div>
@endsection
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="csrf-token" content="{{ csrf_token() }}">
<link rel="icon" type="image/png" href="{{ asset('images/icon.ico') }}">
<title>sinapsis</title>
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/table/table.css') }}" rel="stylesheet">
</head>
<body>
<div className="d-flex justify-content-center flex-wrap align-items-center">
<div className="p-3">
<img src="{{asset("images/logo.png")}}" alt="sinapsis" width="200px" className="logo" />
</div>
</div>
<ul className="list-group">
<li className="pointer list-group-item d-flex justify-content-between align-items-center">
Enviar Fallas
<a href="/setCentralData" target="_blank" className="badge bg-sinapsis badge-pill">
<i class="fa fa-send"></i>
</a>
</li>
<li className="pointer list-group-item d-flex justify-content-between align-items-center">
Enviar Gastos
<a href="/setGastos" target="_blank" className="badge bg-sinapsis badge-pill">
<i class="fa fa-send"></i>
</a>
</li>
<li className="pointer list-group-item d-flex justify-content-between align-items-center">
Enviar Ventas
<a href="/setVentas" target="_blank" className="badge bg-sinapsis badge-pill">
<i class="fa fa-send"></i>
</a>
</li>
</ul>
</body>
</html>
|
<?php
/**
* @package SubdomainBlacklist
* @author Michał Dudek <michal@michaldudek.pl>
*
* @copyright Copyright (c) 2014, Michał Dudek
* @license MIT
*/
namespace MD\SubdomainBlacklist;
/**
* Common words that your users shouldn't use when setting up accounts.
*/
class SubdomainBlacklist
{
/**
* The blacklist.
*
* @var array
*/
private $list = array();
/**
* Validate that the given string is not on the blacklist.
*
* @param string $string String to be validated.
* @return boolean
*/
public function validate($string) {
$normalized = $this->normalize($string);
return !in_array($normalized, $this->getList());
}
/**
* Add item to the blacklist.
*
* Useful when you want to add some custom (app-specific) words.
*
* @param string|array $add Item (or array of items) string to be added
* to the blacklist.
*/
public function addToList($add) {
$add = is_array($add) ? $add : array($add);
$add = array_map(array($this, 'normalize'), $add);
// trigger load of the list
$this->getList();
$this->list = array_merge($this->list, $add);
}
/**
* Returns the blacklist.
*
* @return array
*/
public function getList() {
// if not yet loaded then do it
if (empty($this->list)) {
$path = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'blacklist.txt';
$this->list = file($path, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
}
return $this->list;
}
/**
* Normalizes a string for blacklist validation by removing any suffixed digits,
* lowercasing it and remove an `s` from the end of it.
*
* @param string $string String to be normalized.
* @return string
*/
protected function normalize($string) {
$string = rtrim($string, '0123456789');
$string = strtolower($string);
$string = (substr($string, -1) === 's') ? substr($string, 0, -1) : $string;
return $string;
}
}
|
<!DOCTYPE html>
<html>
<head>
<title>first site</title>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width,initial-scale=1">
<!---Fontawesome--->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!---Bootstrap5----->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!---custom style---->
</head>
<style>
*{
padding:0px;
margin:0px;
}
table,td{
padding: 20px;
font-size: 20px;
}
h1{
text-align: center;
color: red;
font-size: 50px;
}
.bi{
background-image:url("../img/20.jpg");
background-size:cover;
}
nav{
font-size: 20px;
background-color: rgba(0,0,0,0.8);
text-align: center;
}
body{
background-image:url("../img/13.jpg");
background-size:cover;
}
.menubar ul{
list-style:none;
display:inline-flex;
padding:5px;
margin-top: 0px;
font-size: 20px;
}
.menubar ul li a{
color:white;
text-decoration:none;
padding:10px;
}
.menubar ul li{
padding:15px;
}
.menubar ul li a:hover{
background-color:red;
display:block;
border-radius:10px;
}
.submenu1 {
display:none;
margin:10px;
}
.submenu2 {
display:none;
margin:10px;
}
.menubar ul li:hover .submenu1 {
display:block;
position:absolute;
background-color:rgba(0,0,0,0.5);
border-radius:20px;
}
.menubar ul li:hover .submenu2 {
display:block;
position:absolute;
background-color:rgba(0,0,0,0.5);
border-radius:20px;
}
.submenu1 ul{
display:block;
}
.submenu1 ul li{
border-bottom:2px solid red;
}
.submenu2 ul{
display:block;
}
.submenu2 ul li{
border-bottom:2px solid red;
}
.h2
{
text-align: center;
margin-top: 20px;
font-size: 50px;
}
.head{
text-align:center;
color: rgba(0,0,0,0.7);
}
</style>
<body class="bi">
<nav class="menubar">
<nav class=" navbar navbar-expand-lg top1">
<div class="container-fluid">
<a class="text-decoration-none text-white" href="#"><h1><h4>AFRS-USER</h4></h1></a>
<div>
<ul class="navbar-nav">
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/user">Home</a></li>
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/searchflight">Booking</a>
<li class="nav-item"> <a class="nav-link" href="#">Profile</a>
<div class="submenu1">
<ul>
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/regupdate"">update</a></li>
</ul>
</div>
</li>
<li class="nav-item"> <a class="nav-link" href="#">VIEW</a>
<div class="submenu2">
<ul>
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/viewbookinguser">Booking Details</a></li>
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/ticket">Ticket view</a></li>
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/viewnotif">View Notification</a></li>
</ul>
</div>
</li>
<li class="nav-item"> <a class="nav-link" href="<?php echo base_url()?>main/logout">Logout</a></li>
</ul>
</ul>
</div>
</div>
</nav>
</div>
</nav>
<form style="margin-left: 450px" method="post" action="<?php echo base_url()?>main/reguserupdate">
<?php
if(isset($user_data))
{
foreach($user_data->result() as $row1)
{
?>
<fieldset style="width:500px;height:700px; background-color:rgba(0,0,0,0.6); margin-top: 50px;">
<legend style="color: red"><strong></strong></legend>
<table>
<tr>
<td>
First name:</td>
<td><input type="text" name="fname" value="<?php echo $row1->fname;?>">
</td>
</tr>
<tr>
<td>
Last name:</td>
<td><input type="text" name="lname" value="<?php echo $row1->lname;?>">
</td>
</tr>
<tr>
<td>
Age:</td>
<td><input type="text" name="age" value="<?php echo $row1->age;?>">
</td>
</tr>
<tr>
<td>Gender:</td>
<td><select name="gender"><option><?php echo $row1->gender;?></option>
<option>Male</option>
<option>Female</option></select></td></tr>
<tr><td>Address:</td>
<td><textarea name="address"><?php echo $row1->address;?></textarea></td></tr>
<tr>
<td>
Phone number:</td>
<td><input type="text" name="phno" value="<?php echo $row1->phno;?>"></td>
</tr>
<tr>
<td>
Adhar Number:</td>
<td><input type="text" name="adno" value="<?php echo $row1->adno;?>">
</td>
</tr>
<tr><td>Email:</td>
<td><input type="Email" name="email" value="<?php echo $row1->email;?>" ></td></tr>
<tr><td><input type="submit" name="update" value="Update"></td></tr>
</table>
<?php
}
}
?>
</fieldset>
</form>
<!---Jquery--->
<script
src="https://code.jquery.com/jquery-3.5.1.js"integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous">
</script>
<!---Popper---->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous">
</script>
<!---Custom Js-->
<script src="js/script.js">
</script>
</body>
</html>
|
@extends('layouts.frontend_app')
@section('seo_title')
Sukrapath Cooperative| Gallery| {{ $album->category_name }}
@endsection
@section('content')
<section class="inner-breadcrumb" style="background-image: url({{ asset(Storage::url($album->thumbnail_image)) }});">
<div class="container">
<div class="inner-breadcrumb-text">
<strong>Captured Memories</strong>
<h2>Our Gallery</h2>
<ul>
<li class="bread-link"><a href="{{ route('frontend_index') }}"><i class="fas fa-home"></i> Home</a></li>
<li class="bread-link"> Our Gallery</a></li>
<li>{{ $album->category_name }}</li>
</ul>
</div>
</div>
</section>
<section class="inner-gallery-single sec-padding">
<div class="container">
<div class="row">
@foreach ($photos as $item)
<div class="col-lg-3 col-md-4 col-12 col-xs-6 thumb">
<a href="{{ asset(Storage::url($item->image)) }}" class="fancybox" rel="ligthbox">
<div class="zoom-icon">
<i class="fas fa-expand-arrows-alt"></i>
</div>
</a>
<img src="{{ asset(Storage::url($item->image))}}" class="zoom img-fluid " alt="">
<div class="overlay"></div>
</div>
@endforeach
</div>
</div>
</section>
@endsection
|
<?php
/**
* @package icons
* @author Syahril Hermana
*/
class Icons
{
var $CI = NULL;
function __construct(){
$this->CI =& get_instance();
}
public function glyphicons()
{
$glyphicons = array(
'Home' => 'md md-home',
'Computer' => 'md md-computer',
'Assessment' => 'md md-assessment',
'Email' => 'md md-email'
);
return $glyphicons;
}
}
|
<?php
session_start();
?>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sobre</title>
<!--links-->
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="images/icon.ico" type="image/x-icon">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="teste">
<!-- barra de navegacao -->
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#"> Sobre </a>
</div>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav navbar-nav d-flex justify-content-end" id="links">
<li><a href="painel.php">VOLTAR</a></li>
</ul>
</div>
</div>
</nav>
<div>
<h1 class="titulo">Tudo sobre nossa loja aqui</h1>
<p class="texto">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut molestiae voluptatem omnis, nobis error quam similique accusantium recusandae dolores unde ratione veniam? Dolor, quidem culpa atque quod explicabo quaerat dolore! Lorem ipsum dolor, sit amet consectetur adipisicing elit. Et earum ipsam quod voluptatum eos perspiciatis exercitationem dolores accusantium officiis reiciendis! Aperiam quisquam voluptatem quidem velit nihil in sit laboriosam facilis?</p>
</div>
<!-- /END THE FEATURETTES -->
<div class="container-fluid bg3 text-center" id="contatos">
<h3>Contatos</h3>
<div class="row" id="contat">
<div class="col-sm-4">
<figure>
<a href=""><img src="images/img1.jpg" class="img-responsive rounded" style="width:100%" alt="Image"></a>
<figcaption><p> <i class="bi bi-geo-alt"></i> Endereço </p></figcaption>
</figure>
</div>
<div class="col-sm-4">
<figure>
<a href=""><img src="images/img2.jpg" class="img-responsive rounded" style="width:100%" alt="Image"></a>
<figcaption> <p> <i class="bi bi-envelope"></i> email@email.com </p></figcaption>
</figure>
</div>
<div class="col-sm-4">
<figure>
<a href=""><img src="images/img3.jpg" class="img-responsive rounded" style="width:100%" alt="Image"></a>
<figcaption><p> <i class="bi bi-phone"></i> (90) 00000-0000 </p></figcaption>
</figure>
</div>
</div>
</body>
</html>
<style>
.teste {
text-align: center;
background-color:#dc3546dc ;
}
.texto {
font-size: 20px;
text-align: center;
}
figcaption {
background-color: #dc3545 ;
color: #fff;
font: italic smaller sans-serif;
padding: 3px;
text-align: center;
border: thin #c0c0c0 solid;
font-size: 20px;
}
</style>
|
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| URI ROUTING
| -------------------------------------------------------------------------
| This file lets you re-map URI requests to specific controller functions.
|
| Typically there is a one-to-one relationship between a URL string
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
| example.com/class/method/id/
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one
| corresponding to the URL.
|
| Please see the user guide for complete details:
|
| https://codeigniter.com/user_guide/general/routing.html
|
| -------------------------------------------------------------------------
| RESERVED ROUTES
| -------------------------------------------------------------------------
|
| There are three reserved routes:
|
| $route['default_controller'] = 'welcome';
|
| This route indicates which controller class should be loaded if the
| URI contains no data. In the above example, the "welcome" class
| would be loaded.
|
| $route['404_override'] = 'errors/page_missing';
|
| This route will tell the Router which controller/method to use if those
| provided in the URL cannot be matched to a valid route.
|
| $route['translate_uri_dashes'] = FALSE;
|
| This is not exactly a route, but allows you to automatically route
| controller and method names that contain dashes. '-' isn't a valid
| class or method name character, so it requires translation.
| When you set this option to TRUE, it will replace ALL dashes in the
| controller and method URI segments.
|
| Examples: my-controller/index -> my_controller/index
| my-controller/my-method -> my_controller/my_method
*/
$route['default_controller'] = 'welcome';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['employee'] = "Employee/index";
|
<?php
/**
* PgUtils
*
* @author Nurlan Mukhanov <nurike@gmail.com>
* @copyright 2020 Nurlan Mukhanov
* @license https://en.wikipedia.org/wiki/MIT_License MIT License
* @link https://github.com/Falseclock/dbd-common
*/
declare(strict_types=1);
namespace DBD\Common;
use DBD\DBD;
use DBD\Entity\Column;
use DBD\Entity\Constraint;
use DBD\Entity\Key;
use DBD\Entity\Primitive;
use DBD\Entity\Table;
/**
* Class PgUtils
* @package DBD\Common
*/
class PgUtils implements DBDUtils
{
/** @var DBD $db */
private $db;
/**
* PgUtils constructor.
*
* @param DBD $dbDriver
*/
public function __construct(DBD $dbDriver)
{
$this->db = $dbDriver;
}
/**
* @param Table $table
*
* @return Constraint[]
* @throws DBDException
*/
public function getTableConstraints(Table $table): array
{
$constraints = [];
$sth = $this->db->prepare("
SELECT
kcu.column_name,
ccu.table_schema AS foreign_table_schema,
ccu.table_name AS foreign_table_name,
ccu.column_name AS foreign_column_name
FROM
information_schema.table_constraints AS tc
JOIN information_schema.key_column_usage AS kcu
ON tc.constraint_name = kcu.constraint_name
AND tc.table_schema = kcu.table_schema
JOIN information_schema.constraint_column_usage AS ccu
ON ccu.constraint_name = tc.constraint_name
--AND ccu.table_schema = tc.table_schema
WHERE
tc.constraint_type = 'FOREIGN KEY' AND
tc.table_name = ? AND
tc.table_schema = ?
"
);
$sth->execute($table->name, $table->scheme);
if ($sth->rows()) {
while ($row = $sth->fetchRow()) {
$constraint = new Constraint();
$constraint->localColumn = $this->getColumnByName($table->columns, $row['column_name']);
// If table refers itself
if ($table->name == $row['foreign_table_name'] and $table->scheme == $row['foreign_table_schema']) {
$constraint->foreignTable = $table;
} else {
$constraint->foreignTable = $this->tableStructure($row['foreign_table_name'], $row['foreign_table_schema']);
}
$constraint->foreignColumn = $this->getColumnByName($constraint->foreignTable->columns, $row['foreign_column_name']);
$constraints[] = $constraint;
}
}
return $constraints;
}
/**
* @param Column[] $columns
* @param $name
*
* @return Column
* @throws DBDException
*/
private function getColumnByName(iterable $columns, $name): Column
{
foreach ($columns as $column) {
if ($column->name == $name) {
return $column;
}
}
throw new DBDException("Unknown column {$name}");
}
/**
* @param string $tableName
* @param string $schemaName
*
* @return Table
* @throws DBDException
*/
public function tableStructure(string $tableName, string $schemaName): Table
{
$table = new Table();
$table->name = $tableName;
$table->scheme = $schemaName;
$table->annotation = $this->db->select("SELECT obj_description(CONCAT(?::text, '.', ?::text)::REGCLASS)", $table->scheme, $table->name);
$sth = $this->db->prepare("
SELECT
CASE WHEN ordinal_position = ANY (i.indkey) THEN TRUE ELSE FALSE END AS is_primary,
ordinal_position,
cols.column_name,
CASE WHEN is_nullable = 'NO' THEN FALSE WHEN is_nullable = 'YES' THEN TRUE ELSE NULL END AS is_nullable,
data_type,
udt_name,
character_maximum_length,
numeric_precision,
numeric_scale,
datetime_precision,
column_default,
pg_catalog.col_description(CONCAT(cols.table_schema, '.', cols.table_name)::REGCLASS::OID, cols.ordinal_position::INT) AS column_comment
FROM
information_schema.columns cols
LEFT JOIN pg_index i ON i.indrelid = CONCAT(cols.table_schema, '.', cols.table_name)::REGCLASS::OID AND i.indisprimary
WHERE
cols.table_name = ? AND
cols.table_schema = ?
ORDER BY
ordinal_position
"
);
$sth->execute($table->name, $table->scheme);
if ($sth->rows()) {
$columns = [];
while ($row = $sth->fetchRow()) {
$column = new Column($row['column_name']);
if (isset($row['is_nullable'])) {
if ($row['is_nullable'] == 'f' || $row['is_nullable'] == false)
$column->nullable = false;
else
$column->nullable = false;
}
if (isset($row['character_maximum_length']))
$column->maxLength = $row['character_maximum_length'];
if (isset($row['numeric_precision']))
$column->precision = $row['numeric_precision'];
if (isset($row['numeric_scale']))
$column->scale = $row['numeric_scale'];
if (isset($row['datetime_precision']))
$column->precision = $row['datetime_precision'];
if (isset($row['column_default']))
$column->defaultValue = $row['column_default'];
if (isset($row['column_comment']))
$column->annotation = $row['column_comment'];
$column->type = PgUtils::getPrimitive($row['udt_name']);
$column->originType = $row['udt_name'];
if (in_array($column->type->getValue(), [Primitive::Int16, Primitive::Int32(), Primitive::Int64])) {
$column->scale = null;
$column->precision = null;
}
if (isset($row['is_primary'])) {
if ($row['is_primary'] === 'f' or $row['is_primary'] === false) {
$column->key = false;
} else {
$column->key = true;
$table->keys[] = new Key($column);
}
}
$columns[] = $column;
}
$table->columns = $columns;
$table->constraints = $this->getTableConstraints($table);
}
return $table;
}
/**
* @param string $type
*
* @return Primitive
* @throws DBDException
*/
public static function getPrimitive(string $type): Primitive
{
switch (strtolower(trim($type))) {
case 'bytea':
return Primitive::Binary();
case 'boolean':
case 'bool':
return Primitive::Boolean();
case 'date':
case 'timestamp':
return Primitive::Date();
case 'time':
case 'timetz':
return Primitive::TimeOfDay();
case 'timestamptz':
return Primitive::DateTimeOffset();
case 'numeric':
case 'decimal':
return Primitive::Decimal();
case 'float8':
return Primitive::Double();
case 'interval':
return Primitive::Duration();
case 'uuid':
return Primitive::Guid();
case 'int2':
case 'smallint':
case 'smallserial':
case 'serial2':
return Primitive::Int16();
case 'int':
case 'int4':
case 'integer':
case 'serial4':
case 'serial':
return Primitive::Int32();
case 'int8':
case 'bigint':
case 'bigserial':
case 'serial8':
return Primitive::Int64();
case 'float4':
case 'real':
return Primitive::Single();
case 'varchar':
case 'text':
case 'cidr':
case 'inet':
case 'json':
case 'jsonb':
case 'macaddr':
case 'macaddr8':
case 'char':
case 'tsquery':
case 'tsvector':
case 'xml':
case 'bpchar':
return Primitive::String();
}
throw new DBDException("Not described type found: {$type}");
}
}
|
<?php
session_start();
$obj = new stdClass();
$obj->result = true;
$obj->is_connected = isset($_SESSION["user_id"]);
header('Cache-Control: no-cache, must-revalidate');
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Content-type: application/json');
echo json_encode($obj);
|
<?php
/*
* BloonJPHP
* Habbo R63 Post-Shuffle
* Based on the work of Burak (burak@burak.fr)
*
* https://bloon.burak.fr/ - https://github.com/BurakDev/BloonJPHP
*/
class CatalogEvents {
public function __construct() {
$this->initializeEvents();
}
private function initializeEvents() {
EventManager::bind("GetCatalogIndexMessageEvent");
EventManager::bind("GetCatalogPageMessageEvent");
EventManager::bind("GetCatalogClubPageMessageEvent");
EventManager::bind("GetCatalogOfferMessageEvent");
EventManager::bind("CatalogueOfferConfigMessageEvent");
EventManager::bind("PurchaseFromCatalogMessageEvent");
EventManager::bind("PurchaseFromCatalogAsGiftMessageEvent");
EventManager::bind("GetSellablePetBreedsMessageEvent");
EventManager::bind("ReloadRecyclerMessageEvent");
EventManager::bind("GetGiftWrappingConfigurationMessageEvent");
EventManager::bind("GetRecyclerRewardsMessageEvent");
EventManager::bind("CatalogPromotionGetRoomsMessageEvent");
EventManager::bind("GetCatalogClubGiftsMessageEvent");
EventManager::bind("ChooseClubGiftMessageEvent");
EventManager::bind("PromoteRoomMessageEvent");
EventManager::bind("RetrieveSongIDMessageEvent");
EventManager::bind("CheckPetnameMessageEvent");
EventManager::bind("EcotronRecycleMessageEvent");
EventManager::bind("RedeemVoucherMessageEvent");
EventManager::bind("BuildersClubUpdateFurniCount");
EventManager::bind("PlaceBuildersFurniture");
EventManager::bind("PurchaseTargetedOfferMessageEvent");
}
}
new CatalogEvents;
|
<?php
/* @var $this ForecastingController */
/* @var $model Forecasting */
/* @var $form CActiveForm */
?>
<div class="wide form">
<?php $form=$this->beginWidget('CActiveForm', array(
'action'=>Yii::app()->createUrl($this->route),
'method'=>'get',
)); ?>
<div class="row">
<?php echo $form->label($model,'id'); ?>
<?php echo $form->textField($model,'id'); ?>
</div>
<div class="row">
<?php echo $form->label($model,'transaction_id'); ?>
<?php echo $form->textField($model,'transaction_id'); ?>
</div>
<div class="row">
<?php echo $form->label($model,'type_forecasting'); ?>
<?php echo $form->textField($model,'type_forecasting',array('size'=>3,'maxlength'=>3)); ?>
</div>
<div class="row">
<?php echo $form->label($model,'due_date'); ?>
<?php echo $form->textField($model,'due_date'); ?>
</div>
<div class="row">
<?php echo $form->label($model,'payment_date'); ?>
<?php echo $form->textField($model,'payment_date'); ?>
</div>
<div class="row">
<?php echo $form->label($model,'realization_date'); ?>
<?php echo $form->textField($model,'realization_date'); ?>
</div>
<div class="row">
<?php echo $form->label($model,'bank_id'); ?>
<?php echo $form->textField($model,'bank_id'); ?>
</div>
<div class="row">
<?php echo $form->label($model,'amount'); ?>
<?php echo $form->textField($model,'amount',array('size'=>18,'maxlength'=>18)); ?>
</div>
<div class="row">
<?php echo $form->label($model,'balance'); ?>
<?php echo $form->textField($model,'balance',array('size'=>18,'maxlength'=>18)); ?>
</div>
<div class="row">
<?php echo $form->label($model,'realization_balance'); ?>
<?php echo $form->textField($model,'realization_balance',array('size'=>18,'maxlength'=>18)); ?>
</div>
<div class="row">
<?php echo $form->label($model,'status'); ?>
<?php echo $form->textField($model,'status',array('size'=>10,'maxlength'=>10)); ?>
</div>
<div class="row">
<?php echo $form->label($model,'notes'); ?>
<?php echo $form->textArea($model,'notes',array('rows'=>6, 'cols'=>50)); ?>
</div>
<div class="row buttons">
<?php echo CHtml::submitButton('Search'); ?>
</div>
<?php $this->endWidget(); ?>
</div><!-- search-form -->
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script type="text/javascript" src="collect.js">
</script>
<title></title>
</head>
<body>
<div>
<h3>Current interval: (seconds)</h3>
<span id="current_interval"><?php echo $current_interval/1000; ?></span>
<br/><br/>
<fieldset>
<legend>Time Interval</legend>
<form id="interval" name="interval" action="" method="POST">
<label>New interval:</label> <input id="interval_interval" name="interval_interval" placeholder="" type="text"> <input name="interval_submit" type="submit" value=" Submit "> <span><?php echo $interval_error; ?></span>
</form>
</fieldset>
</div>
<div>
<!--<h3>Your location: </h3><span id="location"></span>
<span id="geolocation0">N/A</span><br/>
<span id="geolocation1">N/A</span><br/>
<span id="geolocation2">N/A</span><br/>
<span id="geolocation3">N/A</span><br/>
<span id="geolocation4">N/A</span><br/>
<span id="geolocation5">N/A</span><br/>
<span id="geolocation6">N/A</span><br/>
<span id="geolocation7">N/A</span><br/>-->
<h3>
Latitude:
</h3><span id="latitude">N/A</span>
<h3>
Longtitude:
</h3><span id="longitude">N/A</span>
<h3>
Accuracy:
</h3><span id="accuracy">N/A</span>
<h3>
Battery level:
</h3><span id="batterycharging">N/A</span><br>
<span id="batterystatus">N/A</span><br>
<span id="batterysupported">N/A</span><br>
<h3>
JSON:
</h3><span id="jsonmessage">N/A</span><br>
</div>
</body>
</html>
|
<?php
namespace Database\Seeders;
use App\NewsPost;
use Illuminate\Database\Seeder;
class NewsPostSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
NewsPost::create([
'user_id' => 1,
'news_category_id' => 1,
'image_id' => 1,
'title' => 'Welcome to RuneManager!',
'shortstory' => 'Welcome to RuneManager!',
'longstory' => 'Welcome to RuneManager!',
]);
}
}
|
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateGithubTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('social_github_users', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->string('username');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_repos', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_pushes', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_commits', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_gists', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_issues', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_organizations', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
Schema::create('social_github_events', function(Blueprint $table) {
$table->increments('id');
$table->integer('github_id');
$table->json('meta');
$table->timestamps();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('social_github_users');
Schema::drop('social_github_repos');
Schema::drop('social_github_pushes');
Schema::drop('social_github_commits');
Schema::drop('social_github_gists');
Schema::drop('social_github_issues');
Schema::drop('social_github_organizations');
Schema::drop('social_github_events');
}
}
|
<?php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\MonedaController;
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
// Route::get('/', function () {
// return view('welcome');
// });
Route::resource('backend/moneda', MonedaController::class,['names' => 'backend.moneda'] );
|
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Defaults
|--------------------------------------------------------------------------
|
| This option controls the default authentication "guard" and password
| reset options for your application. You may change these defaults
| as required, but they're a perfect start for most applications.
|
*/
'defaults' => [
'guard' => 'web',
'passwords' => 'users',
],
/*
|--------------------------------------------------------------------------
| Authentication Guards
|--------------------------------------------------------------------------
|
| Next, you may define every authentication guard for your application.
| Of course, a great default configuration has been defined for you
| here which uses session storage and the Eloquent user provider.
|
| All authentication drivers have a user provider. This defines how the
| users are actually retrieved out of your database or other storage
| mechanisms used by this application to persist your user's data.
|
| Supported: "session", "token"
|
*/
'guards' => [
'web' => [
'driver' => 'session',
'provider' => 'users',
],
'api' => [
'driver' => 'token',
'provider' => 'users',
],
//for bloggers
'bloggers' => [
'driver' => 'session',
'provider' => 'bloggers',
],
'api' => [
'driver' => 'token',
'provider' => 'bloggers',
],
],
/*
|--------------------------------------------------------------------------
| User Providers
|--------------------------------------------------------------------------
|
| All authentication drivers have a user provider. This defines how the
| users are actually retrieved out of your database or other storage
| mechanisms used by this application to persist your user's data.
|
| If you have multiple user tables or models you may configure multiple
| sources which represent each model / table. These sources may then
| be assigned to any extra authentication guards you have defined.
|
| Supported: "database", "eloquent"
|
*/
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => App\Admin::class,
],
'bloggers' => [
'driver' => 'eloquent',
'model' => App\Blogger::class,
],
// 'users' => [
// 'driver' => 'database',
// 'table' => 'users',
// ],
],
/*
|--------------------------------------------------------------------------
| Resetting Passwords
|--------------------------------------------------------------------------
|
| Here you may set the options for resetting passwords including the view
| that is your password reset e-mail. You may also set the name of the
| table that maintains all of the reset tokens for your application.
|
| You may specify multiple password reset configurations if you have more
| than one user table or model in the application and you want to have
| separate password reset settings based on the specific user types.
|
| The expire time is the number of minutes that the reset token should be
| considered valid. This security feature keeps tokens short-lived so
| they have less time to be guessed. You may change this as needed.
|
*/
'passwords' => [
'users' => [
'provider' => 'users',
'email' => 'auth.emails.password',
'table' => 'password_resets',
'expire' => 60,
],
'bloggers' => [
'provider' => 'bloggers',
'email' => 'auth.emails.password',
'table' => 'password_resets',
'expire' => 60,
],
],
];
|
<?php
namespace j0hnys\Trident\Tests\Integration;
use j0hnys\Trident\Tests\Base\TestCase;
use j0hnys\Trident\Builders\Setup\Install;
use j0hnys\Trident\Builders\Workflow;
use j0hnys\Trident\Console\Commands\GenerateWorkflow;
class GenerateWorkflowTest extends TestCase
{
private $td_entity_name;
private $workflow;
public function setUp(): void
{
parent::setUp();
$this->td_entity_name = 'DemoProcess';
$install = new Install($this->storage_disk);
$install->run();
$this->workflow = new Workflow($this->storage_disk, $this->storage_trident);
//command behavioural test
$this->mock_workflow = $this->createMock(Workflow::class);
$this->mock_command_workflow = $this->getMockBuilder(GenerateWorkflow::class)
->setConstructorArgs([$this->mock_workflow])
->setMethods(['argument','option','info'])
->getMock();
}
public function testHandle()
{
$name = '';
$this->mock_command_workflow->expects($this->at(0))
->method('argument')
->willReturn($name);
$this->mock_command_workflow->expects($this->at(0))
->method('info')
->willReturn(null);
$this->mock_command_workflow->handle();
//assert
$this->assertTrue(true);
}
public function testGenerate()
{
$this->workflow->generate($this->td_entity_name);
$this->assertTrue(true);
}
}
|
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class CinemaDetail extends Model
{
protected $fillable = ['cinema_id', 'film_id'];
use HasFactory;
}
|
<form action="<?= $router($action); ?>" method="<?= $method; ?>">
<?php if (!empty($grids)) : ?>
<?= $this(reset($grids)); ?>
<?php else :?>
Where my grid
<?php endif; ?>
</form>
|
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Url\Helper;
class DataTest extends \PHPUnit\Framework\TestCase
{
/**
* @var \Magento\Framework\Url\Helper\Data
*/
protected $_helper = null;
protected function setUp()
{
$this->_helper = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(
\Magento\Framework\Url\Helper\Data::class
);
}
public function testGetCurrentBase64Url()
{
$this->assertEquals('aHR0cDovL2xvY2FsaG9zdDo4MS8,', $this->_helper->getCurrentBase64Url());
}
public function testGetEncodedUrl()
{
$this->assertEquals('aHR0cDovL2xvY2FsaG9zdDo4MS8,', $this->_helper->getEncodedUrl());
$this->assertEquals('aHR0cDovL2V4YW1wbGUuY29tLw,,', $this->_helper->getEncodedUrl('http://example.com/'));
}
}
|
<?php
return [
/*
|--------------------------------------------------------------------------
| PDO Fetch Style
|--------------------------------------------------------------------------
|
| By default, database results will be returned as instances of the PHP
| stdClass object; however, you may desire to retrieve records in an
| array format for simplicity. Here you can tweak the fetch style.
|
*/
'fetch' => PDO::FETCH_OBJ,
/*
|--------------------------------------------------------------------------
| Default Database Connection Name
|--------------------------------------------------------------------------
|
| Here you may specify which of the database connections below you wish
| to use as your default connection for all database work. Of course
| you may use many connections at once using the Database library.
|
*/
'default' => env('DB_CONNECTION', 'mysql'),
/*
|--------------------------------------------------------------------------
| Database Connections
|--------------------------------------------------------------------------
|
| Here are each of the database connections setup for your application.
| Of course, examples of configuring each database platform that is
| supported by Laravel is shown below to make development simple.
|
|
| All database work in Laravel is done through the PHP PDO facilities
| so make sure you have the driver for your particular database of
| choice installed on your machine before you begin development.
|
*/
'connections' => [
'sqlite' => [
'driver' => 'sqlite',
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
],
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => '/opt/lampp/var/mysql/mysql.sock',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => true,
'engine' => null,
],
'pgsql' => [
'driver' => 'pgsql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '5432'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
'sslmode' => 'prefer',
],
],
/*
|--------------------------------------------------------------------------
| Migration Repository Table
|--------------------------------------------------------------------------
|
| This table keeps track of all the migrations that have already run for
| your application. Using this information, we can determine which of
| the migrations on disk haven't actually been run in the database.
|
*/
'migrations' => 'migrations',
/*
|--------------------------------------------------------------------------
| Redis Databases
|--------------------------------------------------------------------------
|
| Redis is an open source, fast, and advanced key-value store that also
| provides a richer set of commands than a typical key-value systems
| such as APC or Memcached. Laravel makes it easy to dig right in.
|
*/
'redis' => [
'cluster' => false,
'default' => [
'host' => env('REDIS_HOST', 'localhost'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => 0,
],
],
];
|
<?php
namespace Kusabi\Native\Benchmarks;
/**
* @Revs(10000)
* @Iterations(20)
* @OutputTimeUnit("seconds")
* @OutputMode("throughput")
*/
class Bench
{
}
|
<?php
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
namespace OCP\Files\Cache;
/**
* check the storage backends for updates and change the cache accordingly
*
* @since 9.0.0
*/
interface IWatcher {
public const CHECK_NEVER = 0; // never check the underlying filesystem for updates
public const CHECK_ONCE = 1; // check the underlying filesystem for updates once every request for each file
public const CHECK_ALWAYS = 2; // always check the underlying filesystem for updates
/**
* @param int $policy either IWatcher::CHECK_NEVER, IWatcher::CHECK_ONCE, IWatcher::CHECK_ALWAYS
* @since 9.0.0
*/
public function setPolicy($policy);
/**
* @return int either IWatcher::CHECK_NEVER, IWatcher::CHECK_ONCE, IWatcher::CHECK_ALWAYS
* @since 9.0.0
*/
public function getPolicy();
/**
* check $path for updates and update if needed
*
* @param string $path
* @param ICacheEntry|null $cachedEntry
* @return boolean true if path was updated
* @since 9.0.0
*/
public function checkUpdate($path, $cachedEntry = null);
/**
* Update the cache for changes to $path
*
* @param string $path
* @param ICacheEntry $cachedData
* @since 9.0.0
*/
public function update($path, $cachedData);
/**
* Check if the cache for $path needs to be updated
*
* @param string $path
* @param ICacheEntry $cachedData
* @return bool
* @since 9.0.0
*/
public function needsUpdate($path, $cachedData);
/**
* remove deleted files in $path from the cache
*
* @param string $path
* @since 9.0.0
*/
public function cleanFolder($path);
}
|
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to place the application's name in a notification or
| any other location as required by the application or its packages.
|
*/
'name' => env('APP_NAME', 'Laravel'),
/*
|--------------------------------------------------------------------------
| Application Environment
|--------------------------------------------------------------------------
|
| This value determines the "environment" your application is currently
| running in. This may determine how you prefer to configure various
| services the application utilizes. Set this in your ".env" file.
|
*/
'env' => env('APP_ENV', 'production'),
/*
|--------------------------------------------------------------------------
| Application Debug Mode
|--------------------------------------------------------------------------
|
| When your application is in debug mode, detailed error messages with
| stack traces will be shown on every error that occurs within your
| application. If disabled, a simple generic error page is shown.
|
*/
'debug' => (bool) env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------
| Application URL
|--------------------------------------------------------------------------
|
| This URL is used by the console to properly generate URLs when using
| the Artisan command line tool. You should set this to the root of
| your application so that it is used when running Artisan tasks.
|
*/
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL', null),
/*
|--------------------------------------------------------------------------
| Application Timezone
|--------------------------------------------------------------------------
|
| Here you may specify the default timezone for your application, which
| will be used by the PHP date and date-time functions. We have gone
| ahead and set this to a sensible default for you out of the box.
|
*/
'timezone' => 'UTC',
/*
|--------------------------------------------------------------------------
| Application Locale Configuration
|--------------------------------------------------------------------------
|
| The application locale determines the default locale that will be used
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
*/
'locale' => 'en',
/*
|--------------------------------------------------------------------------
| Application Fallback Locale
|--------------------------------------------------------------------------
|
| The fallback locale determines the locale to use when the current one
| is not available. You may change the value to correspond to any of
| the language folders that are provided through your application.
|
*/
'fallback_locale' => 'en',
/*
|--------------------------------------------------------------------------
| Faker Locale
|--------------------------------------------------------------------------
|
| This locale will be used by the Faker PHP library when generating fake
| data for your database seeds. For example, this will be used to get
| localized telephone numbers, street address information and more.
|
*/
'faker_locale' => 'en_US',
/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
| This key is used by the Illuminate encrypter service and should be set
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
*/
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
|--------------------------------------------------------------------------
|
| The service providers listed here will be automatically loaded on the
| request to your application. Feel free to add your own services to
| this array to grant expanded functionality to your applications.
|
*/
'providers' => [
/*
* Laravel Framework Service Providers...
*/
Illuminate\Auth\AuthServiceProvider::class,
Illuminate\Broadcasting\BroadcastServiceProvider::class,
Illuminate\Bus\BusServiceProvider::class,
Illuminate\Cache\CacheServiceProvider::class,
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
Illuminate\Cookie\CookieServiceProvider::class,
Illuminate\Database\DatabaseServiceProvider::class,
Illuminate\Encryption\EncryptionServiceProvider::class,
Illuminate\Filesystem\FilesystemServiceProvider::class,
Illuminate\Foundation\Providers\FoundationServiceProvider::class,
Illuminate\Hashing\HashServiceProvider::class,
Illuminate\Mail\MailServiceProvider::class,
Illuminate\Notifications\NotificationServiceProvider::class,
Illuminate\Pagination\PaginationServiceProvider::class,
Illuminate\Pipeline\PipelineServiceProvider::class,
Illuminate\Queue\QueueServiceProvider::class,
Illuminate\Redis\RedisServiceProvider::class,
Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
Illuminate\Session\SessionServiceProvider::class,
Illuminate\Translation\TranslationServiceProvider::class,
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
/*
* Package Service Providers...
*/
Cartalyst\Stripe\Laravel\StripeServiceProvider::class,
RealRashid\SweetAlert\SweetAlertServiceProvider::class,
/*
* Application Service Providers...
*/
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
],
/*
|--------------------------------------------------------------------------
| Class Aliases
|--------------------------------------------------------------------------
|
| This array of class aliases will be registered when this application
| is started. However, feel free to register as many as you wish as
| the aliases are "lazy" loaded so they don't hinder performance.
|
*/
'aliases' => [
'App' => Illuminate\Support\Facades\App::class,
'Arr' => Illuminate\Support\Arr::class,
'Artisan' => Illuminate\Support\Facades\Artisan::class,
'Auth' => Illuminate\Support\Facades\Auth::class,
'Blade' => Illuminate\Support\Facades\Blade::class,
'Broadcast' => Illuminate\Support\Facades\Broadcast::class,
'Bus' => Illuminate\Support\Facades\Bus::class,
'Cache' => Illuminate\Support\Facades\Cache::class,
'Config' => Illuminate\Support\Facades\Config::class,
'Cookie' => Illuminate\Support\Facades\Cookie::class,
'Crypt' => Illuminate\Support\Facades\Crypt::class,
'DB' => Illuminate\Support\Facades\DB::class,
'Eloquent' => Illuminate\Database\Eloquent\Model::class,
'Event' => Illuminate\Support\Facades\Event::class,
'File' => Illuminate\Support\Facades\File::class,
'Gate' => Illuminate\Support\Facades\Gate::class,
'Hash' => Illuminate\Support\Facades\Hash::class,
'Lang' => Illuminate\Support\Facades\Lang::class,
'Log' => Illuminate\Support\Facades\Log::class,
'Mail' => Illuminate\Support\Facades\Mail::class,
'Notification' => Illuminate\Support\Facades\Notification::class,
'Password' => Illuminate\Support\Facades\Password::class,
'Queue' => Illuminate\Support\Facades\Queue::class,
'Redirect' => Illuminate\Support\Facades\Redirect::class,
'Redis' => Illuminate\Support\Facades\Redis::class,
'Request' => Illuminate\Support\Facades\Request::class,
'Response' => Illuminate\Support\Facades\Response::class,
'Route' => Illuminate\Support\Facades\Route::class,
'Schema' => Illuminate\Support\Facades\Schema::class,
'Session' => Illuminate\Support\Facades\Session::class,
'Storage' => Illuminate\Support\Facades\Storage::class,
'Str' => Illuminate\Support\Str::class,
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
'Stripe' => Cartalyst\Stripe\Laravel\Facades\Stripe::class,
'Alert' => RealRashid\SweetAlert\Facades\Alert::class,
],
];
|
<?php
include '../dbh.php';
$itemID = $_GET['itemID'];
$email = $_GET['email'];
$query = "SELECT * FROM users, transactions, shipping, thebag, offers, products WHERE transactions.transactionID = '$itemID' AND transactions.transactionID = shipping.transactionID AND transactions.sellerID = users.uid AND users.uid = thebag.uid AND transactions.itemID = offers.offerID AND offers.productID = products.productID LIMIT 1";
$result = $conn->query($query);
$row = mysqli_fetch_assoc($result);
if($row['transactionID'] != '') {
$price = $row['price'];
$transactionID = $row['transactionID'];
$pic = $row['assetURL'];
$description = $row['model'];
$size = $row['size'];
$orderStatus = $row['status'];
$total = number_format($row['totalPrice'], 2, '.', ',');
$earn = number_format(($row['totalPrice']-$row['cost'])*0.87, 2, '.', ',');
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>#<?php echo $transactionID; ?> -- <?php echo $description; ?></title>
<base href="https://nxtdrop.com/">
<meta name="description" content="Welcome to NXTDROP">
<meta name="author" content="NXTDROP, Inc.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font-Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Roboto" rel="stylesheet">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<style>
* {
padding: 0;
margin: 0;
list-style: none;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
-webkit-transition: border-color 0.5s ease-out;
-moz-transition: border-color 0.5s ease-out;
-o-transition: border-color 0.5s ease-out;
transition: border-color 0.5s ease-out;
}
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
background-color: #FAFAFA;
height: 100%;
background: #fff;
color: #fff;
max-width: 696px;
margin: auto;
}
.email_container {
width: 100%;
margin: auto auto;
}
.header {
background: #bc3838;
margin: 0;
padding: 5px;
}
.content {
width: 100%;
background: #fcfcfc;
}
#nxtdrop_icon {
width: 2.2rem;
margin: 20px auto 20px auto;
}
.footer {
background: #fcfcfc;
color: #8e8e8e;
padding: 10px;
}
table {
width: 90%;
margin: 0px 5%;
}
p {
text-align: center;
font-size: 12px;
margin: 15px 20px;
}
a {
text-decoration: none;
color: #8e8e8e;
}
a:hover {
color: #bc3838;
}
#signin_btn {
width: 50%;
margin: 15px 25%;
border: 1px solid #bc3838;
background: #bc3838;
padding: 5px;
font-size: 16px;
color: #fff;
font-size: 'Roboto', sans-serif;
font-weight: 700;
border-radius: 2px;
}
#signin_btn:hover {
background: tomato;
border-color: tomato;
cursor: pointer;
}
</style>
</head>
<body>
<div class="container email_container">
<div class="header">
<a href="https://nxtdrop.com"><img src="https://nxtdrop.com/img/nxtdropiconwhite.png" alt="NXTDROP, Inc." id="nxtdrop_icon"></a>
<h2 style="font-size: 1.5rem; text-align: center; margin: 0 0 10px 0; font-family: Archive Black, sans-serif;">ORDER #<?php echo $transactionID; ?></h2>
<p style="text-align: center; font-family: Roboto, sans-serif; margin: 0 0 3px 0; font-size: 0.60rem; font-weight: 500;">Thank you for choosing NXTDROP!</p>
<p style="text-align: center; font-family: Roboto, sans-serif; margin: 0 0 0 0; font-size: 0.60rem; font-weight: 500;">You must login and confirm the sale unless you accepted a counter-offer.</p>
</div>
<div class="content" style="overflow: hidden;">
<table style="margin: 10px;">
<tr>
<td><img src="<?php echo $pic; ?>" alt="<?php echo $description; ?>" style="width: 45%;"></td>
<td><p style="color: #727272; width: 100%;"><?php echo $description.' SIZE US'.$size; ?></p></td>
</tr>
<tr style="font-size: 14px;">
<td style="color: #727272;">Status: <?php echo $orderStatus; ?></td>
</tr>
<tr style="font-size: 13px;">
<td style="color: #727272;">Total: </td>
<td style="color: tomato; text-align: right;">$<?php echo $total; ?></td>
</tr>
<tr style="font-size: 13px;">
<td style="color: #727272;">You will earn: </td>
<td style="color: #85bb65; text-align: right;">$<?php echo $earn; ?></td>
</tr>
</table>
<p style="color: #727272; width: 80%; font-weight: 100; font-size: 8px; text-align: left;">Check your dashboard for more information about the order. If you have concerns, contact us at support@nxtdrop.com.</p>
<a href="https://nxtdrop.com/signin"><button id="signin_btn">CONFIRM SALE</button></a>
<p style="color: #555555; font-weight: bold;">VERY IMPORTANT: You don't have to confirm the order if you accepted a counter-offer. If you did accept a counter-offer, you must ship the shoes and confirm it on the website within 2 business days to avoid a 15% penalty. You can also send an email to momar@nxtdrop.com with the shipping details to confirm.</p>
<p style="font-family: 'Gloria Hallelujah', cursive; color: #555555; font-size: 18px;">The NXTDROP Team.</p>
<p style="font-family: 'Gloria Hallelujah', cursive; color: #555555; font-size: 18px;">MONEY WAY!</p>
</div>
<div class="footer">
<table style="margin: 0 0 10px 0;">
<tr style="font-size: 0.5rem;">
<th><a href="https://instagram.com/nxtdrop">INSTAGRAM</a></th>
<th><a href="https://twitter.com/nxtdrop">TWITTER</a></th>
<th><a href="https://nxtdrop.com/privacy">PRIVACY</a></th>
<th><a href="https://nxtdrop.com/terms">TERMS</a></th>
</tr>
</table>
<p style="font-size: 0.55rem; margin: 2.5px auto; width: 90%; text-align: center;">© NXTDROP, Inc. All rights reserved.</p>
<p style="font-size: 0.55rem; margin: 2.5px auto; width: 90%; text-align: center;">For security reasons, you cannot unsubscribe from payment emails.</p>
</div>
</div>
</body>
</html>
|
<?php
/*
* This file is part of the symfony package.
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Jonathan H. Wage <jonwage@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Base sfDoctrineRecord extends the base Doctrine_Record in Doctrine to provide some
* symfony specific functionality to Doctrine_Records
*
* @package symfony
* @subpackage doctrine
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
* @version SVN: $Id: sfDoctrineRecord.class.php 29659 2010-05-28 16:49:48Z Kris.Wallsmith $
*/
abstract class sfDoctrineRecord extends Doctrine_Record
{
static protected
$_defaultCulture = 'en';
/**
* Initializes internationalization.
*
* @see Doctrine_Record
*/
public function construct()
{
if ($this->getTable()->hasRelation('Translation'))
{
// only add filter to each table once
if (!$this->getTable()->getOption('has_symfony_i18n_filter'))
{
$this->getTable()
->unshiftFilter(new sfDoctrineRecordI18nFilter())
->setOption('has_symfony_i18n_filter', true)
;
}
}
}
/**
* Listens to the user.change_culture event.
*
* @param sfEvent An sfEvent instance
*/
static public function listenToChangeCultureEvent(sfEvent $event)
{
self::$_defaultCulture = $event['culture'];
}
/**
* Sets the default culture
*
* @param string $culture
*/
static public function setDefaultCulture($culture)
{
self::$_defaultCulture = $culture;
}
/**
* Return the default culture
*
* @return string the default culture
*/
static public function getDefaultCulture()
{
if (!self::$_defaultCulture)
{
throw new sfException('The default culture has not been set');
}
return self::$_defaultCulture;
}
/**
* Returns the current record's primary key.
*
* This a proxy method to {@link Doctrine_Record::identifier()} for
* compatibility with a Propel-style API.
*
* @return mixed The value of the current model's last identifier column
*/
public function getPrimaryKey()
{
$identifier = (array) $this->identifier();
return end($identifier);
}
/**
* Function require by symfony >= 1.2 admin generators.
*
* @return boolean
*/
public function isNew()
{
return ! $this->exists();
}
/**
* Returns a string representation of the record.
*
* @return string A string representation of the record
*/
public function __toString()
{
$guesses = array('name',
'title',
'description',
'subject',
'keywords',
'id');
// we try to guess a column which would give a good description of the object
foreach ($guesses as $descriptionColumn)
{
try
{
return (string) $this->get($descriptionColumn);
} catch (Exception $e) {}
}
return sprintf('No description for object of class "%s"', $this->getTable()->getComponentName());
}
/**
* Provides getter and setter methods.
*
* @param string $method The method name
* @param array $arguments The method arguments
*
* @return mixed The returned value of the called method
*/
public function __call($method, $arguments)
{
$failed = false;
try {
if (in_array($verb = substr($method, 0, 3), array('set', 'get')))
{
$name = substr($method, 3);
$table = $this->getTable();
if ($table->hasRelation($name))
{
$entityName = $name;
}
else if ($table->hasField($fieldName = $table->getFieldName($name)))
{
$entityNameLower = strtolower($fieldName);
if ($table->hasField($entityNameLower))
{
$entityName = $entityNameLower;
} else {
$entityName = $fieldName;
}
}
else
{
$underScored = $table->getFieldName(sfInflector::underscore($name));
if ($table->hasField($underScored) || $table->hasRelation($underScored))
{
$entityName = $underScored;
} else if ($table->hasField(strtolower($name)) || $table->hasRelation(strtolower($name))) {
$entityName = strtolower($name);
} else {
$camelCase = $table->getFieldName(sfInflector::camelize($name));
$camelCase = strtolower($camelCase[0]).substr($camelCase, 1, strlen($camelCase));
if ($table->hasField($camelCase) || $table->hasRelation($camelCase))
{
$entityName = $camelCase;
} else {
$entityName = $underScored;
}
}
}
return call_user_func_array(
array($this, $verb),
array_merge(array($entityName), $arguments)
);
} else {
$failed = true;
}
} catch (Exception $e) {
$failed = true;
}
if ($failed)
{
try
{
return parent::__call($method, $arguments);
} catch (Doctrine_Record_UnknownPropertyException $e2) {}
if (isset($e) && $e)
{
throw $e;
} else if (isset($e2) && $e2) {
throw $e2;
}
}
}
/**
* Get the Doctrine date value as a PHP DateTime object
*
* @param string $dateFieldName The field name to get the DateTime object for
* @return DateTime $dateTime The instance of PHPs DateTime
*/
public function getDateTimeObject($dateFieldName)
{
$type = $this->getTable()->getTypeOf($dateFieldName);
if ($type == 'date' || $type == 'timestamp' || $type == 'datetime')
{
return new DateTime($this->get($dateFieldName));
}
else
{
throw new sfException('Cannot call getDateTimeObject() on a field that is not of type date or timestamp.');
}
}
/**
* Set the Doctrine date value by passing a valid PHP DateTime object instance
*
* @param string $dateFieldName The field name to set the date for
* @param DateTime $dateTimeObject The DateTime instance to use to set the value
* @return void
*/
public function setDateTimeObject($dateFieldName, DateTime $dateTimeObject)
{
$type = $this->getTable()->getTypeOf($dateFieldName);
if ($type == 'date' || $type == 'timestamp' || $type == 'datetime')
{
return $this->set($dateFieldName, $dateTimeObject->format('Y-m-d H:i:s'));
}
else
{
throw new sfException('Cannot call setDateTimeObject() on a field that is not of type date or timestamp.');
}
}
}
|
@extends('_layouts._layout_site')
@include('_layouts._includes._head')
@include('_layouts._includes._validators_jquery')
@section('head')@endsection
@section('titulo')@lang('bocais.bocais')@endsection
@section('topo_detalhe')
<div class="container-fluid topo">
<div class="row align-items-start">
{{-- Titlle and Subtitlle --}}
<div class="col-6">
<h1>@lang('bocais.bocais')</h1>
</div>
{{-- Save button an return button --}}
<div class="col-6 text-right botoes position">
<a href="{{ route('bocais.gerenciar') }}" style="color: #3c8dbc">
<button type="button">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-angle-double-left fa-stack-1x fa-inverse"></i>
</span>
</button>
</a>
<button type="button" id="botaosalvar">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-save fa-stack-1x fa-inverse"></i>
</span>
</button>
</div>
</div>
</div>
@endsection
@section('conteudo')
<div>
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="cadastro-tab" data-bs-toggle="tab" role="tab" aria-controls="cadastro"
aria-current="page" aria-selected="true" href="#cadastro">Geral</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="cadastro" role="tabpanel" aria-labelledby="cadastro-tab">
<form action="{{route('bocais.cadastra')}}" method="POST">
@csrf
<div class="table table-striped mx-auto" id="filtertable">
<div class="row">
<div class="col-md-3">
<label for="fabricante">@lang('bocais.fabricante')</label>
<input type="text" name="fabricante" id="fabricante" class="form-control" />
<div class="line"></div>
</div>
<div class="col-md-3">
<label for="tipo">@lang('bocais.tipo')</label>
<input class="form-control" type="text" name="tipo" id="tipo" />
<div class="line"></div>
</div>
<div class="col-md-3">
<label for="modelo">@lang('bocais.modelo')</label>
<input class="form-control" type="text" name="modelo" id="modelo" />
<div class="line"></div>
</div>
<div class="col-md-3">
<label >@lang('bocais.plug')</label>
<select>
<option value='0'>@lang('bocais.nao')</option>
<option value='1'>@lang('bocais.sim')</option>
</select>
</div>
</div>
</div>
<table class="table table-striped mx-auto" id="filtertable">
<thead class="headertable">
<tr class="text-center">
<th scope="col-5">@lang('bocais.nome')</th>
<th scope="col-5">@lang('bocais.vazao_10_psi')</th>
<th scope="col-5">@lang('bocais.intervalo_trabalho')</th>
<th scope="col-2">@lang('bocais.acoes')</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" /></td>
<td><input type="text" /></td>
<td><input type="text" /></td>
<td><input type="text" /></td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<div colspan="9" class="text-left" style="padding: 10px">
<button class="btn btn-outline-primary " type="button" data-toggle="modal" data-target="#modalAddBocal" data-whatever=""><i class="fa fa-fw fa-plus"></i>@lang('bocais.addBocal')</button>
</div>
<div class="text-center">
<button type="submit" value="salvar" name="botao_form" id="btnSalvar" class="btn btn-outline-primary"> @lang('unidadesAcoes.salvar')</button>
<button type="submit" value="sair" name="botao_form" id="btnSalvarBocais" class="btn btn-outline-primary"> @lang('unidadesAcoes.salvarSair')</button>
</div>
</form>
</div>
</div>
</div>
@endsection
@section('scripts')
<script>
$(document).ready(function() {
$('#botaosalvar').on('click', function() {
$('#formdados').submit();
});
});
</script>
<script>
$('#botaosalvar').tooltip(options)
</script>
@endsection
|
<?php
require_once 'conexao.php';
$conn = new Conexao();
$sql = 'SELECT * FROM cliente;';
$res = mysqli_query($conn->conectar(), $sql);
if (!$res)
{
echo "Não foi possível listar os clientes";
}
$linha = mysqli_fetch_assoc($res);
$total = mysqli_num_rows($res);
?>
<html>
<head>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/geral.css">
<title>SENAI</title>
</head>
<body>
<h1>Exluir usuários</h1>
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">#</th>
<th scope="col">Nome</th>
<th scope="col">E-mail</th>
<th scope="col">Telefone</th>
<th scope="col">Curso</th>
<th scope="col">Instituição</th>
<th scope="col">Ação</th>
</tr>
</thead>
<tbody>
<?php
// se o número de resultados for maior que zero, mostra os dados
if($total > 0) {
$cont=1;
// inicia o loop que vai mostrar todos os dados
do {
?>
<tr>
<th scope="row"><?=$cont?></th>
<td><?=$linha['nome']?></td>
<td><?=$linha['email']?></td>
<td><?=$linha['telefone']?></td>
<td><?=$linha['curso']?></td>
<td><?=$linha['instituicao']?></td>
<td>
<form action= excluir_dados_tabela_usuario.php method="POST">
<div class="form-group">
<input name = "excluirEmail" type="text" class="form-control" id="excluirEmail" value=<?=$linha['email']?>>
<button type="submit" class="btn btn-primary">excluir</button>
</div>
</form>
</td>
</tr>
<?php
// finaliza o loop que vai mostrar os dados
$cont=$cont+1;
}while($linha = mysqli_fetch_assoc($res));
// fim do if
}
?>
</tbody>
</table>
<form action= index.php method=get>
<div class="form-group">
<button type="submit" class="btn btn-primary">Voltar</button>
</div>
</form>
</body>
</html>
<?php
// tira o resultado da busca da memória
mysqli_free_result($res);
?>
|
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
class Subcategory extends Model
{
protected $table = 'expense_categories';
public $fillable = [
'subcategory_name',
'category_id'
];
public function __construct(array $attributes = [])
{
parent::__construct($attributes);
$this->table = 'subcategories';
}
public function categories(): BelongsTo
{
return $this->belongsTo(Category::class,'category_id');
}
public function products(){
return $this->hasMany('App\Product');
}
public function sells () {
return $this->hasManyThrough('App\Sell', 'App\Product');
}
}
|
<?php
/**
* User: andrew
* Date: 13.02.2018
* Time: 12:15.
*/
namespace andrew72ru\QueryBuilder;
use andrew72ru\QueryBuilder\Exceptions\ParserException;
/**
* Separate class for build query parameter for builder.
*/
class QueryParam
{
/**
* @var string Parameter name
*/
private $name;
/**
* @var string parameter type
*/
private $type;
/**
* @var bool is parameter required. If true, parser will adds the required mark (in regular, «!») to this parameter in result query
*/
private $required = false;
/**
* @var bool is parameter an array. If true, parser will adds the «array» attribute («[]») to this parameter in reqult query
*/
private $isArray = false;
/**
* QueryParam constructor.
*
* @param array $params
* @param bool $validate
*
* @throws ParserException
*/
public function __construct($params = [], $validate = false)
{
if (!is_array($params)) {
$params = (array) $params;
}
foreach (['name', 'type', 'required', 'isArray'] as $var) {
if (isset($params[$var])) {
$this->{$var} = $params[$var];
}
}
if ($validate && !$this->validate()) {
throw new ParserException('Bad parameter format');
}
}
/**
* @return string
*/
public function getName(): string
{
return $this->name;
}
/**
* @param string $name
*
* @return QueryParam
*/
public function setName(string $name): self
{
$this->name = $name;
return $this;
}
/**
* @return string
*/
public function getType(): string
{
return $this->type;
}
/**
* @param string $type
*
* @return QueryParam
*/
public function setType(string $type): self
{
$this->type = $type;
return $this;
}
/**
* @return bool
*/
public function isRequired(): bool
{
return $this->required;
}
/**
* @param bool $required
*
* @return QueryParam
*/
public function setRequired(bool $required): self
{
$this->required = $required;
return $this;
}
/**
* @return bool
*/
public function isArray(): bool
{
return $this->isArray;
}
/**
* @param bool $isArray
*
* @return QueryParam
*/
public function setIsArray(bool $isArray): self
{
$this->isArray = $isArray;
return $this;
}
/**
* @return bool
*/
public function validate(): bool
{
return (!empty($this->name) && is_string($this->name))
&& !empty($this->type && is_string($this->type));
}
/**
* @return array
*/
public function toArray(): array
{
return [
'name' => $this->name,
'type' => $this->type,
'isArray' => $this->isArray,
'required' => $this->required,
];
}
}
|
@extends('layouts.layout')
@section('title', ' Periodos académicos |')
@section('content')
<main class="c-main">
<div class="container-fluid">
<div class="fade-in">
@include('partials.success')
<div class="row">
<div class="col-lg-12">
<div class="card card-accent-primary shadow-lg">
<div class="card-header bg-primary d-flex justify-content-between aling-items-end ">
<font class=" text-light align-self-center text-black vertical-align-inherit "> <i class=" fas fa-calendar mr-3"></i> PERIODOS ACADÉMICOS </font>
@can('create', new App\Models\Periodacademico)
<a class=" btn btn-primary " href="{{route('periodacademicos.create')}}"> <i class=" font-weight-bold fas fa-plus mr-1"></i>Agregar</a>
@endcan
</div>
@if (count($periodacademicos) > 0)
<div class="card-table table-responsive">
<table class="table table-hover table-bordered align-middle">
<thead class="thead-light ">
<tr>
<th class="text-center align-middle "><font>Nro</th>
<th class="align-middle"><font>Año Periodo</font></th>
<th class="align-middle"><font>Estado</font></th>
<th class="align-middle"><font>Fecha Inicio</font></th>
<th class="align-middle"><font>Fecha Final</font></th>
<th class="align-middle"><font>Carreras</font></th>
<th class="text-center align-middle"><font>Acción</font></th>
</tr>
</thead>
<tbody>
@foreach ($periodacademicos as $periodacademico)
<tr>
<td class="text-center align-middle" >{{$periodacademico->id}} </td>
<td class="align-middle" >{{$periodacademico->periodo}} </td>
@if ($periodacademico->estado=='Nuevo')
<td class="align-middle"> <span class="badge badge-primary">Nuevo</span> </td>
@endif
@if ($periodacademico->estado=='En Curso')
<td class="align-middle"> <span class="badge badge-warning">En Curso</span> </td>
@endif
@if ($periodacademico->estado=='Finalizado')
<td class="align-middle"> <span class="badge badge-danger">Finalizado</span> </td>
@endif
<td class="align-middle" >{{$periodacademico->fecha_inicio}} </td>
<td class="align-middle" >{{$periodacademico->fecha_final}} </td>
<td class="align-middle" >{{$periodacademico->carreras->pluck('nombre')->implode(' | ')}}</td>
<td class="align-middle">
<div class=" form-inline justify-content-center">
@can('update', $periodacademico)
<a class=" btn btn-sm btn-primary mr-3 mt-2 " href="{{route('periodacademicos.edit', $periodacademico)}}"><i class="fas fa-pencil-alt"></i></a>
@endcan
@can('delete', $periodacademico)
<form class="mr-3 mt-2 " method="POST"
action="{{route('periodacademicos.destroy', $periodacademico )}}">
@csrf @method('DELETE')
<button class=" btn btn-sm btn-danger"
onclick="return confirm('¿Estas Seguro de Eliminar?.')">
<i class="fas fa-trash-alt"></i>
</button>
</form>
@endcan
</div>
</td>
</tr>
@endforeach
</tbody>
</table>
</div>
@else
<em class=" mt-2 mb-2 ml-3 text-muted">No tienes registros.</em>
@endif
</div>
</div>
</div>
</div>
</div>
</main>
@endsection
|
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('masters', function (Blueprint $table) {
$table->id();
$table->string('name');
$table->string('email');
$table->string('worked_days');
$table->time('from_hour');
$table->time('to_hour');
$table->timestamps();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('masters');
}
};
|
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateTemanTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('teman', function (Blueprint $table) {
$table->id();
$table->foreignId('users_id')->nullable();
$table->timestamps();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('teman');
}
}
|
<?php defined('COREPATH') or exit('No direct script access allowed'); ?>
WARNING - 2020-07-06 06:55:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 06:55:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:22 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:05:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:06:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:06:13 --> Error - The requested view could not be found: home/vehicelspoint.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:06:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:06:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:06:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:06:48 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:06:49 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:07:02 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:07:02 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:08:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:08:49 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:09:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:09:15 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:09:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:09:21 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:09:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:09:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:09:29 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:09:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:09:31 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:09:59 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:09:59 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:10:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:10:48 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:10:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:10:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:10:51 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:11:12 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:11:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:11:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:11:18 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:11:18 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:11:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:11:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:11:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:11:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:11:51 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:12:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:12:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:12:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:12:21 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:12:21 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:12:54 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:12:59 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:13:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:13:01 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:13:01 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:13:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:13:38 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:13:38 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:13:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:13:39 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:15:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:15:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:15:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:15:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:15:36 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:15:50 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:15:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:15:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:15:57 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:15:57 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:16:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:16:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:16:41 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:16:42 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:16:42 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:17:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:17:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:17:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:17:53 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:17:53 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:18:24 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:18:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:18:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:18:29 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:18:29 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:18:43 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:18:46 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:18:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:18:48 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:18:48 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:19:08 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:19:14 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:19:14 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:19:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:19:15 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:19:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:19:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:19:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:19:41 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:19:41 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:20:01 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:20:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:20:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:20:07 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:20:07 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:20:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:20:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:20:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:20:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:20:39 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:21:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:21:13 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:21:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:21:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:21:13 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
ERROR - 2020-07-06 13:21:13 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:24:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:03 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:04 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:04 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:24:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:05 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:06 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:24:10 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:10 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:43 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:24:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:45 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:47 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:51 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:24:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:24:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:24:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:24:55 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:26:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:26:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:26:39 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:26:41 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:26:41 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:26:42 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:26:42 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:26:42 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:26:42 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:26:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:26:45 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:26:57 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:26:59 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:26:59 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:03 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:03 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:27:04 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:27:07 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:07 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:27:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:33 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:33 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:27:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:36 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:27:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:39 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:27:57 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:57 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:27:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:27:58 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:28:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:28:00 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:28:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:28:01 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:28:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:28:03 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:29:10 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:29:11 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:29:11 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:29:12 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:29:12 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:29:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:29:13 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:29:14 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:29:14 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:29:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:29:17 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:32:20 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:32:20 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:32:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:32:53 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:32:53 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:32:54 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:32:54 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:32:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:32:56 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:32:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:32:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:33:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:33:00 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:33:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:33:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:33:28 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:33:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:33:33 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:33:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:33:35 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:33:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:37:24 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:37:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:25 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:37:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:26 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:37:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:31 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:37:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:37:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:37:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:37 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:37:38 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:38 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:37:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:40 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:37:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:37:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:37:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:37:44 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:38:10 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:12 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:38:17 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:38:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:38:19 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
ERROR - 2020-07-06 13:38:19 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:38:23 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:24 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:38:32 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:38:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:38:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:38:33 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
ERROR - 2020-07-06 13:38:33 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:39:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:39:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:39:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:39:54 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:39:54 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:40:50 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:40:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:40:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:40:56 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
ERROR - 2020-07-06 13:40:56 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:40:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:40:58 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:40:59 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:02 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:06 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:07 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:08 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:41:08 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:41:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:41:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:41:55 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:42:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:42:20 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:42:20 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:42:22 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:42:22 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:42:41 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:42:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:42:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:42:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:42:47 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:43:09 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:43:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:43:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:43:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:43:16 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:43:29 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:43:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:43:33 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:43:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:43:35 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:44:24 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:44:25 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:44:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:44:26 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:44:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:44:28 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:44:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:44:36 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:44:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:50 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:44:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:44:52 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:45:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:45:19 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:45:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:29 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:30 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:45:30 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:45:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:45:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:45:56 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:46:14 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:46:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:46:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:46:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:46:19 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:50:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:50:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:50:27 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:50:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:50:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:50:31 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:50:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:50:32 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:50:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:50:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:50:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:50:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:50:37 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:51:23 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:51:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:51:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:51:29 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:51:29 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:51:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:52:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:52:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:52:02 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:52:02 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:52:34 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:52:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:52:38 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:52:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:52:40 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:53:24 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:53:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:53:27 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:53:29 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:53:29 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:54:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:54:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:54:18 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:54:21 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:54:21 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:54:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:54:38 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:54:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:54:40 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:54:40 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:55:01 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:55:04 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:55:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:55:06 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:55:06 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:57:01 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:57:04 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:57:04 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:57:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:57:05 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:57:59 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:58:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:58:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:58:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:58:05 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:59:05 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:59:09 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:59:09 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:59:11 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:59:11 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:59:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:59:48 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:59:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 13:59:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 13:59:51 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 13:59:59 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:00:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:00:03 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:00:28 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:00:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:00:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:01:41 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:01:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:01:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:01:46 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:01:46 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:02:12 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:02:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:02:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:02:18 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:02:18 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:02:35 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:02:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:02:38 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:02:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:02:39 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:02:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:02:51 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:03:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:03:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:03:48 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:03:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:03:49 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:04:10 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:04:10 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:04:21 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:04:21 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:04:32 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:04:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:04:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:04:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:04:37 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:05:53 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:05:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:05:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:05:57 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:05:57 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:06:16 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:06:20 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:06:20 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:06:22 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:06:22 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:06:36 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:06:36 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:07:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:07:00 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:07:56 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:07:57 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:07:57 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:07:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:07:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:07:58 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:08:04 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:08:04 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:08:06 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:08:06 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:08:06 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:08:07 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:08:07 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:08:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:08:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:08:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:09:00 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:09:00 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:09:10 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:09:12 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:09:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:09:15 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:09:15 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:12:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:12:42 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:12:43 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:12:49 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:12:49 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:13:51 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:13:52 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:13:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:13:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:13:58 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:13:58 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:14:19 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:14:23 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:14:23 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:14:24 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:14:24 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:15:13 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:15:13 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:15:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:15:17 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:15:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:15:44 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:16:22 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:16:22 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:23:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:17 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:37 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:39 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:46 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:47 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:23:55 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
ERROR - 2020-07-06 14:23:55 --> Error - The requested view could not be found: home/404.php in C:\wamp64\www\ms_dashboard\fuel\core\classes\view.php on line 492
WARNING - 2020-07-06 14:24:25 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:24:26 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:24:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:24:31 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:24:44 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
WARNING - 2020-07-06 14:24:45 --> Fuel\Core\Fuel::init - The configured locale en_US is not installed on your system.
|
<?php
namespace Grimzy\LaravelMysqlSpatial;
use Doctrine\DBAL\Types\Type as DoctrineType;
use Grimzy\LaravelMysqlSpatial\Connectors\ConnectionFactory;
use Grimzy\LaravelMysqlSpatial\Doctrine\Geometry;
use Grimzy\LaravelMysqlSpatial\Doctrine\GeometryCollection;
use Grimzy\LaravelMysqlSpatial\Doctrine\LineString;
use Grimzy\LaravelMysqlSpatial\Doctrine\MultiLineString;
use Grimzy\LaravelMysqlSpatial\Doctrine\MultiPoint;
use Grimzy\LaravelMysqlSpatial\Doctrine\MultiPolygon;
use Grimzy\LaravelMysqlSpatial\Doctrine\Point;
use Grimzy\LaravelMysqlSpatial\Doctrine\Polygon;
use Illuminate\Database\DatabaseManager;
use Illuminate\Database\DatabaseServiceProvider;
/**
* Class DatabaseServiceProvider.
*/
class SpatialServiceProvider extends DatabaseServiceProvider
{
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
if (class_exists(DoctrineType::class)) {
// Prevent geometry type fields from throwing a 'type not found' error when changing them
$geometries = [
'geometry' => Geometry::class,
'point' => Point::class,
'linestring' => LineString::class,
'polygon' => Polygon::class,
'multipoint' => MultiPoint::class,
'multilinestring' => MultiLineString::class,
'multipolygon' => MultiPolygon::class,
'geometrycollection' => GeometryCollection::class,
];
$typeNames = array_keys(DoctrineType::getTypesMap());
foreach ($geometries as $type => $class) {
if (!in_array($type, $typeNames)) {
DoctrineType::addType($type, $class);
}
}
}
}
}
|
<?php /* Smarty version 2.6.18, created on 2017-07-24 20:10:00
compiled from form.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'css_safe', 'form.tpl', 32, false),array('modifier', 'explode', 'form.tpl', 74, false),array('modifier', 'htmlspecialchars', 'form.tpl', 77, false),)), $this); ?>
<?php $this->assign('hide_stock_threshold', 1000); ?>
<?php if ($this->_tpl_vars['formSent'] != 'true'): ?><?php else: ?>
<h2><?php echo $this->_tpl_vars['langs']['Form_Sent']; ?>
</h2>
<?php endif; ?>
<?php if ($this->_tpl_vars['formSpam'] != 'true'): ?><?php else: ?>
<h2><?php echo $this->_tpl_vars['langs']['Form_Error']; ?>
</h2>
<?php endif; ?>
<?php if ($this->_tpl_vars['formId'] == 'newsletter'): ?>
<form action="/actions/NewsletterAdd/" method="post" class="form signupForm" enctype="multipart/form-data" >
<?php else: ?>
<form action="<?php if ($this->_tpl_vars['usedInCheckout']): ?>/actions/BuyerCheckoutForm/<?php else: ?>/actions/FormSend/<?php endif; ?>" method="post" class="form <?php if ($this->_tpl_vars['basketForm']): ?>formProduct addToBasketForm<?php endif; ?> <?php if ($this->_tpl_vars['usedInCheckout']): ?>formUsedInCheckout<?php endif; ?>" enctype="multipart/form-data" >
<?php endif; ?>
<?php if ($this->_tpl_vars['basketForm']): ?>
<div class="productInner">
<?php endif; ?>
<?php if ($this->_tpl_vars['basketForm']): ?>
<input type="hidden" name="addToBasketId" value="<?php echo $this->_tpl_vars['basketForm']; ?>
" id="addToBasketId"/>
<?php endif; ?>
<input type="hidden" name="formId" value="<?php echo $this->_tpl_vars['formId']; ?>
"/>
<label for="email1" class="fakeemail"><?php echo $this->_tpl_vars['langs']['Are_You_Human']; ?>
<br/>
<?php echo $this->_tpl_vars['langs']['Are_You_Human_Instructions']; ?>
</label>
<input type="text" name="email1" value="" class="email1 input"/>
<?php $_from = $this->_tpl_vars['inputs']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['loop1'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['loop1']['total'] > 0):
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['input']):
$this->_foreach['loop1']['iteration']++;
?>
<?php $this->assign('x', $this->_foreach['loop1']['iteration']); ?>
<div class="input-wrapper input-wrapper-width-<?php echo $this->_tpl_vars['input']['width']; ?>
input-wrapper-type-<?php echo $this->_tpl_vars['input']['type']; ?>
input-wrapper-label-<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
input-wrapper-number-<?php echo $this->_tpl_vars['x']; ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?>input-wrapper-required<?php else: ?>input-wrapper-not-required<?php endif; ?>" >
<?php if ($this->_tpl_vars['input']['type'] != 'checkbox' && $this->_tpl_vars['input']['type'] != 'radiogroup' && $this->_tpl_vars['input']['type'] != 'heading' && $this->_tpl_vars['input']['type'] != 'text' && $this->_tpl_vars['input']['type'] != 'hidden' && $this->_tpl_vars['input']['type'] != 'hr' && $this->_tpl_vars['input']['type'] != 'clear'): ?>
<label class="label_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?>required_label<?php endif; ?>"><?php echo $this->_tpl_vars['input']['label']; ?>
</label>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'hr'): ?>
<div class='hr'></div>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'clear'): ?>
<div class='clear'></div>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'heading'): ?>
<h2 class="formHeading_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
"><?php echo $this->_tpl_vars['input']['label']; ?>
</h2>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'text'): ?>
<p class="formText_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
"><?php echo $this->_tpl_vars['input']['label']; ?>
</p>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'short' || $this->_tpl_vars['input']['type'] == 'phone' || $this->_tpl_vars['input']['type'] == 'name'): ?>
<input type="text" title="<?php echo $this->_tpl_vars['input']['label']; ?>
" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" class="input <?php if ($this->_tpl_vars['input']['date']): ?>default_datepicker<?php endif; ?> input_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?> required<?php endif; ?>" value="<?php echo $this->_tpl_vars['input']['value']; ?>
<?php if ($this->_foreach['loop1']['iteration'] == $this->_tpl_vars['inputpop']): ?><?php echo $this->_tpl_vars['val']; ?>
<?php endif; ?><?php echo $this->_tpl_vars['prepops'][$this->_tpl_vars['x']]; ?>
"/>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'email'): ?>
<input type="text" title="<?php echo $this->_tpl_vars['input']['label']; ?>
" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" class="input input_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?> required<?php endif; ?>" id="emailInput" value="<?php if ($this->_foreach['loop1']['iteration'] == $this->_tpl_vars['inputpop']): ?><?php echo $this->_tpl_vars['val']; ?>
<?php endif; ?><?php echo $this->_tpl_vars['input']['value']; ?>
<?php echo $this->_tpl_vars['prepops'][$this->_tpl_vars['x']]; ?>
"/>
<p id="emailIncorrect" style="display:none;">Please check your email address for errors</p>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'hidden'): ?>
<input type="hidden" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" class="input input_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
" value="<?php echo $this->_tpl_vars['input']['value']; ?>
"/>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'long'): ?>
<textarea rows="5" title="<?php echo $this->_tpl_vars['input']['label']; ?>
" cols="40" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" class="textarea textarea_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?> required<?php endif; ?>"><?php if ($this->_foreach['loop1']['iteration'] == $this->_tpl_vars['inputpop']): ?><?php echo $this->_tpl_vars['val']; ?>
<?php endif; ?><?php echo $this->_tpl_vars['input']['value']; ?>
<?php echo $this->_tpl_vars['prepops'][$this->_tpl_vars['x']]; ?>
</textarea>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'file'): ?>
<input type="file" title="<?php echo $this->_tpl_vars['input']['label']; ?>
" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" value="" class="inputFile inputFile_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?> required<?php endif; ?>"/>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'checkbox'): ?>
<fieldset>
<label for="cb_<?php echo $this->_tpl_vars['formId']; ?>
_<?php echo $this->_tpl_vars['input']['id']; ?>
">
<input type="checkbox" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" class="checkbox checkbox_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?> required<?php endif; ?>" value="<?php echo $this->_tpl_vars['input']['value']; ?>
<?php echo $this->_tpl_vars['prepops'][$this->_tpl_vars['x']]; ?>
" <?php if ($this->_foreach['loop1']['iteration'] == $this->_tpl_vars['inputpop']): ?>checked="checked"<?php endif; ?> <?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']]): ?><?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']] == $this->_tpl_vars['input']['value']): ?>checked="checked"<?php endif; ?>checked="checked"<?php endif; ?> id="cb_<?php echo $this->_tpl_vars['formId']; ?>
_<?php echo $this->_tpl_vars['input']['id']; ?>
"> <span><?php echo $this->_tpl_vars['input']['label']; ?>
</span>
</label>
</fieldset>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'select'): ?>
<?php $this->assign('options', ((is_array($_tmp="**!!**")) ? $this->_run_mod_handler('explode', true, $_tmp, $this->_tpl_vars['input']['options']) : explode($_tmp, $this->_tpl_vars['input']['options']))); ?>
<select name="<?php echo $this->_tpl_vars['input']['id']; ?>
" class="select select_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?> required<?php endif; ?>">
<?php $_from = $this->_tpl_vars['options']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['optionsList'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['optionsList']['total'] > 0):
foreach ($_from as $this->_tpl_vars['option']):
$this->_foreach['optionsList']['iteration']++;
?>
<option value="<?php echo ((is_array($_tmp=$this->_tpl_vars['option'])) ? $this->_run_mod_handler('htmlspecialchars', true, $_tmp) : htmlspecialchars($_tmp)); ?>
" <?php if ($this->_foreach['loop1']['iteration'] == $this->_tpl_vars['inputpop'] && $this->_foreach['optionsList']['iteration'] == $this->_tpl_vars['val']): ?>selected="selected"<?php endif; ?> <?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']]): ?><?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']] == $this->_tpl_vars['option']): ?>selected="selected"<?php endif; ?><?php endif; ?>><?php echo $this->_tpl_vars['option']; ?>
</option>
<?php endforeach; endif; unset($_from); ?>
</select>
<?php endif; ?>
<?php if ($this->_tpl_vars['input']['type'] == 'radiogroup'): ?>
<fieldset>
<label for="" class="label_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?>required_label<?php endif; ?>"><?php echo $this->_tpl_vars['input']['label']; ?>
</label>
<?php $this->assign('options', ((is_array($_tmp="**!!**")) ? $this->_run_mod_handler('explode', true, $_tmp, $this->_tpl_vars['input']['options']) : explode($_tmp, $this->_tpl_vars['input']['options']))); ?>
<?php if ($this->_tpl_vars['input']['required'] == 'yes'): ?>
<?php $_from = $this->_tpl_vars['options']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['optionsloop'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['optionsloop']['total'] > 0):
foreach ($_from as $this->_tpl_vars['loop1'] => $this->_tpl_vars['option']):
$this->_foreach['optionsloop']['iteration']++;
?>
<label for="radio<?php echo ((is_array($_tmp=$this->_tpl_vars['option'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php echo $this->_tpl_vars['input']['id']; ?>
<?php echo $this->_foreach['option']['iteration']; ?>
">
<input type="radio" id="radio<?php echo ((is_array($_tmp=$this->_tpl_vars['option'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php echo $this->_tpl_vars['input']['id']; ?>
<?php echo $this->_foreach['option']['iteration']; ?>
" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" value="<?php echo $this->_tpl_vars['option']; ?>
" class="radio radio_<?php echo ((is_array($_tmp=$this->_tpl_vars['input']['label'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
" <?php if ($this->_foreach['optionsloop']['iteration'] == '1'): ?> checked="checked"<?php endif; ?> <?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']]): ?><?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']] == $this->_tpl_vars['option']): ?>checked="checked"<?php endif; ?><?php endif; ?>/> <span><?php echo $this->_tpl_vars['option']; ?>
</span>
</label>
<?php endforeach; endif; unset($_from); ?>
<?php else: ?>
<?php $_from = $this->_tpl_vars['options']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['option'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['option']['total'] > 0):
foreach ($_from as $this->_tpl_vars['option']):
$this->_foreach['option']['iteration']++;
?>
<label for="radio<?php echo ((is_array($_tmp=$this->_tpl_vars['option'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php echo $this->_tpl_vars['input']['id']; ?>
<?php echo $this->_foreach['option']['iteration']; ?>
">
<input type="radio" name="<?php echo $this->_tpl_vars['input']['id']; ?>
" id="radio<?php echo ((is_array($_tmp=$this->_tpl_vars['option'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
<?php echo $this->_tpl_vars['input']['id']; ?>
<?php echo $this->_foreach['option']['iteration']; ?>
" value="<?php echo $this->_tpl_vars['option']; ?>
" class="radio radio_<?php echo ((is_array($_tmp=$this->_tpl_vars['option'])) ? $this->_run_mod_handler('css_safe', true, $_tmp) : smarty_modifier_css_safe($_tmp)); ?>
" <?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']]): ?><?php if ($this->_tpl_vars['prepops'][$this->_tpl_vars['x']] == $this->_tpl_vars['option']): ?>checked="checked"<?php endif; ?><?php endif; ?> /> <span><?php echo $this->_tpl_vars['option']; ?>
</span>
</label>
<?php endforeach; endif; unset($_from); ?>
<?php endif; ?>
</fieldset>
<?php endif; ?>
</div>
<?php endforeach; endif; unset($_from); ?>
<div class="clear"></div>
<?php if (! $this->_tpl_vars['variants']): ?>
<?php if ($this->_tpl_vars['price']): ?>
<p class="stockAndPrice">
<span class="price"><?php echo $this->_tpl_vars['curSym']; ?>
<?php echo $this->_tpl_vars['price']; ?>
</span>
<?php if ($this->_tpl_vars['in_stock'] < $this->_tpl_vars['hide_stock_threshold']): ?>
<span class="stock <?php if ($this->_tpl_vars['in_stock'] < $this->_tpl_vars['warning_stock_threshold']): ?>warning<?php endif; ?>"><?php echo $this->_tpl_vars['langs']['In_Stock']; ?>
: <strong><?php echo $this->_tpl_vars['in_stock']; ?>
</strong></span>
<?php endif; ?>
</p>
<?php endif; ?>
<?php endif; ?>
<?php if ($this->_tpl_vars['variants']): ?>
<select name="variant_price">
<?php $_from = $this->_tpl_vars['variants']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['loop1'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['loop1']['total'] > 0):
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['variant']):
$this->_foreach['loop1']['iteration']++;
?>
<option value="<?php echo ((is_array($_tmp=$this->_tpl_vars['variant']['name'])) ? $this->_run_mod_handler('htmlspecialchars', true, $_tmp) : htmlspecialchars($_tmp)); ?>
"><?php echo $this->_tpl_vars['variant']['name']; ?>
(<?php echo $this->_tpl_vars['curSym']; ?>
<?php echo $this->_tpl_vars['variant']['price']; ?>
)</option>
<?php endforeach; endif; unset($_from); ?>
</select>
<div class="clear"></div>
<?php endif; ?>
<?php if (! $this->_tpl_vars['usedInCheckout']): ?>
<p class="Icon_Alert cf_contains_errors" style="display:none;">* Please fill out all required fields</p>
<img src="/graphics/form-load.gif" alt="" id="loader" style="display:none;float:right;margin:10px 10px 0"/>
<p class="button submit_form hide_if_no_js">
<a href="#" class=''><?php if ($this->_tpl_vars['basketForm']): ?><?php echo $this->_tpl_vars['langs']['Add_To_Basket']; ?>
<?php else: ?><?php echo $this->_tpl_vars['langs']['Submit']; ?>
<?php endif; ?></a>
</p>
<noscript><input type="submit" value="<?php if ($this->_tpl_vars['basketForm']): ?><?php echo $this->_tpl_vars['langs']['Add_To_Basket']; ?>
<?php else: ?><?php echo $this->_tpl_vars['langs']['Submit']; ?>
<?php endif; ?>"/></noscript>
<?php endif; ?>
<p id="success" class="Icon_Tick" style="display:<?php if ($this->_tpl_vars['form_sent'] != 'true'): ?>none<?php else: ?>block<?php endif; ?>";><?php echo $this->_tpl_vars['langs']['Form_Sent']; ?>
</p>
<?php if ($this->_tpl_vars['basketForm']): ?>
</div>
<?php endif; ?>
</form>
|
<?php
use App\Model\Editor;
use PHPUnit\Framework\TestCase;
class EditorTest extends TestCase
{
/** @var \App\Model\Editor $editor */
protected $editor;
/** @before */
public function setup(): void
{
$this->editor = new Editor('fname', 'lname', 'bole 04', '+251911223344', 'emp@ourmail.com');
}
/** @after */
public function cleanup()
{
$this->editor = null;
}
/** @test */
public function can_create_editor()
{
$this->assertEquals($this->editor->GetFirstName(), 'fname');
$this->assertEquals($this->editor->GetLastName(), 'lname');
$this->assertEquals($this->editor->GetAddress(), 'bole 04');
$this->assertEquals($this->editor->GetPhonenumber(), '+251911223344');
$this->assertEquals($this->editor->GetEmail(), 'emp@ourmail.com');
}
/** @test */
public function can_set_first_name()
{
$this->editor->SetFirstName('Maya');
$this->assertEquals($this->editor->GetFirstName(), 'Maya');
}
/** @test */
public function can_set_last_name()
{
$this->editor->SetLastName('Girma');
$this->assertEquals($this->editor->GetLastName(), 'Girma');
}
/** @test */
public function can_set_full_name()
{
$this->editor->SetFullName('another', 'name');
$this->assertEquals('another name', $this->editor->GetFullName());
}
/** @test */
public function can_set_phonenumber()
{
$this->editor->SetPhonenumber('+251910203040');
$this->assertEquals('+251910203040', $this->editor->GetPhonenumber());
}
/** @test */
public function can_set_address()
{
$this->editor->SetAddress('gendegara');
$this->assertEquals($this->editor->GetAddress(), 'gendegara');
}
/** @test */
public function can_set_email()
{
$this->editor->SetEmail('mail@domain.com');
$this->assertEquals($this->editor->GetEmail(), 'mail@domain.com');
}
}
|
<?php
$LANG = array(
'organization' => 'Įmonė',
'name' => 'Pavadinimas',
'website' => 'Internetinis puslapis',
'work_phone' => 'Telefonas',
'address' => 'Adresas',
'address1' => 'Gatvė',
'address2' => 'Adresas 2',
'city' => 'Miestas',
'state' => 'Apskritis',
'postal_code' => 'Pašto kodas',
'country_id' => 'Šalis',
'contacts' => 'Kontaktinė informacija',
'first_name' => 'Vardas',
'last_name' => 'Pavardė',
'phone' => 'Telefonas',
'email' => 'El. paštas',
'additional_info' => 'Papildoma informacija',
'payment_terms' => 'Atsiskaitymo sąlygos',
'currency_id' => 'Valiuta',
'size_id' => 'Įmonės dydis',
'industry_id' => 'Veiklos sritis',
'private_notes' => 'Privatūs užrašai',
'invoice' => 'Sąskaita faktūra',
'client' => 'Klientas',
'invoice_date' => 'Išrašymo data',
'due_date' => 'Apmokėti iki',
'invoice_number' => 'Sąskaitos numeris',
'invoice_number_short' => 'Sąskaitos nr.',
'po_number' => 'Užsakymo numeris',
'po_number_short' => 'Užsakymo nr. #',
'frequency_id' => 'Kaip dažnai',
'discount' => 'Nuolaida',
'taxes' => 'Mokesčiai',
'tax' => 'Mokestis',
'item' => 'Prekė/Paslauga',
'description' => 'Aprašymas',
'unit_cost' => 'Vnt. kaina',
'quantity' => 'Kiekis',
'line_total' => 'Suma',
'subtotal' => 'Tarpinė suma',
'paid_to_date' => 'Apmokėta',
'balance_due' => 'Suma Viso',
'invoice_design_id' => 'Dizainas',
'terms' => 'Sąlygos',
'your_invoice' => 'Tavo sąskaitos',
'remove_contact' => 'Pašalinti kontaktą',
'add_contact' => 'Pridėti kontaktą',
'create_new_client' => 'Sukurti naują klientą',
'edit_client_details' => 'Redaguoti kliento informaciją',
'enable' => 'Įgalinti',
'learn_more' => 'Plačiau',
'manage_rates' => 'Redaguoti įkainius',
'note_to_client' => 'Pastaba klientui',
'invoice_terms' => 'Sąskaitos sąlygos',
'save_as_default_terms' => 'Išsaugoti sąlygas kaip standartines',
'download_pdf' => 'Atsisiųsti PDF',
'pay_now' => 'Apmokėti dabar',
'save_invoice' => 'Išsaugoti sąskaitą',
'clone_invoice' => 'Klonuoti į sąskaitą',
'archive_invoice' => 'Archyvuoti sąskaitą',
'delete_invoice' => 'Ištrinti sąskaitą',
'email_invoice' => 'Išsiųsti sąskaitą el. paštu',
'enter_payment' => 'Įvesti apmokėjimą',
'tax_rates' => 'Mokesčių įkainiai',
'rate' => 'Įkainis',
'settings' => 'Nustatymai',
'enable_invoice_tax' => 'Įjungti <b>PVM mokesčius</b>',
'enable_line_item_tax' => 'Įjungti <b>PVM mokesčius eilutėms</b>',
'dashboard' => 'Darbastalis',
'dashboard_totals_in_all_currencies_help' => 'Pastaba: pridekite :link pavadintą ":name" norėdami pamatyti sumą naudojant vieną valiutą',
'clients' => 'Klientai',
'invoices' => 'Sąskaitos',
'payments' => 'Mokėjimai',
'credits' => 'Kreditai',
'history' => 'Istorija',
'search' => 'Paieška',
'sign_up' => 'Prisijunk',
'guest' => 'Svečias',
'company_details' => 'Imonės informacija',
'online_payments' => 'Online mokėjimai',
'notifications' => 'Pranešimai',
'import_export' => 'Importas/Eksportas',
'done' => 'Baigta',
'save' => 'Saugoti',
'create' => 'Kurti',
'upload' => 'Įkelti',
'import' => 'Importuoti',
'download' => 'Atsiųsti',
'cancel' => 'Atšaukti',
'close' => 'Uždaryti',
'provide_email' => 'Prašome pateikti galiojantį el. pašto adresą',
'powered_by' => 'Sukurta',
'no_items' => 'Įrašų nėra',
'recurring_invoices' => 'Debeto sąskaitos',
'recurring_help' => '<p>Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually. </p>
<p>Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.</p>
<p>Examples of dynamic invoice variables:</p>
<ul>
<li>"Gym membership for the month of :MONTH" >> "Gym membership for the month of July"</li>
<li>":YEAR+1 yearly subscription" >> "2015 Yearly Subscription"</li>
<li>"Retainer payment for :QUARTER+1" >> "Retainer payment for Q2"</li>
</ul>',
'recurring_quotes' => 'Pasikartojančios sąmatos',
'in_total_revenue' => 'iš viso pajamų',
'billed_client' => 'apmokestintas klientas',
'billed_clients' => 'apmokestinti klientai',
'active_client' => 'aktyvus klientas',
'active_clients' => 'aktyvūs klientai',
'invoices_past_due' => 'Pradelsti mokėjimai',
'upcoming_invoices' => 'Naujos sąskaitos',
'average_invoice' => 'Sąskaitų vidurkis',
'archive' => 'Archyvas',
'delete' => 'Trinti',
'archive_client' => 'Archyvuoti kilentą',
'delete_client' => 'Trinti klientą',
'archive_payment' => 'Archyvuoti mokėjimą',
'delete_payment' => 'Ištrinti mokėjimą',
'archive_credit' => 'Archyvuoti kreditą',
'delete_credit' => 'Ištrinti kreditą',
'show_archived_deleted' => 'Rodyti ištrintus/suarchyvuotus',
'filter' => 'Filtras',
'new_client' => 'Naujas klientas',
'new_invoice' => 'Nauja sąskaita',
'new_payment' => 'Naujas mokėjimas',
'new_credit' => 'Įvesti kreditą',
'contact' => 'Kontaktai',
'date_created' => 'Sukūrimo data',
'last_login' => 'Paskutinis prisijungimas',
'balance' => 'Balansas',
'action' => 'Veiksmas',
'status' => 'Būklė',
'invoice_total' => 'Suma Viso',
'frequency' => 'Periodas',
'range' => 'Intervalas',
'start_date' => 'Pradžia',
'end_date' => 'Pabaiga',
'transaction_reference' => 'Tranzakcijos numeris',
'method' => 'Būdas',
'payment_amount' => 'Mokėjimo suma',
'payment_date' => 'Mokėjimo data',
'credit_amount' => 'Kredito suma',
'credit_balance' => 'Kredito balansas',
'credit_date' => 'Išrašymo data',
'empty_table' => 'Nieko nėra',
'select' => 'Pasirinkite',
'edit_client' => 'Redaguoti',
'edit_invoice' => 'Redaguoti',
'create_invoice' => 'Sukurti sąskaitą',
'enter_credit' => 'Įvesti kreditą',
'last_logged_in' => 'Paskutinį kartą prisijungta',
'details' => 'Informacija',
'standing' => 'Būklė',
'credit' => 'Kreditas',
'activity' => 'Įvykiai',
'date' => 'Data',
'message' => 'Žinutė',
'adjustment' => 'Pritaikymas',
'are_you_sure' => 'Ar tikrai?',
'payment_type_id' => 'Mokėjimo tipas',
'amount' => 'Suma',
'work_email' => 'El. paštas',
'language_id' => 'Kalba',
'timezone_id' => 'Laiko juosta',
'date_format_id' => 'Datos formatas',
'datetime_format_id' => 'Datos/Laiko formatas',
'users' => 'Vartotojai',
'localization' => 'Lokalizacija',
'remove_logo' => 'Trinti logotipą',
'logo_help' => 'Palaikomi: JPEG, GIF ir PNG',
'payment_gateway' => 'Mokėjimo Gateway',
'gateway_id' => 'Gateway',
'email_notifications' => 'Email pranešimai',
'email_sent' => 'Atsiųsti man Email kai sąskaita yra <b>išsiunčiama</b>',
'email_viewed' => 'Atsiųsti man Email kai sąskaita yra <b>peržiūrima</b>',
'email_paid' => 'Atsiųsti man Email kai sąskaita yra <b>apmokama</b>',
'site_updates' => 'Svetainės atnaujinimai',
'custom_messages' => 'Individualizuotos žinutės',
'default_email_footer' => 'Nustatti numatytąjį el. Pašto parašą',
'select_file' => 'Pasirinkite failą',
'first_row_headers' => 'Naudoti pirmą eilutę kaip antraštę',
'column' => 'Stulpelis',
'sample' => 'Pavyzdys',
'import_to' => 'Importuoti į',
'client_will_create' => 'klientas bus sukurtas',
'clients_will_create' => 'klientai bus sukurti',
'email_settings' => 'Email nustatymai',
'client_view_styling' => 'Kliento aplinkos stilius',
'pdf_email_attachment' => 'Prisegti PDF',
'custom_css' => 'Individualizuotas CSS',
'import_clients' => 'Importuoti kliento duomenis',
'csv_file' => 'Pasirinkti CSV failą',
'export_clients' => 'Eksportuoti kliento duomenis',
'created_client' => 'Klientas sukurtas',
'created_clients' => 'Sukurta :count klientų',
'updated_settings' => 'Nustatymai sėkmingai atnaujinti',
'removed_logo' => 'Logo ištrintas sėkmingai',
'sent_message' => 'Žinutė išsiųsta',
'invoice_error' => 'Pasitinkite klientą ir pataisykite klaidas',
'limit_clients' => 'Sorry, this will exceed the limit of :count clients',
'payment_error' => 'There was an error processing your payment. Please try again later.',
'registration_required' => 'Prašome prisijungti sąskaitos išsiuntimui',
'confirmation_required' => 'Prašome patvirtinti jūsų el.pašto adresą, :link jei norite dar kartą atsiųsti patvirtinimo laišką.',
'updated_client' => 'Successfully updated client',
'archived_client' => 'Successfully archived client',
'archived_clients' => 'Successfully archived :count clients',
'deleted_client' => 'Successfully deleted client',
'deleted_clients' => 'Successfully deleted :count clients',
'updated_invoice' => 'Successfully updated invoice',
'created_invoice' => 'Successfully created invoice',
'cloned_invoice' => 'Successfully cloned invoice',
'emailed_invoice' => 'Successfully emailed invoice',
'and_created_client' => 'ir sukūrė klientas',
'archived_invoice' => 'Successfully archived invoice',
'archived_invoices' => 'Successfully archived :count invoices',
'deleted_invoice' => 'Successfully deleted invoice',
'deleted_invoices' => 'Successfully deleted :count invoices',
'created_payment' => 'Successfully created payment',
'created_payments' => 'Sukurti :count mokėjimas',
'archived_payment' => 'Successfully archived payment',
'archived_payments' => 'Successfully archived :count payments',
'deleted_payment' => 'Successfully deleted payment',
'deleted_payments' => 'Successfully deleted :count payments',
'applied_payment' => 'Successfully applied payment',
'created_credit' => 'Successfully created credit',
'archived_credit' => 'Successfully archived credit',
'archived_credits' => 'Successfully archived :count credits',
'deleted_credit' => 'Successfully deleted credit',
'deleted_credits' => 'Successfully deleted :count credits',
'imported_file' => 'Failas importuotas',
'updated_vendor' => 'Atnaujintas tiekėjas',
'created_vendor' => 'Sukurtas tiekėjas',
'archived_vendor' => 'Sėkmingai suarchyvuoti tiekėjai',
'archived_vendors' => 'Sėkmingai suarchyvuoti :count tiekėjai',
'deleted_vendor' => 'Sėkmingai ištrintas tiekėjas',
'deleted_vendors' => 'Ištrinta :count tiekėjų',
'confirmation_subject' => 'Paskyros patvirtinimas',
'confirmation_header' => 'Paskyros patvirtinimas',
'confirmation_message' => 'Prašome paspausti nuorodą jei norite patvirtinti paskyrą.',
'invoice_subject' => 'Naujos sąskaitos :number iš :account',
'invoice_message' => 'Norėdami pamatyti sąskaitą faktūrą :amount sumai, spauskite nuorodą apačioje.',
'payment_subject' => 'Mokėjimas gautas',
'payment_message' => 'Dėkojame už Jūsų atliktą mokėjimą :amount.',
'email_salutation' => 'Sveiki :name,',
'email_signature' => 'Linkiu geros dienos,',
'email_from' => 'Naujasdizainas.com',
'invoice_link_message' => 'To view your client invoice click the link below:',
'notification_invoice_paid_subject' => 'Sąskaita :invoice apmokėta :client',
'notification_invoice_sent_subject' => 'Sąskaita :invoice išsiųsta :client',
'notification_invoice_viewed_subject' => 'Invoice :invoice was viewed by :client',
'notification_invoice_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.',
'notification_invoice_sent' => 'Klientui :client išsiųsta sąskaita :invoice sumai :amount.',
'notification_invoice_viewed' => 'Klientas :client žiūrėjo sąskaitą :invoice for :amount.',
'reset_password' => 'You can reset your account password by clicking the following button:',
'secure_payment' => 'Secure Payment',
'card_number' => 'Card number',
'expiration_month' => 'Expiration month',
'expiration_year' => 'Expiration year',
'cvv' => 'CVV',
'logout' => 'Log Out',
'sign_up_to_save' => 'Sign up to save your work',
'agree_to_terms' => 'Sutinku su taisyklėmis :terms',
'terms_of_service' => 'Terms of Service',
'email_taken' => 'The email address is already registered',
'working' => 'Working',
'success' => 'Success',
'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.',
'erase_data' => 'Your account is not registered, this will permanently erase your data.',
'password' => 'Slaptažodis',
'pro_plan_product' => 'Pro Plan',
'pro_plan_success' => 'Thanks for choosing Invoice Ninja\'s Pro plan!<p/> <br/>
<b>Next Steps</b><p/>A payable invoice has been sent to the email
address associated with your account. To unlock all of the awesome
Pro features, please follow the instructions on the invoice to pay
for a year of Pro-level invoicing.<p/>
Can\'t find the invoice? Need further assistance? We\'re happy to help
-- email us at contact@invoiceninja.com',
'unsaved_changes' => 'You have unsaved changes',
'custom_fields' => 'Custom fields',
'company_fields' => 'Company Fields',
'client_fields' => 'Client Fields',
'field_label' => 'Field Label',
'field_value' => 'Field Value',
'edit' => 'Edit',
'set_name' => 'Set your company name',
'view_as_recipient' => 'View as recipient',
'product_library' => 'Product Library',
'product' => 'Product',
'products' => 'Prekės',
'fill_products' => 'Auto-fill products',
'fill_products_help' => 'Selecting a product will automatically <b>fill in the description and cost</b>',
'update_products' => 'Auto-update products',
'update_products_help' => 'Updating an invoice will automatically <b>update the product library</b>',
'create_product' => 'Add Product',
'edit_product' => 'Edit Product',
'archive_product' => 'Archive Product',
'updated_product' => 'Successfully updated product',
'created_product' => 'Successfully created product',
'archived_product' => 'Successfully archived product',
'pro_plan_custom_fields' => ':link to enable custom fields by joining the Pro Plan',
'advanced_settings' => 'Advanced Settings',
'pro_plan_advanced_settings' => ':link to enable the advanced settings by joining the Pro Plan',
'invoice_design' => 'Invoice Design',
'specify_colors' => 'Specify colors',
'specify_colors_label' => 'Select the colors used in the invoice',
'chart_builder' => 'Chart Builder',
'ninja_email_footer' => 'Created by :site | Create. Send. Get Paid.',
'go_pro' => 'Go Pro',
'quote' => 'Sąmata',
'quotes' => 'Sąmatos',
'quote_number' => 'Sąmatos numeris',
'quote_number_short' => 'Sąmata #',
'quote_date' => 'Sąmatos data',
'quote_total' => 'Sąmatos viso',
'your_quote' => 'Jūsų sąmata',
'total' => 'Viso',
'clone' => 'Clone',
'new_quote' => 'Nauja sąmata',
'create_quote' => 'Sukurti sąmatą',
'edit_quote' => 'Keisti sąmatą',
'archive_quote' => 'Archive Quote',
'delete_quote' => 'Delete Quote',
'save_quote' => 'Save Quote',
'email_quote' => 'Email Quote',
'clone_quote' => 'Klonuoti į Kvotą',
'convert_to_invoice' => 'Convert to Invoice',
'view_invoice' => 'Rodyti sąskaitą',
'view_client' => 'Rodyti klientą',
'view_quote' => 'Rodyti pasiūlymą',
'updated_quote' => 'Successfully updated quote',
'created_quote' => 'Successfully created quote',
'cloned_quote' => 'Successfully cloned quote',
'emailed_quote' => 'Successfully emailed quote',
'archived_quote' => 'Successfully archived quote',
'archived_quotes' => 'Successfully archived :count quotes',
'deleted_quote' => 'Successfully deleted quote',
'deleted_quotes' => 'Successfully deleted :count quotes',
'converted_to_invoice' => 'Successfully converted quote to invoice',
'quote_subject' => 'New quote :number from :account',
'quote_message' => 'Norėdami pažiūrėti pasiūlymą :amount sumai, paspauskite nuorodą apačioje.',
'quote_link_message' => 'To view your client quote click the link below:',
'notification_quote_sent_subject' => 'Pasiūlymas :invoice išsiųstas :client',
'notification_quote_viewed_subject' => 'Quote :invoice was viewed by :client',
'notification_quote_sent' => 'The following client :client was emailed Quote :invoice for :amount.',
'notification_quote_viewed' => 'The following client :client viewed Quote :invoice for :amount.',
'session_expired' => 'Your session has expired.',
'invoice_fields' => 'Invoice Fields',
'invoice_options' => 'Invoice Options',
'hide_paid_to_date' => 'Hide paid to date',
'hide_paid_to_date_help' => 'Only display the "Paid to Date" area on your invoices once a payment has been received.',
'charge_taxes' => 'Charge taxes',
'user_management' => 'User Management',
'add_user' => 'Naujas narys',
'send_invite' => 'Siųsti Pakvietimą',
'sent_invite' => 'Successfully sent invitation',
'updated_user' => 'Successfully updated user',
'invitation_message' => 'You\'ve been invited by :invitor. ',
'register_to_add_user' => 'Please sign up to add a user',
'user_state' => 'Būklė',
'edit_user' => 'Edit User',
'delete_user' => 'Delete User',
'active' => 'Aktyvus',
'pending' => 'Laukia patvirtinimo',
'deleted_user' => 'Successfully deleted user',
'confirm_email_invoice' => 'Are you sure you want to email this invoice?',
'confirm_email_quote' => 'Are you sure you want to email this quote?',
'confirm_recurring_email_invoice' => 'Are you sure you want this invoice emailed?',
'confirm_recurring_email_invoice_not_sent' => 'Ar tikrai norite pakartoti?',
'cancel_account' => 'Cancel Account',
'cancel_account_message' => 'Warning: This will permanently delete your account, there is no undo.',
'go_back' => 'Atgal',
'data_visualizations' => 'Data Visualizations',
'sample_data' => 'Sample data shown',
'hide' => 'Slėpti',
'new_version_available' => 'A new version of :releases_link is available. You\'re running v:user_version, the latest is v:latest_version',
'invoice_settings' => 'Invoice Settings',
'invoice_number_prefix' => 'Sąskaitos serija',
'invoice_number_counter' => 'Invoice Number Counter',
'quote_number_prefix' => 'Quote Number Prefix',
'quote_number_counter' => 'Quote Number Counter',
'share_invoice_counter' => 'Share invoice counter',
'invoice_issued_to' => 'Invoice issued to',
'invalid_counter' => 'To prevent a possible conflict please set either an invoice or quote number prefix',
'mark_sent' => 'Mark sent',
'gateway_help_1' => ':link to sign up for Authorize.net.',
'gateway_help_2' => ':link to sign up for Authorize.net.',
'gateway_help_17' => ':link to get your PayPal API signature.',
'gateway_help_27' => ':link to sign up for 2Checkout.com. To ensure payments are tracked set :complete_link as the redirect URL under Account > Site Management in the 2Checkout portal.',
'gateway_help_60' => ':link sukurti WePay paskyrą.',
'more_designs' => 'More designs',
'more_designs_title' => 'Additional Invoice Designs',
'more_designs_cloud_header' => 'Go Pro for more invoice designs',
'more_designs_cloud_text' => '',
'more_designs_self_host_text' => '',
'buy' => 'Buy',
'bought_designs' => 'Successfully added additional invoice designs',
'sent' => 'Išsiųsta',
'vat_number' => 'PVM kodas',
'timesheets' => 'Laiko juosta',
'payment_title' => 'Enter Your Billing Address and Credit Card information',
'payment_cvv' => '*This is the 3-4 digit number on the back of your card',
'payment_footer1' => '*Billing address must match address associated with credit card.',
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
'id_number' => 'Įmonės kodas',
'white_label_link' => 'White label',
'white_label_header' => 'White Label',
'bought_white_label' => 'Successfully enabled white label license',
'white_labeled' => 'White labeled',
'restore' => 'Atkurti',
'restore_invoice' => 'Restore Invoice',
'restore_quote' => 'Restore Quote',
'restore_client' => 'Restore Client',
'restore_credit' => 'Restore Credit',
'restore_payment' => 'Restore Payment',
'restored_invoice' => 'Successfully restored invoice',
'restored_quote' => 'Successfully restored quote',
'restored_client' => 'Successfully restored client',
'restored_payment' => 'Successfully restored payment',
'restored_credit' => 'Successfully restored credit',
'reason_for_canceling' => 'Help us improve our site by telling us why you\'re leaving.',
'discount_percent' => 'Procentas',
'discount_amount' => 'Suma',
'invoice_history' => 'Invoice History',
'quote_history' => 'Quote History',
'current_version' => 'Dabartinė versija',
'select_version' => 'Select version',
'view_history' => 'View History',
'edit_payment' => 'Edit Payment',
'updated_payment' => 'Mokėjimas atnaujintas',
'deleted' => 'Deleted',
'restore_user' => 'Restore User',
'restored_user' => 'Successfully restored user',
'show_deleted_users' => 'Rodyti ištrintus vartotojus',
'email_templates' => 'Email Templates',
'invoice_email' => 'Invoice Email',
'payment_email' => 'Payment Email',
'quote_email' => 'Quote Email',
'reset_all' => 'Reset All',
'approve' => 'Approve',
'token_billing_type_id' => 'Token Billing',
'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.',
'token_billing_1' => 'Disabled',
'token_billing_2' => 'Opt-in - checkbox is shown but not selected',
'token_billing_3' => 'Opt-out - checkbox is shown and selected',
'token_billing_4' => 'Always',
'token_billing_checkbox' => 'Store credit card details',
'view_in_gateway' => 'View in :gateway',
'use_card_on_file' => 'Naudoti Kortelę Faile',
'edit_payment_details' => 'Edit payment details',
'token_billing' => 'Save card details',
'token_billing_secure' => 'The data is stored securely by :link',
'support' => 'Support',
'contact_information' => 'Contact information',
'256_encryption' => '256-Bit Encryption',
'amount_due' => 'Amount due',
'billing_address' => 'Billing address',
'billing_method' => 'Billing method',
'order_overview' => 'Užsakymo apžvalga',
'match_address' => '*Address must match address associated with credit card.',
'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
'invoice_footer' => 'Invoice footer',
'save_as_default_footer' => 'Save as default footer',
'token_management' => 'Token Management',
'tokens' => 'Tokens',
'add_token' => 'Add Token',
'show_deleted_tokens' => 'Show deleted tokens',
'deleted_token' => 'Successfully deleted token',
'created_token' => 'Successfully created token',
'updated_token' => 'Successfully updated token',
'edit_token' => 'Edit Token',
'delete_token' => 'Delete Token',
'token' => 'Token',
'add_gateway' => 'Add Gateway',
'delete_gateway' => 'Delete Gateway',
'edit_gateway' => 'Edit Gateway',
'updated_gateway' => 'Successfully updated gateway',
'created_gateway' => 'Successfully created gateway',
'deleted_gateway' => 'Successfully deleted gateway',
'pay_with_paypal' => 'PayPal',
'pay_with_card' => 'Credit card',
'change_password' => 'Pakeisti slaptažodį',
'current_password' => 'Dabartinis slaptažodis',
'new_password' => 'Naujas slaptažodis',
'confirm_password' => 'Patvirtinti slaptažodį',
'password_error_incorrect' => 'Dabartinis slaptažodis neteisingas.',
'password_error_invalid' => 'Naujas slaptažodis neteisingas.',
'updated_password' => 'Sėkmingai atnaujintas slaptažodis',
'api_tokens' => 'API Tokens',
'users_and_tokens' => 'Vartotojai ir Tokens',
'account_login' => 'Jungtis',
'recover_password' => 'Atkurti slaptažodį',
'forgot_password' => 'Pamiršote slaptažodį?',
'email_address' => 'El. pašto adresas',
'lets_go' => 'Pradėkim',
'password_recovery' => 'Slaptažodžio pirminimas',
'send_email' => 'Siųsti el. laišką',
'set_password' => 'Įrašyti slaptažodį',
'converted' => 'Converted',
'email_approved' => 'Email me when a quote is <b>approved</b>',
'notification_quote_approved_subject' => 'Quote :invoice was approved by :client',
'notification_quote_approved' => 'The following client :client approved Quote :invoice for :amount.',
'resend_confirmation' => 'Resend confirmation email',
'confirmation_resent' => 'The confirmation email was resent',
'gateway_help_42' => ':link to sign up for BitPay.<br/>Note: use a Legacy API Key, not an API token.',
'payment_type_credit_card' => 'Credit card',
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'payment_type_gocardless' => 'Bekortelės',
'knowledge_base' => 'Knowledge Base',
'partial' => 'Dalinis/Avansas',
'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields',
'less_fields' => 'Less Fields',
'client_name' => 'Kliento Vardas',
'pdf_settings' => 'PDF Settings',
'product_settings' => 'Product Settings',
'auto_wrap' => 'Auto Line Wrap',
'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.',
'view_documentation' => 'View Documentation',
'app_title' => 'Free Open-Source Online Invoicing',
'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
'rows' => 'rows',
'www' => 'www',
'logo' => 'Logotipas',
'subdomain' => 'Subdomain',
'provide_name_or_email' => 'Prašome pateikti vardą arba elektroninio pašto adresą',
'charts_and_reports' => 'Diagramos ir ataskaitos',
'chart' => 'Diagrama',
'report' => 'Ataskaita',
'group_by' => 'Grupuoti pagal',
'paid' => 'Apmokėta',
'enable_report' => 'Ataskaita',
'enable_chart' => 'Diagrama',
'totals' => 'Viso',
'run' => 'Pradėti',
'export' => 'Export',
'documentation' => 'Documentation',
'zapier' => 'Zapier',
'recurring' => 'Debetinės',
'last_invoice_sent' => 'Paskutinė sąskaita išsiųsta :date',
'processed_updates' => 'Atnaujinta',
'tasks' => 'Darbai',
'new_task' => 'Naujas darbas',
'start_time' => 'Pradžia',
'created_task' => 'Sukurtas darbas',
'updated_task' => 'Atnaujintas darbas',
'edit_task' => 'Keisti',
'clone_task' => 'Klonuoti Užduotį',
'archive_task' => 'Archyvuoti',
'restore_task' => 'Tęsti',
'delete_task' => 'Trinti',
'stop_task' => 'Stabdyti',
'time' => 'Laikas',
'start' => 'Pradėti',
'stop' => 'Stabdyti',
'now' => 'Dabar',
'timer' => 'Chronometras',
'manual' => 'Nurodyti',
'date_and_time' => 'Data ir laikas',
'second' => 'Sekundė',
'seconds' => 'Sekundės',
'minute' => 'Minutė',
'minutes' => 'Minutės',
'hour' => 'Valanda',
'hours' => 'Valandos',
'task_details' => 'Task Details',
'duration' => 'Trukmė',
'time_log' => 'Laiko Registras',
'end_time' => 'Pabaiga',
'end' => 'Baigti',
'invoiced' => 'Invoiced',
'logged' => 'Logged',
'running' => 'Vykdomas',
'task_error_multiple_clients' => 'The tasks can\'t belong to different clients',
'task_error_running' => 'Please stop running tasks first',
'task_error_invoiced' => 'Tasks have already been invoiced',
'restored_task' => 'Successfully restored task',
'archived_task' => 'Successfully archived task',
'archived_tasks' => 'Successfully archived :count tasks',
'deleted_task' => 'Successfully deleted task',
'deleted_tasks' => 'Successfully deleted :count tasks',
'create_task' => 'Sukurti darbą',
'stopped_task' => 'Successfully stopped task',
'invoice_task' => 'Išrašyti sąskaitą',
'invoice_labels' => 'Invoice Labels',
'prefix' => 'Priešdėlis',
'counter' => 'Counter',
'payment_type_dwolla' => 'Dwolla',
'gateway_help_43' => ':link to sign up for Dwolla.',
'partial_value' => 'Must be greater than zero and less than the total',
'more_actions' => 'Kiti veiksmai',
'pro_plan_title' => 'NINJA PRO',
'pro_plan_call_to_action' => 'Upgrade Now!',
'pro_plan_feature1' => 'Create Unlimited Clients',
'pro_plan_feature2' => 'Access to 10 Beautiful Invoice Designs',
'pro_plan_feature3' => 'Custom URLs - "YourBrand.InvoiceNinja.com"',
'pro_plan_feature4' => 'Remove "Created by Invoice Ninja"',
'pro_plan_feature5' => 'Kelių pirkėjų prieigos ir veiklos stebėjimas',
'pro_plan_feature6' => 'Create Quotes & Pro-forma Invoices',
'pro_plan_feature7' => 'Customize Invoice Field Titles & Numbering',
'pro_plan_feature8' => 'Option to Attach PDFs to Client Emails',
'resume' => 'Tęsti',
'break_duration' => 'Pertrauka',
'edit_details' => 'Keisti',
'work' => 'Darbas',
'timezone_unset' => 'Please :link to set your timezone',
'click_here' => 'spausti čia',
'email_receipt' => 'Email payment receipt to the client',
'created_payment_emailed_client' => 'Sukurtas mokėjimas ir išsiųstas klientui',
'add_company' => 'Add Company',
'untitled' => 'Untitled',
'new_company' => 'New Company',
'associated_accounts' => 'Successfully linked accounts',
'unlinked_account' => 'Successfully unlinked accounts',
'login' => 'Login',
'or' => 'arba',
'email_error' => 'There was a problem sending the email',
'confirm_recurring_timing' => 'Note: emails are sent at the start of the hour.',
'confirm_recurring_timing_not_sent' => 'Note: invoices are created at the start of the hour.',
'payment_terms_help' => 'Nustato pagal nutylėjimą <b>sąskaitos terminas</b>',
'unlink_account' => 'Unlink Account',
'unlink' => 'Unlink',
'show_address' => 'Show Address',
'show_address_help' => 'Require client to provide their billing address',
'update_address' => 'Update Address',
'update_address_help' => 'Update client\'s address with provided details',
'times' => 'Laikas',
'set_now' => 'Dabar',
'dark_mode' => 'Tamsusis Rėžimas',
'dark_mode_help' => 'Naudoti tamsų rėžimą šoninėms pasirinkimų juostoms',
'add_to_invoice' => 'Add to invoice :invoice',
'create_new_invoice' => 'Create new invoice',
'task_errors' => 'Please correct any overlapping times',
'from' => 'Pardavėjas',
'to' => 'Pirkėjas',
'font_size' => 'Font Size',
'primary_color' => 'Primary Color',
'secondary_color' => 'Secondary Color',
'customize_design' => 'Customize Design',
'content' => 'Turinys',
'styles' => 'Stiliai',
'defaults' => 'Numatyti',
'margins' => 'Tarpai',
'header' => 'Viršus',
'footer' => 'Apačia',
'custom' => 'Kurti',
'invoice_to' => 'Pirkėjas',
'invoice_no' => 'Sąskaitos faktūros Nr.',
'quote_no' => 'Pasiūlymo Nr.',
'recent_payments' => 'Naujausi mokėjimai',
'outstanding' => 'Neapmokėta',
'manage_companies' => 'Valdyti įmones',
'total_revenue' => 'Iš viso pajamų',
'current_user' => 'Dabartinis vartotojas',
'new_recurring_invoice' => 'Nauja debeto sąskaita',
'recurring_invoice' => 'Debeto sąskaita',
'new_recurring_quote' => 'Nauja Pasikartojanti Sąmata',
'recurring_quote' => 'Recurring Quote',
'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice, it\'s scheduled for :date',
'created_by_invoice' => 'Sukurta :invoice',
'primary_user' => 'Primary User',
'help' => 'Pagalba',
'customize_help' => '<p>We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.</p>
<p>If you need help figuring something out post a question to our :forum_link with the design you\'re using.</p>',
'playground' => 'žaidimo aikštelė',
'support_forum' => 'palaikymo forumas',
'invoice_due_date' => 'Terminas',
'quote_due_date' => 'Galioja iki',
'valid_until' => 'Galioja iki',
'reset_terms' => 'Naujos sąlygos',
'reset_footer' => 'Reset footer',
'invoice_sent' => ':count sąskaita išsiųsta',
'invoices_sent' => ':count išsiųstos sąskaitos faktūros',
'status_draft' => 'Juodraštis',
'status_sent' => 'Išsiųsta',
'status_viewed' => 'Parodyta',
'status_partial' => 'Dalinis',
'status_paid' => 'Apmokėta',
'status_unpaid' => 'Nesumokėta',
'status_all' => 'Visi',
'show_line_item_tax' => 'Display <b>line item taxes</b> inline',
'iframe_url' => 'Tinklapis',
'iframe_url_help1' => 'Copy the following code to a page on your site.',
'iframe_url_help2' => 'You can test the feature by clicking \'View as recipient\' for an invoice.',
'auto_bill' => 'Automatinis mokėjimas',
'military_time' => '24 val. formatas',
'last_sent' => 'Last Sent',
'reminder_emails' => 'Reminder Emails',
'quote_reminder_emails' => 'Quote Reminder Emails',
'templates_and_reminders' => 'Templates & Reminders',
'subject' => 'Tema',
'body' => 'Žinutė',
'first_reminder' => 'First Reminder',
'second_reminder' => 'Second Reminder',
'third_reminder' => 'Third Reminder',
'num_days_reminder' => 'Days after due date',
'reminder_subject' => 'Reminder: Invoice :invoice from :account',
'reset' => 'Iš naujo',
'invoice_not_found' => 'The requested invoice is not available',
'referral_program' => 'Referral Program',
'referral_code' => 'Referral Code',
'last_sent_on' => 'Last sent on :date',
'page_expire' => 'This page will expire soon, :click_here to keep working',
'upcoming_quotes' => 'Upcoming Quotes',
'expired_quotes' => 'Expired Quotes',
'sign_up_using' => 'Sign up using',
'invalid_credentials' => 'Šie įgaliojimai neatitinka mūsų įrašų',
'show_all_options' => 'Show all options',
'user_details' => 'User Details',
'oneclick_login' => 'Prijungta Paskyra',
'disable' => 'Disable',
'invoice_quote_number' => 'Invoice and Quote Numbers',
'invoice_charges' => 'Sąskaitos faktūros antkainiai',
'notification_invoice_bounced' => 'We were unable to deliver Invoice :invoice to :contact.',
'notification_invoice_bounced_subject' => 'Unable to deliver Invoice :invoice',
'notification_quote_bounced' => 'We were unable to deliver Quote :invoice to :contact.',
'notification_quote_bounced_subject' => 'Unable to deliver Quote :invoice',
'custom_invoice_link' => 'Custom Invoice Link',
'total_invoiced' => 'Total Invoiced',
'open_balance' => 'Open Balance',
'verify_email' => 'Please visit the link in the account confirmation email to verify your email address.',
'basic_settings' => 'Basic Settings',
'pro' => 'Pro',
'gateways' => 'Payment Gateways',
'next_send_on' => 'Siųsti kitą: :date',
'no_longer_running' => 'This invoice is not scheduled to run',
'general_settings' => 'General Settings',
'customize' => 'Customize',
'oneclick_login_help' => 'Connect an account to login without a password',
'referral_code_help' => 'Uždirbkite pinigų dalindamiesi mūsų programa online',
'enable_with_stripe' => 'Enable | Requires Stripe',
'tax_settings' => 'Tax Settings',
'create_tax_rate' => 'Add Tax Rate',
'updated_tax_rate' => 'Successfully updated tax rate',
'created_tax_rate' => 'Successfully created tax rate',
'edit_tax_rate' => 'Edit tax rate',
'archive_tax_rate' => 'Archive tax rate',
'archived_tax_rate' => 'Successfully archived the tax rate',
'default_tax_rate_id' => 'Default Tax Rate',
'tax_rate' => 'Tax Rate',
'recurring_hour' => 'Recurring Hour',
'pattern' => 'Pattern',
'pattern_help_title' => 'Pattern Help',
'pattern_help_1' => 'Create custom numbers by specifying a pattern',
'pattern_help_2' => 'Available variables:',
'pattern_help_3' => 'For example, :example would be converted to :value',
'see_options' => 'See options',
'invoice_counter' => 'Invoice Counter',
'quote_counter' => 'Quote Counter',
'type' => 'Type',
'activity_1' => ':user sukūrė klientą :client',
'activity_2' => ':user archived client :client',
'activity_3' => ':user deleted client :client',
'activity_4' => ':user sukurta sąskaita :invoice',
'activity_5' => ':user updated invoice :invoice',
'activity_6' => ':user emailed invoice :invoice for :client to :contact',
'activity_7' => ':contact viewed invoice :invoice for :client',
'activity_8' => ':user archived invoice :invoice',
'activity_9' => ':user deleted invoice :invoice',
'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client',
'activity_11' => ':user atnaujino mokėjimą :payment',
'activity_12' => ':user archived payment :payment',
'activity_13' => ':user deleted payment :payment',
'activity_14' => ':user entered :credit credit',
'activity_15' => ':user updated :credit credit',
'activity_16' => ':user archived :credit credit',
'activity_17' => ':user deleted :credit credit',
'activity_18' => ':user created quote :quote',
'activity_19' => ':user updated quote :quote',
'activity_20' => ':user emailed quote :quote for :client to :contact',
'activity_21' => ':contact viewed quote :quote',
'activity_22' => ':user archived quote :quote',
'activity_23' => ':user deleted quote :quote',
'activity_24' => ':user restored quote :quote',
'activity_25' => ':user restored invoice :invoice',
'activity_26' => ':user restored client :client',
'activity_27' => ':user restored payment :payment',
'activity_28' => ':user restored :credit credit',
'activity_29' => ':contact approved quote :quote for :client',
'activity_30' => ':user created vendor :vendor',
'activity_31' => ':user archived vendor :vendor',
'activity_32' => ':user deleted vendor :vendor',
'activity_33' => ':user restored vendor :vendor',
'activity_34' => ':user sukurta sąskaita :expense',
'activity_35' => ':user archived expense :expense',
'activity_36' => ':user deleted expense :expense',
'activity_37' => ':user restored expense :expense',
'activity_42' => ':user created task :task',
'activity_43' => ':user updated task :task',
'activity_44' => ':user archived task :task',
'activity_45' => ':user deleted task :task',
'activity_46' => ':user restored task :task',
'activity_47' => ':user updated expense :expense',
'activity_48' => ':user updated ticket :ticket',
'activity_49' => ':user closed ticket :ticket',
'activity_50' => ':user merged ticket :ticket',
'activity_51' => ':user split ticket :ticket',
'activity_52' => ':contact opened ticket :ticket',
'activity_53' => ':contact reopened ticket :ticket',
'activity_54' => ':user reopened ticket :ticket',
'activity_55' => ':contact replied ticket :ticket',
'activity_56' => ':user viewed ticket :ticket',
'payment' => 'Payment',
'system' => 'System',
'signature' => 'Email Signature',
'default_messages' => 'Default Messages',
'quote_terms' => 'Quote Terms',
'default_quote_terms' => 'Default Quote Terms',
'default_invoice_terms' => 'Set default invoice terms',
'default_invoice_footer' => 'Set default invoice footer',
'quote_footer' => 'Quote Footer',
'free' => 'Free',
'quote_is_approved' => 'Sėkmingai patvirtinta',
'apply_credit' => 'Apply Credit',
'system_settings' => 'System Settings',
'archive_token' => 'Archive Token',
'archived_token' => 'Successfully archived token',
'archive_user' => 'Archive User',
'archived_user' => 'Successfully archived user',
'archive_account_gateway' => 'Delete Gateway',
'archived_account_gateway' => 'Successfully archived gateway',
'archive_recurring_invoice' => 'Archive Recurring Invoice',
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
'delete_recurring_invoice' => 'Delete Recurring Invoice',
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
'restore_recurring_invoice' => 'Restore Recurring Invoice',
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
'archive_recurring_quote' => 'Archive Recurring Quote',
'archived_recurring_quote' => 'Successfully archived recurring quote',
'delete_recurring_quote' => 'Delete Recurring Quote',
'deleted_recurring_quote' => 'Successfully deleted recurring quote',
'restore_recurring_quote' => 'Restore Recurring Quote',
'restored_recurring_quote' => 'Successfully restored recurring quote',
'archived' => 'Archived',
'untitled_account' => 'Untitled Company',
'before' => 'Before',
'after' => 'After',
'reset_terms_help' => 'Reset to the default account terms',
'reset_footer_help' => 'Reset to the default account footer',
'export_data' => 'Export Data',
'user' => 'User',
'country' => 'Country',
'include' => 'Include',
'logo_too_large' => 'Your logo is :size, for better PDF performance we suggest uploading an image file less than 200KB',
'import_freshbooks' => 'Import From FreshBooks',
'import_data' => 'Import Data',
'source' => 'Source',
'csv' => 'CSV',
'client_file' => 'Client File',
'invoice_file' => 'Invoice File',
'task_file' => 'Task File',
'no_mapper' => 'No valid mapping for file',
'invalid_csv_header' => 'Invalid CSV Header',
'client_portal' => 'Client Portal',
'admin' => 'Admin',
'disabled' => 'Disabled',
'show_archived_users' => 'Rodyti archyvuotus vartotojus',
'notes' => 'Notes',
'invoice_will_create' => 'bus sukurta sąskaita-faktūra',
'invoices_will_create' => 'invoices will be created',
'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.',
'publishable_key' => 'Publishable Key',
'secret_key' => 'Secret Key',
'missing_publishable_key' => 'Set your Stripe publishable key for an improved checkout process',
'email_design' => 'Email Design',
'due_by' => 'Due by :date',
'enable_email_markup' => 'Enable Markup',
'enable_email_markup_help' => 'Make it easier for your clients to pay you by adding schema.org markup to your emails.',
'template_help_title' => 'Templates Help',
'template_help_1' => 'Available variables:',
'email_design_id' => 'Email Style',
'email_design_help' => 'Make your emails look more professional with HTML layouts.',
'plain' => 'Plain',
'light' => 'Light',
'dark' => 'Tamsu',
'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.',
'subdomain_help' => 'Set the subdomain or display the invoice on your own website.',
'website_help' => 'Display the invoice in an iFrame on your own website',
'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.',
'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.',
'custom_client_fields_helps' => 'Add a field when creating a client and optionally display the label and value on the PDF.',
'custom_account_fields_helps' => 'Add a label and value to the company details section of the PDF.',
'custom_invoice_fields_helps' => 'Add a field when creating an invoice and optionally display the label and value on the PDF.',
'custom_invoice_charges_helps' => 'Add a text input to the invoice create/edit page and include the charge in the invoice subtotals.',
'token_expired' => 'Patvirtinimo raktas negalioja. Prašau, pabandykite dar kartą.',
'invoice_link' => 'Sąskaitos nuoroda',
'button_confirmation_message' => 'Spustelėkite norėdami patvirtinti savo el. pašto adresą.',
'confirm' => 'Patvirtinti',
'email_preferences' => 'Pranešimų nustatymai',
'created_invoices' => 'Successfully created :count invoice(s)',
'next_invoice_number' => 'The next invoice number is :number.',
'next_quote_number' => 'The next quote number is :number.',
'days_before' => 'days before the',
'days_after' => 'days after the',
'field_due_date' => 'due date',
'field_invoice_date' => 'sąskaitos data',
'schedule' => 'Grafikas',
'email_designs' => 'Email Designs',
'assigned_when_sent' => 'Bus sugeneruota',
'white_label_purchase_link' => 'Purchase a white label license',
'expense' => 'Išlaidos',
'expenses' => 'Išlaidos',
'new_expense' => 'Enter Expense',
'enter_expense' => 'Įveskite išlaidas',
'vendors' => 'Tiekėjai',
'new_vendor' => 'Naujas tiekėjas',
'payment_terms_net' => 'Net',
'vendor' => 'Tiekėjas',
'edit_vendor' => 'Keisti',
'archive_vendor' => 'Archyvuoti',
'delete_vendor' => 'Trinti',
'view_vendor' => 'Rodyti',
'deleted_expense' => 'Successfully deleted expense',
'archived_expense' => 'Successfully archived expense',
'deleted_expenses' => 'Successfully deleted expenses',
'archived_expenses' => 'Successfully archived expenses',
'expense_amount' => 'Expense Amount',
'expense_balance' => 'Expense Balance',
'expense_date' => 'Expense Date',
'expense_should_be_invoiced' => 'Should this expense be invoiced?',
'public_notes' => 'Viešos pastabos',
'invoice_amount' => 'Sąskaitos suma',
'exchange_rate' => 'Valiutos kursas',
'yes' => 'Taip',
'no' => 'Ne',
'should_be_invoiced' => 'Būtina sąskaita faktūra',
'view_expense' => 'View expense # :expense',
'edit_expense' => 'Edit Expense',
'archive_expense' => 'Archive Expense',
'delete_expense' => 'Delete Expense',
'view_expense_num' => 'Expense # :expense',
'updated_expense' => 'Successfully updated expense',
'created_expense' => 'Successfully created expense',
'enter_expense' => 'Įveskite išlaidas',
'view' => 'View',
'restore_expense' => 'Restore Expense',
'invoice_expense' => 'Invoice Expense',
'expense_error_multiple_clients' => 'The expenses can\'t belong to different clients',
'expense_error_invoiced' => 'Expense has already been invoiced',
'convert_currency' => 'Konvertuoti valiutą',
'num_days' => 'Number of Days',
'create_payment_term' => 'Create Payment Term',
'edit_payment_terms' => 'Edit Payment Term',
'edit_payment_term' => 'Edit Payment Term',
'archive_payment_term' => 'Archive Payment Term',
'recurring_due_dates' => 'Pasikartojančios Sąskaitos Terminas',
'recurring_due_date_help' => '<p>Automatically sets a due date for the invoice.</p>
<p>Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.</p>
<p>Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.</p>
<p>For example:</p>
<ul>
<li>Today is the 15th, due date is 1st of the month. The due date should likely be the 1st of the next month.</li>
<li>Today is the 15th, due date is the last day of the month. The due date will be the last day of the this month.
</li>
<li>Today is the 15th, due date is the 15th day of the month. The due date will be the 15th day of <strong>next</strong> month.
</li>
<li>Today is the Friday, due date is the 1st Friday after. The due date will be next Friday, not today.
</li>
</ul>',
'due' => 'Due',
'next_due_on' => 'Sekantis mokėjimas: :date',
'use_client_terms' => 'Naudokite klientui terminus',
'day_of_month' => ':ordinal day of month',
'last_day_of_month' => 'Paskutinė mėnesio diena',
'day_of_week_after' => ':ordinal po :day',
'sunday' => 'Sekmadienis',
'monday' => 'Pirmadienis',
'tuesday' => 'Antradienis',
'wednesday' => 'Trečiadienis',
'thursday' => 'Ketvirtadienis',
'friday' => 'Penktadienis',
'saturday' => 'Šeštadienis',
'header_font_id' => 'Header Font',
'body_font_id' => 'Body Font',
'color_font_help' => 'Note: the primary color and fonts are also used in the client portal and custom email designs.',
'live_preview' => 'Live Preview',
'invalid_mail_config' => 'Unable to send email, please check that the mail settings are correct.',
'invoice_message_button' => 'To view your invoice for :amount, click the button below.',
'quote_message_button' => 'To view your quote for :amount, click the button below.',
'payment_message_button' => 'Thank you for your payment of :amount.',
'payment_type_direct_debit' => 'Direct Debit',
'bank_accounts' => 'Bank Accounts',
'add_bank_account' => 'Add Bank Account',
'setup_account' => 'Setup Account',
'import_expenses' => 'Import Expenses',
'bank_id' => 'bank',
'integration_type' => 'Integration Type',
'updated_bank_account' => 'Successfully updated bank account',
'edit_bank_account' => 'Edit Bank Account',
'archive_bank_account' => 'Archive Bank Account',
'archived_bank_account' => 'Successfully archived bank account',
'created_bank_account' => 'Successfully created bank account',
'validate_bank_account' => 'Validate Bank Account',
'bank_password_help' => 'Note: your password is transmitted securely and never stored on our servers.',
'bank_password_warning' => 'Warning: your password may be transmitted in plain text, consider enabling HTTPS.',
'username' => 'Username',
'account_number' => 'Account Number',
'account_name' => 'Account Name',
'bank_account_error' => 'Failed to retrieve account details, please check your credentials.',
'status_approved' => 'Approved',
'quote_settings' => 'Quote Settings',
'auto_convert_quote' => 'Automatiškai Konvertuoti',
'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved by a client.',
'validate' => 'Validate',
'info' => 'Info',
'imported_expenses' => 'Successfully created :count_vendors vendor(s) and :count_expenses expense(s)',
'iframe_url_help3' => 'Note: if you plan on accepting credit cards details we strongly recommend enabling HTTPS on your site.',
'expense_error_multiple_currencies' => 'The expenses can\'t have different currencies.',
'expense_error_mismatch_currencies' => 'The client\'s currency does not match the expense currency.',
'trello_roadmap' => 'Trello Roadmap',
'header_footer' => 'Header/Footer',
'first_page' => 'first page',
'all_pages' => 'all pages',
'last_page' => 'last page',
'all_pages_header' => 'Show header on',
'all_pages_footer' => 'Show footer on',
'invoice_currency' => 'Sąskaitos valiuta',
'enable_https' => 'We strongly recommend using HTTPS to accept credit card details online.',
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Valiutos kodas',
'free_year_message' => 'Your account has been upgraded to the pro plan for one year at no cost.',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'To adjust your email notification settings please visit :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
'more_designs_self_host_header' => 'Get 6 more invoice designs for just $:price',
'old_browser' => 'Please use a :link',
'newer_browser' => 'newer browser',
'white_label_custom_css' => ':link for $:price to enable custom styling and help support our project.',
'bank_accounts_help' => 'Connect a bank account to automatically import expenses and create vendors. Supports American Express and :link.',
'us_banks' => '400+ US banks',
'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan',
'pro_plan_remove_logo_link' => 'Click here',
'invitation_status_sent' => 'Išsiųsta',
'invitation_status_opened' => 'Atidaryta',
'invitation_status_viewed' => 'Peržiūrėta',
'email_error_inactive_client' => 'Emails can not be sent to inactive clients',
'email_error_inactive_contact' => 'Emails can not be sent to inactive contacts',
'email_error_inactive_invoice' => 'Neaktyvioms sąskaitoms faktūroms el. pašto siųsti negalima',
'email_error_inactive_proposal' => 'Neaktyviems pasiūlymams el. pašto siųsti negalima',
'email_error_user_unregistered' => 'Please register your account to send emails',
'email_error_user_unconfirmed' => 'Please confirm your account to send emails',
'email_error_invalid_contact_email' => 'Invalid contact email',
'navigation' => 'Navigation',
'list_invoices' => 'List Invoices',
'list_clients' => 'List Clients',
'list_quotes' => 'List Quotes',
'list_tasks' => 'List Tasks',
'list_expenses' => 'List Expenses',
'list_recurring_invoices' => 'List Recurring Invoices',
'list_payments' => 'List Payments',
'list_credits' => 'List Credits',
'tax_name' => 'Tax Name',
'report_settings' => 'Report Settings',
'search_hotkey' => 'shortcut is /',
'new_user' => 'New User',
'new_product' => 'New Product',
'new_tax_rate' => 'New Tax Rate',
'invoiced_amount' => 'Invoiced Amount',
'invoice_item_fields' => 'Invoice Item Fields',
'custom_invoice_item_fields_help' => 'Add a field when creating an invoice item and display the label and value on the PDF.',
'recurring_invoice_number' => 'Recurring Number',
'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.',
// Client Passwords
'enable_portal_password' => 'Password Protect Invoices',
'enable_portal_password_help' => 'Allows you to set a password for each contact. If a password is set, the contact will be required to enter a password before viewing invoices.',
'send_portal_password' => 'Sugeneruoti Automatiškai',
'send_portal_password_help' => 'If no password is set, one will be generated and sent with the first invoice.',
'expired' => 'Expired',
'invalid_card_number' => 'The credit card number is not valid.',
'invalid_expiry' => 'The expiration date is not valid.',
'invalid_cvv' => 'The CVV is not valid.',
'cost' => 'Cost',
'create_invoice_for_sample' => 'Note: create your first invoice to see a preview here.',
// User Permissions
'owner' => 'Valdytojas',
'administrator' => 'Administratorius',
'administrator_help' => 'Allow user to manage users, change settings and modify all records',
'user_create_all' => 'Create clients, invoices, etc.',
'user_view_all' => 'View all clients, invoices, etc.',
'user_edit_all' => 'Edit all clients, invoices, etc.',
'gateway_help_20' => ':link to sign up for Sage Pay.',
'gateway_help_21' => ':link to sign up for Sage Pay.',
'partial_due' => 'Dalinis',
'restore_vendor' => 'Restore Vendor',
'restored_vendor' => 'Successfully restored vendor',
'restored_expense' => 'Successfully restored expense',
'permissions' => 'Permissions',
'create_all_help' => 'Allow user to create and modify records',
'view_all_help' => 'Allow user to view records they didn\'t create',
'edit_all_help' => 'Allow user to modify records they didn\'t create',
'view_payment' => 'View Payment',
'january' => 'Sausis',
'february' => 'Vasaris',
'march' => 'Kovas',
'april' => 'Balandis',
'may' => 'Gegužė',
'june' => 'Birželis',
'july' => 'Liepa',
'august' => 'Rugpjūtis',
'september' => 'Rugsėjis',
'october' => 'Spalis',
'november' => 'Lapkritis',
'december' => 'Gruodis',
// Documents
'documents_header' => 'Dokumentai:',
'email_documents_header' => 'Dokumentai:',
'email_documents_example_1' => 'Widgets Receipt.pdf',
'email_documents_example_2' => 'Final Deliverable.zip',
'quote_documents' => 'Quote Documents',
'invoice_documents' => 'Sąskaitos dokumentai',
'expense_documents' => 'Expense Documents',
'invoice_embed_documents' => 'Įkelti dokumentai',
'invoice_embed_documents_help' => 'Include attached images in the invoice.',
'document_email_attachment' => 'Attach Documents',
'ubl_email_attachment' => 'Attach UBL',
'download_documents' => 'Download Documents (:size)',
'documents_from_expenses' => 'Iš išlaidų:',
'dropzone_default_message' => 'Įkelkite dokumentus arba spustelėkite, kad įkelti',
'dropzone_default_message_disabled' => 'Uploads disabled',
'dropzone_fallback_message' => 'Your browser does not support drag\'n\'drop file uploads.',
'dropzone_fallback_text' => 'Please use the fallback form below to upload your files like in the olden days.',
'dropzone_file_too_big' => 'File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.',
'dropzone_invalid_file_type' => 'You can\'t upload files of this type.',
'dropzone_response_error' => 'Server responded with {{statusCode}} code.',
'dropzone_cancel_upload' => 'Atšaukti',
'dropzone_cancel_upload_confirmation' => 'Are you sure you want to cancel this upload?',
'dropzone_remove_file' => 'Trinti dokumentus',
'documents' => 'Dokumentai',
'document_date' => 'Dokumentų data',
'document_size' => 'Dydis',
'enable_client_portal' => 'Dashboard',
'enable_client_portal_help' => 'Show/hide the dashboard page in the client portal.',
'enable_client_portal_dashboard' => 'Dashboard',
'enable_client_portal_dashboard_help' => 'Show/hide the dashboard page in the client portal.',
// Plans
'account_management' => 'Account Management',
'plan_status' => 'Plan Status',
'plan_upgrade' => 'Upgrade',
'plan_change' => 'Change Plan',
'pending_change_to' => 'Changes To',
'plan_changes_to' => ':plan on :date',
'plan_term_changes_to' => ':plan (:term) on :date',
'cancel_plan_change' => 'Cancel Change',
'plan' => 'Plan',
'expires' => 'Expires',
'renews' => 'Renews',
'plan_expired' => ':plan Plan Expired',
'trial_expired' => ':plan Plan Trial Ended',
'never' => 'Never',
'plan_free' => 'Free',
'plan_pro' => 'Pro',
'plan_enterprise' => 'Enterprise',
'plan_white_label' => 'Self Hosted (White labeled)',
'plan_free_self_hosted' => 'Self Hosted (Free)',
'plan_trial' => 'Trial',
'plan_term' => 'Term',
'plan_term_monthly' => 'Monthly',
'plan_term_yearly' => 'Yearly',
'plan_term_month' => 'Month',
'plan_term_year' => 'Year',
'plan_price_monthly' => '$:price/Month',
'plan_price_yearly' => '$:price/Year',
'updated_plan' => 'Updated plan settings',
'plan_paid' => 'Term Started',
'plan_started' => 'Plan Started',
'plan_expires' => 'Plan Expires',
'white_label_button' => 'White Label',
'pro_plan_year_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_month_description' => 'One month enrollment in the Invoice Ninja Pro Plan.',
'enterprise_plan_product' => 'Enterprise Plan',
'enterprise_plan_year_description' => 'One year enrollment in the Invoice Ninja Enterprise Plan.',
'enterprise_plan_month_description' => 'One month enrollment in the Invoice Ninja Enterprise Plan.',
'plan_credit_product' => 'Credit',
'plan_credit_description' => 'Credit for unused time',
'plan_pending_monthly' => 'Will switch to monthly on :date',
'plan_refunded' => 'Grąžinimas atliktas.',
'live_preview' => 'Live Preview',
'page_size' => 'Page Size',
'live_preview_disabled' => 'Live preview has been disabled to support selected font',
'invoice_number_padding' => 'Padding',
'preview' => 'Preview',
'list_vendors' => 'List Vendors',
'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.',
'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.',
'return_to_app' => 'Sugrįžti į Aplikaciją',
// Payment updates
'refund_payment' => 'Grąžinti',
'refund_max' => 'Maks.:',
'refund' => 'Pinigų grąžinimas',
'are_you_sure_refund' => 'Grąžinti pinigus pasirinktam mokėjimui?',
'status_pending' => 'Laukia',
'status_completed' => 'Apmokėta',
'status_failed' => 'Nepavyko',
'status_partially_refunded' => 'Dalinis grąžinimas',
'status_partially_refunded_amount' => ':amount grąžinta',
'status_refunded' => 'Grąžinta',
'status_voided' => 'Atšaukta',
'refunded_payment' => 'Grąžinti mokėjimai',
'activity_39' => ':user cancelled a :payment_amount payment :payment',
'activity_40' => ':user refunded :adjustment of a :payment_amount payment :payment',
'card_expiration' => 'Exp: :expires',
'card_creditcardother' => 'Nežininomas',
'card_americanexpress' => 'American Express',
'card_carteblanche' => 'Carte Blanche',
'card_unionpay' => 'UnionPay',
'card_diners' => 'Diners Club',
'card_discover' => 'Discover',
'card_jcb' => 'JCB',
'card_laser' => 'Laser',
'card_maestro' => 'Maestro',
'card_mastercard' => 'MasterCard',
'card_solo' => 'Solo',
'card_switch' => 'Switch',
'card_visacard' => 'Visa',
'card_ach' => 'ACH',
'payment_type_stripe' => 'Stripe',
'ach' => 'ACH',
'enable_ach' => 'Accept US bank transfers',
'stripe_ach_help' => 'ACH support must also be enabled in :link.',
'ach_disabled' => 'Another gateway is already configured for direct debit.',
'plaid' => 'Plaid',
'client_id' => 'Kliento Id',
'secret' => 'Slaptas žodis',
'public_key' => 'Viešas raktas',
'plaid_optional' => '(nebūtina)',
'plaid_environment_help' => 'When a Stripe test key is given, Plaid\'s development environment (tartan) will be used.',
'other_providers' => 'Kiti tiekėjai',
'country_not_supported' => 'Šiai šaliai negalima.',
'invalid_routing_number' => 'Neteisingas identifikacijos kodas.',
'invalid_account_number' => 'Paskyros numeris neteisingas.',
'account_number_mismatch' => 'Ne atitinka paskyros numeris.',
'missing_account_holder_type' => 'Prašome pasirinkti privačią arba įmonės sąskaitą.',
'missing_account_holder_name' => 'Prašome įrašyti paskyros valdytojo vardą.',
'routing_number' => 'Identifikacijos kodas ',
'confirm_account_number' => 'Patvirtinkite sąskaitos numerį',
'individual_account' => 'Asmens paskyra',
'company_account' => 'Įmonės paskyra',
'account_holder_name' => 'Paskyros savininko vardas',
'add_account' => 'Nauja paskyra',
'payment_methods' => 'Mokėjimo būdai',
'complete_verification' => 'Užbaigti patikrą',
'verification_amount1' => 'Suma 1',
'verification_amount2' => 'Suma 2',
'payment_method_verified' => 'Patikrinimas pavyko',
'verification_failed' => 'Patikrinimas nepavyko',
'remove_payment_method' => 'Pašalinti mokėjimo būdą',
'confirm_remove_payment_method' => 'Ar tikrai trinti šį mokėjimo būdą?',
'remove' => 'Trinti',
'payment_method_removed' => 'Pašalinti mokėjimo būdai.',
'bank_account_verification_help' => 'Mes padarėme du indėlius į Jūsų sąskaitą su aprašymu "VERIFICATION". Šie indėliai bus 1-2 darbo dienas rodomi ataskaitoje. Prašome įrašyti žemiau esančias sumas.',
'bank_account_verification_next_steps' => 'We have made two deposits into your account with the description "VERIFICATION". These deposits will take 1-2 business days to appear on your statement.
Once you have the amounts, come back to this payment methods page and click "Complete Verification" next to the account.',
'unknown_bank' => 'Nežinomas bankas',
'ach_verification_delay_help' => 'Galėsite naudotis sąskaita po patikrinimo. Patikrinimas paprastai trunka 1-2 darbo dienas.',
'add_credit_card' => 'Nauja kreditinė kortelė',
'payment_method_added' => 'Naujas mokėjimo būdas.',
'use_for_auto_bill' => 'Naudoti debetiniam mokėjimui',
'used_for_auto_bill' => 'Debetinis mokėjimo būdas',
'payment_method_set_as_default' => 'Nustatykite debetini mokėjimo būdą.',
'activity_41' => ':payment_amount mokėjimas (:payment) nepavyko',
'webhook_url' => 'Webhook URL',
'stripe_webhook_help' => 'Jus privalote :link.',
'stripe_webhook_help_link_text' => 'nurodyti ši URL Stripe',
'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless',
'payment_method_error' => 'Įvyko klaida pridedant mokėjimo būdą. Pabandykite dar kartą vėliau.',
'notification_invoice_payment_failed_subject' => 'Mokėjimas nepavyko sąskaitai faktūrai :invoice',
'notification_invoice_payment_failed' => 'Kliento :client atliktas mokėjimas pagal į sąskaitą faktūrą :invoice napavyko. Mokėjimas pažymėtas kaip nepavykęs ir suma :amount įkeltas į kliento balansą.',
'link_with_plaid' => 'Priskirti sąskaitą su Plaid',
'link_manually' => 'Nuoroda rankiniu būdu',
'secured_by_plaid' => 'Apsaugota su Plaid',
'plaid_linked_status' => 'Jūsų banko sąskaitą :bank',
'add_payment_method' => 'Naujas mokėjimo būdas',
'account_holder_type' => 'Sąskaitos savininko tipas',
'ach_authorization' => 'I authorize :company to use my bank account for future payments and, if necessary, electronically credit my account to correct erroneous debits. I understand that I may cancel this authorization at any time by removing the payment method or by contacting :email.',
'ach_authorization_required' => 'Turite sutikti su ACH sandoriais.',
'off' => 'Išj.',
'opt_in' => 'Įtraukti',
'opt_out' => 'Pašalinti',
'always' => 'Visada',
'opted_out' => 'Pašalinta',
'opted_in' => 'Įtraukta',
'manage_auto_bill' => 'Valdyti periodinius mokėjimus',
'enabled' => 'Įjungti',
'paypal' => 'Paypal',
'braintree_enable_paypal' => 'Įjungti PayPal mokėjimą su BrainTree',
'braintree_paypal_disabled_help' => 'PayPal jungtis apdoroja PayPal mokėjimus',
'braintree_paypal_help' => 'Jūs taip pat privalote :link.',
'braintree_paypal_help_link_text' => 'susieti PayPal su Braintree sąskaita',
'token_billing_braintree_paypal' => 'Išsaugoti mokėjimo duomenis',
'add_paypal_account' => 'Nauja Paypal sąskaita',
'no_payment_method_specified' => 'Nėra nurodyta mokėjimo būdo',
'chart_type' => 'Diagramos tipas',
'format' => 'Formatas',
'import_ofx' => 'Importuoti OFX',
'ofx_file' => 'OFX byla',
'ofx_parse_failed' => 'Nepavyko nuskaityti OFX bylos',
// WePay
'wepay' => 'WePay',
'sign_up_with_wepay' => 'Užsiregistruoti su WePay',
'use_another_provider' => 'Pasirinkti kitą tiekėją',
'company_name' => 'Įmonės pavadinimas',
'wepay_company_name_help' => 'Tai pasirodys kliento kreditinės kortelės ataskaitose.',
'wepay_description_help' => 'Šios sąskaitos tikslas.',
'wepay_tos_agree' => 'Sutinku :link.',
'wepay_tos_link_text' => 'WePay paslaugų teikimo sąlygos',
'resend_confirmation_email' => 'Persiųsti patvirtinimo laišką',
'manage_account' => 'Valdyti paskyrą',
'action_required' => 'Reikalingas veiksmas',
'finish_setup' => 'Baigti nustatymus',
'created_wepay_confirmation_required' => 'Prašome patikrinti savo el. paštą ir patvirtinkite el. pašto adresą WePay.',
'switch_to_wepay' => 'Persijungti į WePay',
'switch' => 'Perjungti',
'restore_account_gateway' => 'Atkurti mokėjimo sąsają',
'restored_account_gateway' => 'Sėkmingai atkurta sąsaja',
'united_states' => 'JAV',
'canada' => 'Kanada',
'accept_debit_cards' => 'Leisti debetines korteles',
'debit_cards' => 'Debetinė kortelė',
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.',
'warn_start_date_changed_not_sent' => 'The next invoice will be created on the new start date.',
'original_start_date' => 'Originali pradžios data',
'new_start_date' => 'Nauja pradžios data',
'security' => 'Sauga',
'see_whats_new' => 'Kas naujo versijoje v:version',
'wait_for_upload' => 'Prašome palaukti kol įksikels dokumentas',
'upgrade_for_permissions' => 'Pasirinkite Įmonės planą norėdami įjungti leidimus.',
'enable_second_tax_rate' => 'Enable specifying a <b>second tax rate</b>',
'payment_file' => 'Išrašo failas',
'expense_file' => 'Expense File',
'product_file' => 'Prekės failas',
'import_products' => 'Importuoti prekes',
'products_will_create' => 'products will be created',
'product_key' => 'Prekė',
'created_products' => 'Successfully created/updated :count product(s)',
'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.<br/>The file includes clients, products, invoices, quotes and payments.',
'selfhost_export_help' => '<br/>We recommend using mysqldump to create a full backup.',
'JSON_file' => 'JSON failas',
'view_dashboard' => 'Rodyti darbastalį',
'client_session_expired' => 'Sesija pasibaigė',
'client_session_expired_message' => 'Your session has expired. Please click the link in your email again.',
'auto_bill_notification' => 'This invoice will automatically be billed to your :payment_method on file on :due_date.',
'auto_bill_payment_method_bank_transfer' => 'banko sąskaita',
'auto_bill_payment_method_credit_card' => 'kreditinė kortelė',
'auto_bill_payment_method_paypal' => 'PayPal sąskaita',
'auto_bill_notification_placeholder' => 'This invoice will automatically be billed to your credit card on file on the due date.',
'payment_settings' => 'Apmokėjimo sąlygos',
'on_send_date' => 'Pagal išsiuntimo datą',
'on_due_date' => 'Pagal atlikimo datą',
'auto_bill_ach_date_help' => 'ACH will always auto bill on the due date.',
'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.',
'bank_account' => 'Banko sąskaita',
'payment_processed_through_wepay' => 'ACH payments will be processed using WePay.',
'wepay_payment_tos_agree' => 'I agree to the WePay :terms and :privacy_policy.',
'privacy_policy' => 'Privatumo politika',
'wepay_payment_tos_agree_required' => 'You must agree to the WePay Terms of Service and Privacy Policy.',
'ach_email_prompt' => 'Please enter your email address:',
'verification_pending' => 'Laukia patvirtinimo',
'update_font_cache' => 'Please force refresh the page to update the font cache.',
'more_options' => 'Daugiau parinkčių',
'credit_card' => 'Kreditinė kortelė',
'bank_transfer' => 'Pavedimu',
'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin',
'gocardless' => 'GoCardless',
'added_on' => 'Sukurta :date',
'failed_remove_payment_method' => 'Failed to remove the payment method',
'gateway_exists' => 'Ši mokėjimo sąsaja jau yra',
'manual_entry' => 'Įrašyti rankiniu būdu',
'start_of_week' => 'First Day of the Week',
// Frequencies
'freq_inactive' => 'Neaktyvus',
'freq_daily' => 'Kasdien',
'freq_weekly' => 'Kas savaitę',
'freq_biweekly' => 'Biweekly',
'freq_two_weeks' => 'Dvi savaitės',
'freq_four_weeks' => 'Four weeks',
'freq_monthly' => 'Kas mėnesį',
'freq_three_months' => 'Three months',
'freq_four_months' => 'Four months',
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
'freq_two_years' => 'Two years',
// Payment types
'payment_type_Apply Credit' => 'Pritaikyti Kreditą',
'payment_type_Bank Transfer' => 'Pavedimu',
'payment_type_Cash' => 'Gryni',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Kreditinė Kortelė Kita',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
'payment_type_Carte Blanche' => 'Carte Blanche',
'payment_type_UnionPay' => 'UnionPay',
'payment_type_JCB' => 'JCB',
'payment_type_Laser' => 'Laser',
'payment_type_Maestro' => 'Maestro',
'payment_type_Solo' => 'Solo',
'payment_type_Switch' => 'Switch',
'payment_type_iZettle' => 'iZettle',
'payment_type_Swish' => 'Swish',
'payment_type_Alipay' => 'Alipay',
'payment_type_Sofort' => 'Sofort',
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Reklamavimas',
'industry_Aerospace' => 'Aerospace',
'industry_Agriculture' => 'Agriculture',
'industry_Automotive' => 'Automotive',
'industry_Banking & Finance' => 'Bankai ir Finansai',
'industry_Biotechnology' => 'Biotechnology',
'industry_Broadcasting' => 'Broadcasting',
'industry_Business Services' => 'Business Services',
'industry_Commodities & Chemicals' => 'Commodities & Chemicals',
'industry_Communications' => 'Communications',
'industry_Computers & Hightech' => 'Kompiuteriai ir Technologijos',
'industry_Defense' => 'Defense',
'industry_Energy' => 'Energy',
'industry_Entertainment' => 'Pramogos',
'industry_Government' => 'Government',
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
'industry_Insurance' => 'Insurance',
'industry_Manufacturing' => 'Gamyba',
'industry_Marketing' => 'Marketingas',
'industry_Media' => 'Media',
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation',
'industry_Travel & Luxury' => 'Travel & Luxury',
'industry_Other' => 'Other',
'industry_Photography' => 'Photography',
// Countries
'country_Afghanistan' => 'Afganistanas',
'country_Albania' => 'Albania',
'country_Antarctica' => 'Antarktika',
'country_Algeria' => 'Algeria',
'country_American Samoa' => 'American Samoa',
'country_Andorra' => 'Andora',
'country_Angola' => 'Angola',
'country_Antigua and Barbuda' => 'Antigua and Barbuda',
'country_Azerbaijan' => 'Azerbaidžanas',
'country_Argentina' => 'Argentina',
'country_Australia' => 'Australija',
'country_Austria' => 'Austrija',
'country_Bahamas' => 'Bahamas',
'country_Bahrain' => 'Bahrain',
'country_Bangladesh' => 'Bangladesh',
'country_Armenia' => 'Armėnija',
'country_Barbados' => 'Barbados',
'country_Belgium' => 'Belgija',
'country_Bermuda' => 'Bermuda',
'country_Bhutan' => 'Bhutan',
'country_Bolivia, Plurinational State of' => 'Bolivia, Plurinational State of',
'country_Bosnia and Herzegovina' => 'Bosnija ir Hercegovina',
'country_Botswana' => 'Botswana',
'country_Bouvet Island' => 'Bouvet Island',
'country_Brazil' => 'Brazilija',
'country_Belize' => 'Belize',
'country_British Indian Ocean Territory' => 'British Indian Ocean Territory',
'country_Solomon Islands' => 'Solomon Islands',
'country_Virgin Islands, British' => 'Virgin Islands, British',
'country_Brunei Darussalam' => 'Brunei Darussalam',
'country_Bulgaria' => 'Bulgaria',
'country_Myanmar' => 'Myanmar',
'country_Burundi' => 'Burundi',
'country_Belarus' => 'Baltarusija',
'country_Cambodia' => 'Cambodia',
'country_Cameroon' => 'Cameroon',
'country_Canada' => 'Canada',
'country_Cape Verde' => 'Cape Verde',
'country_Cayman Islands' => 'Cayman Islands',
'country_Central African Republic' => 'Central African Republic',
'country_Sri Lanka' => 'Sri Lanka',
'country_Chad' => 'Chad',
'country_Chile' => 'Chile',
'country_China' => 'China',
'country_Taiwan, Province of China' => 'Taiwan, Province of China',
'country_Christmas Island' => 'Christmas Island',
'country_Cocos (Keeling) Islands' => 'Cocos (Keeling) Islands',
'country_Colombia' => 'Colombia',
'country_Comoros' => 'Comoros',
'country_Mayotte' => 'Mayotte',
'country_Congo' => 'Congo',
'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the',
'country_Cook Islands' => 'Cook Islands',
'country_Costa Rica' => 'Kosta Rika',
'country_Croatia' => 'Kroatija',
'country_Cuba' => 'Kuba',
'country_Cyprus' => 'Kipras',
'country_Czech Republic' => 'Čekoslovakija',
'country_Benin' => 'Benin',
'country_Denmark' => 'Danija',
'country_Dominica' => 'Dominica',
'country_Dominican Republic' => 'Dominican Republic',
'country_Ecuador' => 'Ecuador',
'country_El Salvador' => 'El Salvador',
'country_Equatorial Guinea' => 'Equatorial Guinea',
'country_Ethiopia' => 'Ethiopia',
'country_Eritrea' => 'Eritrea',
'country_Estonia' => 'Estija',
'country_Faroe Islands' => 'Faroe Islands',
'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)',
'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands',
'country_Fiji' => 'Fiji',
'country_Finland' => 'Suomija',
'country_Åland Islands' => 'Åland Islands',
'country_France' => 'Prancūzija',
'country_French Guiana' => 'French Guiana',
'country_French Polynesia' => 'French Polynesia',
'country_French Southern Territories' => 'French Southern Territories',
'country_Djibouti' => 'Djibouti',
'country_Gabon' => 'Gabon',
'country_Georgia' => 'Gruzija',
'country_Gambia' => 'Gambia',
'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied',
'country_Germany' => 'Germany',
'country_Ghana' => 'Ghana',
'country_Gibraltar' => 'Gibraltar',
'country_Kiribati' => 'Kiribati',
'country_Greece' => 'Graikija',
'country_Greenland' => 'Greenland',
'country_Grenada' => 'Grenada',
'country_Guadeloupe' => 'Guadeloupe',
'country_Guam' => 'Guam',
'country_Guatemala' => 'Guatemala',
'country_Guinea' => 'Guinea',
'country_Guyana' => 'Guyana',
'country_Haiti' => 'Haiti',
'country_Heard Island and McDonald Islands' => 'Heard Island and McDonald Islands',
'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)',
'country_Honduras' => 'Honduras',
'country_Hong Kong' => 'Hong Kong',
'country_Hungary' => 'Vengrija',
'country_Iceland' => 'Iceland',
'country_India' => 'Indija',
'country_Indonesia' => 'Indonesia',
'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of',
'country_Iraq' => 'Irakas',
'country_Ireland' => 'Airija',
'country_Israel' => 'Izrajelis',
'country_Italy' => 'Italija',
'country_Côte d\'Ivoire' => 'Côte d\'Ivoire',
'country_Jamaica' => 'Jamaica',
'country_Japan' => 'Japonija',
'country_Kazakhstan' => 'Kazachstanas',
'country_Jordan' => 'Jordan',
'country_Kenya' => 'Kenya',
'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of',
'country_Korea, Republic of' => 'Korea, Republic of',
'country_Kuwait' => 'Kuwait',
'country_Kyrgyzstan' => 'Kirgizija',
'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic',
'country_Lebanon' => 'Lebanon',
'country_Lesotho' => 'Lesotho',
'country_Latvia' => 'Latvija',
'country_Liberia' => 'Liberia',
'country_Libya' => 'Libya',
'country_Liechtenstein' => 'Liechtenstein',
'country_Lithuania' => 'Lietuva',
'country_Luxembourg' => 'Luxembourg',
'country_Macao' => 'Macao',
'country_Madagascar' => 'Madagascar',
'country_Malawi' => 'Malawi',
'country_Malaysia' => 'Malaysia',
'country_Maldives' => 'Maldives',
'country_Mali' => 'Mali',
'country_Malta' => 'Malta',
'country_Martinique' => 'Martinique',
'country_Mauritania' => 'Mauritania',
'country_Mauritius' => 'Mauritius',
'country_Mexico' => 'Mexico',
'country_Monaco' => 'Monaco',
'country_Mongolia' => 'Mongolia',
'country_Moldova, Republic of' => 'Moldova, Republic of',
'country_Montenegro' => 'Montenegro',
'country_Montserrat' => 'Montserrat',
'country_Morocco' => 'Morocco',
'country_Mozambique' => 'Mozambique',
'country_Oman' => 'Oman',
'country_Namibia' => 'Namibia',
'country_Nauru' => 'Nauru',
'country_Nepal' => 'Nepal',
'country_Netherlands' => 'Netherlands',
'country_Curaçao' => 'Curaçao',
'country_Aruba' => 'Aruba',
'country_Sint Maarten (Dutch part)' => 'Sint Maarten (Dutch part)',
'country_Bonaire, Sint Eustatius and Saba' => 'Bonaire, Sint Eustatius and Saba',
'country_New Caledonia' => 'New Caledonia',
'country_Vanuatu' => 'Vanuatu',
'country_New Zealand' => 'New Zealand',
'country_Nicaragua' => 'Nicaragua',
'country_Niger' => 'Niger',
'country_Nigeria' => 'Nigeria',
'country_Niue' => 'Niue',
'country_Norfolk Island' => 'Norfolk Island',
'country_Norway' => 'Norway',
'country_Northern Mariana Islands' => 'Northern Mariana Islands',
'country_United States Minor Outlying Islands' => 'United States Minor Outlying Islands',
'country_Micronesia, Federated States of' => 'Micronesia, Federated States of',
'country_Marshall Islands' => 'Marshall Islands',
'country_Palau' => 'Palau',
'country_Pakistan' => 'Pakistan',
'country_Panama' => 'Panama',
'country_Papua New Guinea' => 'Papua New Guinea',
'country_Paraguay' => 'Paraguay',
'country_Peru' => 'Peru',
'country_Philippines' => 'Philippines',
'country_Pitcairn' => 'Pitcairn',
'country_Poland' => 'Lenkija',
'country_Portugal' => 'Portugal',
'country_Guinea-Bissau' => 'Guinea-Bissau',
'country_Timor-Leste' => 'Timor-Leste',
'country_Puerto Rico' => 'Puerto Rico',
'country_Qatar' => 'Qatar',
'country_Réunion' => 'Réunion',
'country_Romania' => 'Romania',
'country_Russian Federation' => 'Rusija',
'country_Rwanda' => 'Rwanda',
'country_Saint Barthélemy' => 'Saint Barthélemy',
'country_Saint Helena, Ascension and Tristan da Cunha' => 'Saint Helena, Ascension and Tristan da Cunha',
'country_Saint Kitts and Nevis' => 'Saint Kitts and Nevis',
'country_Anguilla' => 'Anguilla',
'country_Saint Lucia' => 'Saint Lucia',
'country_Saint Martin (French part)' => 'Saint Martin (French part)',
'country_Saint Pierre and Miquelon' => 'Saint Pierre and Miquelon',
'country_Saint Vincent and the Grenadines' => 'Saint Vincent and the Grenadines',
'country_San Marino' => 'San Marino',
'country_Sao Tome and Principe' => 'Sao Tome and Principe',
'country_Saudi Arabia' => 'Saudi Arabia',
'country_Senegal' => 'Senegal',
'country_Serbia' => 'Serbia',
'country_Seychelles' => 'Seychelles',
'country_Sierra Leone' => 'Sierra Leone',
'country_Singapore' => 'Singapore',
'country_Slovakia' => 'Slovakia',
'country_Viet Nam' => 'Viet Nam',
'country_Slovenia' => 'Slovenia',
'country_Somalia' => 'Somalia',
'country_South Africa' => 'South Africa',
'country_Zimbabwe' => 'Zimbabwe',
'country_Spain' => 'Spain',
'country_South Sudan' => 'South Sudan',
'country_Sudan' => 'Sudan',
'country_Western Sahara' => 'Western Sahara',
'country_Suriname' => 'Suriname',
'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen',
'country_Swaziland' => 'Swaziland',
'country_Sweden' => 'Švedija',
'country_Switzerland' => 'Šveicarija',
'country_Syrian Arab Republic' => 'Syrian Arab Republic',
'country_Tajikistan' => 'Tajikistan',
'country_Thailand' => 'Thailand',
'country_Togo' => 'Togo',
'country_Tokelau' => 'Tokelau',
'country_Tonga' => 'Tonga',
'country_Trinidad and Tobago' => 'Trinidad and Tobago',
'country_United Arab Emirates' => 'United Arab Emirates',
'country_Tunisia' => 'Tunisia',
'country_Turkey' => 'Turkija',
'country_Turkmenistan' => 'Turkmenistan',
'country_Turks and Caicos Islands' => 'Turks and Caicos Islands',
'country_Tuvalu' => 'Tuvalu',
'country_Uganda' => 'Uganda',
'country_Ukraine' => 'Ukraine',
'country_Macedonia, the former Yugoslav Republic of' => 'Macedonia, the former Yugoslav Republic of',
'country_Egypt' => 'Egypt',
'country_United Kingdom' => 'United Kingdom',
'country_Guernsey' => 'Guernsey',
'country_Jersey' => 'Jersey',
'country_Isle of Man' => 'Isle of Man',
'country_Tanzania, United Republic of' => 'Tanzania, United Republic of',
'country_United States' => 'United States',
'country_Virgin Islands, U.S.' => 'Virgin Islands, U.S.',
'country_Burkina Faso' => 'Burkina Faso',
'country_Uruguay' => 'Uruguay',
'country_Uzbekistan' => 'Uzbekistan',
'country_Venezuela, Bolivarian Republic of' => 'Venezuela, Bolivarian Republic of',
'country_Wallis and Futuna' => 'Wallis and Futuna',
'country_Samoa' => 'Samoa',
'country_Yemen' => 'Yemen',
'country_Zambia' => 'Zambia',
// Languages
'lang_Brazilian Portuguese' => 'Brazilian Portuguese',
'lang_Croatian' => 'Croatian',
'lang_Czech' => 'Czech',
'lang_Danish' => 'Danish',
'lang_Dutch' => 'Dutch',
'lang_English' => 'English',
'lang_French' => 'French',
'lang_French - Canada' => 'French - Canada',
'lang_German' => 'German',
'lang_Italian' => 'Italian',
'lang_Japanese' => 'Japanese',
'lang_Lithuanian' => 'Lietuviškai',
'lang_Norwegian' => 'Norwegian',
'lang_Polish' => 'Lenkiškai',
'lang_Spanish' => 'Spanish',
'lang_Spanish - Spain' => 'Spanish - Spain',
'lang_Swedish' => 'Swedish',
'lang_Albanian' => 'Albanian',
'lang_Greek' => 'Greek',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_English - Australia' => 'English - Australia',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
'lang_Thai' => 'Thai',
'lang_Macedonian' => 'Macedonian',
'lang_Chinese - Taiwan' => 'Chinese - Taiwan',
'lang_Serbian' => 'Serbian',
'lang_Bulgarian' => 'Bulgarian',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Reklamavimas',
'industry_Aerospace' => 'Aerospace',
'industry_Agriculture' => 'Agriculture',
'industry_Automotive' => 'Automotive',
'industry_Banking & Finance' => 'Bankai ir Finansai',
'industry_Biotechnology' => 'Biotechnology',
'industry_Broadcasting' => 'Broadcasting',
'industry_Business Services' => 'Business Services',
'industry_Commodities & Chemicals' => 'Commodities & Chemicals',
'industry_Communications' => 'Communications',
'industry_Computers & Hightech' => 'Kompiuteriai ir Technologijos',
'industry_Defense' => 'Defense',
'industry_Energy' => 'Energy',
'industry_Entertainment' => 'Pramogos',
'industry_Government' => 'Government',
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
'industry_Insurance' => 'Insurance',
'industry_Manufacturing' => 'Gamyba',
'industry_Marketing' => 'Marketingas',
'industry_Media' => 'Media',
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation',
'industry_Travel & Luxury' => 'Travel & Luxury',
'industry_Other' => 'Other',
'industry_Photography' => 'Photography',
'view_client_portal' => 'Rodyti kliento tinklapį',
'view_portal' => 'Rodyti tinklapį',
'vendor_contacts' => 'Tiekėjo kontaktai',
'all' => 'Visi',
'selected' => 'Pasirinkita',
'category' => 'Kategorija',
'categories' => 'Kategorijos',
'new_expense_category' => 'New Expense Category',
'edit_category' => 'Keisti kategoriją',
'archive_expense_category' => 'Archyvo kategorija',
'expense_categories' => 'Expense Categories',
'list_expense_categories' => 'List Expense Categories',
'updated_expense_category' => 'Successfully updated expense category',
'created_expense_category' => 'Successfully created expense category',
'archived_expense_category' => 'Successfully archived expense category',
'archived_expense_categories' => 'Successfully archived :count expense category',
'restore_expense_category' => 'Restore expense category',
'restored_expense_category' => 'Successfully restored expense category',
'apply_taxes' => 'Naudoti mokesčius',
'min_to_max_users' => ':min iki :max klientų',
'max_users_reached' => 'Pasiektas maksimalus galimų vartotojų skaičius.',
'buy_now_buttons' => 'Pirkti dabar mygtukas',
'landing_page' => 'Nukreipimo puslapis',
'payment_type' => 'Mokėjimo tipas',
'form' => 'Forma',
'link' => 'Nuoroda',
'fields' => 'Laukai',
'dwolla' => 'Dwolla',
'buy_now_buttons_warning' => 'Note: the client and invoice are created even if the transaction isn\'t completed.',
'buy_now_buttons_disabled' => 'This feature requires that a product is created and a payment gateway is configured.',
'enable_buy_now_buttons_help' => 'Enable support for buy now buttons',
'changes_take_effect_immediately' => 'Note: changes take effect immediately',
'wepay_account_description' => 'Mokėjimo sąsajos Invoice Ninja',
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Fee: 2.9%/1.2% [Credit Card/Bank Transfer] + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
'error_title' => 'Kažkas negerai',
'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
'no_undo' => 'Warning: this can\'t be undone.',
'no_contact_selected' => 'Prašome pasirinkti kontaktą',
'no_client_selected' => 'Prašome pasirinkti klientą',
'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
'payment_type_on_file' => ':type faile',
'invoice_for_client' => 'Invoice :invoice for :client',
'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
'intent_not_supported' => 'Sorry, I\'m not able to do that.',
'client_not_found' => 'I wasn\'t able to find the client',
'not_allowed' => 'Sorry, you don\'t have the needed permissions',
'bot_emailed_invoice' => 'Your invoice has been sent.',
'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
'add_product_to_invoice' => 'Add 1 :product',
'not_authorized' => 'You are not authorized',
'bot_get_email' => 'Hi! (wave)<br/>Thanks for trying the Invoice Ninja Bot.<br/>You need to create a free account to use this bot.<br/>Send me your account email address to get started.',
'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
'bot_welcome' => 'That\'s it, your account is verified.<br/>',
'email_not_found' => 'I wasn\'t able to find an available account for :email',
'invalid_code' => 'The code is not correct',
'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
'bot_help_message' => 'I currently support:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'created_quotes' => 'Successfully created :count quotes(s)',
'limited_gateways' => 'Note: we support one credit card gateway per company.',
'warning' => 'Warning',
'self-update' => 'Update',
'update_invoiceninja_title' => 'Update Invoice Ninja',
'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
'update_invoiceninja_instructions' => 'Please install the new version <strong>:version</strong> by clicking the <em>Update now</em> button below. Afterwards you\'ll be redirected to the dashboard.',
'update_invoiceninja_update_start' => 'Update now',
'update_invoiceninja_download_start' => 'Download :version',
'create_new' => 'Create New',
'toggle_navigation' => 'Toggle Navigation',
'toggle_history' => 'Toggle History',
'unassigned' => 'Unassigned',
'task' => 'Task',
'contact_name' => 'Contact Name',
'city_state_postal' => 'City/State/Postal',
'custom_field' => 'Custom Field',
'account_fields' => 'Company Fields',
'facebook_and_twitter' => 'Facebook and Twitter',
'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell the app.',
'unnamed_client' => 'Unnamed Client',
'day' => 'Day',
'week' => 'Week',
'month' => 'Month',
'inactive_logout' => 'You have been logged out due to inactivity',
'reports' => 'Ataskaitos',
'total_profit' => 'Total Profit',
'total_expenses' => 'Total Expenses',
'quote_to' => 'Quote to',
// Limits
'limit' => 'Limit',
'min_limit' => 'Min: :min',
'max_limit' => 'Max: :max',
'no_limit' => 'No Limits',
'set_limits' => 'Set :gateway_type Limits',
'enable_min' => 'Enable min',
'enable_max' => 'Enable max',
'min' => 'Min',
'max' => 'Max',
'limits_not_met' => 'This invoice does not meet the limits for that payment type.',
'date_range' => 'Date Range',
'raw' => 'Raw',
'raw_html' => 'Raw HTML',
'update' => 'Update',
'invoice_fields_help' => 'Drag and drop fields to change their order and location',
'new_category' => 'New Category',
'restore_product' => 'Restore Product',
'blank' => 'Blank',
'invoice_save_error' => 'There was an error saving your invoice',
'enable_recurring' => 'Enable Recurring',
'disable_recurring' => 'Disable Recurring',
'text' => 'Text',
'expense_will_create' => 'expense will be created',
'expenses_will_create' => 'expenses will be created',
'created_expenses' => 'Successfully created :count expense(s)',
'translate_app' => 'Help improve our translations with :link',
'expense_category' => 'Expense Category',
'go_ninja_pro' => 'Go Ninja Pro!',
'go_enterprise' => 'Go Enterprise!',
'upgrade_for_features' => 'Upgrade For More Features',
'pay_annually_discount' => 'Pay annually for 10 months + 2 free!',
'pro_upgrade_title' => 'Ninja Pro',
'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com',
'pro_upgrade_feature2' => 'Customize every aspect of your invoice!',
'enterprise_upgrade_feature1' => 'Set permissions for multiple-users',
'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses',
'much_more' => 'Much More!',
'all_pro_fetaures' => 'Plus all pro features!',
'currency_symbol' => 'Simbolis',
'currency_code' => 'Code',
'buy_license' => 'Buy License',
'apply_license' => 'Apply License',
'submit' => 'Submit',
'white_label_license_key' => 'License Key',
'invalid_white_label_license' => 'The white label license is not valid',
'created_by' => 'Created by :name',
'modules' => 'Modules',
'financial_year_start' => 'First Month of the Year',
'authentication' => 'Authentication',
'checkbox' => 'Checkbox',
'invoice_signature' => 'Signature',
'show_accept_invoice_terms' => 'Invoice Terms Checkbox',
'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.',
'show_accept_quote_terms' => 'Quote Terms Checkbox',
'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.',
'require_invoice_signature' => 'Invoice Signature',
'require_invoice_signature_help' => 'Require client to provide their signature.',
'require_quote_signature' => 'Quote Signature',
'require_quote_signature_help' => 'Require client to provide their signature.',
'i_agree' => 'I Agree To The Terms',
'sign_here' => 'Please sign here:',
'authorization' => 'Authorization',
'signed' => 'Signed',
// BlueVine
'bluevine_promo' => 'Get flexible business lines of credit and invoice factoring using BlueVine.',
'bluevine_modal_label' => 'Sign up with BlueVine',
'bluevine_modal_text' => '<h3>Fast funding for your business. No paperwork.</h3>
<ul><li>Flexible business lines of credit and invoice factoring.</li></ul>',
'bluevine_create_account' => 'Create an account',
'quote_types' => 'Get a quote for',
'invoice_factoring' => 'Invoice factoring',
'line_of_credit' => 'Line of credit',
'fico_score' => 'Your FICO score',
'business_inception' => 'Business Inception Date',
'average_bank_balance' => 'Vidutinis banko sąskaitos likutis',
'annual_revenue' => 'Annual revenue',
'desired_credit_limit_factoring' => 'Desired invoice factoring limit',
'desired_credit_limit_loc' => 'Desired line of credit limit',
'desired_credit_limit' => 'Pageidaujamas kredito limitas',
'bluevine_credit_line_type_required' => 'You must choose at least one',
'bluevine_field_required' => 'This field is required',
'bluevine_unexpected_error' => 'An unexpected error occurred.',
'bluevine_no_conditional_offer' => 'More information is required before getting a quote. Click continue below.',
'bluevine_invoice_factoring' => 'Invoice Factoring',
'bluevine_conditional_offer' => 'Conditional Offer',
'bluevine_credit_line_amount' => 'Credit Line',
'bluevine_advance_rate' => 'Advance Rate',
'bluevine_weekly_discount_rate' => 'Weekly Discount Rate',
'bluevine_minimum_fee_rate' => 'Minimum Fee',
'bluevine_line_of_credit' => 'Line of Credit',
'bluevine_interest_rate' => 'Interest Rate',
'bluevine_weekly_draw_rate' => 'Weekly Draw Rate',
'bluevine_continue' => 'Continue to BlueVine',
'bluevine_completed' => 'BlueVine signup completed',
'vendor_name' => 'Vendor',
'entity_state' => 'State',
'client_created_at' => 'Date Created',
'postmark_error' => 'There was a problem sending the email through Postmark: :link',
'project' => 'Project',
'projects' => 'Projects',
'new_project' => 'New Project',
'edit_project' => 'Edit Project',
'archive_project' => 'Archive Project',
'list_projects' => 'List Projects',
'updated_project' => 'Successfully updated project',
'created_project' => 'Successfully created project',
'archived_project' => 'Successfully archived project',
'archived_projects' => 'Successfully archived :count projects',
'restore_project' => 'Restore Project',
'restored_project' => 'Successfully restored project',
'delete_project' => 'Delete Project',
'deleted_project' => 'Successfully deleted project',
'deleted_projects' => 'Successfully deleted :count projects',
'delete_expense_category' => 'Delete category',
'deleted_expense_category' => 'Successfully deleted category',
'delete_product' => 'Delete Product',
'deleted_product' => 'Successfully deleted product',
'deleted_products' => 'Successfully deleted :count products',
'restored_product' => 'Successfully restored product',
'update_credit' => 'Atnaujinti Kreditą',
'updated_credit' => 'Sėkmingai atnaujintas kreditas',
'edit_credit' => 'Redaguoti Kreditą',
'realtime_preview' => 'Realtime Preview',
'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.<br/>Disable this to improve performance when editing invoices.',
'live_preview_help' => 'Display a live PDF preview on the invoice page.',
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
'force_pdfjs' => 'Prevent Download',
'redirect_url' => 'Redirect URL',
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
'save_draft' => 'Save Draft',
'refunded_credit_payment' => 'Grąžintas kredito mokėjimas',
'keyboard_shortcuts' => 'Keyboard Shortcuts',
'toggle_menu' => 'Toggle Menu',
'new_...' => 'New ...',
'list_...' => 'List ...',
'created_at' => 'Date Created',
'contact_us' => 'Contact Us',
'user_guide' => 'User Guide',
'promo_message' => 'Upgrade before :expires and get :amount OFF your first year of our Pro or Enterprise packages.',
'discount_message' => ':amount off expires :expires',
'mark_paid' => 'Mark Paid',
'marked_sent_invoice' => 'Successfully marked invoice sent',
'marked_sent_invoices' => 'Successfully marked invoices sent',
'invoice_name' => 'Invoice',
'product_will_create' => 'product will be created',
'contact_us_response' => 'Thank you for your message! We\'ll try to respond as soon as possible.',
'last_7_days' => 'Last 7 Days',
'last_30_days' => 'Last 30 Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'current_quarter' => 'Current Quarter',
'last_quarter' => 'Last Quarter',
'last_year' => 'Last Year',
'custom_range' => 'Custom Range',
'url' => 'URL',
'debug' => 'Debug',
'https' => 'HTTPS',
'require' => 'Require',
'license_expiring' => 'Note: Your license will expire in :count days, :link to renew it.',
'security_confirmation' => 'Your email address has been confirmed.',
'white_label_expired' => 'Your white label license has expired, please consider renewing it to help support our project.',
'renew_license' => 'Renew License',
'iphone_app_message' => 'Consider downloading our :link',
'iphone_app' => 'iPhone app',
'android_app' => 'Android app',
'logged_in' => 'Logged In',
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
'inclusive' => 'Inclusive',
'exclusive' => 'Exclusive',
'postal_city_state' => 'Postal/City/State',
'phantomjs_help' => 'In certain cases the app uses :link_phantom to generate the PDF, install :link_docs to generate it locally.',
'phantomjs_local' => 'Using local PhantomJS',
'client_number' => 'Client Number',
'client_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the client number.',
'next_client_number' => 'The next client number is :number.',
'generated_numbers' => 'Generated Numbers',
'notes_reminder1' => 'First Reminder',
'notes_reminder2' => 'Second Reminder',
'notes_reminder3' => 'Third Reminder',
'notes_reminder4' => 'Reminder',
'bcc_email' => 'BCC Email',
'tax_quote' => 'Tax Quote',
'tax_invoice' => 'Tax Invoice',
'emailed_invoices' => 'Successfully emailed invoices',
'emailed_quotes' => 'Successfully emailed quotes',
'website_url' => 'Website URL',
'domain' => 'Domain',
'domain_help' => 'Used in the client portal and when sending emails.',
'domain_help_website' => 'Used when sending emails.',
'import_invoices' => 'Import Invoices',
'new_report' => 'Nauja ataskaita',
'edit_report' => 'Keisti ataskaitą',
'columns' => 'Columns',
'filters' => 'Filters',
'sort_by' => 'Sort By',
'draft' => 'Draft',
'unpaid' => 'Unpaid',
'aging' => 'Aging',
'age' => 'Age',
'days' => 'Days',
'age_group_0' => '0 - 30 Days',
'age_group_30' => '30 - 60 Days',
'age_group_60' => '60 - 90 Days',
'age_group_90' => '90 - 120 Days',
'age_group_120' => '120+ Days',
'invoice_details' => 'Invoice Details',
'qty' => 'Quantity',
'profit_and_loss' => 'Profit and Loss',
'revenue' => 'Revenue',
'profit' => 'Profit',
'group_when_sorted' => 'Group Sort',
'group_dates_by' => 'Group Dates By',
'year' => 'Year',
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
'invoice_not_emailed' => 'This invoice hasn\'t been emailed.',
'quote_not_emailed' => 'This quote hasn\'t been emailed.',
'sent_by' => 'Sent by :user',
'recipients' => 'Recipients',
'save_as_default' => 'Save as default',
'start_of_week_help' => 'Used by <b>date</b> selectors',
'financial_year_start_help' => 'Used by <b>date range</b> selectors',
'reports_help' => 'Shift + Click to sort by multiple columns, Ctrl + Click to clear the grouping.',
'this_year' => 'This Year',
// Updated login screen
'ninja_tagline' => 'Create. Send. Get Paid.',
'login_or_existing' => 'Arba prisijunkite prie prijungtos paskyros.',
'sign_up_now' => 'Sign Up Now',
'not_a_member_yet' => 'Not a member yet?',
'login_create_an_account' => 'Create an Account!',
// New Client Portal styling
'invoice_from' => 'Invoices From:',
'email_alias_message' => 'We require each company to have a unique email address.<br/>Consider using an alias. ie, email+label@example.com',
'full_name' => 'Full Name',
'month_year' => 'MONTH/YEAR',
'valid_thru' => 'Valid\nthru',
'product_fields' => 'Product Fields',
'custom_product_fields_help' => 'Add a field when creating a product or invoice and display the label and value on the PDF.',
'freq_two_months' => 'Two months',
'freq_yearly' => 'Annually',
'profile' => 'Profile',
'payment_type_help' => 'Sets the default <b>manual payment type</b>.',
'industry_Construction' => 'Statybos',
'your_statement' => 'Your Statement',
'statement_issued_to' => 'Statement issued to',
'statement_to' => 'Statement to',
'customize_options' => 'Customize options',
'created_payment_term' => 'Successfully created payment term',
'updated_payment_term' => 'Successfully updated payment term',
'archived_payment_term' => 'Successfully archived payment term',
'resend_invite' => 'Resend Invitation',
'credit_created_by' => 'Credit created by payment :transaction_reference',
'created_payment_and_credit' => 'Successfully created payment and credit',
'created_payment_and_credit_emailed_client' => 'Successfully created payment and credit, and emailed client',
'create_project' => 'Create project',
'create_vendor' => 'Create vendor',
'create_expense_category' => 'Create category',
'pro_plan_reports' => ':link to enable reports by joining the Pro Plan',
'mark_ready' => 'Mark Ready',
'limits' => 'Limits',
'fees' => 'Fees',
'fee' => 'Fee',
'set_limits_fees' => 'Set :gateway_type Limits/Fees',
'fees_tax_help' => 'Enable line item taxes to set the fee tax rates.',
'fees_sample' => 'The fee for a :amount invoice would be :total.',
'discount_sample' => 'The discount for a :amount invoice would be :total.',
'no_fees' => 'No Fees',
'gateway_fees_disclaimer' => 'Warning: not all states/payment gateways allow adding fees, please review local laws/terms of service.',
'percent' => 'Percent',
'location' => 'Location',
'line_item' => 'Line Item',
'surcharge' => 'Surcharge',
'location_first_surcharge' => 'Enabled - First surcharge',
'location_second_surcharge' => 'Enabled - Second surcharge',
'location_line_item' => 'Enabled - Line item',
'online_payment_surcharge' => 'Online Payment Surcharge',
'gateway_fees' => 'Gateway Fees',
'fees_disabled' => 'Fees are disabled',
'gateway_fees_help' => 'Automatically add an online payment surcharge/discount.',
'gateway' => 'Gateway',
'gateway_fee_change_warning' => 'If there are unpaid invoices with fees they need to be updated manually.',
'fees_surcharge_help' => 'Customize surcharge :link.',
'label_and_taxes' => 'label and taxes',
'billable' => 'Billable',
'logo_warning_too_large' => 'The image file is too large.',
'logo_warning_fileinfo' => 'Warning: To support gifs the fileinfo PHP extension needs to be enabled.',
'logo_warning_invalid' => 'There was a problem reading the image file, please try a different format.',
'error_refresh_page' => 'An error occurred, please refresh the page and try again.',
'data' => 'Data',
'imported_settings' => 'Successfully imported settings',
'reset_counter' => 'Reset Counter',
'next_reset' => 'Next Reset',
'reset_counter_help' => 'Automatically reset the invoice and quote counters.',
'auto_bill_failed' => 'Auto-billing for invoice :invoice_number failed',
'online_payment_discount' => 'Online Mokėjimo Nuolaida',
'created_new_company' => 'Successfully created new company',
'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.',
'logout_and_delete' => 'Log Out/Delete Account',
'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.<br/>Only exclusive tax rates can be used as a default.',
'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.',
'credit_note' => 'Credit Note',
'credit_issued_to' => 'Kreditas išduotas',
'credit_to' => 'Credit to',
'your_credit' => 'Jūsų Kreditas',
'credit_number' => 'Kredito Numeris',
'create_credit_note' => 'Create Credit Note',
'menu' => 'Menu',
'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.',
'purge_data' => 'Purge Data',
'delete_data' => 'Delete Data',
'purge_data_help' => 'Permanently delete all data but keep the account and settings.',
'cancel_account_help' => 'Permanently delete the account along with all data and setting.',
'purge_successful' => 'Successfully purged company data',
'forbidden' => 'Forbidden',
'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.',
'contact_phone' => 'Contact Phone',
'contact_email' => 'Contact Email',
'reply_to_email' => 'Reply-To Email',
'reply_to_email_help' => 'Specify the reply-to address for client emails.',
'bcc_email_help' => 'Privately include this address with client emails.',
'import_complete' => 'Your import has successfully completed.',
'confirm_account_to_import' => 'Please confirm your account to import data.',
'import_started' => 'Your import has started, we\'ll send you an email once it completes.',
'listening' => 'Listening...',
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
'voice_commands' => 'Voice Commands',
'sample_commands' => 'Sample commands',
'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
'notes_auto_billed' => 'Auto-billed',
'surcharge_label' => 'Surcharge Label',
'contact_fields' => 'Contact Fields',
'custom_contact_fields_help' => 'Add a field when creating a contact and optionally display the label and value on the PDF.',
'datatable_info' => 'Showing :start to :end of :total entries',
'credit_total' => 'Credit Total',
'mark_billable' => 'Mark billable',
'billed' => 'Billed',
'company_variables' => 'Company Variables',
'client_variables' => 'Client Variables',
'invoice_variables' => 'Invoice Variables',
'navigation_variables' => 'Navigation Variables',
'custom_variables' => 'Custom Variables',
'invalid_file' => 'Invalid file type',
'add_documents_to_invoice' => 'Add documents to invoice',
'mark_expense_paid' => 'Mark paid',
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Produkto užrašai',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_set_to_default' => 'Error: APP_KEY is set to a default value, to update it backup your database and then run <code>php artisan ninja:update-key</code>',
'charge_late_fee' => 'Charge Late Fee',
'late_fee_amount' => 'Late Fee Amount',
'late_fee_percent' => 'Late Fee Percent',
'late_fee_added' => 'Late fee added on :date',
'download_invoice' => 'Download Invoice',
'download_quote' => 'Download Quote',
'invoices_are_attached' => 'Your invoice PDFs are attached.',
'downloaded_invoice' => 'An email will be sent with the invoice PDF',
'downloaded_quote' => 'An email will be sent with the quote PDF',
'downloaded_invoices' => 'An email will be sent with the invoice PDFs',
'downloaded_quotes' => 'An email will be sent with the quote PDFs',
'clone_expense' => 'Clone Expense',
'default_documents' => 'Default Documents',
'send_email_to_client' => 'Send email to the client',
'refund_subject' => 'Grąžinimas apdorotas',
'refund_body' => 'You have been processed a refund of :amount for invoice :invoice_number.',
'currency_us_dollar' => 'US Dollar',
'currency_british_pound' => 'British Pound',
'currency_euro' => 'Euro',
'currency_south_african_rand' => 'South African Rand',
'currency_danish_krone' => 'Danish Krone',
'currency_israeli_shekel' => 'Israeli Shekel',
'currency_swedish_krona' => 'Swedish Krona',
'currency_kenyan_shilling' => 'Kenyan Shilling',
'currency_canadian_dollar' => 'Canadian Dollar',
'currency_philippine_peso' => 'Philippine Peso',
'currency_indian_rupee' => 'Indian Rupee',
'currency_australian_dollar' => 'Australian Dollar',
'currency_singapore_dollar' => 'Singapore Dollar',
'currency_norske_kroner' => 'Norske Kroner',
'currency_new_zealand_dollar' => 'New Zealand Dollar',
'currency_vietnamese_dong' => 'Vietnamese Dong',
'currency_swiss_franc' => 'Swiss Franc',
'currency_guatemalan_quetzal' => 'Guatemalan Quetzal',
'currency_malaysian_ringgit' => 'Malaysian Ringgit',
'currency_brazilian_real' => 'Brazilian Real',
'currency_thai_baht' => 'Thai Baht',
'currency_nigerian_naira' => 'Nigerian Naira',
'currency_argentine_peso' => 'Argentine Peso',
'currency_bangladeshi_taka' => 'Bangladeshi Taka',
'currency_united_arab_emirates_dirham' => 'United Arab Emirates Dirham',
'currency_hong_kong_dollar' => 'Hong Kong Dollar',
'currency_indonesian_rupiah' => 'Indonesian Rupiah',
'currency_mexican_peso' => 'Mexican Peso',
'currency_egyptian_pound' => 'Egyptian Pound',
'currency_colombian_peso' => 'Colombian Peso',
'currency_west_african_franc' => 'West African Franc',
'currency_chinese_renminbi' => 'Chinese Renminbi',
'currency_rwandan_franc' => 'Rwandan Franc',
'currency_tanzanian_shilling' => 'Tanzanian Shilling',
'currency_netherlands_antillean_guilder' => 'Netherlands Antillean Guilder',
'currency_trinidad_and_tobago_dollar' => 'Trinidad and Tobago Dollar',
'currency_east_caribbean_dollar' => 'East Caribbean Dollar',
'currency_ghanaian_cedi' => 'Ghanaian Cedi',
'currency_bulgarian_lev' => 'Bulgarian Lev',
'currency_aruban_florin' => 'Aruban Florin',
'currency_turkish_lira' => 'Turkish Lira',
'currency_romanian_new_leu' => 'Romanian New Leu',
'currency_croatian_kuna' => 'Croatian Kuna',
'currency_saudi_riyal' => 'Saudi Riyal',
'currency_japanese_yen' => 'Japanese Yen',
'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa',
'currency_costa_rican_colon' => 'Costa Rican Colón',
'currency_pakistani_rupee' => 'Pakistani Rupee',
'currency_polish_zloty' => 'Polish Zloty',
'currency_sri_lankan_rupee' => 'Sri Lankan Rupee',
'currency_czech_koruna' => 'Czech Koruna',
'currency_uruguayan_peso' => 'Uruguayan Peso',
'currency_namibian_dollar' => 'Namibian Dollar',
'currency_tunisian_dinar' => 'Tunisian Dinar',
'currency_russian_ruble' => 'Russian Ruble',
'currency_mozambican_metical' => 'Mozambican Metical',
'currency_omani_rial' => 'Omani Rial',
'currency_ukrainian_hryvnia' => 'Ukrainian Hryvnia',
'currency_macanese_pataca' => 'Macanese Pataca',
'currency_taiwan_new_dollar' => 'Taiwan New Dollar',
'currency_dominican_peso' => 'Dominican Peso',
'currency_chilean_peso' => 'Chilean Peso',
'currency_icelandic_krona' => 'Icelandic Króna',
'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina',
'currency_jordanian_dinar' => 'Jordanian Dinar',
'currency_myanmar_kyat' => 'Myanmar Kyat',
'currency_peruvian_sol' => 'Peruvian Sol',
'currency_botswana_pula' => 'Botswana Pula',
'currency_hungarian_forint' => 'Hungarian Forint',
'currency_ugandan_shilling' => 'Ugandan Shilling',
'currency_barbadian_dollar' => 'Barbadian Dollar',
'currency_brunei_dollar' => 'Brunei Dollar',
'currency_georgian_lari' => 'Georgian Lari',
'currency_qatari_riyal' => 'Qatari Riyal',
'currency_honduran_lempira' => 'Honduran Lempira',
'currency_surinamese_dollar' => 'Surinamese Dollar',
'currency_bahraini_dinar' => 'Bahraini Dinar',
'currency_venezuelan_bolivars' => 'Venezuelan Bolivars',
'currency_south_korean_won' => 'South Korean Won',
'currency_moroccan_dirham' => 'Moroccan Dirham',
'currency_jamaican_dollar' => 'Jamaican Dollar',
'currency_angolan_kwanza' => 'Angolan Kwanza',
'currency_haitian_gourde' => 'Haitian Gourde',
'currency_zambian_kwacha' => 'Zambian Kwacha',
'currency_nepalese_rupee' => 'Nepalese Rupee',
'currency_cfp_franc' => 'CFP Franc',
'currency_mauritian_rupee' => 'Mauritian Rupee',
'currency_cape_verdean_escudo' => 'Cape Verdean Escudo',
'currency_kuwaiti_dinar' => 'Kuwaiti Dinar',
'currency_algerian_dinar' => 'Algerian Dinar',
'currency_macedonian_denar' => 'Macedonian Denar',
'currency_fijian_dollar' => 'Fijian Dollar',
'currency_bolivian_boliviano' => 'Bolivian Boliviano',
'currency_albanian_lek' => 'Albanian Lek',
'currency_serbian_dinar' => 'Serbian Dinar',
'currency_lebanese_pound' => 'Lebanese Pound',
'currency_armenian_dram' => 'Armenian Dram',
'currency_azerbaijan_manat' => 'Azerbaijan Manat',
'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnia and Herzegovina Convertible Mark',
'currency_belarusian_ruble' => 'Belarusian Ruble',
'currency_moldovan_leu' => 'Moldovan Leu',
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing a review',
'use_english_version' => 'Make sure to use the English version of the files.<br/>We use the column headers to match the fields.',
'tax1' => 'First Tax',
'tax2' => 'Second Tax',
'fee_help' => 'Gateway fees are the costs charged for access to the financial networks that handle the processing of online payments.',
'format_export' => 'Exporting format',
'custom1' => 'First Custom',
'custom2' => 'Second Custom',
'contact_first_name' => 'Contact First Name',
'contact_last_name' => 'Contact Last Name',
'contact_custom1' => 'Contact First Custom',
'contact_custom2' => 'Contact Second Custom',
'currency' => 'Currency',
'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.',
'comments' => 'comments',
'item_product' => 'Item Product',
'item_notes' => 'Prekės/Paslaugos užrašai',
'item_cost' => 'Item Cost',
'item_quantity' => 'Item Quantity',
'item_tax_rate' => 'Item Tax Rate',
'item_tax_name' => 'Item Tax Name',
'item_tax1' => 'Item Tax1',
'item_tax2' => 'Item Tax2',
'delete_company' => 'Delete Company',
'delete_company_help' => 'Permanently delete the company along with all data and setting.',
'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.',
'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.',
'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.',
'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log',
'include_errors' => 'Include Errors',
'include_errors_help' => 'Include :link from storage/logs/laravel-error.log',
'recent_errors' => 'recent errors',
'customer' => 'Customer',
'customers' => 'Customers',
'created_customer' => 'Successfully created customer',
'created_customers' => 'Successfully created :count customers',
'purge_details' => 'The data in your company (:account) has been successfully purged.',
'deleted_company' => 'Successfully deleted company',
'deleted_account' => 'Successfully canceled account',
'deleted_company_details' => 'Your company (:account) has been successfully deleted.',
'deleted_account_details' => 'Your account (:account) has been successfully deleted.',
'alipay' => 'Alipay',
'sofort' => 'Sofort',
'sepa' => 'SEPA Direct Debit',
'enable_alipay' => 'Accept Alipay',
'enable_sofort' => 'Accept EU bank transfers',
'stripe_alipay_help' => 'These gateways also need to be activated in :link.',
'calendar' => 'Calendar',
'pro_plan_calendar' => ':link to enable the calendar by joining the Pro Plan',
'what_are_you_working_on' => 'What are you working on?',
'time_tracker' => 'Time Tracker',
'refresh' => 'Refresh',
'filter_sort' => 'Filter/Sort',
'no_description' => 'No Description',
'time_tracker_login' => 'Time Tracker Login',
'save_or_discard' => 'Save or discard your changes',
'discard_changes' => 'Discard Changes',
'tasks_not_enabled' => 'Tasks are not enabled.',
'started_task' => 'Successfully started task',
'create_client' => 'Create Client',
'download_desktop_app' => 'Download the desktop app',
'download_iphone_app' => 'Download the iPhone app',
'download_android_app' => 'Download the Android app',
'time_tracker_mobile_help' => 'Double tap a task to select it',
'stopped' => 'Stopped',
'ascending' => 'Ascending',
'descending' => 'Descending',
'sort_field' => 'Sort By',
'sort_direction' => 'Direction',
'discard' => 'Discard',
'time_am' => 'AM',
'time_pm' => 'PM',
'time_mins' => 'mins',
'time_hr' => 'hr',
'time_hrs' => 'hrs',
'clear' => 'Clear',
'warn_payment_gateway' => 'Note: accepting online payments requires a payment gateway, :link to add one.',
'task_rate' => 'Task Rate',
'task_rate_help' => 'Set the default rate for invoiced tasks.',
'past_due' => 'Past Due',
'document' => 'Document',
'invoice_or_expense' => 'Invoice/Expense',
'invoice_pdfs' => 'Invoice PDFs',
'enable_sepa' => 'Accept SEPA',
'enable_bitcoin' => 'Accept Bitcoin',
'iban' => 'IBAN',
'sepa_authorization' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
'recover_license' => 'Recover License',
'purchase' => 'Purchase',
'recover' => 'Recover',
'apply' => 'Apply',
'recover_white_label_header' => 'Recover White Label License',
'apply_white_label_header' => 'Apply White Label License',
'videos' => 'Videos',
'video' => 'Video',
'return_to_invoice' => 'Return to Invoice',
'gateway_help_13' => 'To use ITN leave the PDT Key field blank.',
'partial_due_date' => 'Dalimis Iki Datos',
'task_fields' => 'Task Fields',
'product_fields_help' => 'Drag and drop fields to change their order',
'custom_value1' => 'Custom Value',
'custom_value2' => 'Custom Value',
'enable_two_factor' => 'Dviejų-Lygių Autentifikacija',
'enable_two_factor_help' => 'Use your phone to confirm your identity when logging in',
'two_factor_setup' => 'Dviejų-Lygių Nustatymai',
'two_factor_setup_help' => 'Scan the bar code with a :link compatible app.',
'one_time_password' => 'Vienkartinis Slaptažodis',
'set_phone_for_two_factor' => 'Set your mobile phone number as a backup to enable.',
'enabled_two_factor' => 'Sėkmingai įjungta Dviejų-Lygių Autentifikacija',
'add_product' => 'Add Product',
'email_will_be_sent_on' => 'Note: the email will be sent on :date.',
'invoice_product' => 'Invoice Product',
'self_host_login' => 'Self-Host Login',
'set_self_hoat_url' => 'Self-Host URL',
'local_storage_required' => 'Error: local storage is not available.',
'your_password_reset_link' => 'Your Password Reset Link',
'subdomain_taken' => 'The subdomain is already in use',
'client_login' => 'Client Login',
'converted_amount' => 'Converted Amount',
'default' => 'Default',
'shipping_address' => 'Shipping Address',
'bllling_address' => 'Billing Address',
'billing_address1' => 'Billing Street',
'billing_address2' => 'Billing Apt/Suite',
'billing_city' => 'Billing City',
'billing_state' => 'Billing State/Province',
'billing_postal_code' => 'Billing Postal Code',
'billing_country' => 'Billing Country',
'shipping_address1' => 'Shipping Street',
'shipping_address2' => 'Shipping Apt/Suite',
'shipping_city' => 'Shipping City',
'shipping_state' => 'Shipping State/Province',
'shipping_postal_code' => 'Shipping Postal Code',
'shipping_country' => 'Shipping Country',
'classify' => 'Classify',
'show_shipping_address_help' => 'Require client to provide their shipping address',
'ship_to_billing_address' => 'Ship to billing address',
'delivery_note' => 'Delivery Note',
'show_tasks_in_portal' => 'Show tasks in the client portal',
'cancel_schedule' => 'Cancel Schedule',
'scheduled_report' => 'Scheduled Report',
'scheduled_report_help' => 'Email the :report report as :format to :email',
'created_scheduled_report' => 'Successfully scheduled report',
'deleted_scheduled_report' => 'Successfully canceled scheduled report',
'scheduled_report_attached' => 'Your scheduled :type report is attached.',
'scheduled_report_error' => 'Failed to create schedule report',
'invalid_one_time_password' => 'Invalid one time password',
'apple_pay' => 'Apple/Google Pay',
'enable_apple_pay' => 'Accept Apple Pay and Pay with Google',
'requires_subdomain' => 'This payment type requires that a :link.',
'subdomain_is_set' => 'subdomain is set',
'verification_file' => 'Verification File',
'verification_file_missing' => 'The verification file is needed to accept payments.',
'apple_pay_domain' => 'Use <code>:domain</code> as the domain in :link.',
'apple_pay_not_supported' => 'Sorry, Apple/Google Pay isn\'t supported by your browser',
'optional_payment_methods' => 'Optional Payment Methods',
'add_subscription' => 'Add Subscription',
'target_url' => 'Target',
'target_url_help' => 'When the selected event occurs the app will post the entity to the target URL.',
'event' => 'Event',
'subscription_event_1' => 'Created Client',
'subscription_event_2' => 'Created Invoice',
'subscription_event_3' => 'Created Quote',
'subscription_event_4' => 'Created Payment',
'subscription_event_5' => 'Created Vendor',
'subscription_event_6' => 'Updated Quote',
'subscription_event_7' => 'Deleted Quote',
'subscription_event_8' => 'Updated Invoice',
'subscription_event_9' => 'Deleted Invoice',
'subscription_event_10' => 'Updated Client',
'subscription_event_11' => 'Deleted Client',
'subscription_event_12' => 'Deleted Payment',
'subscription_event_13' => 'Updated Vendor',
'subscription_event_14' => 'Deleted Vendor',
'subscription_event_15' => 'Created Expense',
'subscription_event_16' => 'Updated Expense',
'subscription_event_17' => 'Deleted Expense',
'subscription_event_18' => 'Created Task',
'subscription_event_19' => 'Updated Task',
'subscription_event_20' => 'Deleted Task',
'subscription_event_21' => 'Approved Quote',
'subscriptions' => 'Subscriptions',
'updated_subscription' => 'Successfully updated subscription',
'created_subscription' => 'Successfully created subscription',
'edit_subscription' => 'Edit Subscription',
'archive_subscription' => 'Archive Subscription',
'archived_subscription' => 'Successfully archived subscription',
'project_error_multiple_clients' => 'The projects can\'t belong to different clients',
'invoice_project' => 'Invoice Project',
'module_recurring_invoice' => 'Recurring Invoices',
'module_credit' => 'Credits',
'module_quote' => 'Sąmatos ir pasiūlymai',
'module_task' => 'Tasks & Projects',
'module_expense' => 'Expenses & Vendors',
'module_ticket' => 'Tickets',
'reminders' => 'Reminders',
'send_client_reminders' => 'Send email reminders',
'can_view_tasks' => 'Tasks are visible in the portal',
'is_not_sent_reminders' => 'Reminders are not sent',
'promotion_footer' => 'Your promotion will expire soon, :link to upgrade now.',
'unable_to_delete_primary' => 'Note: to delete this company first delete all linked companies.',
'please_register' => 'Please register your account',
'processing_request' => 'Processing request',
'mcrypt_warning' => 'Warning: Mcrypt is deprecated, run :command to update your cipher.',
'edit_times' => 'Edit Times',
'inclusive_taxes_help' => 'Include <b>taxes in the cost</b>',
'inclusive_taxes_notice' => 'This setting can not be changed once an invoice has been created.',
'inclusive_taxes_warning' => 'Warning: existing invoices will need to be resaved',
'copy_shipping' => 'Copy Shipping',
'copy_billing' => 'Copy Billing',
'quote_has_expired' => 'The quote has expired, please contact the merchant.',
'empty_table_footer' => 'Showing 0 to 0 of 0 entries',
'do_not_trust' => 'Do not remember this device',
'trust_for_30_days' => 'Trust for 30 days',
'trust_forever' => 'Trust forever',
'kanban' => 'Kanban',
'backlog' => 'Backlog',
'ready_to_do' => 'Ready to do',
'in_progress' => 'In progress',
'add_status' => 'Add status',
'archive_status' => 'Archive Status',
'new_status' => 'New Status',
'convert_products' => 'Convert Products',
'convert_products_help' => 'Automatically convert product prices to the client\'s currency',
'improve_client_portal_link' => 'Set a subdomain to shorten the client portal link.',
'budgeted_hours' => 'Budgeted Hours',
'progress' => 'Progress',
'view_project' => 'View Project',
'summary' => 'Summary',
'endless_reminder' => 'Endless Reminder',
'signature_on_invoice_help' => 'Add the following code to show your client\'s signature on the PDF.',
'signature_on_pdf' => 'Show on PDF',
'signature_on_pdf_help' => 'Show the client signature on the invoice/quote PDF.',
'expired_white_label' => 'The white label license has expired',
'return_to_login' => 'Return to Login',
'convert_products_tip' => 'Note: add a :link named ":name" to see the exchange rate.',
'amount_greater_than_balance' => 'The amount is greater than the invoice balance, a credit will be created with the remaining amount.',
'custom_fields_tip' => 'Use <code>Label|Option1,Option2</code> to show a select box.',
'client_information' => 'Client Information',
'updated_client_details' => 'Successfully updated client details',
'auto' => 'Auto',
'tax_amount' => 'Tax Amount',
'tax_paid' => 'Tax Paid',
'none' => 'None',
'proposal_message_button' => 'To view your proposal for :amount, click the button below.',
'proposal' => 'Proposal',
'proposals' => 'Pasiūlymai',
'list_proposals' => 'Išvesti Pasiūlymus',
'new_proposal' => 'New Proposal',
'edit_proposal' => 'Edit Proposal',
'archive_proposal' => 'Archive Proposal',
'delete_proposal' => 'Delete Proposal',
'created_proposal' => 'Successfully created proposal',
'updated_proposal' => 'Successfully updated proposal',
'archived_proposal' => 'Successfully archived proposal',
'deleted_proposal' => 'Successfully archived proposal',
'archived_proposals' => 'Sėkmingai archyvuoti :count pasiūlymai',
'deleted_proposals' => 'Sėkmingai archyvuoti :count pasiūlymai',
'restored_proposal' => 'Successfully restored proposal',
'restore_proposal' => 'Restore Proposal',
'snippet' => 'Snippet',
'snippets' => 'Snippets',
'proposal_snippet' => 'Snippet',
'proposal_snippets' => 'Snippets',
'new_proposal_snippet' => 'New Snippet',
'edit_proposal_snippet' => 'Edit Snippet',
'archive_proposal_snippet' => 'Archive Snippet',
'delete_proposal_snippet' => 'Delete Snippet',
'created_proposal_snippet' => 'Successfully created snippet',
'updated_proposal_snippet' => 'Successfully updated snippet',
'archived_proposal_snippet' => 'Successfully archived snippet',
'deleted_proposal_snippet' => 'Successfully archived snippet',
'archived_proposal_snippets' => 'Successfully archived :count snippets',
'deleted_proposal_snippets' => 'Successfully archived :count snippets',
'restored_proposal_snippet' => 'Successfully restored snippet',
'restore_proposal_snippet' => 'Restore Snippet',
'template' => 'Šablonas',
'templates' => 'Šablonai',
'proposal_template' => 'Šablonas',
'proposal_templates' => 'Šablonai',
'new_proposal_template' => 'Naujas Šablonas',
'edit_proposal_template' => 'Redaguoti Šabloną',
'archive_proposal_template' => 'Archyvuoti Šabloną',
'delete_proposal_template' => 'Trinti Šabloną',
'created_proposal_template' => 'Sėkmingai sukurtas šablonas',
'updated_proposal_template' => 'Sėkmingai atnaujintas šablonas',
'archived_proposal_template' => 'Sėkmingai archyvuoti šabloną',
'deleted_proposal_template' => 'Sėkmingai archyvuotas šablonas',
'archived_proposal_templates' => 'Sėkmingai archyvuoti :count šablonai',
'deleted_proposal_templates' => 'Sėkmingai archyvuoti :count šablonai',
'restored_proposal_template' => 'Sėkmingai atkurtas šablonas',
'restore_proposal_template' => 'Atstatyti Šabloną',
'proposal_category' => 'Category',
'proposal_categories' => 'Categories',
'new_proposal_category' => 'New Category',
'edit_proposal_category' => 'Edit Category',
'archive_proposal_category' => 'Archive Category',
'delete_proposal_category' => 'Delete Category',
'created_proposal_category' => 'Successfully created category',
'updated_proposal_category' => 'Successfully updated category',
'archived_proposal_category' => 'Successfully archived category',
'deleted_proposal_category' => 'Successfully archived category',
'archived_proposal_categories' => 'Successfully archived :count categories',
'deleted_proposal_categories' => 'Successfully archived :count categories',
'restored_proposal_category' => 'Successfully restored category',
'restore_proposal_category' => 'Restore Category',
'delete_status' => 'Delete Status',
'standard' => 'Standard',
'icon' => 'Icon',
'proposal_not_found' => 'The requested proposal is not available',
'create_proposal_category' => 'Create category',
'clone_proposal_template' => 'Klonuoti Šabloną',
'proposal_email' => 'Proposal Email',
'proposal_subject' => 'New proposal :number from :account',
'proposal_message' => 'To view your proposal for :amount, click the link below.',
'emailed_proposal' => 'Successfully emailed proposal',
'load_template' => 'Užkrauti Šabloną',
'no_assets' => 'No images, drag to upload',
'add_image' => 'Add Image',
'select_image' => 'Select Image',
'upgrade_to_upload_images' => 'Upgrade to the enterprise plan to upload images',
'delete_image' => 'Delete Image',
'delete_image_help' => 'Perspėjimas: ištrynus nuotrauką ji bus pašalinta iš visų pasiūlymų',
'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',
'taxes_are_included_help' => 'Note: Inclusive taxes have been enabled.',
'taxes_are_not_included_help' => 'Note: Inclusive taxes are not enabled.',
'change_requires_purge' => 'Changing this setting requires :link the account data.',
'purging' => 'purging',
'warning_local_refund' => 'The refund will be recorded in the app but will NOT be processed by the payment gateway.',
'email_address_changed' => 'Email address has been changed',
'email_address_changed_message' => 'The email address for your account has been changed from :old_email to :new_email.',
'test' => 'Test',
'beta' => 'Beta',
'gmp_required' => 'Exporting to ZIP requires the GMP extension',
'email_history' => 'Email History',
'loading' => 'Loading',
'no_messages_found' => 'No messages found',
'processing' => 'Processing',
'reactivate' => 'Reactivate',
'reactivated_email' => 'The email address has been reactivated',
'emails' => 'Emails',
'opened' => 'Opened',
'bounced' => 'Bounced',
'total_sent' => 'Total Sent',
'total_opened' => 'Total Opened',
'total_bounced' => 'Total Bounced',
'total_spam' => 'Total Spam',
'platforms' => 'Platforms',
'email_clients' => 'Email Clients',
'mobile' => 'Mobile',
'desktop' => 'Desktop',
'webmail' => 'Webmail',
'group' => 'Group',
'subgroup' => 'Subgroup',
'unset' => 'Unset',
'received_new_payment' => 'You\'ve received a new payment!',
'slack_webhook_help' => 'Receive payment notifications using :link.',
'slack_incoming_webhooks' => 'Slack incoming webhooks',
'accept' => 'Accept',
'accepted_terms' => 'Successfully accepted the latest terms of service',
'invalid_url' => 'Invalid URL',
'workflow_settings' => 'Workflow Settings',
'auto_email_invoice' => 'Auto Email',
'auto_email_invoice_help' => 'Automatically email recurring invoices when they are created.',
'auto_archive_invoice' => 'Auto Archive',
'auto_archive_invoice_help' => 'Automatically archive invoices when they are paid.',
'auto_archive_quote' => 'Auto Archive',
'auto_archive_quote_help' => 'Automatically archive quotes when they are converted.',
'require_approve_quote' => 'Require approve quote',
'require_approve_quote_help' => 'Require clients to approve quotes.',
'allow_approve_expired_quote' => 'Allow approve expired quote',
'allow_approve_expired_quote_help' => 'Allow clients to approve expired quotes.',
'invoice_workflow' => 'Invoice Workflow',
'quote_workflow' => 'Quote Workflow',
'client_must_be_active' => 'Error: the client must be active',
'purge_client' => 'Purge Client',
'purged_client' => 'Successfully purged client',
'purge_client_warning' => 'All related records (invoices, tasks, expenses, documents, etc) will also be deleted.',
'clone_product' => 'Clone Product',
'item_details' => 'Item Details',
'send_item_details_help' => 'Send line item details to the payment gateway.',
'view_proposal' => 'View Proposal',
'view_in_portal' => 'View in Portal',
'cookie_message' => 'This website uses cookies to ensure you get the best experience on our website.',
'got_it' => 'Got it!',
'vendor_will_create' => 'vendor will be created',
'vendors_will_create' => 'vendors will be created',
'created_vendors' => 'Successfully created :count vendor(s)',
'import_vendors' => 'Import Vendors',
'company' => 'Company',
'client_field' => 'Client Field',
'contact_field' => 'Contact Field',
'product_field' => 'Product Field',
'task_field' => 'Task Field',
'project_field' => 'Project Field',
'expense_field' => 'Expense Field',
'vendor_field' => 'Vendor Field',
'company_field' => 'Company Field',
'invoice_field' => 'Invoice Field',
'invoice_surcharge' => 'Invoice Surcharge',
'custom_task_fields_help' => 'Add a field when creating a task.',
'custom_project_fields_help' => 'Add a field when creating a project.',
'custom_expense_fields_help' => 'Add a field when creating an expense.',
'custom_vendor_fields_help' => 'Add a field when creating a vendor.',
'messages' => 'Messages',
'unpaid_invoice' => 'Unpaid Invoice',
'paid_invoice' => 'Paid Invoice',
'unapproved_quote' => 'Nepatvirtinti pasiūlymai',
'unapproved_proposal' => 'Nepatvirtintas pasiūlymas',
'autofills_city_state' => 'Auto-fills city/state',
'no_match_found' => 'No match found',
'password_strength' => 'Slaptažodžio Stiprumas',
'strength_weak' => 'Weak',
'strength_good' => 'Good',
'strength_strong' => 'Strong',
'mark' => 'Mark',
'updated_task_status' => 'Successfully update task status',
'background_image' => 'Background Image',
'background_image_help' => 'Use the :link to manage your images, we recommend using a small file.',
'proposal_editor' => 'proposal editor',
'background' => 'Background',
'guide' => 'Guide',
'gateway_fee_item' => 'Gateway Fee Item',
'gateway_fee_description' => 'Gateway Fee Surcharge',
'gateway_fee_discount_description' => 'Gateway Fee Discount',
'show_payments' => 'Show Payments',
'show_aging' => 'Show Aging',
'reference' => 'Reference',
'amount_paid' => 'Amount Paid',
'send_notifications_for' => 'Send Notifications For',
'all_invoices' => 'All Invoices',
'my_invoices' => 'My Invoices',
'payment_reference' => 'Payment Reference',
'maximum' => 'Maximum',
'sort' => 'Sort',
'refresh_complete' => 'Refresh Complete',
'please_enter_your_email' => 'Please enter your email',
'please_enter_your_password' => 'Please enter your password',
'please_enter_your_url' => 'Please enter your URL',
'please_enter_a_product_key' => 'Please enter a product key',
'an_error_occurred' => 'An error occurred',
'overview' => 'ApžvalgaApžvalga',
'copied_to_clipboard' => 'Copied :value to the clipboard',
'error' => 'Error',
'could_not_launch' => 'Could not launch',
'additional' => 'Additional',
'ok' => 'Ok',
'email_is_invalid' => 'Email is invalid',
'items' => 'Prekės/Paslaugos',
'partial_deposit' => 'Dalinis/Avansas',
'add_item' => 'Add Item',
'total_amount' => 'Total Amount',
'pdf' => 'PDF',
'invoice_status_id' => 'Invoice Status',
'click_plus_to_add_item' => 'Click + to add an item',
'count_selected' => ':count selected',
'dismiss' => 'Dismiss',
'please_select_a_date' => 'Please select a date',
'please_select_a_client' => 'Please select a client',
'language' => 'Language',
'updated_at' => 'Updated',
'please_enter_an_invoice_number' => 'Please enter an invoice number',
'please_enter_a_quote_number' => 'Please enter a quote number',
'clients_invoices' => ':client\'s invoices',
'viewed' => 'Viewed',
'approved' => 'Approved',
'invoice_status_1' => 'Draft',
'invoice_status_2' => 'Sent',
'invoice_status_3' => 'Viewed',
'invoice_status_4' => 'Approved',
'invoice_status_5' => 'Dalinis',
'invoice_status_6' => 'Paid',
'marked_invoice_as_sent' => 'Successfully marked invoice as sent',
'please_enter_a_client_or_contact_name' => 'Please enter a client or contact name',
'restart_app_to_apply_change' => 'Restart the app to apply the change',
'refresh_data' => 'Refresh Data',
'blank_contact' => 'Blank Contact',
'no_records_found' => 'Nerasta įrašų',
'industry' => 'Industry',
'size' => 'Size',
'net' => 'Net',
'show_tasks' => 'Show tasks',
'email_reminders' => 'Email Reminders',
'reminder1' => 'First Reminder',
'reminder2' => 'Second Reminder',
'reminder3' => 'Third Reminder',
'send' => 'Send',
'auto_billing' => 'Auto billing',
'button' => 'Button',
'more' => 'More',
'edit_recurring_invoice' => 'Edit Recurring Invoice',
'edit_recurring_quote' => 'Edit Recurring Quote',
'quote_status' => 'Quote Status',
'please_select_an_invoice' => 'Please select an invoice',
'filtered_by' => 'Filtered by',
'payment_status' => 'Payment Status',
'payment_status_1' => 'Pending',
'payment_status_2' => 'Voided',
'payment_status_3' => 'Failed',
'payment_status_4' => 'Completed',
'payment_status_5' => 'Dalinis grąžinimas',
'payment_status_6' => 'Grąžinta',
'send_receipt_to_client' => 'Send receipt to the client',
'refunded' => 'Grąžinta',
'marked_quote_as_sent' => 'Successfully marked quote as sent',
'custom_module_settings' => 'Custom Module Settings',
'ticket' => 'Ticket',
'tickets' => 'Tickets',
'ticket_number' => 'Ticket #',
'new_ticket' => 'New Ticket',
'edit_ticket' => 'Edit Ticket',
'view_ticket' => 'View Ticket',
'archive_ticket' => 'Archive Ticket',
'restore_ticket' => 'Restore Ticket',
'delete_ticket' => 'Delete Ticket',
'archived_ticket' => 'Successfully archived ticket',
'archived_tickets' => 'Successfully archived tickets',
'restored_ticket' => 'Successfully restored ticket',
'deleted_ticket' => 'Successfully deleted ticket',
'open' => 'Open',
'new' => 'New',
'closed' => 'Closed',
'reopened' => 'Reopened',
'priority' => 'Priority',
'last_updated' => 'Last Updated',
'comment' => 'Comments',
'tags' => 'Tags',
'linked_objects' => 'Linked Objects',
'low' => 'Low',
'medium' => 'Medium',
'high' => 'High',
'no_due_date' => 'No due date set',
'assigned_to' => 'Assigned to',
'reply' => 'Reply',
'awaiting_reply' => 'Awaiting reply',
'ticket_close' => 'Close Ticket',
'ticket_reopen' => 'Reopen Ticket',
'ticket_open' => 'Open Ticket',
'ticket_split' => 'Split Ticket',
'ticket_merge' => 'Merge Ticket',
'ticket_update' => 'Update Ticket',
'ticket_settings' => 'Ticket Settings',
'updated_ticket' => 'Ticket Updated',
'mark_spam' => 'Mark as Spam',
'local_part' => 'Local Part',
'local_part_unavailable' => 'Name taken',
'local_part_available' => 'Name available',
'local_part_invalid' => 'Invalid name (alpha numeric only, no spaces',
'local_part_help' => 'Customize the local part of your inbound support email, ie. YOUR_NAME@support.invoiceninja.com',
'from_name_help' => 'From name is the recognizable sender which is displayed instead of the email address, ie Support Center',
'local_part_placeholder' => 'YOUR_NAME',
'from_name_placeholder' => 'Support Center',
'attachments' => 'Attachments',
'client_upload' => 'Client uploads',
'enable_client_upload_help' => 'Allow clients to upload documents/attachments',
'max_file_size_help' => 'Maximum file size (KB) is limited by your post_max_size and upload_max_filesize variables as set in your PHP.INI',
'max_file_size' => 'Maximum file size',
'mime_types' => 'Mime types',
'mime_types_placeholder' => '.pdf , .docx, .jpg',
'mime_types_help' => 'Comma separated list of allowed mime types, leave blank for all',
'ticket_number_start_help' => 'Ticket number must be greater than the current ticket number',
'new_ticket_template_id' => 'New ticket',
'new_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a new ticket is created',
'update_ticket_template_id' => 'Updated ticket',
'update_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a ticket is updated',
'close_ticket_template_id' => 'Closed ticket',
'close_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a ticket is closed',
'default_priority' => 'Default priority',
'alert_new_comment_id' => 'New comment',
'alert_comment_ticket_help' => 'Selecting a template will send a notification (to agent) when a comment is made.',
'alert_comment_ticket_email_help' => 'Comma separated emails to bcc on new comment.',
'new_ticket_notification_list' => 'Additional new ticket notifications',
'update_ticket_notification_list' => 'Additional new comment notifications',
'comma_separated_values' => 'admin@example.com, supervisor@example.com',
'alert_ticket_assign_agent_id' => 'Ticket assignment',
'alert_ticket_assign_agent_id_hel' => 'Selecting a template will send a notification (to agent) when a ticket is assigned.',
'alert_ticket_assign_agent_id_notifications' => 'Additional ticket assigned notifications',
'alert_ticket_assign_agent_id_help' => 'Comma separated emails to bcc on ticket assignment.',
'alert_ticket_transfer_email_help' => 'Comma separated emails to bcc on ticket transfer.',
'alert_ticket_overdue_agent_id' => 'Ticket overdue',
'alert_ticket_overdue_email' => 'Additional overdue ticket notifications',
'alert_ticket_overdue_email_help' => 'Comma separated emails to bcc on ticket overdue.',
'alert_ticket_overdue_agent_id_help' => 'Selecting a template will send a notification (to agent) when a ticket becomes overdue.',
'ticket_master' => 'Ticket Master',
'ticket_master_help' => 'Has the ability to assign and transfer tickets. Assigned as the default agent for all tickets.',
'default_agent' => 'Default Agent',
'default_agent_help' => 'If selected will automatically be assigned to all inbound tickets',
'show_agent_details' => 'Show agent details on responses',
'avatar' => 'Avatar',
'remove_avatar' => 'Remove avatar',
'ticket_not_found' => 'Ticket not found',
'add_template' => 'Pridėti Šabloną',
'ticket_template' => 'Bilieto Šablonas',
'ticket_templates' => 'Bilieto Šablonai',
'updated_ticket_template' => 'Atnaujintas Bilieto Šablonas',
'created_ticket_template' => 'Sukurtas Bilieto Šablonas',
'archive_ticket_template' => 'Archyvuoti Šabloną',
'restore_ticket_template' => 'Atstatyti Šabloną',
'archived_ticket_template' => 'Sėkmingai archyvuotas šablonas',
'restored_ticket_template' => 'Sėkmingai atkurtas šablonas',
'close_reason' => 'Let us know why you are closing this ticket',
'reopen_reason' => 'Let us know why you are reopening this ticket',
'enter_ticket_message' => 'Please enter a message to update the ticket',
'show_hide_all' => 'Show / Hide all',
'subject_required' => 'Subject required',
'mobile_refresh_warning' => 'If you\'re using the mobile app you may need to do a full refresh.',
'enable_proposals_for_background' => 'Norėdami užkelti fono nuotrauką :link kad įgalintumėte pasiūlymų modulį.',
'ticket_assignment' => 'Ticket :ticket_number has been assigned to :agent',
'ticket_contact_reply' => 'Ticket :ticket_number has been updated by client :contact',
'ticket_new_template_subject' => 'Ticket :ticket_number has been created.',
'ticket_updated_template_subject' => 'Ticket :ticket_number has been updated.',
'ticket_closed_template_subject' => 'Ticket :ticket_number has been closed.',
'ticket_overdue_template_subject' => 'Ticket :ticket_number is now overdue',
'merge' => 'Merge',
'merged' => 'Merged',
'agent' => 'Agent',
'parent_ticket' => 'Parent Ticket',
'linked_tickets' => 'Linked Tickets',
'merge_prompt' => 'Enter ticket number to merge into',
'merge_from_to' => 'Ticket #:old_ticket merged into Ticket #:new_ticket',
'merge_closed_ticket_text' => 'Ticket #:old_ticket was closed and merged into Ticket#:new_ticket - :subject',
'merge_updated_ticket_text' => 'Ticket #:old_ticket was closed and merged into this ticket',
'merge_placeholder' => 'Merge ticket #:ticket into the following ticket',
'select_ticket' => 'Select Ticket',
'new_internal_ticket' => 'New internal ticket',
'internal_ticket' => 'Internal ticket',
'create_ticket' => 'Create ticket',
'allow_inbound_email_tickets_external' => 'New Tickets by email (Client)',
'allow_inbound_email_tickets_external_help' => 'Allow clients to create new tickets by email',
'include_in_filter' => 'Include in filter',
'custom_client1' => ':VALUE',
'custom_client2' => ':VALUE',
'compare' => 'Compare',
'hosted_login' => 'Hosted Login',
'selfhost_login' => 'Selfhost Login',
'google_login' => 'Google Login',
'thanks_for_patience' => 'Thank for your patience while we work to implement these features.\n\nWe hope to have them completed in the next few months.\n\nUntil then we\'ll continue to support the',
'legacy_mobile_app' => 'legacy mobile app',
'today' => 'Today',
'current' => 'Dabartinis',
'previous' => 'Previous',
'current_period' => 'Dabartinis periodas',
'comparison_period' => 'Comparison Period',
'previous_period' => 'Previous Period',
'previous_year' => 'Previous Year',
'compare_to' => 'Compare to',
'last_week' => 'Last Week',
'clone_to_invoice' => 'Clone to Invoice',
'clone_to_quote' => 'Clone to Quote',
'convert' => 'Convert',
'last7_days' => 'Last 7 Days',
'last30_days' => 'Last 30 Days',
'custom_js' => 'Custom JS',
'adjust_fee_percent_help' => 'Adjust percent to account for fee',
'show_product_notes' => 'Show product details',
'show_product_notes_help' => 'Include the <b>description and cost</b> in the product dropdown',
'important' => 'Important',
'thank_you_for_using_our_app' => 'Thank you for using our app!',
'if_you_like_it' => 'Jei jums patiko prašome',
'to_rate_it' => 'to rate it.',
'average' => 'Vidurkis',
'unapproved' => 'Nepatvirtinta',
'authenticate_to_change_setting' => 'Please authenticate to change this setting',
'locked' => 'Locked',
'authenticate' => 'Authenticate',
'please_authenticate' => 'Please authenticate',
'biometric_authentication' => 'Biometric Authentication',
'auto_start_tasks' => 'Auto Start Tasks',
'budgeted' => 'Budgeted',
'please_enter_a_name' => 'Please enter a name',
'click_plus_to_add_time' => 'Click + to add time',
'design' => 'Design',
'password_is_too_short' => 'Password is too short',
'failed_to_find_record' => 'Failed to find record',
'valid_until_days' => 'Valid Until',
'valid_until_days_help' => 'Automatically sets the <b>Valid Until</b> value on quotes to this many days in the future. Leave blank to disable.',
'usually_pays_in_days' => 'Days',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
'late_fees' => 'Late Fees',
'payment_number' => 'Payment Number',
'before_due_date' => 'Before the due date',
'after_due_date' => 'After the due date',
'after_invoice_date' => 'After the invoice date',
'filtered_by_user' => 'Filtered by User',
'created_user' => 'Successfully created user',
'primary_font' => 'Primary Font',
'secondary_font' => 'Secondary Font',
'number_padding' => 'Number Padding',
'general' => 'General',
'surcharge_field' => 'Surcharge Field',
'company_value' => 'Company Value',
'credit_field' => 'Credit Field',
'payment_field' => 'Payment Field',
'group_field' => 'Group Field',
'number_counter' => 'Number Counter',
'number_pattern' => 'Number Pattern',
'custom_javascript' => 'Custom JavaScript',
'portal_mode' => 'Portal Mode',
'attach_pdf' => 'Attach PDF',
'attach_documents' => 'Attach Documents',
'attach_ubl' => 'Attach UBL',
'email_style' => 'Email Style',
'processed' => 'Processed',
'fee_amount' => 'Fee Amount',
'fee_percent' => 'Fee Percent',
'fee_cap' => 'Fee Cap',
'limits_and_fees' => 'Limits/Fees',
'credentials' => 'Credentials',
'require_billing_address_help' => 'Require client to provide their billing address',
'require_shipping_address_help' => 'Require client to provide their shipping address',
'deleted_tax_rate' => 'Successfully deleted tax rate',
'restored_tax_rate' => 'Successfully restored tax rate',
'provider' => 'Provider',
'company_gateway' => 'Payment Gateway',
'company_gateways' => 'Payment Gateways',
'new_company_gateway' => 'New Gateway',
'edit_company_gateway' => 'Edit Gateway',
'created_company_gateway' => 'Successfully created gateway',
'updated_company_gateway' => 'Successfully updated gateway',
'archived_company_gateway' => 'Successfully archived gateway',
'deleted_company_gateway' => 'Successfully deleted gateway',
'restored_company_gateway' => 'Successfully restored gateway',
'continue_editing' => 'Continue Editing',
'default_value' => 'Default value',
'currency_format' => 'Currency Format',
'first_day_of_the_week' => 'First Day of the Week',
'first_month_of_the_year' => 'First Month of the Year',
'symbol' => 'Simbolis',
'ocde' => 'Code',
'date_format' => 'Date Format',
'datetime_format' => 'Datetime Format',
'send_reminders' => 'Send Reminders',
'timezone' => 'Timezone',
'filtered_by_group' => 'Filtered by Group',
'filtered_by_invoice' => 'Filtered by Invoice',
'filtered_by_client' => 'Filtered by Client',
'filtered_by_vendor' => 'Filtered by Vendor',
'group_settings' => 'Group Settings',
'groups' => 'Groups',
'new_group' => 'New Group',
'edit_group' => 'Edit Group',
'created_group' => 'Successfully created group',
'updated_group' => 'Successfully updated group',
'archived_group' => 'Successfully archived group',
'deleted_group' => 'Successfully deleted group',
'restored_group' => 'Successfully restored group',
'upload_logo' => 'Upload Logo',
'uploaded_logo' => 'Successfully uploaded logo',
'saved_settings' => 'Successfully saved settings',
'device_settings' => 'Device Settings',
'credit_cards_and_banks' => 'Credit Cards & Banks',
'price' => 'Price',
'email_sign_up' => 'Email Sign Up',
'google_sign_up' => 'Google Sign Up',
'sign_up_with_google' => 'Sign Up With Google',
'long_press_multiselect' => 'Long-press Multiselect',
'migrate_to_next_version' => 'Migrate to the next version of Invoice Ninja',
'migrate_intro_text' => 'We\'ve been working on next version of Invoice Ninja. Click the button bellow to start the migration.',
'start_the_migration' => 'Start the migration',
'migration' => 'Migration',
'welcome_to_the_new_version' => 'Welcome to the new version of Invoice Ninja',
'next_step_data_download' => 'At the next step, we\'ll let you download your data for the migration.',
'download_data' => 'Press button below to download the data.',
'migration_import' => 'Awesome! Now you are ready to import your migration. Go to your new installation to import your data',
'continue' => 'Continue',
'company1' => 'Custom Company 1',
'company2' => 'Custom Company 2',
'company3' => 'Custom Company 3',
'company4' => 'Custom Company 4',
'product1' => 'Custom Product 1',
'product2' => 'Custom Product 2',
'product3' => 'Custom Product 3',
'product4' => 'Custom Product 4',
'client1' => 'Custom Client 1',
'client2' => 'Pasirinktinis Klientas 2',
'client3' => 'Custom Client 3',
'client4' => 'Custom Client 4',
'contact1' => 'Custom Contact 1',
'contact2' => 'Custom Contact 2',
'contact3' => 'Custom Contact 3',
'contact4' => 'Custom Contact 4',
'task1' => 'Custom Task 1',
'task2' => 'Custom Task 2',
'task3' => 'Custom Task 3',
'task4' => 'Custom Task 4',
'project1' => 'Custom Project 1',
'project2' => 'Custom Project 2',
'project3' => 'Custom Project 3',
'project4' => 'Custom Project 4',
'expense1' => 'Custom Expense 1',
'expense2' => 'Custom Expense 2',
'expense3' => 'Custom Expense 3',
'expense4' => 'Custom Expense 4',
'vendor1' => 'Custom Vendor 1',
'vendor2' => 'Custom Vendor 2',
'vendor3' => 'Custom Vendor 3',
'vendor4' => 'Custom Vendor 4',
'invoice1' => 'Custom Invoice 1',
'invoice2' => 'Custom Invoice 2',
'invoice3' => 'Custom Invoice 3',
'invoice4' => 'Custom Invoice 4',
'payment1' => 'Custom Payment 1',
'payment2' => 'Custom Payment 2',
'payment3' => 'Custom Payment 3',
'payment4' => 'Custom Payment 4',
'surcharge1' => 'Custom Surcharge 1',
'surcharge2' => 'Custom Surcharge 2',
'surcharge3' => 'Custom Surcharge 3',
'surcharge4' => 'Custom Surcharge 4',
'group1' => 'Custom Group 1',
'group2' => 'Custom Group 2',
'group3' => 'Custom Group 3',
'group4' => 'Custom Group 4',
'number' => 'Number',
'count' => 'Count',
'is_active' => 'Is Active',
'contact_last_login' => 'Contact Last Login',
'contact_full_name' => 'Contact Full Name',
'contact_custom_value1' => 'Contact Custom Value 1',
'contact_custom_value2' => 'Contact Custom Value 2',
'contact_custom_value3' => 'Contact Custom Value 3',
'contact_custom_value4' => 'Contact Custom Value 4',
'assigned_to_id' => 'Assigned To Id',
'created_by_id' => 'Created By Id',
'add_column' => 'Add Column',
'edit_columns' => 'Edit Columns',
'to_learn_about_gogle_fonts' => 'to learn about Google Fonts',
'refund_date' => 'Grąžinimo data',
'multiselect' => 'Multiselect',
'verify_password' => 'Verify Password',
'applied' => 'Applied',
'include_recent_errors' => 'Include recent errors from the logs',
'your_message_has_been_received' => 'We have received your message and will try to respond promptly.',
'show_product_details' => 'Show Product Details',
'show_product_details_help' => 'Include the description and cost in the product dropdown',
'pdf_min_requirements' => 'The PDF renderer requires :version',
'adjust_fee_percent' => 'Adjust Fee Percent',
'configure_settings' => 'Configure Settings',
'about' => 'About',
'credit_email' => 'Credit Email',
'domain_url' => 'Domain URL',
'password_is_too_easy' => 'Slaptažodyje turi būti didžioji raidė ir skaičius',
'client_portal_tasks' => 'Client Portal Tasks',
'client_portal_dashboard' => 'Client Portal Dashboard',
'please_enter_a_value' => 'Please enter a value',
'deleted_logo' => 'Successfully deleted logo',
'generate_number' => 'Generate Number',
'when_saved' => 'When Saved',
'when_sent' => 'When Sent',
'select_company' => 'Select Company',
'float' => 'Float',
'collapse' => 'Collapse',
'show_or_hide' => 'Show/hide',
'menu_sidebar' => 'Menu Sidebar',
'history_sidebar' => 'History Sidebar',
'tablet' => 'Tablet',
'layout' => 'Layout',
'module' => 'Module',
'first_custom' => 'First Custom',
'second_custom' => 'Second Custom',
'third_custom' => 'Third Custom',
'show_cost' => 'Show Cost',
'show_cost_help' => 'Display a product cost field to track the markup/profit',
'show_product_quantity' => 'Show Product Quantity',
'show_product_quantity_help' => 'Display a product quantity field, otherwise default to one',
'show_invoice_quantity' => 'Show Invoice Quantity',
'show_invoice_quantity_help' => 'Display a line item quantity field, otherwise default to one',
'default_quantity' => 'Default Quantity',
'default_quantity_help' => 'Automatically set the line item quantity to one',
'one_tax_rate' => 'One Tax Rate',
'two_tax_rates' => 'Two Tax Rates',
'three_tax_rates' => 'Three Tax Rates',
'default_tax_rate' => 'Default Tax Rate',
'invoice_tax' => 'Invoice Tax',
'line_item_tax' => 'Line Item Tax',
'inclusive_taxes' => 'Inclusive Taxes',
'invoice_tax_rates' => 'Invoice Tax Rates',
'item_tax_rates' => 'Item Tax Rates',
'configure_rates' => 'Configure rates',
'tax_settings_rates' => 'Tax Rates',
'accent_color' => 'Accent Color',
'comma_sparated_list' => 'Comma separated list',
'single_line_text' => 'Single-line text',
'multi_line_text' => 'Multi-line text',
'dropdown' => 'Dropdown',
'field_type' => 'Field Type',
'recover_password_email_sent' => 'A password recovery email has been sent',
'removed_user' => 'Successfully removed user',
'freq_three_years' => 'Three Years',
'military_time_help' => '24 Hour Display',
'click_here_capital' => 'Click here',
'marked_invoice_as_paid' => 'Successfully marked invoice as sent',
'marked_invoices_as_sent' => 'Successfully marked invoices as sent',
'marked_invoices_as_paid' => 'Successfully marked invoices as sent',
'activity_57' => 'System failed to email invoice :invoice',
'custom_value3' => 'Custom Value 3',
'custom_value4' => 'Custom Value 4',
'email_style_custom' => 'Custom Email Style',
'custom_message_dashboard' => 'Custom Dashboard Message',
'custom_message_unpaid_invoice' => 'Custom Unpaid Invoice Message',
'custom_message_paid_invoice' => 'Custom Paid Invoice Message',
'custom_message_unapproved_quote' => 'Tinkintas nepatvirtinto pasiūlymo pranešimas',
'lock_sent_invoices' => 'Lock Sent Invoices',
'translations' => 'Translations',
'task_number_pattern' => 'Task Number Pattern',
'task_number_counter' => 'Task Number Counter',
'expense_number_pattern' => 'Expense Number Pattern',
'expense_number_counter' => 'Expense Number Counter',
'vendor_number_pattern' => 'Vendor Number Pattern',
'vendor_number_counter' => 'Vendor Number Counter',
'ticket_number_pattern' => 'Ticket Number Pattern',
'ticket_number_counter' => 'Ticket Number Counter',
'payment_number_pattern' => 'Payment Number Pattern',
'payment_number_counter' => 'Payment Number Counter',
'invoice_number_pattern' => 'Invoice Number Pattern',
'quote_number_pattern' => 'Quote Number Pattern',
'client_number_pattern' => 'Credit Number Pattern',
'client_number_counter' => 'Credit Number Counter',
'credit_number_pattern' => 'Credit Number Pattern',
'credit_number_counter' => 'Credit Number Counter',
'reset_counter_date' => 'Reset Counter Date',
'counter_padding' => 'Counter Padding',
'shared_invoice_quote_counter' => 'Shared Invoice Quote Counter',
'default_tax_name_1' => 'Default Tax Name 1',
'default_tax_rate_1' => 'Default Tax Rate 1',
'default_tax_name_2' => 'Default Tax Name 2',
'default_tax_rate_2' => 'Default Tax Rate 2',
'default_tax_name_3' => 'Default Tax Name 3',
'default_tax_rate_3' => 'Default Tax Rate 3',
'email_subject_invoice' => 'Email Invoice Subject',
'email_subject_quote' => 'Email Quote Subject',
'email_subject_payment' => 'Email Payment Subject',
'switch_list_table' => 'Switch List Table',
'client_city' => 'Client City',
'client_state' => 'Client State',
'client_country' => 'Client Country',
'client_is_active' => 'Client is Active',
'client_balance' => 'Client Balance',
'client_address1' => 'Client Street',
'client_address2' => 'Client Apt/Suite',
'client_shipping_address1' => 'Client Shipping Street',
'client_shipping_address2' => 'Client Shipping Apt/Suite',
'tax_rate1' => 'Tax Rate 1',
'tax_rate2' => 'Tax Rate 2',
'tax_rate3' => 'Tax Rate 3',
'archived_at' => 'Archived At',
'has_expenses' => 'Has Expenses',
'custom_taxes1' => 'Custom Taxes 1',
'custom_taxes2' => 'Custom Taxes 2',
'custom_taxes3' => 'Custom Taxes 3',
'custom_taxes4' => 'Custom Taxes 4',
'custom_surcharge1' => 'Custom Surcharge 1',
'custom_surcharge2' => 'Custom Surcharge 2',
'custom_surcharge3' => 'Custom Surcharge 3',
'custom_surcharge4' => 'Custom Surcharge 4',
'is_deleted' => 'Is Deleted',
'vendor_city' => 'Vendor City',
'vendor_state' => 'Vendor State',
'vendor_country' => 'Vendor Country',
'credit_footer' => 'Kredito Poraštė',
'credit_terms' => 'Credit Terms',
'untitled_company' => 'Untitled Company',
'added_company' => 'Successfully added company',
'supported_events' => 'Supported Events',
'custom3' => 'Third Custom',
'custom4' => 'Fourth Custom',
'optional' => 'Optional',
'license' => 'License',
'invoice_balance' => 'Invoice Balance',
'saved_design' => 'Successfully saved design',
'client_details' => 'Client Details',
'company_address' => 'Company Address',
'quote_details' => 'Quote Details',
'credit_details' => 'Credit Details',
'product_columns' => 'Product Columns',
'task_columns' => 'Task Columns',
'add_field' => 'Add Field',
'all_events' => 'All Events',
'owned' => 'Owned',
'payment_success' => 'Payment Success',
'payment_failure' => 'Payment Failure',
'quote_sent' => 'Quote Sent',
'credit_sent' => 'Credit Sent',
'invoice_viewed' => 'Invoice Viewed',
'quote_viewed' => 'Quote Viewed',
'credit_viewed' => 'Credit Viewed',
'quote_approved' => 'Quote Approved',
'receive_all_notifications' => 'Receive All Notifications',
'purchase_license' => 'Purchase License',
'enable_modules' => 'Enable Modules',
'converted_quote' => 'Successfully converted quote',
'credit_design' => 'Credit Design',
'includes' => 'Includes',
'css_framework' => 'CSS Framework',
'custom_designs' => 'Custom Designs',
'designs' => 'Designs',
'new_design' => 'New Design',
'edit_design' => 'Edit Design',
'created_design' => 'Successfully created design',
'updated_design' => 'Successfully updated design',
'archived_design' => 'Successfully archived design',
'deleted_design' => 'Successfully deleted design',
'removed_design' => 'Successfully removed design',
'restored_design' => 'Successfully restored design',
'recurring_tasks' => 'Recurring Tasks',
'removed_credit' => 'Successfully removed credit',
'latest_version' => 'Latest Version',
'update_now' => 'Update Now',
'a_new_version_is_available' => 'A new version of the web app is available',
'update_available' => 'Update Available',
'app_updated' => 'Update successfully completed',
'integrations' => 'Integrations',
'tracking_id' => 'Tracking Id',
'slack_webhook_url' => 'Slack Webhook URL',
'partial_payment' => 'Dalinis Apmokėjimas',
'partial_payment_email' => 'Dalino Apmokėjimo El. paštas',
'clone_to_credit' => 'Clone to Credit',
'emailed_credit' => 'Successfully emailed credit',
'marked_credit_as_sent' => 'Successfully marked credit as sent',
'email_subject_payment_partial' => 'El. pašt. Dalino Apmokėjimo Subject ',
'is_approved' => 'Is Approved',
'migration_went_wrong' => 'Oops, something went wrong! Please make sure you have setup an Invoice Ninja v5 instance before starting the migration.',
'cross_migration_message' => 'Cross account migration is not allowed. Please read more about it here: <a href="https://invoiceninja.github.io/docs/migration/#troubleshooting">https://invoiceninja.github.io/docs/migration/#troubleshooting</a>',
'email_credit' => 'Email Credit',
'client_email_not_set' => 'Client does not have an email address set',
'ledger' => 'Ledger',
'view_pdf' => 'View PDF',
'all_records' => 'All records',
'owned_by_user' => 'Owned by user',
'credit_remaining' => 'Credit Remaining',
'use_default' => 'Use default',
'reminder_endless' => 'Endless Reminders',
'number_of_days' => 'Number of days',
'configure_payment_terms' => 'Configure Payment Terms',
'payment_term' => 'Payment Term',
'new_payment_term' => 'New Payment Term',
'deleted_payment_term' => 'Successfully deleted payment term',
'removed_payment_term' => 'Successfully removed payment term',
'restored_payment_term' => 'Successfully restored payment term',
'full_width_editor' => 'Full Width Editor',
'full_height_filter' => 'Full Height Filter',
'email_sign_in' => 'Sign in with email',
'change' => 'Change',
'change_to_mobile_layout' => 'Change to the mobile layout?',
'change_to_desktop_layout' => 'Change to the desktop layout?',
'send_from_gmail' => 'Send from Gmail',
'reversed' => 'Reversed',
'cancelled' => 'Cancelled',
'quote_amount' => 'Quote Amount',
'hosted' => 'Hosted',
'selfhosted' => 'Self-Hosted',
'hide_menu' => 'Hide Menu',
'show_menu' => 'Show Menu',
'partially_refunded' => 'Dalinai grąžinta',
'search_documents' => 'Ieškoti dokumentų',
'search_designs' => 'Ieškoti dizaino',
'search_invoices' => 'Ieškoti sąskaitų-faktūrų',
'search_clients' => 'Ieškoti klientų',
'search_products' => 'Ieškoti prekių',
'search_quotes' => 'Ieškoti pasiūlymų',
'search_credits' => 'Ieškoti grąžinimų',
'search_vendors' => 'Ieškoti tiekėjų',
'search_users' => 'Ieškoti vartotojų',
'search_tax_rates' => 'Ieškoti mokesčių tarifų',
'search_tasks' => 'Ieškoti užduočių',
'search_settings' => 'Ieškoti nustatymų',
'search_projects' => 'Ieškoti projektų',
'search_expenses' => 'Ieškoti išlaidų',
'search_payments' => 'Ieškoti mokėjimų',
'search_groups' => 'Ieškoti grupių',
'search_company' => 'Ieškoti įmonių',
'cancelled_invoice' => 'Successfully cancelled invoice',
'cancelled_invoices' => 'Successfully cancelled invoices',
'reversed_invoice' => 'Successfully reversed invoice',
'reversed_invoices' => 'Successfully reversed invoices',
'reverse' => 'Reverse',
'filtered_by_project' => 'Filtered by Project',
'google_sign_in' => 'Sign in with Google',
'activity_58' => ':user reversed invoice :invoice',
'activity_59' => ':user cancelled invoice :invoice',
'payment_reconciliation_failure' => 'Reconciliation Failure',
'payment_reconciliation_success' => 'Reconciliation Success',
'gateway_success' => 'Gateway Success',
'gateway_failure' => 'Gateway Failure',
'gateway_error' => 'Gateway Error',
'email_send' => 'Email Send',
'email_retry_queue' => 'Email Retry Queue',
'failure' => 'Failure',
'quota_exceeded' => 'Quota Exceeded',
'upstream_failure' => 'Upstream Failure',
'system_logs' => 'System Logs',
'copy_link' => 'Copy Link',
'welcome_to_invoice_ninja' => 'Welcome to Invoice Ninja',
'optin' => 'Opt-In',
'optout' => 'Opt-Out',
'auto_convert' => 'Auto Convert',
'reminder1_sent' => 'Reminder 1 Sent',
'reminder2_sent' => 'Reminder 2 Sent',
'reminder3_sent' => 'Reminder 3 Sent',
'reminder_last_sent' => 'Reminder Last Sent',
'pdf_page_info' => 'Puslapis :current iš :total',
'emailed_credits' => 'Successfully emailed credits',
'view_in_stripe' => 'View in Stripe',
'rows_per_page' => 'Rows Per Page',
'apply_payment' => 'Apply Payment',
'unapplied' => 'Unapplied',
'custom_labels' => 'Custom Labels',
'record_type' => 'Record Type',
'record_name' => 'Record Name',
'file_type' => 'File Type',
'height' => 'Height',
'width' => 'Width',
'health_check' => 'Health Check',
'last_login_at' => 'Last Login At',
'company_key' => 'Company Key',
'storefront' => 'Storefront',
'storefront_help' => 'Enable third-party apps to create invoices',
'count_records_selected' => ':count records selected',
'count_record_selected' => ':count record selected',
'client_created' => 'Client Created',
'online_payment_email' => 'Online Payment Email',
'manual_payment_email' => 'Manual Payment Email',
'completed' => 'Completed',
'gross' => 'Gross',
'net_amount' => 'Net Amount',
'net_balance' => 'Net Balance',
'client_settings' => 'Client Settings',
'selected_invoices' => 'Selected Invoices',
'selected_payments' => 'Selected Payments',
'selected_quotes' => 'Selected Quotes',
'selected_tasks' => 'Selected Tasks',
'selected_expenses' => 'Selected Expenses',
'past_due_invoices' => 'Past Due Invoices',
'create_payment' => 'Create Payment',
'update_quote' => 'Update Quote',
'update_invoice' => 'Update Invoice',
'update_client' => 'Update Client',
'update_vendor' => 'Update Vendor',
'create_expense' => 'Create Expense',
'update_expense' => 'Update Expense',
'update_task' => 'Update Task',
'approve_quote' => 'Approve Quote',
'when_paid' => 'When Paid',
'expires_on' => 'Expires On',
'show_sidebar' => 'Show Sidebar',
'hide_sidebar' => 'Hide Sidebar',
'event_type' => 'Event Type',
'copy' => 'Copy',
'must_be_online' => 'Please restart the app once connected to the internet',
'crons_not_enabled' => 'The crons need to be enabled',
'api_webhooks' => 'API Webhooks',
'search_webhooks' => 'Ieškoti :count Webhooks',
'search_webhook' => 'Ieškoti 1 Webhook',
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
'new_webhook' => 'New Webhook',
'edit_webhook' => 'Edit Webhook',
'created_webhook' => 'Successfully created webhook',
'updated_webhook' => 'Successfully updated webhook',
'archived_webhook' => 'Successfully archived webhook',
'deleted_webhook' => 'Successfully deleted webhook',
'removed_webhook' => 'Successfully removed webhook',
'restored_webhook' => 'Successfully restored webhook',
'search_tokens' => 'Ieškoti :count raktų',
'search_token' => 'Ieškoti 1 raktą',
'new_token' => 'New Token',
'removed_token' => 'Successfully removed token',
'restored_token' => 'Successfully restored token',
'client_registration' => 'Client Registration',
'client_registration_help' => 'Enable clients to self register in the portal',
'customize_and_preview' => 'Customize & Preview',
'search_document' => 'Ieškoti 1 dokumentą',
'search_design' => 'Search 1 Design',
'search_invoice' => 'Search 1 Invoice',
'search_client' => 'Search 1 Client',
'search_product' => 'Search 1 Product',
'search_quote' => 'Search 1 Quote',
'search_credit' => 'Search 1 Credit',
'search_vendor' => 'Search 1 Vendor',
'search_user' => 'Search 1 User',
'search_tax_rate' => 'Search 1 Tax Rate',
'search_task' => 'Search 1 Tasks',
'search_project' => 'Search 1 Project',
'search_expense' => 'Search 1 Expense',
'search_payment' => 'Search 1 Payment',
'search_group' => 'Search 1 Group',
'created_on' => 'Created On',
'payment_status_-1' => 'Unapplied',
'lock_invoices' => 'Lock Invoices',
'show_table' => 'Show Table',
'show_list' => 'Show List',
'view_changes' => 'View Changes',
'force_update' => 'Force Update',
'force_update_help' => 'You are running the latest version but there may be pending fixes available.',
'mark_paid_help' => 'Track the expense has been paid',
'mark_invoiceable_help' => 'Enable the expense to be invoiced',
'add_documents_to_invoice_help' => 'Make the documents visible',
'convert_currency_help' => 'Set an exchange rate',
'expense_settings' => 'Expense Settings',
'clone_to_recurring' => 'Clone to Recurring',
'crypto' => 'Crypto',
'user_field' => 'User Field',
'variables' => 'Variables',
'show_password' => 'Show Password',
'hide_password' => 'Hide Password',
'copy_error' => 'Copy Error',
'capture_card' => 'Capture Card',
'auto_bill_enabled' => 'Auto Bill Enabled',
'total_taxes' => 'Total Taxes',
'line_taxes' => 'Line Taxes',
'total_fields' => 'Total Fields',
'stopped_recurring_invoice' => 'Successfully stopped recurring invoice',
'started_recurring_invoice' => 'Successfully started recurring invoice',
'resumed_recurring_invoice' => 'Successfully resumed recurring invoice',
'gateway_refund' => 'Gateway Refund',
'gateway_refund_help' => 'Process the refund with the payment gateway',
'due_date_days' => 'Due Date',
'paused' => 'Paused',
'day_count' => 'Day :count',
'first_day_of_the_month' => 'First Day of the Month',
'last_day_of_the_month' => 'Last Day of the Month',
'use_payment_terms' => 'Use Payment Terms',
'endless' => 'Endless',
'next_send_date' => 'Next Send Date',
'remaining_cycles' => 'Remaining Cycles',
'created_recurring_invoice' => 'Successfully created recurring invoice',
'updated_recurring_invoice' => 'Successfully updated recurring invoice',
'removed_recurring_invoice' => 'Successfully removed recurring invoice',
'search_recurring_invoice' => 'Search 1 Recurring Invoice',
'search_recurring_invoices' => 'Search :count Recurring Invoices',
'send_date' => 'Send Date',
'auto_bill_on' => 'Auto Bill On',
'minimum_under_payment_amount' => 'Minimum Under Payment Amount',
'allow_over_payment' => 'Allow Over Payment',
'allow_over_payment_help' => 'Support paying extra to accept tips',
'allow_under_payment' => 'Allow Under Payment',
'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount',
'test_mode' => 'Test Mode',
'calculated_rate' => 'Calculated Rate',
'default_task_rate' => 'Default Task Rate',
'clear_cache' => 'Clear Cache',
'sort_order' => 'Sort Order',
'task_status' => 'Status',
'task_statuses' => 'Task Statuses',
'new_task_status' => 'New Task Status',
'edit_task_status' => 'Edit Task Status',
'created_task_status' => 'Successfully created task status',
'archived_task_status' => 'Successfully archived task status',
'deleted_task_status' => 'Successfully deleted task status',
'removed_task_status' => 'Successfully removed task status',
'restored_task_status' => 'Successfully restored task status',
'search_task_status' => 'Search 1 Task Status',
'search_task_statuses' => 'Search :count Task Statuses',
'show_tasks_table' => 'Show Tasks Table',
'show_tasks_table_help' => 'Always show the tasks section when creating invoices',
'invoice_task_timelog' => 'Invoice Task Timelog',
'invoice_task_timelog_help' => 'Add time details to the invoice line items',
'auto_start_tasks_help' => 'Start tasks before saving',
'configure_statuses' => 'Configure Statuses',
'task_settings' => 'Task Settings',
'configure_categories' => 'Configure Categories',
'edit_expense_category' => 'Edit Expense Category',
'removed_expense_category' => 'Successfully removed expense category',
'search_expense_category' => 'Search 1 Expense Category',
'search_expense_categories' => 'Search :count Expense Categories',
'use_available_credits' => 'Use Available Credits',
'show_option' => 'Show Option',
'negative_payment_error' => 'The credit amount cannot exceed the payment amount',
'should_be_invoiced_help' => 'Enable the expense to be invoiced',
'configure_gateways' => 'Configure Gateways',
'payment_partial' => 'Partial Payment',
'is_running' => 'Is Running',
'invoice_currency_id' => 'Invoice Currency ID',
'tax_name1' => 'Tax Name 1',
'tax_name2' => 'Tax Name 2',
'transaction_id' => 'Transaction ID',
'invoice_late' => 'Invoice Late',
'quote_expired' => 'Quote Expired',
'recurring_invoice_total' => 'Invoice Total',
'actions' => 'Actions',
'expense_number' => 'Expense Number',
'task_number' => 'Task Number',
'project_number' => 'Project Number',
'view_settings' => 'View Settings',
'company_disabled_warning' => 'Warning: this company has not yet been activated',
'late_invoice' => 'Late Invoice',
'expired_quote' => 'Expired Quote',
'remind_invoice' => 'Remind Invoice',
'client_phone' => 'Client Phone',
'required_fields' => 'Required Fields',
'enabled_modules' => 'Enabled Modules',
'activity_60' => ':contact viewed quote :quote',
'activity_61' => ':user updated client :client',
'activity_62' => ':user updated vendor :vendor',
'activity_63' => ':user emailed first reminder for invoice :invoice to :contact',
'activity_64' => ':user emailed second reminder for invoice :invoice to :contact',
'activity_65' => ':user emailed third reminder for invoice :invoice to :contact',
'activity_66' => ':user emailed endless reminder for invoice :invoice to :contact',
'expense_category_id' => 'Expense Category ID',
'view_licenses' => 'View Licenses',
'fullscreen_editor' => 'Fullscreen Editor',
'sidebar_editor' => 'Sidebar Editor',
'please_type_to_confirm' => 'Please type ":value" to confirm',
'purge' => 'Purge',
'clone_to' => 'Clone To',
'clone_to_other' => 'Clone to Other',
'labels' => 'Labels',
'add_custom' => 'Add Custom',
'payment_tax' => 'Payment Tax',
'white_label' => 'White Label',
'sent_invoices_are_locked' => 'Sent invoices are locked',
'paid_invoices_are_locked' => 'Paid invoices are locked',
'source_code' => 'Source Code',
'app_platforms' => 'App Platforms',
'archived_task_statuses' => 'Successfully archived :value task statuses',
'deleted_task_statuses' => 'Successfully deleted :value task statuses',
'restored_task_statuses' => 'Successfully restored :value task statuses',
'deleted_expense_categories' => 'Successfully deleted expense :value categories',
'restored_expense_categories' => 'Successfully restored expense :value categories',
'archived_recurring_invoices' => 'Successfully archived recurring :value invoices',
'deleted_recurring_invoices' => 'Successfully deleted recurring :value invoices',
'restored_recurring_invoices' => 'Successfully restored recurring :value invoices',
'archived_webhooks' => 'Successfully archived :value webhooks',
'deleted_webhooks' => 'Successfully deleted :value webhooks',
'removed_webhooks' => 'Successfully removed :value webhooks',
'restored_webhooks' => 'Successfully restored :value webhooks',
'api_docs' => 'API Docs',
'archived_tokens' => 'Successfully archived :value tokens',
'deleted_tokens' => 'Successfully deleted :value tokens',
'restored_tokens' => 'Successfully restored :value tokens',
'archived_payment_terms' => 'Successfully archived :value payment terms',
'deleted_payment_terms' => 'Successfully deleted :value payment terms',
'restored_payment_terms' => 'Successfully restored :value payment terms',
'archived_designs' => 'Successfully archived :value designs',
'deleted_designs' => 'Successfully deleted :value designs',
'restored_designs' => 'Successfully restored :value designs',
'restored_credits' => 'Successfully restored :value credits',
'archived_users' => 'Successfully archived :value users',
'deleted_users' => 'Successfully deleted :value users',
'removed_users' => 'Successfully removed :value users',
'restored_users' => 'Successfully restored :value users',
'archived_tax_rates' => 'Successfully archived :value tax rates',
'deleted_tax_rates' => 'Successfully deleted :value tax rates',
'restored_tax_rates' => 'Successfully restored :value tax rates',
'archived_company_gateways' => 'Successfully archived :value gateways',
'deleted_company_gateways' => 'Successfully deleted :value gateways',
'restored_company_gateways' => 'Successfully restored :value gateways',
'archived_groups' => 'Successfully archived :value groups',
'deleted_groups' => 'Successfully deleted :value groups',
'restored_groups' => 'Successfully restored :value groups',
'archived_documents' => 'Successfully archived :value documents',
'deleted_documents' => 'Successfully deleted :value documents',
'restored_documents' => 'Successfully restored :value documents',
'restored_vendors' => 'Successfully restored :value vendors',
'restored_expenses' => 'Successfully restored :value expenses',
'restored_tasks' => 'Successfully restored :value tasks',
'restored_projects' => 'Successfully restored :value projects',
'restored_products' => 'Successfully restored :value products',
'restored_clients' => 'Successfully restored :value clients',
'restored_invoices' => 'Successfully restored :value invoices',
'restored_payments' => 'Successfully restored :value payments',
'restored_quotes' => 'Successfully restored :value quotes',
'update_app' => 'Update App',
'started_import' => 'Successfully started import',
'duplicate_column_mapping' => 'Duplicate column mapping',
'uses_inclusive_taxes' => 'Uses Inclusive Taxes',
'is_amount_discount' => 'Is Amount Discount',
'map_to' => 'Map To',
'first_row_as_column_names' => 'Use first row as column names',
'no_file_selected' => 'No File Selected',
'import_type' => 'Import Type',
'draft_mode' => 'Draft Mode',
'draft_mode_help' => 'Preview updates faster but is less accurate',
'show_product_discount' => 'Show Product Discount',
'show_product_discount_help' => 'Display a line item discount field',
'tax_name3' => 'Tax Name 3',
'debug_mode_is_enabled' => 'Debug mode is enabled',
'debug_mode_is_enabled_help' => 'Warning: it is intended for use on local machines, it can leak credentials. Click to learn more.',
'running_tasks' => 'Running Tasks',
'recent_tasks' => 'Recent Tasks',
'recent_expenses' => 'Recent Expenses',
'upcoming_expenses' => 'Upcoming Expenses',
'search_payment_term' => 'Search 1 Payment Term',
'search_payment_terms' => 'Search :count Payment Terms',
'save_and_preview' => 'Save and Preview',
'save_and_email' => 'Save and Email',
'converted_balance' => 'Converted Balance',
'is_sent' => 'Is Sent',
'document_upload' => 'Document Upload',
'document_upload_help' => 'Enable clients to upload documents',
'expense_total' => 'Expense Total',
'enter_taxes' => 'Enter Taxes',
'by_rate' => 'By Rate',
'by_amount' => 'By Amount',
'enter_amount' => 'Enter Amount',
'before_taxes' => 'Before Taxes',
'after_taxes' => 'After Taxes',
'color' => 'Color',
'show' => 'Show',
'empty_columns' => 'Empty Columns',
'project_name' => 'Project Name',
'counter_pattern_error' => 'To use :client_counter please add either :client_number or :client_id_number to prevent conflicts',
'this_quarter' => 'This Quarter',
'to_update_run' => 'To update run',
'registration_url' => 'Registration URL',
'show_product_cost' => 'Show Product Cost',
'complete' => 'Complete',
'next' => 'Next',
'next_step' => 'Next step',
'notification_credit_sent_subject' => 'Credit :invoice was sent to :client',
'notification_credit_viewed_subject' => 'Credit :invoice was viewed by :client',
'notification_credit_sent' => 'The following client :client was emailed Credit :invoice for :amount.',
'notification_credit_viewed' => 'The following client :client viewed Credit :credit for :amount.',
'reset_password_text' => 'Enter your email to reset your password.',
'password_reset' => 'Password reset',
'account_login_text' => 'Welcome back! Glad to see you.',
'request_cancellation' => 'Request cancellation',
'delete_payment_method' => 'Delete Payment Method',
'about_to_delete_payment_method' => 'You are about to delete the payment method.',
'action_cant_be_reversed' => 'Action can\'t be reversed',
'profile_updated_successfully' => 'The profile has been updated successfully.',
'currency_ethiopian_birr' => 'Ethiopian Birr',
'client_information_text' => 'Use a permanent address where you can receive mail.',
'status_id' => 'Invoice Status',
'email_already_register' => 'This email is already linked to an account',
'locations' => 'Locations',
'freq_indefinitely' => 'Indefinitely',
'cycles_remaining' => 'Cycles remaining',
'i_understand_delete' => 'I understand, delete',
'download_files' => 'Download Files',
'download_timeframe' => 'Use this link to download your files, the link will expire in 1 hour.',
'new_signup' => 'New Signup',
'new_signup_text' => 'A new account has been created by :user - :email - from IP address: :ip',
'notification_payment_paid_subject' => 'Payment was made by :client',
'notification_partial_payment_paid_subject' => 'Partial payment was made by :client',
'notification_payment_paid' => 'A payment of :amount was made by client :client towards :invoice',
'notification_partial_payment_paid' => 'A partial payment of :amount was made by client :client towards :invoice',
'notification_bot' => 'Notification Bot',
'invoice_number_placeholder' => 'Invoice # :invoice',
'entity_number_placeholder' => ':entity # :entity_number',
'email_link_not_working' => 'If the button above isn\'t working for you, please click on the link',
'display_log' => 'Display Log',
'send_fail_logs_to_our_server' => 'Pranešti apie klaidas realiuoju laiku',
'setup' => 'Setup',
'quick_overview_statistics' => 'Trumpa apžvalga ir statistika',
'update_your_personal_info' => 'Update your personal information',
'name_website_logo' => 'Name, website & logo',
'make_sure_use_full_link' => 'Make sure you use full link to your site',
'personal_address' => 'Personal address',
'enter_your_personal_address' => 'Enter your personal address',
'enter_your_shipping_address' => 'Enter your shipping address',
'list_of_invoices' => 'List of invoices',
'with_selected' => 'With selected',
'invoice_still_unpaid' => 'This invoice is still not paid. Click the button to complete the payment',
'list_of_recurring_invoices' => 'List of recurring invoices',
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice,\n please click the request the cancellation.',
'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
'list_of_payment_invoices' => 'List of invoices affected by the payment',
'list_of_payment_methods' => 'List of payment methods',
'payment_method_details' => 'Details of payment method',
'permanently_remove_payment_method' => 'Permanently remove this payment method.',
'warning_action_cannot_be_reversed' => 'Warning! This action can not be reversed!',
'confirmation' => 'Confirmation',
'list_of_quotes' => 'Quotes',
'waiting_for_approval' => 'Waiting for approval',
'quote_still_not_approved' => 'This quote is still not approved',
'list_of_credits' => 'Credits',
'required_extensions' => 'Required extensions',
'php_version' => 'PHP version',
'writable_env_file' => 'Writable .env file',
'env_not_writable' => '.env file is not writable by the current user.',
'minumum_php_version' => 'Minimum PHP version',
'satisfy_requirements' => 'Make sure all requirements are satisfied.',
'oops_issues' => 'Oops, something does not look right!',
'open_in_new_tab' => 'Open in new tab',
'complete_your_payment' => 'Complete payment',
'authorize_for_future_use' => 'Authorize payment method for future use',
'page' => 'Page',
'per_page' => 'Per page',
'of' => 'Of',
'view_credit' => 'View Credit',
'to_view_entity_password' => 'To view the :entity you need to enter password.',
'showing_x_of' => 'Showing :first to :last out of :total results',
'no_results' => 'No results found.',
'payment_failed_subject' => 'Payment failed for Client :client',
'payment_failed_body' => 'A payment made by client :client failed with message :message',
'register' => 'Register',
'register_label' => 'Create your account in seconds',
'password_confirmation' => 'Confirm your password',
'verification' => 'Verification',
'complete_your_bank_account_verification' => 'Before using a bank account it must be verified.',
'checkout_com' => 'Checkout.com',
'footer_label' => 'Copyright © :year :company.',
'credit_card_invalid' => 'Provided credit card number is not valid.',
'month_invalid' => 'Provided month is not valid.',
'year_invalid' => 'Provided year is not valid.',
'https_required' => 'HTTPS is required, form will fail',
'if_you_need_help' => 'If you need help you can post to our',
'update_password_on_confirm' => 'After updating password, your account will be confirmed.',
'bank_account_not_linked' => 'To pay with a bank account, first you have to add it as payment method.',
'application_settings_label' => 'Let\'s store basic information about your Invoice Ninja!',
'recommended_in_production' => 'Highly recommended in production',
'enable_only_for_development' => 'Enable only for development',
'test_pdf' => 'Test PDF',
'checkout_authorize_label' => 'Checkout.com can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
'sofort_authorize_label' => 'Bank account (SOFORT) can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store payment details" during payment process.',
'node_status' => 'Node status',
'npm_status' => 'NPM status',
'node_status_not_found' => 'I could not find Node anywhere. Is it installed?',
'npm_status_not_found' => 'I could not find NPM anywhere. Is it installed?',
'locked_invoice' => 'This invoice is locked and unable to be modified',
'downloads' => 'Downloads',
'resource' => 'Resource',
'document_details' => 'Details about the document',
'hash' => 'Hash',
'resources' => 'Resources',
'allowed_file_types' => 'Allowed file types:',
'common_codes' => 'Common codes and their meanings',
'payment_error_code_20087' => '20087: Bad Track Data (invalid CVV and/or expiry date)',
'download_selected' => 'Download selected',
'to_pay_invoices' => 'To pay invoices, you have to',
'add_payment_method_first' => 'add payment method',
'no_items_selected' => 'No items selected.',
'payment_due' => 'Payment due',
'account_balance' => 'Account balance',
'thanks' => 'Thanks',
'minimum_required_payment' => 'Minimum required payment is :amount',
'under_payments_disabled' => 'Company doesn\'t support under payments.',
'over_payments_disabled' => 'Company doesn\'t support over payments.',
'saved_at' => 'Saved at :time',
'credit_payment' => 'Credit applied to Invoice :invoice_number',
'credit_subject' => 'New credit :number from :account',
'credit_message' => 'To view your credit for :amount, click the link below.',
'payment_type_Crypto' => 'Cryptocurrency',
'payment_type_Credit' => 'Credit',
'store_for_future_use' => 'Store for future use',
'pay_with_credit' => 'Pay with credit',
'payment_method_saving_failed' => 'Payment method can\'t be saved for future use.',
'pay_with' => 'Pay with',
'n/a' => 'N/A',
'by_clicking_next_you_accept_terms' => 'By clicking "Next step" you accept terms.',
'not_specified' => 'Not specified',
'before_proceeding_with_payment_warning' => 'Before proceeding with payment, you have to fill following fields',
'after_completing_go_back_to_previous_page' => 'After completing, go back to previous page.',
'pay' => 'Pay',
'instructions' => 'Instructions',
'notification_invoice_reminder1_sent_subject' => 'Reminder 1 for Invoice :invoice was sent to :client',
'notification_invoice_reminder2_sent_subject' => 'Reminder 2 for Invoice :invoice was sent to :client',
'notification_invoice_reminder3_sent_subject' => 'Reminder 3 for Invoice :invoice was sent to :client',
'notification_invoice_reminder_endless_sent_subject' => 'Endless reminder for Invoice :invoice was sent to :client',
'assigned_user' => 'Assigned User',
'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
'setup_phantomjs_note' => 'Note about Phantom JS. Read more.',
'minimum_payment' => 'Minimum Payment',
'no_action_provided' => 'No action provided. If you believe this is wrong, please contact the support.',
'no_payable_invoices_selected' => 'No payable invoices selected. Make sure you are not trying to pay draft invoice or invoice with zero balance due.',
'required_payment_information' => 'Required payment details',
'required_payment_information_more' => 'To complete a payment we need more details about you.',
'required_client_info_save_label' => 'We will save this, so you don\'t have to enter it next time.',
'notification_credit_bounced' => 'We were unable to deliver Credit :invoice to :contact. \n :error',
'notification_credit_bounced_subject' => 'Unable to deliver Credit :invoice',
'save_payment_method_details' => 'Save payment method details',
'new_card' => 'New card',
'new_bank_account' => 'New bank account',
'company_limit_reached' => 'Limit of 10 companies per account.',
'credits_applied_validation' => 'Total credits applied cannot be MORE than total of invoices',
'credit_number_taken' => 'Credit number already taken',
'credit_not_found' => 'Credit not found',
'invoices_dont_match_client' => 'Selected invoices are not from a single client',
'duplicate_credits_submitted' => 'Duplicate credits submitted.',
'duplicate_invoices_submitted' => 'Duplicate invoices submitted.',
'credit_with_no_invoice' => 'You must have an invoice set when using a credit in a payment',
'client_id_required' => 'Client id is required',
'expense_number_taken' => 'Expense number already taken',
'invoice_number_taken' => 'Invoice number already taken',
'payment_id_required' => 'Payment `id` required.',
'unable_to_retrieve_payment' => 'Unable to retrieve specified payment',
'invoice_not_related_to_payment' => 'Invoice id :invoice is not related to this payment',
'credit_not_related_to_payment' => 'Credit id :credit is not related to this payment',
'max_refundable_invoice' => 'Attempting to refund more than allowed for invoice id :invoice, maximum refundable amount is :amount',
'refund_without_invoices' => 'Attempting to refund a payment with invoices attached, please specify valid invoice/s to be refunded.',
'refund_without_credits' => 'Attempting to refund a payment with credits attached, please specify valid credits/s to be refunded.',
'max_refundable_credit' => 'Attempting to refund more than allowed for credit :credit, maximum refundable amount is :amount',
'project_client_do_not_match' => 'Project client does not match entity client',
'quote_number_taken' => 'Quote number already taken',
'recurring_invoice_number_taken' => 'Recurring Invoice number :number already taken',
'user_not_associated_with_account' => 'User not associated with this account',
'amounts_do_not_balance' => 'Amounts do not balance correctly.',
'insufficient_applied_amount_remaining' => 'Insufficient applied amount remaining to cover payment.',
'insufficient_credit_balance' => 'Insufficient balance on credit.',
'one_or_more_invoices_paid' => 'One or more of these invoices have been paid',
'invoice_cannot_be_refunded' => 'Invoice id :number cannot be refunded',
'attempted_refund_failed' => 'Attempting to refund :amount only :refundable_amount available for refund',
'user_not_associated_with_this_account' => 'This user is unable to be attached to this company. Perhaps they have already registered a user on another account?',
'migration_completed' => 'Migration completed',
'migration_completed_description' => 'Your migration has completed, please review your data after logging in.',
'api_404' => '404 | Nothing to see here!',
'large_account_update_parameter' => 'Cannot load a large account without a updated_at parameter',
'no_backup_exists' => 'No backup exists for this activity',
'company_user_not_found' => 'Company User record not found',
'no_credits_found' => 'No credits found.',
'action_unavailable' => 'The requested action :action is not available.',
'no_documents_found' => 'No Documents Found',
'no_group_settings_found' => 'No group settings found',
'access_denied' => 'Insufficient privileges to access/modify this resource',
'invoice_cannot_be_marked_paid' => 'Invoice cannot be marked as paid',
'invoice_license_or_environment' => 'Invalid license, or invalid environment :environment',
'route_not_available' => 'Route not available',
'invalid_design_object' => 'Invalid custom design object',
'quote_not_found' => 'Quote/s not found',
'quote_unapprovable' => 'Unable to approve this quote as it has expired.',
'scheduler_has_run' => 'Scheduler has run',
'scheduler_has_never_run' => 'Scheduler has never run',
'self_update_not_available' => 'Self update not available on this system.',
'user_detached' => 'User detached from company',
'create_webhook_failure' => 'Failed to create Webhook',
'payment_message_extended' => 'Thank you for your payment of :amount for :invoice',
'online_payments_minimum_note' => 'Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.',
'payment_token_not_found' => 'Payment token not found, please try again. If an issue still persist, try with another payment method',
'vendor_address1' => 'Vendor Street',
'vendor_address2' => 'Vendor Apt/Suite',
'partially_unapplied' => 'Partially Unapplied',
'select_a_gmail_user' => 'Please select a user authenticated with Gmail',
'list_long_press' => 'List Long Press',
'show_actions' => 'Show Actions',
'start_multiselect' => 'Start Multiselect',
'email_sent_to_confirm_email' => 'An email has been sent to confirm the email address',
'converted_paid_to_date' => 'Converted Paid to Date',
'converted_credit_balance' => 'Converted Credit Balance',
'converted_total' => 'Converted Total',
'reply_to_name' => 'Reply-To Name',
'payment_status_-2' => 'Partially Unapplied',
'color_theme' => 'Color Theme',
'start_migration' => 'Start Migration',
'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact',
'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice',
'hello' => 'Hello',
'group_documents' => 'Group documents',
'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
'migration_select_company_label' => 'Select companies to migrate',
'force_migration' => 'Force migration',
'require_password_with_social_login' => 'Require Password with Social Login',
'stay_logged_in' => 'Stay Logged In',
'session_about_to_expire' => 'Warning: Your session is about to expire',
'count_hours' => ':count Hours',
'count_day' => '1 Day',
'count_days' => ':count Days',
'web_session_timeout' => 'Web Session Timeout',
'security_settings' => 'Security Settings',
'resend_email' => 'Resend Email',
'confirm_your_email_address' => 'Please confirm your email address',
'freshbooks' => 'FreshBooks',
'invoice2go' => 'Invoice2go',
'invoicely' => 'Invoicely',
'waveaccounting' => 'Wave Accounting',
'zoho' => 'Zoho',
'accounting' => 'Accounting',
'required_files_missing' => 'Please provide all CSVs.',
'use_last_email' => 'Use last email',
'activate_company' => 'Activate Company',
'activate_company_help' => 'Enable emails, recurring invoices and notifications',
'an_error_occurred_try_again' => 'An error occurred, please try again',
'please_first_set_a_password' => 'Please first set a password',
'changing_phone_disables_two_factor' => 'Warning: Changing your phone number will disable 2FA',
'help_translate' => 'Help Translate',
'please_select_a_country' => 'Please select a country',
'disabled_two_factor' => 'Successfully disabled 2FA',
'connected_google' => 'Successfully connected account',
'disconnected_google' => 'Successfully disconnected account',
'delivered' => 'Delivered',
'spam' => 'Spam',
'view_docs' => 'View Docs',
'enter_phone_to_enable_two_factor' => 'Please provide a mobile phone number to enable two factor authentication',
'send_sms' => 'Send SMS',
'sms_code' => 'SMS Code',
'connect_google' => 'Connect Google',
'disconnect_google' => 'Disconnect Google',
'disable_two_factor' => 'Disable Two Factor',
'invoice_task_datelog' => 'Invoice Task Datelog',
'invoice_task_datelog_help' => 'Add date details to the invoice line items',
);
return $LANG;
?>
|
<?php
namespace JasonRoman\NbaApi\Params;
class GameIdParam extends AbstractParam
{
const FORMAT = '/^\d{10}$/';
/**
* {@inheritdoc}
*/
public static function getExampleValue()
{
// 2017-02-01 Toronto @ Boston Regular Season
return '0021600732';
}
}
|
<?php
namespace thuenhanh;
use Illuminate\Foundation\Auth\User as Authenticatable;
class User extends Authenticatable
{
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'name', 'email', 'password',
];
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
protected $hidden = [
'password', 'remember_token',
];
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.