mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
fef3dfc789
commit
bd5472994b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
|||||||
/app/config/ubuntu
|
/app/config/ubuntu
|
||||||
/app/config/packages/anahkiasen/rocketeer/
|
/app/config/packages/anahkiasen/rocketeer/
|
||||||
/app/storage
|
/app/storage
|
||||||
|
/public/logo
|
||||||
/public/build
|
/public/build
|
||||||
/public/vendor
|
/public/vendor
|
||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
|
@ -73,8 +73,8 @@ class AccountController extends \BaseController {
|
|||||||
$ninjaAccount = $this->getNinjaAccount();
|
$ninjaAccount = $this->getNinjaAccount();
|
||||||
$ninjaClient = $this->getNinjaClient($ninjaAccount);
|
$ninjaClient = $this->getNinjaClient($ninjaAccount);
|
||||||
|
|
||||||
|
//$invoice = new Invoice();
|
||||||
|
//$ninjaClient->invoices()->save($invoice);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getNinjaAccount()
|
private function getNinjaAccount()
|
||||||
|
@ -229,10 +229,10 @@ return array(
|
|||||||
'cloned_invoice' => 'Successfully cloned invoice',
|
'cloned_invoice' => 'Successfully cloned invoice',
|
||||||
'emailed_invoice' => 'Successfully emailed invoice',
|
'emailed_invoice' => 'Successfully emailed invoice',
|
||||||
'and_created_client' => 'and created client',
|
'and_created_client' => 'and created client',
|
||||||
'archived_invoice' => 'Successfully archived credit',
|
'archived_invoice' => 'Successfully archived invoice',
|
||||||
'archived_invoices' => 'Successfully archived :count credits',
|
'archived_invoices' => 'Successfully archived :count invoices',
|
||||||
'deleted_invoice' => 'Successfully deleted credit',
|
'deleted_invoice' => 'Successfully deleted invoice',
|
||||||
'deleted_invoices' => 'Successfully deleted :count credits',
|
'deleted_invoices' => 'Successfully deleted :count invoices',
|
||||||
|
|
||||||
'created_payment' => 'Successfully created payment',
|
'created_payment' => 'Successfully created payment',
|
||||||
'archived_payment' => 'Successfully archived payment',
|
'archived_payment' => 'Successfully archived payment',
|
||||||
|
@ -230,10 +230,10 @@ return array(
|
|||||||
'cloned_invoice' => 'Successfully cloned invoice',
|
'cloned_invoice' => 'Successfully cloned invoice',
|
||||||
'emailed_invoice' => 'Successfully emailed invoice',
|
'emailed_invoice' => 'Successfully emailed invoice',
|
||||||
'and_created_client' => 'and created client',
|
'and_created_client' => 'and created client',
|
||||||
'archived_invoice' => 'Successfully archived credit',
|
'archived_invoice' => 'Successfully archived invoice',
|
||||||
'archived_invoices' => 'Successfully archived :count credits',
|
'archived_invoices' => 'Successfully archived :count invoices',
|
||||||
'deleted_invoice' => 'Successfully deleted credit',
|
'deleted_invoice' => 'Successfully deleted invoice',
|
||||||
'deleted_invoices' => 'Successfully deleted :count credits',
|
'deleted_invoices' => 'Successfully deleted :count invoices',
|
||||||
|
|
||||||
'created_payment' => 'Successfully created payment',
|
'created_payment' => 'Successfully created payment',
|
||||||
'archived_payment' => 'Successfully archived payment',
|
'archived_payment' => 'Successfully archived payment',
|
||||||
|
@ -230,10 +230,10 @@ return array(
|
|||||||
'cloned_invoice' => 'Successfully cloned invoice',
|
'cloned_invoice' => 'Successfully cloned invoice',
|
||||||
'emailed_invoice' => 'Successfully emailed invoice',
|
'emailed_invoice' => 'Successfully emailed invoice',
|
||||||
'and_created_client' => 'and created client',
|
'and_created_client' => 'and created client',
|
||||||
'archived_invoice' => 'Successfully archived credit',
|
'archived_invoice' => 'Successfully archived invoice',
|
||||||
'archived_invoices' => 'Successfully archived :count credits',
|
'archived_invoices' => 'Successfully archived :count invoices',
|
||||||
'deleted_invoice' => 'Successfully deleted credit',
|
'deleted_invoice' => 'Successfully deleted invoice',
|
||||||
'deleted_invoices' => 'Successfully deleted :count credits',
|
'deleted_invoices' => 'Successfully deleted :count invoices',
|
||||||
|
|
||||||
'created_payment' => 'Successfully created payment',
|
'created_payment' => 'Successfully created payment',
|
||||||
'archived_payment' => 'Successfully archived payment',
|
'archived_payment' => 'Successfully archived payment',
|
||||||
|
@ -229,10 +229,10 @@ return array(
|
|||||||
'cloned_invoice' => 'Fatura clonada com sucesso',
|
'cloned_invoice' => 'Fatura clonada com sucesso',
|
||||||
'emailed_invoice' => 'Fatura enviada por email com sucesso',
|
'emailed_invoice' => 'Fatura enviada por email com sucesso',
|
||||||
'and_created_client' => 'e o cliente foi criado',
|
'and_created_client' => 'e o cliente foi criado',
|
||||||
'archived_invoice' => 'Crédito arquivado com sucesso',
|
'archived_invoice' => 'Fatura arquivado com sucesso',
|
||||||
'archived_invoices' => ':count créditos arquivados com sucesso',
|
'archived_invoices' => ':count faturas arquivados com sucesso',
|
||||||
'deleted_invoice' => 'Créditos apagados com sucesso',
|
'deleted_invoice' => 'Fatura apagados com sucesso',
|
||||||
'deleted_invoices' => ':count créditos apagados com sucesso',
|
'deleted_invoices' => ':count faturas apagados com sucesso',
|
||||||
|
|
||||||
'created_payment' => 'Pagamento criado com sucesso',
|
'created_payment' => 'Pagamento criado com sucesso',
|
||||||
'archived_payment' => 'Pagamento arquivado com sucesso',
|
'archived_payment' => 'Pagamento arquivado com sucesso',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user