mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Rest of invoice designs (#3341)
* Invoice designs * Fix template formatting * Fix templates & variables passed
This commit is contained in:
parent
f57339f185
commit
be4cacf198
File diff suppressed because one or more lines are too long
154
app/Designs/Business.php
Normal file
154
app/Designs/Business.php
Normal file
File diff suppressed because one or more lines are too long
147
app/Designs/Clean.php
Normal file
147
app/Designs/Clean.php
Normal file
File diff suppressed because one or more lines are too long
157
app/Designs/Creative.php
Normal file
157
app/Designs/Creative.php
Normal file
File diff suppressed because one or more lines are too long
150
app/Designs/CreativeRed.php
Normal file
150
app/Designs/CreativeRed.php
Normal file
File diff suppressed because one or more lines are too long
144
app/Designs/Hipster.php
Normal file
144
app/Designs/Hipster.php
Normal file
File diff suppressed because one or more lines are too long
146
app/Designs/Photo.php
Normal file
146
app/Designs/Photo.php
Normal file
File diff suppressed because one or more lines are too long
135
app/Designs/Plain.php
Normal file
135
app/Designs/Plain.php
Normal file
File diff suppressed because one or more lines are too long
@ -47,6 +47,7 @@ trait MakesInvoiceValues
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private static $labels = [
|
private static $labels = [
|
||||||
|
'invoice',
|
||||||
'date',
|
'date',
|
||||||
'due_date',
|
'due_date',
|
||||||
'invoice_number',
|
'invoice_number',
|
||||||
@ -250,7 +251,7 @@ trait MakesInvoiceValues
|
|||||||
public function makeValues($contact = null) :array
|
public function makeValues($contact = null) :array
|
||||||
{
|
{
|
||||||
if (!$this->client->currency() || !$this->client) {
|
if (!$this->client->currency() || !$this->client) {
|
||||||
throw new Exception(debug_backtrace()[1]['function'], 1);
|
throw new \Exception(debug_backtrace()[1]['function'], 1);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user