wip: intermediate commit.
This commit is contained in:
parent
26986b1131
commit
00dc7e9843
1 changed files with 31 additions and 15 deletions
|
|
@ -116,9 +116,13 @@ public final class TestCases {
|
||||||
.build(),
|
.build(),
|
||||||
DestinationInput.builder()
|
DestinationInput.builder()
|
||||||
.name("Aschaffenburg (KION plant)")
|
.name("Aschaffenburg (KION plant)")
|
||||||
.quantity(3500)
|
.quantity(25000)
|
||||||
.d2d(false)
|
.d2d(false)
|
||||||
.customHandling(false)
|
.route("HH, WH ULHA, AB")
|
||||||
|
.handlingCost(3.0)
|
||||||
|
.repackingCost(3.3)
|
||||||
|
.disposalCost(8.0)
|
||||||
|
.customHandling(true)
|
||||||
.build()
|
.build()
|
||||||
))
|
))
|
||||||
.build(),
|
.build(),
|
||||||
|
|
@ -191,14 +195,19 @@ public final class TestCases {
|
||||||
.build(),
|
.build(),
|
||||||
DestinationInput.builder()
|
DestinationInput.builder()
|
||||||
.name("Aschaffenburg (KION plant)")
|
.name("Aschaffenburg (KION plant)")
|
||||||
.quantity(60000)
|
.quantity(80000)
|
||||||
.d2d(false)
|
.d2d(false)
|
||||||
.customHandling(false)
|
.route("Turkey supplier,WH ULHA,AB")
|
||||||
|
.handlingCost(6.0)
|
||||||
|
.repackingCost(6.0)
|
||||||
|
.disposalCost(6.0)
|
||||||
|
.customHandling(true)
|
||||||
.build(),
|
.build(),
|
||||||
DestinationInput.builder()
|
DestinationInput.builder()
|
||||||
.name("Geisa (KION plant)")
|
.name("Luzzara (KION plant)")
|
||||||
.quantity(60000)
|
.quantity(30000)
|
||||||
.d2d(false)
|
.d2d(false)
|
||||||
|
.route("Turkey supplier,LZZ")
|
||||||
.customHandling(false)
|
.customHandling(false)
|
||||||
.build()
|
.build()
|
||||||
))
|
))
|
||||||
|
|
@ -410,11 +419,15 @@ public final class TestCases {
|
||||||
.build(),
|
.build(),
|
||||||
DestinationInput.builder()
|
DestinationInput.builder()
|
||||||
.name("Aschaffenburg (KION plant)")
|
.name("Aschaffenburg (KION plant)")
|
||||||
.quantity(500)
|
.quantity(1000)
|
||||||
.d2d(true)
|
.d2d(true)
|
||||||
.d2dCost(2500.0)
|
.route("Ireland supplier,WH ULHA, AB")
|
||||||
.d2dDuration(12)
|
.d2dCost(1500.0)
|
||||||
.customHandling(false)
|
.d2dDuration(10)
|
||||||
|
.handlingCost(2.5)
|
||||||
|
.repackingCost(5.0)
|
||||||
|
.disposalCost(6.0)
|
||||||
|
.customHandling(true)
|
||||||
.build()
|
.build()
|
||||||
))
|
))
|
||||||
.build(),
|
.build(),
|
||||||
|
|
@ -491,19 +504,22 @@ public final class TestCases {
|
||||||
.build(),
|
.build(),
|
||||||
DestinationInput.builder()
|
DestinationInput.builder()
|
||||||
.name("Aschaffenburg (KION plant)")
|
.name("Aschaffenburg (KION plant)")
|
||||||
.quantity(4000)
|
.quantity(6000)
|
||||||
.d2d(true)
|
.d2d(true)
|
||||||
.d2dCost(100.0)
|
.d2dCost(100.0)
|
||||||
.d2dDuration(2)
|
.d2dDuration(2)
|
||||||
.customHandling(false)
|
.customHandling(false)
|
||||||
.build(),
|
.build(),
|
||||||
DestinationInput.builder()
|
DestinationInput.builder()
|
||||||
.name("Geisa (KION plant)")
|
.name("Luzzara (KION plant)")
|
||||||
.quantity(4000)
|
.quantity(3000)
|
||||||
.d2d(true)
|
.d2d(true)
|
||||||
.d2dCost(150.0)
|
.d2dCost(200.0)
|
||||||
.d2dDuration(3)
|
.d2dDuration(3)
|
||||||
.customHandling(false)
|
.handlingCost(20.0)
|
||||||
|
.repackingCost(7.0)
|
||||||
|
.disposalCost(11.0)
|
||||||
|
.customHandling(true)
|
||||||
.build()
|
.build()
|
||||||
))
|
))
|
||||||
.build(),
|
.build(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue