Skip to content

Commit

Permalink
Update for AbraFlexi 2023.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Dec 17, 2023
1 parent 552058c commit dc1524e
Show file tree
Hide file tree
Showing 23 changed files with 3,315 additions and 7,349 deletions.
80 changes: 79 additions & 1 deletion src/AbraFlexi/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Actions
*
* @var string
*/
public static $version = '2023.5.3';
public static $version = '2023.6.2';

/**
* Evidence adresar (Adresy firem) Actions.
Expand Down Expand Up @@ -2055,6 +2055,45 @@ class Actions
'isService' => 'NO',
],
];
/**
* Evidence certifikat-finbricks (Klíče Finbricks) Actions.
*
* @var array
*/
public static $certifikatFinbricks = [
'new' => [
'actionId' => 'new',
'actionName' => 'Přidat',
'needInstance' => 'false',
'actionMakesSense' => 'ONLY_WITHOUT_INSTANCE_AND_NOT_IN_CREATE',
'isRealAction' => 'false',
'isService' => 'NO',
],
'copy' => [
'actionId' => 'copy',
'actionName' => 'Vytvořit kopii',
'needInstance' => 'true',
'actionMakesSense' => 'ONLY_WITH_INSTANCE_AND_NOT_IN_EDIT',
'isRealAction' => 'false',
'isService' => 'ON_MOBILE',
],
'edit' => [
'actionId' => 'edit',
'actionName' => 'Změnit',
'needInstance' => 'true',
'actionMakesSense' => 'ONLY_WITH_INSTANCE_AND_NOT_IN_EDIT',
'isRealAction' => 'false',
'isService' => 'NO',
],
'delete' => [
'actionId' => 'delete',
'actionName' => 'Smazat',
'needInstance' => 'true',
'actionMakesSense' => 'ONLY_WITH_INSTANCE',
'isRealAction' => 'false',
'isService' => 'NO',
],
];
/**
* Evidence konst-symbol (Konstantní symboly) Actions.
*
Expand Down Expand Up @@ -8244,6 +8283,45 @@ class Actions
'isService' => 'NO',
],
];
/**
* Evidence ulozene-priznani-dph (Uložené přiznání DPH) Actions.
*
* @var array
*/
public static $ulozenePriznaniDph = [
'new' => [
'actionId' => 'new',
'actionName' => 'Přidat',
'needInstance' => 'false',
'actionMakesSense' => 'ONLY_WITHOUT_INSTANCE_AND_NOT_IN_CREATE',
'isRealAction' => 'false',
'isService' => 'NO',
],
'copy' => [
'actionId' => 'copy',
'actionName' => 'Vytvořit kopii',
'needInstance' => 'true',
'actionMakesSense' => 'ONLY_WITH_INSTANCE_AND_NOT_IN_EDIT',
'isRealAction' => 'false',
'isService' => 'ON_MOBILE',
],
'edit' => [
'actionId' => 'edit',
'actionName' => 'Změnit',
'needInstance' => 'true',
'actionMakesSense' => 'ONLY_WITH_INSTANCE_AND_NOT_IN_EDIT',
'isRealAction' => 'false',
'isService' => 'NO',
],
'delete' => [
'actionId' => 'delete',
'actionName' => 'Smazat',
'needInstance' => 'true',
'actionMakesSense' => 'ONLY_WITH_INSTANCE',
'isRealAction' => 'false',
'isService' => 'NO',
],
];
/**
* Evidence radek-priznani-dph (Uložené řádky přiznání DPH) Actions.
*
Expand Down
Loading

0 comments on commit dc1524e

Please sign in to comment.