chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files - Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026' - Added 123 new files from EspoCRM core updates - Removed 4 deprecated files - Total changes: 61,637 insertions, 54,283 deletions This is a routine maintenance update for the new year 2026.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"rates": {
|
||||
"index": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "code"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "label"
|
||||
},
|
||||
{
|
||||
"name": "isBase"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "rate"
|
||||
},
|
||||
{
|
||||
"name": "rateDate"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "code"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "label"
|
||||
},
|
||||
{
|
||||
"name": "isBase"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "rate"
|
||||
},
|
||||
{
|
||||
"name": "rateDate"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
31
application/Espo/Resources/layouts/CurrencyRecord/list.json
Normal file
31
application/Espo/Resources/layouts/CurrencyRecord/list.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"name": "code",
|
||||
"link": true,
|
||||
"width": 16
|
||||
},
|
||||
{
|
||||
"name": "label",
|
||||
"width": 16
|
||||
},
|
||||
{
|
||||
"name": "symbol",
|
||||
"width": 10
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"width": 12
|
||||
},
|
||||
{
|
||||
"name": "isBase",
|
||||
"width": 10
|
||||
},
|
||||
{
|
||||
"name": "rateDate",
|
||||
"width": 12
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"align": "right"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"name": "code",
|
||||
"link": true,
|
||||
"width": 18
|
||||
},
|
||||
{
|
||||
"name": "label",
|
||||
"width": 28
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "isBase",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"align": "right"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user