It's a very simple thing. The company does not do much via internet but
some. Products are usually small, 2-6 pounds. I think the SQL function might
be best.
--- On Tue, 5/20/08, rob@xxxxxxxxx <rob@xxxxxxxxx> wrote:
From: rob@xxxxxxxxx <rob@xxxxxxxxx>
Subject: Re: Technique for rounding up
To: "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
Date: Tuesday, May 20, 2008, 12:29 PM
Booth's was the first email that really got to the point. If you're
adding an extra box or something to ship it via UPS then you need to add
the tare weight. Then you still end up rounding up to the nearest pound.
The trick then becomes do you have multiple methods of calculations based
on whether you are shipping a full truckload of these items, or are you
using a LTL carrier such as UPS that charges by each carton? For example,
if netWeight and tareWeight = grossWeight and that is 1.1 pounds, then on
a LTL carrier you would record that as 2 pounds. But if you ship a full
truckload of these items you may have
grossWeight * 1000 items = 1100 pounds
not
(grossWeight rounded up to 2) * 1000 items or 2000 pounds.
Then again on a full truckload you may have some additional tare weight
(skids, gaylords, etc)
Rob Berendt
--
Group Dekko Services, LLC
Dept 01.073
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
Booth Martin <booth@xxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
05/19/2008 05:43 PM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
To
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Re: Technique for rounding up
Consider a work field for TARE as 2/1 and add that to the weight,
whatever it is. Set TARE at something like 1.4, or what ever seems right.
Adam West wrote:
> HI What is a good way to round up a part that has the weight, for
shipping
> purposes? Because when actually packed for UPS there is that extra
packing
> box, etc.
>
>
>
--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.