akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -19,7 +19,7 @@ return [
'invoice_recur_customer' => [
'subject' => 'Sąskaita-faktūra {invoice_number} sukurta',
'body' => 'Dear {customer_name},<br /><br />Based on your recurring circle, we have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us with any questions.<br /><br />Best Regards,<br />{company_name}',
'body' => 'Dear {customer_name},<br /><br />Based on your recurring circle, we have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
],
'invoice_recur_admin' => [
@ -29,7 +29,7 @@ return [
'invoice_payment_customer' => [
'subject' => 'Payment received for {invoice_number} invoice',
'body' => 'Dear {customer_name},<br /><br />Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br />Amount: <strong>{transaction_total}</strong><br />Date: <strong>{transaction_paid_date}</strong><br />Invoice Number: <strong>{invoice_number}</strong><br />-------------------------------------------------<br /><br />You can always see the invoice details from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us with any questions.<br /><br />Best Regards,<br />{company_name}',
'body' => 'Dear {customer_name},<br /><br />Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br />Amount: <strong>{transaction_total}</strong><br />Date: <strong>{transaction_paid_date}</strong><br />Invoice Number: <strong>{invoice_number}</strong><br />-------------------------------------------------<br /><br />You can always see the invoice details from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
],
'invoice_payment_admin' => [

View File

@ -4,7 +4,6 @@ return [
'invoice_number' => 'Sąskaitos-faktūros numeris',
'invoice_date' => 'Sąskaitos-faktūros data',
'invoice_amount' => 'Sąskaitos suma',
'total_price' => 'Bendra kaina',
'due_date' => 'Terminas',
'order_number' => 'Užsakymo numeris',

View File

@ -2,7 +2,7 @@
return [
'sales_price' => 'Pardavimo kaina',
'sale_price' => 'Pardavimo kaina',
'purchase_price' => 'Pirkimo kaina',
];

View File

@ -2,29 +2,26 @@
return [
'this_year' => 'Šiais metais',
'previous_year' => 'Ankstesniais metais',
'this_quarter' => 'Šį ketvirtį',
'previous_quarter' => 'Praėjusį ketvirtį',
'last_12_months' => 'Per paskutinius 12 mėnesių',
'profit_loss' => 'Pelnas ir nuostoliai',
'gross_profit' => 'Grynasis pelnas',
'net_profit' => 'Pelnas prieš mokesčius',
'total_expenses' => 'Iš viso išlaidų',
'net' => 'NET',
'income_expense' => 'Pajamos / išlaidos',
'summary' => [
'income' => 'Pajamų suvestinė',
'expense' => 'Išlaidų suvestinė',
'income_expense' => 'Pajamos / išlaidos',
'tax' => 'Mokesčių suvestinė',
],
'this_year' => 'Šiais metais',
'previous_year' => 'Ankstesniais metais',
'this_quarter' => 'Šį ketvirtį',
'previous_quarter' => 'Praėjusį ketvirtį',
'last_12_months' => 'Per paskutinius 12 mėnesių',
'profit_loss' => 'Pelnas ir nuostoliai',
'gross_profit' => 'Grynasis pelnas',
'net_profit' => 'Pelnas prieš mokesčius',
'total_expenses' => 'Iš viso išlaidų',
'net' => 'NET',
'income_expense' => 'Pajamos / išlaidos',
'income_summary' => 'Pajamų suvestinė',
'expense_summary' => 'Išlaidų suvestinė',
'income_expense_summary' => 'Pajamos / išlaidos',
'tax_summary' => 'Mokesčių suvestinė',
'charts' => [
'line' => 'Eilutė',
'bar' => 'Stulpelis',
'pie' => 'Skritulinė',
'line' => 'Eilutė',
'bar' => 'Stulpelis',
'pie' => 'Skritulinė',
],
];