Miguel Santillan <msantillan@...> wrote:
Thank you.
I just have one that covers the Final Operation is True and JobOper is completed.
I will need to talk to the group to see if this is the preferred method.
Miguel A. Santillan
Compass Manufacturing Systems
510-661-6666 Office
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
On Behalf Of ericslagter
Sent: Tuesday, November 19, 2013 2:24 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Customer Shipment Entry Question
Thank you, Rob. This gives me a great starting point!
--- In vantage@yahoogroups.com, Rob Bucek <rbucek@...> wrote:
>
> We ship everything from packout, so that's what this is built around, but if you're running from header/details just swap out the ttpackout for ttshipdtl...
> This also allows for partial shipments, so if 10 out of 20 parts are done on the job they can ship 10 pieces..
>
> /*Alert Shipper Of Open Operations */
> For Each ttPackOut Where ttPackOut.RowMod = 'A' and ttPackout.Quantity > 0 and ttPackout.Jobnum <> '' no-lock.
> Find First JobHead Where JobHead.Company = ttPackOut.Company and JobHead.JobNum = ttPackOut.JobNum.
> If avail JobHead then do:
> If Jobhead.QtyCompleted >= (ttPackout.Quantity + ttPackout.TotPackedQty) and JobHead.ProdQty > (ttPackout.Quantity + ttPackout.TotPackedQty) Then
> {lib/PublishInfoMsg.i &InfoMsg = "'This is a partial shipment of the total job Quantity.'"}
> End.
> End.
> For Each ttPackOut Where ttPackOut.RowMod = 'A' and ttPackout.Quantity > 0 and ttPackout.Jobnum <> '' no-lock,
> Each JobOper Where JobOper.Company = ttPackOut.Company and JobOper.JobNum = ttPackOut.JobNum.
> If JobOper.QtyCompleted < (ttPackout.Quantity + ttPackout.TotPackedQty) and JobOper.OpComplete = False Then DO:
> {lib/PublishEx.i &ExMsg = "'You are attempting to ship more than is completed on the following operation: ' + 'Assembly: ' + string(JobOper.assemblyseq) + ' Oper: ' + JobOper.OpCode + ' OperSeq: ' + string(JobOper.OprSeq)" }
> End.
> End.
>
> Rob Bucek
> Production Control Manager
> PH: (715) 284-5376 ext 311
> Mobile: (715)896-4832
> FAX: (715)284-4084
> [cid:1.234354861@...]<http://www.dsmfg.com/>
> (Click the logo to view our site)<http://www.dsmfg.com/>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of ericslagter
> Sent: Tuesday, November 19, 2013 1:09 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Customer Shipment Entry Question
>
>
>
> Thank you.
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> >
> > BPM will likely be the easiest way to do this.
> >
> >
> > *Jose C Gomez*
> > *Software Engineer*
> >
> >
> > T: 904.469.1524 mobile
> > E: jose@
> > http://www.josecgomez.com
> > <http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
> > <http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
> > <http://www.josecgomez.com/professional-resume/>
> > <http://www.josecgomez.com/feed/>
> > <http://www.usdoingstuff.com>
> >
> > *Quis custodiet ipsos custodes?*
> >
> >
> > On Tue, Nov 19, 2013 at 12:28 PM, ericslagter <eslag156@>wrote:
> >
> > >
> > >
> > > Hi,
> > >
> > > I need to create a warning message in the Customer Shipment Entry screen
> > > that will appear if our shipping department creates a shipment from a job
> > > where all the operations are not marked as complete. Basically, a
> > > double-check to make sure all operations are complete (especially outside
> > > services).
> > >
> > > Is there anything built into the system that I can use for this (shop
> > > warning, etc.)? Or is this best accomplished through either a customization
> > > or BPM?
> > >
> > > Thanks in advance!
> > >
> > > Eric
> > >
> > >
> > >
> >
>
>
>
> [Non-text portions of this message have been removed]
>