Filename | ![]() |
Version | 0.10.3 |
Age in days | 1564 |
Release date | 2021 03. 20. |
Size | 8.65 KB |
id | 100 |
Name | flexibee-tools |
Package | |
Appname | |
Essential | |
Vendor | |
License | |
Distribution | sid |
Suite | main |
Source | |
Architecture | binary-i386 |
MultiArch | |
Maintainer | Vítězslav Dvořák |
InstalledSize | 57 |
Depends | composer , php-cli , php-spojenet-flexibee , jaspercompiler |
PreDepends | |
Breaks | |
Enhances | |
Replaces | flexibee-testing-tools |
Section | devel |
Priority | optional |
Description | commandline FlexiBee tools |
LongDescription | Set of tools allowning interact with Abra FlexBee on command line |
AutoBuiltPackage | |
Filename | pool/sid/main/f/flexibee-tools/flexibee-tools_0.10.3_all.deb |
MD5sum | 88beb8751f42dddfb1fb94443957e73f |
SHA1 | ae6214d38fe197d541250054197de7de35ae6012 |
SHA256 | 0608cc8c59bc905ee0ef5aa9b2f06e1cb1cd57c750ee3ab2db8d2a8091e41d61 |
SHA512 | 92c35bd6ce98838873c4c2393b556fe2b609baf8b97e10e5273bc7fb141873307a4efbde9cdd67b8b937aaec63e54da35d3e7a277b28b36b8c61fd3c2c5e96dc |
Size | 8856 |
Auto-Built-Package | |
Homepage | https://github.com/VitexSoftware/FlexiBee-Tools |
Provides | |
Suggests | flexibee-server , php-flexibee-config |
Existing | 1 |
fileMtime | 2021-03-20 03:24:22 |
created | 2021-03-20 03:24:32 |
updated | 0000-00-00 00:00:00 |
./ | |
./usr/ | |
./usr/bin/ | |
./usr/bin/fbcp | 1243 |
./usr/bin/fbdc | 1252 |
./usr/bin/fbget | 1238 |
./usr/bin/fbnc | 1253 |
./usr/bin/fbput | 1238 |
./usr/bin/fbwh | 1253 |
./usr/bin/fbwhwipe | 1251 |
./usr/bin/flexibee-fake-address | 1256 |
./usr/bin/upreport | 1253 |
./usr/share/ | |
./usr/share/doc/ | |
./usr/share/doc/flexibee-tools/ | |
./usr/share/doc/flexibee-tools/changelog.gz | 327 |
./usr/share/flexibee-tools/ | |
./usr/share/flexibee-tools/README.md | 4952 |
./usr/share/flexibee-tools/composer.json | 1122 |
./usr/share/flexibee-tools/fakeAddress.php | 1865 |
./usr/share/flexibee-tools/fbcp.php | 2874 |
./usr/share/flexibee-tools/fbdc.php | 1904 |
./usr/share/flexibee-tools/fbget.php | 2819 |
./usr/share/flexibee-tools/fbnc.php | 1870 |
./usr/share/flexibee-tools/fbput.php | 2255 |
./usr/share/flexibee-tools/fbwh.php | 1616 |
./usr/share/flexibee-tools/fbwhwipe.php | 1190 |
./usr/share/flexibee-tools/upreport.php | 1598 |
./ | |
./usr/ | |
./usr/bin/ | |
./usr/bin/fbcp | 1243 |
./usr/bin/fbdc | 1252 |
./usr/bin/fbget | 1238 |
./usr/bin/fbnc | 1253 |
./usr/bin/fbput | 1238 |
./usr/bin/fbwh | 1253 |
./usr/bin/fbwhwipe | 1251 |
./usr/bin/flexibee-fake-address | 1256 |
./usr/bin/upreport | 1253 |
./usr/share/ | |
./usr/share/doc/ | |
./usr/share/doc/flexibee-tools/ | |
./usr/share/doc/flexibee-tools/changelog.gz | 327 |
./usr/share/flexibee-tools/ | |
./usr/share/flexibee-tools/README.md | 4952 |
./usr/share/flexibee-tools/composer.json | 1122 |
./usr/share/flexibee-tools/fakeAddress.php | 1865 |
./usr/share/flexibee-tools/fbcp.php | 2874 |
./usr/share/flexibee-tools/fbdc.php | 1904 |
./usr/share/flexibee-tools/fbget.php | 2819 |
./usr/share/flexibee-tools/fbnc.php | 1870 |
./usr/share/flexibee-tools/fbput.php | 2255 |
./usr/share/flexibee-tools/fbwh.php | 1616 |
./usr/share/flexibee-tools/fbwhwipe.php | 1190 |
./usr/share/flexibee-tools/upreport.php | 1598 |
Set of commandline tools for interaction with FlexiBee server
Obtain record data from FlexiBee
Usage:
fbget -eevidence-name -iRowID [-u] [-cpath] [column names to show]
-p path to custom config file -u show record URL
Example:
~$ fbget -v -u -c /etc/flexibee/localhost-client.json -e adresar -i 666 kod nazev
https://localhost:5434/c/spoje_net_s_r_o_/adresar/666&detail=custom:kod,nazev
{
"external-ids": [
"ext:subreg:36699",
"ext:ipex:58487"
],
"id": "666",
"kod": "VITEX",
"nazev": "V\u00edt\u011bzslav Dvo\u0159\u00e1k",
"kontakty": [
{
"id": "2371"
}
]
}
Insert or update record data in FlexiBee
Usage:
fbput -eevidence -iRowID [-cpath] [-u] [--colum-name=value] [--colum-name2=value2] ...
-p path to custom config file -u show record URL
Example:
fbput.php --evidence adresar -i 333 -u --nazev=Zmeneno
https://demo.flexibee.eu:5434/c/demo/adresar/333
{"winstrom":{"@version":"1.0","success":"true","stats":{"created":"0","updated":"1","deleted":"0","skipped":"0","failed":"0"},"results":[{"id":"333","request-id":"333","ref":"
Copy one FlexiBee company to another FlexiBee
Usage:
fbcp https://user:password@flexibee.source.cz:5434/c/firma_a_s_ https://user:password@flexibee.destination.cz:5434/c/firma_a_s_ [production]
Use production parameter to keep EET, Auto Sending Mails and WebHooks enabled in restored company.
Example:
fbcp https://lgn:pwd@company.flexibee.eu:5434/c/company_name https://lgn2:pwd2@vitexsoftware.flexibee.eu:5434/c/company_name
04/14/18 13:57:18 `FlexiPeeHP\Company` ⓘ saving backup
04/14/18 13:57:25 `FlexiPeeHP\Company` ❁ backup saved
04/14/18 13:57:26 `FlexiPeeHP\Company` ⓘ Remove company before restore
04/14/18 13:57:27 `FlexiPeeHP\Company` ☠ JSON Decoder: Syntax error
04/14/18 13:57:27 `FlexiPeeHP\Company` ⚙ ok
04/14/18 13:57:27 `FlexiPeeHP\Company` ❁ restore begin
04/14/18 13:57:58 `FlexiPeeHP\Company` ❁ backup restored
fbnc new_company_name
fbnc https://user:password@flexibee.source.cz:5434/c/nova_firma_a_s_
fbdc company_to_delete
fbdc https://user:password@flexibee.source.cz:5434/c/smazat_firma_a_s_
{
"FLEXIBEE_URL": "https:\/\/demo.flexibee.eu:5434",
"FLEXIBEE_LOGIN": "winstrom",
"FLEXIBEE_PASSWORD": "winstrom",
"FLEXIBEE_COMPANY": "demo"
}
Default config file location is /etc/flexibee/client.json ( also provided by php-flexibee-config debian package )
Drop all webHooks
fbwhwipe [custom config file]
Register new webhook in FlexiBee
fbwh http://webhook.processor/url [xml|json] [custom/config.json]
Upload or Compile & Upload report files: https://github.com/Vitexus/winstrom-reports
upreport <code:recordIdent> <formInfoCode> <reportfile.jrxml|jasper>
This tool do not use config file. Only environment variables like FLEXIBEE_URL.
To install tools into vendor/bin please use composer:
composer require vitexsoftware/flexibee-tools
For Debian or Ubuntu please use repo:
wget -O - http://v.s.cz/info@vitexsoftware.cz.gpg.key|sudo apt-key add -
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/vitexsoftware.list
aptitude update
aptitude install flexibee-tools
Note: Debian package depends on php-flexibee-config package
We use:
Version | Download/Install count | Last hit |
---|