Skip to content
Code-Schnipsel Gruppen Projekte
Commit c88cf3c1 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: #87

Übergeordneter 987cc14b
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -78,7 +78,8 @@ function ($params, $filter) {
'processing_status',
'comments',
'payment_data',
'hash'
'hash',
'project_name'
];
$fillFields = function (&$data) use ($needleFields) {
......
......@@ -519,6 +519,11 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/Journal', [
dataIndex: 'date',
dataType : 'date',
width : 140
}, {
header : QUILocale.get('quiqqer/quiqqer', 'project'),
dataIndex: 'project_name',
dataType : 'string',
width : 140
}, {
header : QUILocale.get('quiqqer/system', 'c_date'),
dataIndex: 'c_date',
......
......@@ -366,23 +366,28 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/TemporaryInvoices',
width : 100,
className: 'clickable'
}, {
header : QUILocale.get('quiqqer/system', 'name'),
header : QUILocale.get('quiqqer/quiqqer', 'name'),
dataIndex: 'customer_name',
dataType : 'string',
width : 130,
className: 'clickable'
}, {
header : QUILocale.get('quiqqer/system', 'date'),
header : QUILocale.get('quiqqer/quiqqer', 'date'),
dataIndex: 'date',
dataType : 'date',
width : 100
}, {
header : QUILocale.get('quiqqer/system', 'c_date'),
header : QUILocale.get('quiqqer/quiqqer', 'project'),
dataIndex: 'project_name',
dataType : 'string',
width : 140
}, {
header : QUILocale.get('quiqqer/quiqqer', 'c_date'),
dataIndex: 'c_date',
dataType : 'date',
width : 140
}, {
header : QUILocale.get('quiqqer/system', 'c_user'),
header : QUILocale.get('quiqqer/quiqqer', 'c_user'),
dataIndex: 'c_username',
dataType : 'integer',
width : 180
......@@ -850,7 +855,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/TemporaryInvoices',
maxWidth : 600,
autoclose : false,
ok_button : {
text : QUILocale.get('quiqqer/system', 'delete'),
text : QUILocale.get('quiqqer/quiqqer', 'delete'),
textimage: 'fa fa-trash'
},
events : {
......@@ -907,7 +912,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/TemporaryInvoices',
maxWidth : 600,
autoclose : false,
ok_button : {
text : QUILocale.get('quiqqer/system', 'copy'),
text : QUILocale.get('quiqqer/quiqqer', 'copy'),
textimage: 'fa fa-copy'
},
events : {
......
......@@ -586,7 +586,8 @@ protected function parseListForGrid($data)
'processing_status',
'processing_status_display',
'sum',
'taxId'
'taxId',
'project_name'
];
$fillFields = function (&$data) use ($needleFields) {
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren