× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi,

If you change the Unit of Measure in INV100 from Eaches(EA) to Pieces (PC) by 
first adding the new record to the system table (UNITMEAS), are there any 
system ramifications I need to be aware of. I do not want to corrupt anything.

Thanks,

Peter Tauch

-----Original Message-----
From: bpcs-l-bounces@xxxxxxxxxxxx [mailto:bpcs-l-bounces@xxxxxxxxxxxx]On
Behalf Of bpcs-l-request@xxxxxxxxxxxx
Sent: Friday, May 07, 2004 12:00 PM
To: bpcs-l@xxxxxxxxxxxx
Subject: BPCS-L Digest, Vol 2, Issue 101


Send BPCS-L mailing list submissions to
        bpcs-l@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.midrange.com/mailman/listinfo/bpcs-l
or, via email, send a message with subject or body 'help' to
        bpcs-l-request@xxxxxxxxxxxx

You can reach the person managing the list at
        bpcs-l-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of BPCS-L digest..."


Today's Topics:

   1. Customer order notes (Ted Schreiber)
   2. Re: Customer order notes (rfolsom@xxxxxxxx)
   3. RE: Customer order notes (Sonny Kim)
   4. RE: Customer order notes (Ted Schreiber)


----------------------------------------------------------------------

message: 1
date: Thu, 6 May 2004 15:05:48 -0500
from: "Ted Schreiber" <ted@xxxxxxxxxxxxx>
subject: Customer order notes

Hi,

Is there a way to change the default print flags on the ORD700 customer
notes for version 6.4 from all Y's to YYNN without rewriting the code?

 

 

Thanks in advance for your help,

Ted

 

 



------------------------------

message: 2
date: Thu, 6 May 2004 16:17:24 -0400
from: rfolsom@xxxxxxxx
subject: Re: Customer order notes


Sure, do an SQL update statement.
Rick Folsom
Yupo Corporation America
757-819-9230



                                                                                
               
                    "Ted Schreiber"                                             
               
                    <ted@xxxxxxxxxxxx       To:     <bpcs-l@xxxxxxxxxxxx>       
               
                    m>                      cc:                                 
               
                    Sent by:                Subject:     Customer order notes   
               
                    bpcs-l-bounces@mi                                           
               
                    drange.com                                                  
               
                                                                                
               
                                                                                
               
                    05/06/2004 04:05                                            
               
                    PM                                                          
               
                    Please respond to                                           
               
                    "SSA's BPCS ERP                                             
               
                    System"                                                     
               
                                                                                
               




Hi,

Is there a way to change the default print flags on the ORD700 customer
notes for version 6.4 from all Y's to YYNN without rewriting the code?





Thanks in advance for your help,

Ted





_______________________________________________
This is the SSA's BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.






------------------------------

message: 3
date: Thu, 6 May 2004 16:42:18 -0400 
from: Sonny Kim <Sonny.Kim@xxxxxxxxxxxxx>
subject: RE: Customer order notes

We are on 6.1 but I don't think this part of the program changed from 6.0.04
Sorry... you have to change the program, the Y is hard coded. The Customer
Order Note program is ORD743D. The subroutine you need to change is
"A1FMTBLANK". Two line changes only. 
If you want to change the existing customer order notes then update ESN
file.
update ESN.SNINV='N' AND ESN.SNSTMT='N' where ESN.SNTYPE ='O'

Good luck!   

Sonny Kim
Cone Mills LLC, Information Service
804 Green Valley Road, Suite 300
Greensboro, NC 27408
Tel: 336.379.6120  Fax: 336.335.1765


-----Original Message-----
From: Ted Schreiber [mailto:ted@xxxxxxxxxxxxx]
Sent: Thursday, May 06, 2004 4:06 PM
To: bpcs-l@xxxxxxxxxxxx
Subject: Customer order notes


Hi,

Is there a way to change the default print flags on the ORD700 customer
notes for version 6.4 from all Y's to YYNN without rewriting the code?

 

 

Thanks in advance for your help,

Ted

 

 

_______________________________________________
This is the SSA's BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.


------------------------------

message: 4
date: Fri, 7 May 2004 08:26:25 -0500
from: "Ted Schreiber" <ted@xxxxxxxxxxxxx>
subject: RE: Customer order notes

Thanks for your help. I will look into this.


-----Original Message-----
From: bpcs-l-bounces@xxxxxxxxxxxx [mailto:bpcs-l-bounces@xxxxxxxxxxxx] On
Behalf Of Sonny Kim
Sent: Thursday, May 06, 2004 3:42 PM
To: 'SSA's BPCS ERP System'
Subject: RE: Customer order notes

We are on 6.1 but I don't think this part of the program changed from 6.0.04
Sorry... you have to change the program, the Y is hard coded. The Customer
Order Note program is ORD743D. The subroutine you need to change is
"A1FMTBLANK". Two line changes only. 
If you want to change the existing customer order notes then update ESN
file.
update ESN.SNINV='N' AND ESN.SNSTMT='N' where ESN.SNTYPE ='O'

Good luck!   

Sonny Kim
Cone Mills LLC, Information Service
804 Green Valley Road, Suite 300
Greensboro, NC 27408
Tel: 336.379.6120  Fax: 336.335.1765


-----Original Message-----
From: Ted Schreiber [mailto:ted@xxxxxxxxxxxxx]
Sent: Thursday, May 06, 2004 4:06 PM
To: bpcs-l@xxxxxxxxxxxx
Subject: Customer order notes


Hi,

Is there a way to change the default print flags on the ORD700 customer
notes for version 6.4 from all Y's to YYNN without rewriting the code?

 

 

Thanks in advance for your help,

Ted

 

 

_______________________________________________
This is the SSA's BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.
_______________________________________________
This is the SSA's BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.



------------------------------

_______________________________________________
This is the SSA's BPCS ERP System (BPCS-L) digest list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.



End of BPCS-L Digest, Vol 2, Issue 101
**************************************


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.