2017 © Pedro Peláez
 

library flexibee-testing-tools

Several FlexiBee Testing Tools.

image

vitexsoftware/flexibee-testing-tools

Several FlexiBee Testing Tools.

  • Sunday, June 24, 2018
  • by vitex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FlexiBee-Tools

Set of commandline tools for interaction with FlexiBee server, (*1)

Project Logo, (*2)

FlexiBee Get

Obtain record data from FlexiBee, (*3)

Usage:, (*4)

fbget -eevidence-name -iRowID [-u] [-cpath] [column names to show] 

-p path to custom config file -u show record URL, (*5)

Example:, (*6)

~$ 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"
        }
    ]
}

FlexiBee PUT

Insert or update record data in FlexiBee, (*7)

Usage:, (*8)

fbput -eevidence -iRowID [-cpath] [-u] [--colum-name=value] [--colum-name2=value2] ...

-p path to custom config file -u show record URL, (*9)

Example:, (*10)

fbput.php --evidence adresar -i 333 -u --nazev=Zmeneno, (*11)

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":"

FlexiBee company Copy

Copy one FlexiBee company to another FlexiBee, (*12)

Usage:, (*13)

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., (*14)

Example:, (*15)

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

Create New Company in FlexiBee

    fbnc  new_company_name
    fbnc  https://user:password@flexibee.source.cz:5434/c/nova_firma_a_s_

Delete Company in FlexiBee

    fbdc company_to_delete
    fbdc https://user:password@flexibee.source.cz:5434/c/smazat_firma_a_s_

Configuration file example

{
    "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 ), (*16)

WebHooks Wipe

Drop all webHooks, (*17)

    fbwhwipe [custom config file] 

WebHook establish

Register new webhook in FlexiBee, (*18)

    fbwh  http://webhook.processor/url [xml|json] [custom/config.json]

Report Uploader

Upload or Compile & Upload report files: https://github.com/Vitexus/winstrom-reports, (*19)

upreport  <code:recordIdent> <formInfoCode> <reportfile.jrxml|jasper>

This tool do not use config file. Only environment variables like FLEXIBEE_URL., (*20)

Installation

To install tools into vendor/bin please use composer:, (*21)

composer require vitexsoftware/flexibee-tools

For Debian or Ubuntu please use repo:, (*22)

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

Debian Installation, (*23)

Note: Debian package depends on php-flexibee-config package, (*24)

We use:, (*25)

Thanks to:

The Versions

24/06 2018

dev-master

9999999-dev

Several FlexiBee Testing Tools.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar vitex