mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
performa invoice
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class CreatePerformaInvoiceTransactionProcessor
|
||||
$billNumber = $this->generatesTransactionBillNumber->execute('PERFORMA-');
|
||||
|
||||
$outstanding = $this->calculatesBookingOutstanding->execute($booking);
|
||||
|
||||
dd($outstanding);
|
||||
$conversionObject = new CurrencyConversionObject(floatval(str_replace(',', '', $outstanding)), $booking->convertible_currency_id, $booking->service_id, $booking->fix_currency_id === 1 ? 0:1, PaymentMethodType::CASH);
|
||||
$this->generatesBookingQuotation->execute(
|
||||
$this->fetchesBookingQuotation->execute($booking->company, $conversionObject),
|
||||
|
||||
Reference in New Issue
Block a user