mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Invoice time support (#269)
* Changed invoice date to datetime * Fixed code style errors * Update TimeFormatsController.php * Update TimeFormatter.php * Update TimeFormatsController namespace * Fix missing comma in language file * Fix formatting --------- Co-authored-by: troky <troky2001@yahoo.com>
This commit is contained in:
committed by
GitHub
parent
32e03b98a3
commit
f52b73f517
@@ -864,6 +864,7 @@
|
||||
"primary_currency": "Primary Currency",
|
||||
"timezone": "Time Zone",
|
||||
"date_format": "Date Format",
|
||||
"time_format": "Time Format",
|
||||
"currencies": {
|
||||
"title": "Currencies",
|
||||
"currency": "Currency | Currencies",
|
||||
@@ -990,6 +991,7 @@
|
||||
"delimiter_description": "Single character for specifying the boundary between 2 separate components. By default its set to -",
|
||||
"delimiter_param_label": "Delimiter Value",
|
||||
"date_format": "Date Format",
|
||||
"time_format": "Time Format",
|
||||
"date_format_description": "A local date and time field which accepts a format parameter. The default format: 'Y' renders the current year.",
|
||||
"date_format_param_label": "Format",
|
||||
"sequence": "Sequence",
|
||||
@@ -1234,6 +1236,7 @@
|
||||
"time_zone": "Time Zone",
|
||||
"fiscal_year": "Financial Year",
|
||||
"date_format": "Date Format",
|
||||
"time_format": "Time Fromat",
|
||||
"discount_setting": "Discount Setting",
|
||||
"discount_per_item": "Discount Per Item ",
|
||||
"discount_setting_description": "Enable this if you want to add Discount to individual invoice items. By default, Discount is added directly to the invoice.",
|
||||
@@ -1246,6 +1249,7 @@
|
||||
"select_language": "Select Language",
|
||||
"select_time_zone": "Select Time Zone",
|
||||
"select_date_format": "Select Date Format",
|
||||
"select_time_format": "Select Time Format",
|
||||
"select_financial_year": "Select Financial Year",
|
||||
"recurring_invoice_status": "Recurring Invoice Status",
|
||||
"create_status": "Create Status",
|
||||
@@ -1254,6 +1258,8 @@
|
||||
"update_status": "Update Status",
|
||||
"completed": "Completed",
|
||||
"company_currency_unchangeable": "Company currency cannot be changed",
|
||||
"invoice_use_time": "Use time in invoices",
|
||||
"invoice_use_time_description": "Enable this if you want to select exact invoice time.",
|
||||
"fiscal_years": {
|
||||
"january_december": "January - December",
|
||||
"february_january": "February - January",
|
||||
@@ -1422,6 +1428,7 @@
|
||||
"time_zone": "Time Zone",
|
||||
"fiscal_year": "Financial Year",
|
||||
"date_format": "Date Format",
|
||||
"time_format": "Time Format",
|
||||
"from_address": "From Address",
|
||||
"username": "Username",
|
||||
"next": "Next",
|
||||
|
||||
Reference in New Issue
Block a user