fix: design flow of writing invoice journal entries.

This commit is contained in:
a.bouhuolia
2021-01-04 17:19:27 +02:00
parent 999e74b405
commit d5151c365e
15 changed files with 377 additions and 473 deletions

View File

@@ -19,7 +19,7 @@ export default class JournalPosterService {
tenantId: number,
referenceId: number|number[],
referenceType: string
) {
): Promise<void> {
const journal = new JournalPoster(tenantId);
const journalCommand = new JournalCommands(journal);