Skip to content

Commit

Permalink
release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Oct 1, 2019
1 parent 60060a7 commit 55b8275
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .phpunit.result.cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doc:

phpunit:
composer update
phpunit --bootstrap tests/bootstrap.php
./vendor/bin/phpunit --bootstrap tests/bootstrap.php

changelog:
VERSION=`cat debian/composer.json | grep version | awk -F'"' '{print $$4}'`; \
Expand Down
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# php-FlexiBee-Bricks
![Project Logo](https://raw.githubusercontent.com/VitexSoftware/php-flexibee-bricks/master/project-logo.png "Project Logo")

[![Build Status](https://travis-ci.org/VitexSoftware/Ease-PHP-Bricks.svg?branch=master)](https://travis-ci.org/VitexSoftware/Ease-PHP-Bricks)
[![Build Status](https://travis-ci.org/VitexSoftware/php-flexibee-bricks.svg?branch=master)](https://travis-ci.org/VitexSoftware/php-flexibee-bricks)
[![GitHub stars](https://img.shields.io/github/stars/VitexSoftware/php-flexibee-bricks.svg)](https://github.com/VitexSoftware/php-flexibee-bricks/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/VitexSoftware/php-flexibee-bricks.svg)](https://github.com/VitexSoftware/php-flexibee-bricks/issues)
[![GitHub license](https://img.shields.io/github/license/VitexSoftware/php-flexibee-bricks.svg)](https://github.com/VitexSoftware/php-flexibee-bricks/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/VitexSoftware/php-flexibee-bricks.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FVitexSoftware%2Fphp-flexibee-bricks)

Examples how to use [FlexiPeeHP](https://github.com/Spoje-NET/FlexiPeeHP) Library for FlexiBee with EasePHP Framework widgets
Examples how to use [php-flexibee](https://github.com/Spoje-NET/php-flexibee) Library for FlexiBee with EasePHP Framework widgets

Příklady použití knihovny [FlexiPeeHP](https://github.com/Spoje-NET/FlexiPeeHP) pro [FlexiBee](https://flexibee.eu/)
Příklady použití knihovny [php-flexibee](https://github.com/Spoje-NET/php-flexibee) pro [FlexiBee](https://flexibee.eu/)


Instalace
Expand Down Expand Up @@ -48,30 +48,29 @@ Zatím několik málo praktických ukázek určený k použití ve vašich aplik
| [parse-cmdline.php](src/parse-cmdline.php) | Parser parametrů příkazové řádky
| [RegisterAddress.php](src/RegisterAddress.php) | Ukázka použití registračního formuláře
| [UpomenNeplatice.php](src/UpomenNeplatice.php) | Rozešle neplatičům upomínky
| [webhook.php](src/RegisterAddress.php) | Endpoint pro příjem WebHooků
| [webhook.php](src/webhook.php) | Endpoint pro příjem WebHooků

# Třídy v FlexiPeeHP/Bricks/:
# Třídy v php-flexibee/Bricks/:

| Soubor | Popis |
| ------------------------------------------------------------- | --------------------------------------|
| [Convertor.php](src/FlexiPeeHP/Bricks/Convertor.php) | Konvertor dokladů
| [Customer.php](src/FlexiPeeHP/Bricks/Customer.php) | Zákazník
| [GdprLog.php](src/FlexiPeeHP/Bricks/GdprLog.php) | GDPR Logger s podporou pro FlexiBee
| [GateKeeper.php](src/FlexiPeeHP/Bricks/GateKeeper.php) | Kontroluje zdali je shodná firma uživatele a dokladu
| [HookReciever.php](src/FlexiPeeHP/Bricks/HookReciever.php) | Příjmač WebHooků
| [PotvrzeniUhrady.php](src/FlexiPeeHP/Bricks/HookReciever.php) | Třída potvrzující došlou úhradu
| [ParovacFaktur.php](src/FlexiPeeHP/Bricks/ParovacFaktur.php) | Párovač faktur
| Soubor | Popis |
| --------------------------------------------------------------- | --------------------------------------|
| [Convertor.php](src/php-flexibee/Bricks/Convertor.php) | Konvertor dokladů
| [Customer.php](src/php-flexibee/Bricks/Customer.php) | Zákazník
| [GdprLog.php](src/php-flexibee/Bricks/GdprLog.php) | GDPR Logger s podporou pro FlexiBee
| [GateKeeper.php](src/php-flexibee/Bricks/GateKeeper.php) | Kontroluje zdali je shodná firma uživatele a dokladu
| [PotvrzeniUhrady.php](src/php-flexibee/Bricks/HookReciever.php) | Třída potvrzující došlou úhradu
| [ParovacFaktur.php](src/php-flexibee/Bricks/ParovacFaktur.php) | Párovač faktur

# Třídy v FlexiPeeHP/Bricks/ui:
# Třídy v php-flexibee/Bricks/ui:

| Soubor | Popis |
| ------------------------------------------------------------- | --------------------------------------|
| [CompanyLogo.php](src/FlexiPeeHP/Bricks/ui/CompanyLogo.php) | Logo Firmy
| [FlexiBeeLogo.php](src/FlexiPeeHP/Bricks/ui/FlexiBeeLogo.php) | Logo FlexiBee
| [EmbedResponsiveHTML.php](src/FlexiPeeHP/Bricks/ui/EmbedResponsiveHTML.php)| Třída pro zobrazení HTML dokumentu na stránce
| [EmbedResponsivePDF.php](src/FlexiPeeHP/Bricks/ui/EmbedResponsivePDF.php) | Třída pro zobrazení PDF dokumentu na stránce
| [RecordTypeSelect.php](src/FlexiPeeHP/Bricks/ui/RecordTypeSelect.php) | Nabídka pro výběr typu dokumnetu
| [RecordChooser.php](src/FlexiPeeHP/Bricks/ui/RecordChooser.php) | Nabídka pro výběr záznamu zaleožený na [Selectize.js](https://selectize.github.io/selectize.js/)
| [CompanyLogo.php](src/php-flexibee/Bricks/ui/CompanyLogo.php) | Logo Firmy
| [FlexiBeeLogo.php](src/php-flexibee/Bricks/ui/FlexiBeeLogo.php) | Logo FlexiBee
| [EmbedResponsiveHTML.php](src/php-flexibee/Bricks/ui/EmbedResponsiveHTML.php)| Třída pro zobrazení HTML dokumentu na stránce
| [EmbedResponsivePDF.php](src/php-flexibee/Bricks/ui/EmbedResponsivePDF.php) | Třída pro zobrazení PDF dokumentu na stránce
| [RecordTypeSelect.php](src/php-flexibee/Bricks/ui/RecordTypeSelect.php) | Nabídka pro výběr typu dokumnetu
| [RecordChooser.php](src/php-flexibee/Bricks/ui/RecordChooser.php) | Nabídka pro výběr záznamu zaleožený na [Selectize.js](https://selectize.github.io/selectize.js/)


Ukázky ve složce [Examples](Examples)
Expand Down Expand Up @@ -109,7 +108,8 @@ Debian/Ubuntu

Pro Linux jsou k dispozici .deb balíčky. Prosím použijte repo:

wget -O - http://v.s.cz/[email protected]|sudo apt-key add -
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/ease.list
apt update
apt install php-flexibee-bricks

echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install php-flexibee-bricks
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"autoload-dev": {
"psr-4": {
"Test\\Ease\\": "vendor/vitexsoftware/ease-framework/tests/src/Ease",
"Test\\Ease\\": "vendor/vitexsoftware/ease-core/tests/src/Ease",
"Test\\FlexiPeeHP\\Bricks\\": "testing/FlexiPeeHP/Bricks",
"Test\\FlexiPeeHP\\ui\\": "testing/FlexiPeeHP/ui",
"Test\\FlexiPeeHP\\": "vendor/spoje.net/flexipeehp/testing/src/FlexiPeeHP/",
"Test\\FlexiPeeHP\\": "vendor/spoje.net/flexibee/testing/src/FlexiPeeHP/",
"Test\\": "testing/"
}
},
"require-dev": {
"codeception/codeception": "*",
"phpunit/phpunit": "^8"
"phpunit/phpunit": "*"
}
}
1 change: 0 additions & 1 deletion src/FlexiPeeHP/Bricks/ParovacFaktur.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function __construct($configuration = [])
$key));
}
}
parent::__construct();
$this->banker = new \FlexiPeeHP\Banka(null, $this->config);
}

Expand Down
215 changes: 0 additions & 215 deletions src/FlexiPeeHP/Bricks/WebHookHandler.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
$labeler = new FlexiPeeHP\Stitek();
$labeler->createNew('CHYBIFAKTURA', ['banka']);
$labeler->createNew('NEIDENTIFIKOVANO', ['banka']);
*/
*/
Loading

0 comments on commit 55b8275

Please sign in to comment.