Fully translate invoices
This commit is contained in:
parent
53bc9b8051
commit
1d8e0e22dd
3 changed files with 3 additions and 328 deletions
|
@ -225,13 +225,14 @@ class PaymentController extends Controller
|
|||
|
||||
$invoice = Invoice::make()
|
||||
->template('controlpanel')
|
||||
->name(__("Invoice"))
|
||||
->buyer($customer)
|
||||
->seller($seller)
|
||||
->discountByPercent(0)
|
||||
->taxRate(floatval($paypalProduct->getTaxPercent()))
|
||||
->shipping(0)
|
||||
->addItem($item)
|
||||
->status(__('invoices::invoice.paid'))
|
||||
->status(__('Paid'))
|
||||
->series(now()->format('mY'))
|
||||
->delimiter("-")
|
||||
->sequence($newInvoiceID)
|
||||
|
|
|
@ -310,7 +310,7 @@
|
|||
@if($invoice->hasItemOrInvoiceDiscount())
|
||||
<tr>
|
||||
<td colspan="{{ $invoice->table_columns - 2 }}" class="border-0"></td>
|
||||
<td class="text-right pl-0">{{ __('Total Discount') }}</td>
|
||||
<td class="text-right pl-0">{{ __('Total discount') }}</td>
|
||||
<td class="text-right pr-0">
|
||||
{{ $invoice->formatCurrency($invoice->total_discount) }}
|
||||
</td>
|
||||
|
|
326
resources/views/vendor/translation-manager/index.php
vendored
326
resources/views/vendor/translation-manager/index.php
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue