Skip to content

Commit

Permalink
v1.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Dec 1, 2021
1 parent f223247 commit f97a3af
Show file tree
Hide file tree
Showing 6 changed files with 3,753 additions and 13 deletions.
5 changes: 3 additions & 2 deletions debian/changelog
@@ -1,4 +1,4 @@
php-spojenet-abraflexi (2.18) UNRELEASED; urgency=medium
php-spojenet-abraflexi (2.19) UNRELEASED; urgency=medium

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

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

flexipeehp (1.12) experimental; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Library for easy interaction with czech accounting system AbraFlexi.",
"homepage": "https://github.com/Spoje-NET/php-abraflexi",
"license": "GPL-2.0+",
"version": "2.18",
"version": "2.19",
"type": "library",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/AbraFlexi/Date.php
Expand Up @@ -38,8 +38,8 @@ public function __construct(string $flexidate = 'NOW') {
$format = RO::$DateFormat . 'Z';
} elseif (!empty($flexidate) && ($flexidate != 'NOW')) {
$format = RO::$DateFormat;
if(strstr($flexidate, ':')){
$format.='-i:s';
if (strstr($flexidate, ':')) {
$format .= '-i:s';
}
}
parent::__construct(empty($format) ? null : \DateTime::createFromFormat($format, $flexidate)->setTime(0, 0)->format(\DateTimeInterface::ATOM));
Expand Down
6 changes: 0 additions & 6 deletions src/AbraFlexi/FakturaPrijata.php
Expand Up @@ -11,12 +11,6 @@

namespace AbraFlexi;

use AbraFlexi\Firma;
use AbraFlexi\RW;
use AbraFlexi\Stitky;
use AbraFlexi\SubItems;
use AbraFlexi\Sum;

/**
* Incoming invoice
*
Expand Down
1,511 changes: 1,510 additions & 1 deletion static/Properties.adresar.json

Large diffs are not rendered by default.

2,238 changes: 2,237 additions & 1 deletion static/Relations.json

Large diffs are not rendered by default.

0 comments on commit f97a3af

Please sign in to comment.