v2 first commit
This commit is contained in:
@ -3,14 +3,16 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Change company name, email, address, tax number etc',
|
||||
'name' => 'Name',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Phone',
|
||||
'address' => 'Address',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'tab' => 'Localisation',
|
||||
'description' => 'Set fiscal year, time zone, date format and more locals',
|
||||
'financial_start' => 'Financial Year Start',
|
||||
'timezone' => 'Time Zone',
|
||||
'date' => [
|
||||
@ -28,8 +30,9 @@ return [
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'tab' => 'Invoice',
|
||||
'description' => 'Customize invoice prefix, number, terms, footer etc',
|
||||
'prefix' => 'Number Prefix',
|
||||
'digit' => 'Number Digit',
|
||||
'next' => 'Next Number',
|
||||
@ -44,16 +47,21 @@ return [
|
||||
'rate' => 'Rate',
|
||||
'quantity_name' => 'Quantity Name',
|
||||
'quantity' => 'Quantity',
|
||||
'payment_terms' => 'Payment Terms',
|
||||
'title' => 'Title',
|
||||
'subheading' => 'Subheading',
|
||||
'due_receipt' => 'Due upon receipt',
|
||||
'due_days' => 'Due within :days days',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'tab' => 'Defaults',
|
||||
'account' => 'Default Account',
|
||||
'currency' => 'Default Currency',
|
||||
'tax' => 'Default Tax Rate',
|
||||
'payment' => 'Default Payment Method',
|
||||
'language' => 'Default Language',
|
||||
'description' => 'Default account, currency, language of your company',
|
||||
'list_limit' => 'Records Per Page',
|
||||
'use_gravatar' => 'Use Gravatar',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'description' => 'Change the sending protocol and email templates',
|
||||
'protocol' => 'Protocol',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
@ -68,36 +76,44 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail Path',
|
||||
'log' => 'Log Emails',
|
||||
|
||||
'templates' => [
|
||||
'subject' => 'Subject',
|
||||
'body' => 'Body',
|
||||
'tags' => '<strong>Available Tags:</strong> :tag_list',
|
||||
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
|
||||
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
|
||||
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
|
||||
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
|
||||
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
|
||||
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
|
||||
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
||||
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
||||
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
||||
],
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'tab' => 'Scheduling',
|
||||
'name' => 'Scheduling',
|
||||
'description' => 'Automatic reminders and command for recurring',
|
||||
'send_invoice' => 'Send Invoice Reminder',
|
||||
'invoice_days' => 'Send After Due Days',
|
||||
'send_bill' => 'Send Bill Reminder',
|
||||
'bill_days' => 'Send Before Due Days',
|
||||
'cron_command' => 'Cron Command',
|
||||
'schedule_time' => 'Hour To Run',
|
||||
'send_item_reminder'=> 'Send Item Reminder',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Appearance',
|
||||
'theme' => 'Theme',
|
||||
'light' => 'Light',
|
||||
'dark' => 'Dark',
|
||||
'list_limit' => 'Records Per Page',
|
||||
'use_gravatar' => 'Use Gravatar',
|
||||
|
||||
'categories' => [
|
||||
'description' => 'Unlimited categories for income, expense, and item',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'System',
|
||||
'session' => [
|
||||
'lifetime' => 'Session Lifetime (Minutes)',
|
||||
'handler' => 'Session Handler',
|
||||
'file' => 'File',
|
||||
'database' => 'Database',
|
||||
],
|
||||
'file_size' => 'Max File Size (MB)',
|
||||
'file_types' => 'Allowed File Types',
|
||||
|
||||
'currencies' => [
|
||||
'description' => 'Create and manage currencies and set utheir rates',
|
||||
],
|
||||
|
||||
'taxes' => [
|
||||
'description' => 'Fixed, normal, inclusive, and compound tax rates',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user