Skip to content

Commit f97a3af

Browse files
committed
v1.19 release
1 parent f223247 commit f97a3af

File tree

6 files changed

+3753
-13
lines changed

6 files changed

+3753
-13
lines changed

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php-spojenet-abraflexi (2.18) UNRELEASED; urgency=medium
1+
php-spojenet-abraflexi (2.19) UNRELEASED; urgency=medium
22

33
[ Vítězslav Dvořák ]
44
* ease-core based
@@ -39,8 +39,9 @@ php-spojenet-abraflexi (2.18) UNRELEASED; urgency=medium
3939
* Relations recovered
4040
* body stripper added
4141
* banka can use subevidence
42+
* v2.19 release
4243

43-
-- vitex <info@vitexsoftware.cz> Fri, 29 Oct 2021 00:32:13 +0200
44+
-- vitex <info@vitexsoftware.cz> Wed, 01 Dec 2021 13:59:22 +0100
4445

4546
flexipeehp (1.12) experimental; urgency=medium
4647

debian/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Library for easy interaction with czech accounting system AbraFlexi.",
44
"homepage": "https://github.com/Spoje-NET/php-abraflexi",
55
"license": "GPL-2.0+",
6-
"version": "2.18",
6+
"version": "2.19",
77
"type": "library",
88
"authors": [
99
{

src/AbraFlexi/Date.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public function __construct(string $flexidate = 'NOW') {
3838
$format = RO::$DateFormat . 'Z';
3939
} elseif (!empty($flexidate) && ($flexidate != 'NOW')) {
4040
$format = RO::$DateFormat;
41-
if(strstr($flexidate, ':')){
42-
$format.='-i:s';
41+
if (strstr($flexidate, ':')) {
42+
$format .= '-i:s';
4343
}
4444
}
4545
parent::__construct(empty($format) ? null : \DateTime::createFromFormat($format, $flexidate)->setTime(0, 0)->format(\DateTimeInterface::ATOM));

src/AbraFlexi/FakturaPrijata.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111

1212
namespace AbraFlexi;
1313

14-
use AbraFlexi\Firma;
15-
use AbraFlexi\RW;
16-
use AbraFlexi\Stitky;
17-
use AbraFlexi\SubItems;
18-
use AbraFlexi\Sum;
19-
2014
/**
2115
* Incoming invoice
2216
*

static/Properties.adresar.json

Lines changed: 1510 additions & 1 deletion
Large diffs are not rendered by default.

static/Relations.json

Lines changed: 2237 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)