Merge remote-tracking branch 'AkauntingOrigin/master'
This commit is contained in:
commit
8b9a743bd8
@ -10,15 +10,15 @@ return [
|
||||
|
||||
'minor' => '1',
|
||||
|
||||
'patch' => '1',
|
||||
'patch' => '2',
|
||||
|
||||
'build' => '',
|
||||
|
||||
'status' => 'Stable',
|
||||
|
||||
'date' => '1-February-2020',
|
||||
'date' => '12-February-2020',
|
||||
|
||||
'time' => '11:00',
|
||||
'time' => '20:00',
|
||||
|
||||
'zone' => 'GMT +3',
|
||||
|
||||
|
@ -55,6 +55,14 @@ class TestCompany extends Seeder
|
||||
|
||||
session(['company_id' => $company->id]);
|
||||
|
||||
// Set Company settings
|
||||
setting()->setExtraColumns(['company_id' => $company->id]);
|
||||
setting()->forgetAll();
|
||||
setting()->load(true);
|
||||
|
||||
setting()->set(['email.protocol' => 'array']);
|
||||
setting()->save();
|
||||
|
||||
$this->command->info('Test company created.');
|
||||
}
|
||||
|
||||
|
@ -16,6 +16,11 @@ return [
|
||||
'description' => 'Postavite fiskalnu godinu, vremensku zonu, format datuma i više',
|
||||
'financial_start' => 'Početak fiskalne godine',
|
||||
'timezone' => 'Vremenska zona',
|
||||
'financial_denote' => [
|
||||
'title' => 'Početak fiskalne godine',
|
||||
'begins' => 'Do godine u kojoj se započinje',
|
||||
'ends' => 'Do godine u kojoj završava',
|
||||
],
|
||||
'date' => [
|
||||
'format' => 'Format datuma',
|
||||
'separator' => 'Separator datuma',
|
||||
|
@ -16,6 +16,11 @@ return [
|
||||
'description' => 'Set fiscal year, time zone, date format and more locals',
|
||||
'financial_start' => 'Financial Year Start',
|
||||
'timezone' => 'Time Zone',
|
||||
'financial_denote' => [
|
||||
'title' => 'Financial Year Denote',
|
||||
'begins' => 'By the year in which it begins',
|
||||
'ends' => 'By the year in which it ends',
|
||||
],
|
||||
'date' => [
|
||||
'format' => 'Date Format',
|
||||
'separator' => 'Date Separator',
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'विक्रय कीमत',
|
||||
'purchase_price' => 'खरीद कीमत',
|
||||
'sales_price' => 'विक्रय कीमत',
|
||||
'purchase_price' => 'खरीद कीमत',
|
||||
'enter_item_description' => 'वस्तु का विवरण दर्ज करें',
|
||||
|
||||
];
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'years' => 'साल|वर्षों',
|
||||
'this_year' => 'इस साल',
|
||||
'previous_year' => 'पिछला साल',
|
||||
'this_quarter' => 'इस तिमाही',
|
||||
|
@ -3,18 +3,24 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'कंपनी का नाम, ईमेल, पता, कर संख्या आदि बदलें',
|
||||
'name' => 'नाम',
|
||||
'email' => 'ईमेल',
|
||||
'phone' => 'फ़ोन',
|
||||
'address' => 'पता',
|
||||
'logo' => 'लोगो',
|
||||
'description' => 'कंपनी का नाम, ईमेल, पता, कर संख्या आदि बदलें',
|
||||
'name' => 'नाम',
|
||||
'email' => 'ईमेल',
|
||||
'phone' => 'फ़ोन',
|
||||
'address' => 'पता',
|
||||
'edit_your_business_address' => 'अपना व्यावसायिक पता संपादित करें',
|
||||
'logo' => 'लोगो',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'description' => 'वित्तीय वर्ष, समय क्षेत्र, तिथि प्रारूप और अधिक स्थानीय सेट करें',
|
||||
'financial_start' => 'वित्तीय वर्ष प्रारंभ',
|
||||
'timezone' => 'समय क्षेत्र',
|
||||
'financial_denote' => [
|
||||
'title' => 'वित्तीय वर्ष की देन',
|
||||
'begins' => 'जिस वर्ष से यह शुरू होता है',
|
||||
'ends' => 'जिस वर्ष तक यह समाप्त हो जाता है',
|
||||
],
|
||||
'date' => [
|
||||
'format' => 'तारीख प्रारूप',
|
||||
'separator' => 'तारीख विभाजक',
|
||||
|
@ -16,6 +16,11 @@ return [
|
||||
'description' => 'आर्थिक वर्ष, समय क्षेत्र, मितिको स्वरूप, र अरु स्थानीय विवरणहरु सेट गर्नुहोस्',
|
||||
'financial_start' => 'आर्थिक वर्ष सुरु',
|
||||
'timezone' => 'समयरेखा',
|
||||
'financial_denote' => [
|
||||
'title' => 'वित्तीय वर्ष दर्शाउनुहोस्',
|
||||
'begins' => 'यो सुरु भएको सालमा',
|
||||
'ends' => 'यो समाप्त हुन्छ जुनमा',
|
||||
],
|
||||
'date' => [
|
||||
'format' => 'मितिको ढांचा',
|
||||
'separator' => 'मिति विभाजक',
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'Çmimi i Shitjes',
|
||||
'purchase_price' => 'Çmimi i Blerjes',
|
||||
'sales_price' => 'Çmimi i Shitjes',
|
||||
'purchase_price' => 'Çmimi i Blerjes',
|
||||
'enter_item_description' => 'Vendos Përshkrimin e Artikullit',
|
||||
|
||||
];
|
||||
|
@ -3,18 +3,24 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Ndryshoni emrin e kompanisë, emailin, adresën, numrin e taksave etj',
|
||||
'name' => 'Emri',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Telefoni',
|
||||
'address' => 'Adresa',
|
||||
'logo' => 'Logoja',
|
||||
'description' => 'Ndryshoni emrin e kompanisë, emailin, adresën, numrin e taksave etj',
|
||||
'name' => 'Emri',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Telefoni',
|
||||
'address' => 'Adresa',
|
||||
'edit_your_business_address' => 'Redakto adresën e biznesit tënd',
|
||||
'logo' => 'Logoja',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'description' => 'Vendosni vitin fiskal, zonën e kohës, formatin e datës dhe më shumë vendorë',
|
||||
'financial_start' => 'Fillimi i Vitit Financiar',
|
||||
'timezone' => 'Zona Kohore',
|
||||
'financial_denote' => [
|
||||
'title' => 'Treguesi i Vitit Fiskal',
|
||||
'begins' => 'Deri në vitin në të cilin fillon',
|
||||
'ends' => 'Deri në vitin në të cilin përfundon',
|
||||
],
|
||||
'date' => [
|
||||
'format' => 'Formati i Datës',
|
||||
'separator' => 'Ndarës i Datës',
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'Satış Fiyatı',
|
||||
'purchase_price' => 'Alış Fiyatı',
|
||||
'sales_price' => 'Satış Fiyatı',
|
||||
'purchase_price' => 'Alış Fiyatı',
|
||||
'enter_item_description' => 'Bir açıklama giriniz',
|
||||
|
||||
];
|
||||
|
@ -3,18 +3,24 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Şirketin ismini, adresini, vergi numrasını vs. değiştirin',
|
||||
'name' => 'Şirket İsmi',
|
||||
'email' => 'Şirket Emaili',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Şirket Adresi',
|
||||
'logo' => 'Şirket Logosu',
|
||||
'description' => 'Şirketin ismini, adresini, vergi numrasını vs. değiştirin',
|
||||
'name' => 'Şirket İsmi',
|
||||
'email' => 'Şirket Emaili',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Şirket Adresi',
|
||||
'edit_your_business_address' => 'Şirket adresini giriniz',
|
||||
'logo' => 'Şirket Logosu',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'description' => 'Mali yıl başlangıcını, saat dilimini, tarih biçimini vs. ayarlayın',
|
||||
'financial_start' => 'Mali Yıl Başlangıcı',
|
||||
'timezone' => 'Saat Dilimi',
|
||||
'financial_denote' => [
|
||||
'title' => 'Mali Yıl Gösterimi',
|
||||
'begins' => 'Yılın başlangıcı',
|
||||
'ends' => 'Yılın bitişi',
|
||||
],
|
||||
'date' => [
|
||||
'format' => 'Tarih Biçimi',
|
||||
'separator' => 'Tarih Ayracı',
|
||||
@ -35,11 +41,6 @@ return [
|
||||
'total' => 'Toplamda',
|
||||
'both' => 'Satırda ve toplamda',
|
||||
],
|
||||
'financial_year_denote' => [
|
||||
'title' => 'Mali Yıl Gösterimi',
|
||||
'begins' => 'Başlangıç Yılı',
|
||||
'ends' => 'Bitiş Yılı',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
|
@ -82,6 +82,7 @@
|
||||
</div>
|
||||
|
||||
<akaunting-modal v-if="changelog.show"
|
||||
modal-dialog-class="modal-lg"
|
||||
:show="changelog.show"
|
||||
:title="'{{ trans('updates.changelog') }}'"
|
||||
@cancel="changelog.show = false"
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
@foreach($modules as $module)
|
||||
<span>
|
||||
<a href="{{ url($module->action_url) . '?' . http_build_query((array) $module->action_parameters) }}" class="btn btn-white btn-sm" target="{{ $module->action_target }}">{{ $module->name }}</a>
|
||||
</span>
|
||||
<a href="{{ url($module->action_url) . '?' . http_build_query((array) $module->action_parameters) }}" class="btn btn-white btn-sm" target="{{ $module->action_target }}">
|
||||
{{ $module->name }}
|
||||
</a>
|
||||
@endforeach
|
||||
|
@ -26,16 +26,6 @@ abstract class FeatureTestCase extends TestCase
|
||||
$this->user = User::first();
|
||||
$this->company = $this->user->companies()->first();
|
||||
|
||||
session(['company_id' => $this->company->id]);
|
||||
|
||||
// Set Company settings
|
||||
setting()->setExtraColumns(['company_id' => $this->company->id]);
|
||||
setting()->forgetAll();
|
||||
setting()->load(true);
|
||||
|
||||
setting()->set(['email.protocol' => 'array']);
|
||||
setting()->save();
|
||||
|
||||
// Disable debugbar
|
||||
config(['debugbar.enabled', false]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user