7953-devToTest_2438 #2942

Merged
alexm merged 199 commits from 7953-devToTest_2438 into test 2024-09-10 07:22:31 +00:00
2 changed files with 18 additions and 2 deletions
Showing only changes of commit 26d93ef474 - Show all commits

View File

@ -71,7 +71,16 @@ module.exports = Self => {
arg: 'continent',
type: 'string',
description: 'The continent code'
}, {
arg: 'shipmentHour',
type: 'time',
description: 'The shipment hour'
},
{
arg: 'landingHour',
type: 'time',
description: 'The landing hour'
}
],
returns: {
type: ['Object'],
@ -130,6 +139,8 @@ module.exports = Self => {
t.isReceived,
t.m3,
t.kg,
t.shipmentHour,
t.landingHour,
t.cargoSupplierFk,
t.totalEntries,
am.name agencyModeName,

View File

@ -44,7 +44,12 @@
},
"agencyModeFk": {
"type": "number"
}
},
"shipmentHour": {
"type": "time"
},
"landingHour": {
"type": "time"
},
"relations": {
"agency": {