Skip to content

Commit d78731e

Browse files
author
Vítězslav Dvořák
committed
Adds new traits and updates actions for order management
Incorporates multiple traits into the `ObjednavkaVydana` class to enhance functionality and organization. Updates the action identifiers in `Actions.json` to include support for the new `objednavka-prijata` action, improving the order management capabilities. These changes aim to streamline the handling of orders and ensure better maintainability of the code.
1 parent af444c0 commit d78731e

File tree

242 files changed

+242
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+242
-240
lines changed

src/AbraFlexi/ObjednavkaVydana.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@
1919
*/
2020
class ObjednavkaVydana extends RW
2121
{
22+
use stitky;
23+
use firma;
24+
use sum;
25+
use subItems;
26+
use email;
27+
use getChanges;
28+
use lock;
2229
public ?string $evidence = 'objednavka-vydana';
2330
}

src/AbraFlexi/email.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* faktura-prijata
2323
* prodejka
2424
* doklad-k-uhrade
25+
* objednavka-prijata
2526
* objednavka-vydana
2627
* vzajemny-zapocet
2728
* banka

static/Actions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/EvidenceFullList.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/EvidenceList.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Formats.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.adresar-bankovni-ucet.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.adresar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.analyza-zakazky.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.atribut.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)