Skip to content

Commit a0d892e

Browse files
authored
Feature/add ebilling packages (#970)
* add kosit-validator package * Fix styling * fix kosit-validator PHPStan level 5 production issues * add kosit-validator package * fix kosit-validator PHPStan level 5 production issues * Fix styling * add kosit-validator package * fix kosit-validator PHPStan level 5 production issues * Fix styling * add EN 16931 static codelists to data package * update packages.md * add invoice package with EN 16931 allowance and charge support * add zugferd package with allowance charge mapping * add pdf-parser package for layout text extraction * extend kosit-validator with polymorphic validatable pivot and add translations * add mail-inbox package * add e-billing package * Fix styling --------- Co-authored-by: jbagsik <234342240+jbagsik@users.noreply.github.com>
1 parent 9fe3a1a commit a0d892e

382 files changed

Lines changed: 25055 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-allowance-reason.static_allowance_reason',
5+
'plural' => 'trans//data::static-allowance-reason.static_allowance_reasons',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-charge-reason.static_charge_reason',
5+
'plural' => 'trans//data::static-charge-reason.static_charge_reasons',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-document-type.static_document_type',
5+
'plural' => 'trans//data::static-document-type.static_document_types',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-eas-scheme.static_eas_scheme',
5+
'plural' => 'trans//data::static-eas-scheme.static_eas_schemes',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-icd-scheme.static_icd_scheme',
5+
'plural' => 'trans//data::static-icd-scheme.static_icd_schemes',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-incoterm.static_incoterm',
5+
'plural' => 'trans//data::static-incoterm.static_incoterms',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-payment-mean.static_payment_mean',
5+
'plural' => 'trans//data::static-payment-mean.static_payment_means',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-unit.static_unit',
5+
'plural' => 'trans//data::static-unit.static_units',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-vat-category.static_vat_category',
5+
'plural' => 'trans//data::static-vat-category.static_vat_categories',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
'single' => 'trans//data::static-vat-exemption-reason.static_vat_exemption_reason',
5+
'plural' => 'trans//data::static-vat-exemption-reason.static_vat_exemption_reasons',
6+
'tabs' => [
7+
'all' => [
8+
'label' => 'trans//core::core.all',
9+
'icon' => 'gmdi-filter-list',
10+
'query' => [],
11+
],
12+
],
13+
'relations' => [],
14+
'taxonomies' => [],
15+
];

0 commit comments

Comments
 (0)