A shipment carried by a haulier has a quoted rate that depends on the value of different variables.
I have been scratching my head for considerable time over this ..
I do have some ideas, maybe it will work.
Would appreciate if someone can put give their inputs
Shipment = S1
Source = L1
Destination = L2
Rate = $1.7532 / kg
if Gross wt > 1000kg AND <= 3000 kg
Rate = $1.2365 / kg
if Gross wt > 3000kg AND <= 9000 kg
Sender = "Phutt Air Ltd"
...
Shipment = S2
Source = L1
Destination = L2
Rate = 0.00
if
Sender = "Singh is Kingg Ltd"
-----------------
Object structure?
I have been scratching my head for considerable time over this ..
I do have some ideas, maybe it will work.
Would appreciate if someone can put give their inputs
Shipment = S1
Source = L1
Destination = L2
Rate = $1.7532 / kg
if Gross wt > 1000kg AND <= 3000 kg
Rate = $1.2365 / kg
if Gross wt > 3000kg AND <= 9000 kg
Sender = "Phutt Air Ltd"
...
Shipment = S2
Source = L1
Destination = L2
Rate = 0.00
if
Sender = "Singh is Kingg Ltd"
-----------------
Object structure?
Comments
Post a Comment