-
Notifications
You must be signed in to change notification settings - Fork 127
/
project.php
34 lines (33 loc) · 853 Bytes
/
project.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
return [
'date_format' => 'Y-m-d',
'time_format' => 'H:i:s',
'datetime_format' => 'Y-m-d H:i:s',
'flatpickr_date_format' => 'Y-m-d',
'flatpickr_time_format' => 'H:i:S',
'flatpickr_datetime_format' => 'Y-m-d H:i:S',
'footer_text' => 'Mystock is a free open source stock management system',
'pagination' => [
'options' => [
10,
25,
50,
100,
],
],
'invoiceLayout' => [
'name' => 'Default',
'highlight_color' => '#000000',
'image' => '',
'header' => '',
'footer' => '',
'is_default' => 1,
'not_paid' => '',
'paid' => '',
'show_customer' => 1,
'show_supplier' => 1,
'show_shipping' => 1,
'show_order_tax' => 1,
'show_discount' => 1,
],
];