feat: one-click demo account

This commit is contained in:
Ahmed Bouhuolia
2024-08-22 19:21:23 +02:00
parent 59f480f9d5
commit 4a99f6c0cf
15 changed files with 83 additions and 43 deletions

View File

@@ -32,7 +32,8 @@ export class InvoiceInventoryTransactions {
const inventoryEntries =
await this.itemsEntriesService.filterInventoryEntries(
tenantId,
saleInvoice.entries
saleInvoice.entries,
trx
);
const transaction = {
transactionId: saleInvoice.id,