Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 5fb2b38b erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

feat: new interface ErpTransactionsInterface

Übergeordneter 8d961a64
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!80fix: phpstan fixes + breaking changes,!79fix: phpstan fixes + breaking changes
<?php
namespace QUI\ERP;
use QUI;
use QUI\ERP\Accounting\ArticleList;
use QUI\ERP\Accounting\ArticleListUnique;
use QUI\ERP\Accounting\Calculations;
use QUI\ERP\Accounting\Payments\Transactions\Transaction;
use QUI\ERP\Address as ErpAddress;
use QUI\ERP\User as ErpUser;
use QUI\Interfaces\Users\User;
interface ErpTransactionsInterface
{
public function linkTransaction(Transaction $Transaction): void;
public function addTransaction(Transaction $Transaction): void;
}
\ No newline at end of file
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren