test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent 67b2253542
commit 05e351c4bd
4 changed files with 31 additions and 118 deletions

View File

@ -193,8 +193,8 @@
"foreignTable": "equipmgmt_inspection_type",
"foreignKey": "equipmgmt_inspection_type_id"
},
"equipmgmt_equipment_inspection_driver": {
"name": "equipmgmt_equipment_inspection_driver",
"equipmgmt_equipment_inspection_equipment": {
"name": "equipmgmt_equipment_inspection_equipment",
"type": "INT",
"null": false,
"foreignTable": "equipmgmt_equipment",

View File

@ -37,7 +37,7 @@ final class InspectionMapper extends DataMapperFactory
*/
public const COLUMNS = [
'equipmgmt_equipment_inspection_id' => ['name' => 'equipmgmt_equipment_inspection_id', 'type' => 'int', 'internal' => 'id'],
'equipmgmt_equipment_inspection_vehicle' => ['name' => 'equipmgmt_equipment_inspection_vehicle', 'type' => 'int', 'internal' => 'reference'],
'equipmgmt_equipment_inspection_equipment' => ['name' => 'equipmgmt_equipment_inspection_equipment', 'type' => 'int', 'internal' => 'reference'],
'equipmgmt_equipment_inspection_description' => ['name' => 'equipmgmt_equipment_inspection_description', 'type' => 'string', 'internal' => 'description'],
'equipmgmt_equipment_inspection_status' => ['name' => 'equipmgmt_equipment_inspection_status', 'type' => 'int', 'internal' => 'status'],
'equipmgmt_equipment_inspection_interval' => ['name' => 'equipmgmt_equipment_inspection_interval', 'type' => 'int', 'internal' => 'interval'],

View File

@ -12,115 +12,31 @@
*/
declare(strict_types=1);
return ['ClientManagement' => [
'Accounting' => 'Buchhaltung',
'Addition' => 'Zusatz',
'Address' => 'Adresse',
'Addresses' => 'Adressen',
'Africa' => '#VALUE!',
'AllCustomers' => '#VALUE!',
'America' => '#VALUE!',
'Analyse' => '#VALUE!',
'AreaManager' => 'Bereichsleiter',
'Articlegroup' => 'ArtikelGroup.',
'Articles' => 'Artikel',
'Asia' => '#VALUE!',
'Attribute' => '#VALUE!',
'Attributes' => '#VALUE!',
'Balance' => 'Gleichgewicht',
'BaseTime' => '#VALUE!',
'Bills' => '#VALUE!',
'Bonus' => 'Bonus',
'Business' => 'Geschäft',
'CIS' => '#VALUE!',
'CLV' => 'CLV',
'Calendar' => 'Kalender',
'City' => 'Stadt',
'Client' => 'Klient',
'ClientID' => '#VALUE!',
'Clients' => 'Kunden',
'ComparisonTime' => '#VALUE!',
'Contact' => 'Kontakt',
'Country' => 'Land',
'Created' => 'Erstellt',
'CreatedAt' => '#VALUE!',
'CreditRating' => 'Kreditbeurteilung',
'Creditcard' => 'Kreditkarte',
'Customers' => '#VALUE!',
'DSO' => 'DSO.',
'Date' => 'Datum',
'Default' => 'Standard',
'Delivery' => 'Die Zustellung',
'Discount' => 'Rabatt',
'DiscountBonus' => '#VALUE!',
'DiscountP' => 'Rabatt %',
'Documents' => 'Unterlagen',
'Due' => 'Fällig',
'Email' => 'Email',
'Europe' => '#VALUE!',
'Fax' => 'Fax',
'Files' => 'Dateien',
'Filter' => 'Filter',
'Freightage' => 'Fracht',
'Group' => 'Gruppe',
'ID' => 'ICH WÜRDE',
'Info' => 'Die Info',
'Invoice' => 'Rechnung',
'Invoices' => 'Rechnungen',
'IsDefault' => 'Ist standardmäßig?',
'Items' => '#VALUE!',
'LastContact' => 'Letzter Kontakt',
'LastOrder' => 'Letzte Bestellung',
'Log' => 'Protokoll',
'Logs' => 'Protokoll',
'LostCustomers' => '#VALUE!',
'MRR' => 'Mrr.',
'MTDSales' => 'MTD-Verkäufe.',
'Margin' => 'Rand',
'Messages' => 'Mitteilungen',
'Modified' => 'Geändert',
'Modules' => 'Module',
'Name' => 'Name',
'Name1' => 'Name1.',
'Name2' => 'Name2.',
'Name3' => 'Name3.',
'Net' => 'Netz',
'NewCustomers' => '#VALUE!',
'Notes' => 'Anmerkungen',
'Number' => 'Nummer',
'Office' => 'Sekretariat',
'Other' => '#VALUE!',
'Payment' => 'Zahlung',
'PaymentTerm' => 'Zahlungsbezeichnung',
'Permission' => 'Erlaubnis',
'Phone' => 'Telefon',
'Postal' => 'Post',
'Price' => 'Preis',
'Prices' => 'Preise',
'Private' => 'Privatgelände',
'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil',
'Profit' => '#VALUE!',
'Purchase' => 'Kaufen',
'Quantity' => 'Menge',
'RecentInvoices' => 'Jüngste Rechnungen',
'Region' => '#VALUE!',
'Rep' => '#VALUE!',
'Retention' => '#VALUE!',
'Sales' => 'Der Umsatz',
'Segment' => 'Segment',
'Segments' => 'Segmente',
'Subtype' => 'Untertyp',
'Support' => 'Unterstützung',
'Tags' => 'Stichworte',
'Title' => '#VALUE!',
'Total' => '#VALUE!',
'TotalPrice' => '#VALUE!',
'Type' => 'Typ',
'UnitPrice' => '#VALUE!',
'Value' => '#VALUE!',
'Website' => 'Webseite',
'Wire' => 'Kabel',
'YTDSales' => 'Ytd Sales.',
'Zip' => 'Reißverschluss',
return ['EquipmentManagement' => [
'Equipment' => 'Equipment',
'Equipments' => 'Equipment',
'Status' => 'Status',
'Name' => 'Name',
'Type' => 'Typ',
'Make' => 'Marke',
'Model' => 'Modell',
'Start' => 'Start',
'End' => 'Ende',
'Profile' => 'Profile',
'Attributes' => 'Attribute',
'Files' => 'Dateien',
'Notes' => 'Notizen',
'Costs' => 'Kosten',
'Inspections' => 'Inspectionen',
'Ein' => 'Ein',
'History' => 'Historie',
'Upcoming' => 'Upcoming',
'Responsible' => 'Verantwortlich',
'Date' => 'Datum',
'PurchasePrice' => 'Kaufpreis',
'LeasingFee' => 'Leasingkosten',
':status1' => 'Aktiv',
':status2' => 'Inaktiv',
':status3' => 'Beschädigt',
':status4' => 'Außer Betrieb',
]];

View File

@ -28,10 +28,7 @@ return ['EquipmentManagement' => [
'Notes' => 'Notes',
'Costs' => 'Costs',
'Inspections' => 'Inspections',
'Drivers' => 'Drivers',
'Milage' => 'Milage',
'Driver' => 'Driver',
'Vin' => 'Vin',
'Ein' => 'Ein',
'History' => 'History',
'Upcoming' => 'Upcoming',
'Responsible' => 'Responsible',