;==File=================================================================;
; DTEPO.DEF
;=======================================================================;
; Copyright 1999 by TAH Software Systems (TAH), Oklahoma City, Oklahoma ;
;									;
;	TAH provides this software under a license and may only be	;
;	used in accordance with the terms and conditions of such	;
;	license and with the inclusion of the above Copyright notice.	;
;==Function=============================================================;
;	Down To Earth Purchase Order messages
;==Changes==============================================================;
;=======================================================================;
.DEFINE dtepo_pos	, 10001	;; Purchase Order
.DEFINE dtepo_cnd	, 10002	;; The company is not defined for Purchase Order.
.DEFINE dtepo_hnf	, 10003	;; Order header is not on file.
.DEFINE dtepo_ist	, 10004	;; Invalid P.O. form type on company file.
.DEFINE dtepo_ivb	, 10005	;; Invalid buyer code.
.DEFINE dtepo_ivl	, 10006	;; Invalid location code.
.DEFINE dtepo_ivs	, 10007	;; Invalid ship via code.
.DEFINE dtepo_ivt	, 10008	;; Invalid terms code.
.DEFINE dtepo_ivu	, 10009	;; Invalid unit of measure code.
.DEFINE dtepo_nin	, 10010	;; Purchase Order is not yet invoiced.
.DEFINE dtepo_noi	, 10011	;; No orders require printing.
.DEFINE dtepo_ocn	, 10012	;; Purchase Order is closed, no changes are allowed.
.DEFINE dtepo_ohn	, 10013	;; Purchase Order is on hold, no changes allowed.
.DEFINE dtepo_oic	, 10014	;; Order is closed.
.DEFINE dtepo_oid	, 10015	;; Order is drop shipped.
.DEFINE dtepo_oih	, 10016	;; Order is on hold.
.DEFINE dtepo_oix	, 10017	;; Order is cancelled.
.DEFINE dtepo_onc	, 10018	;; Order is not closed.
.DEFINE dtepo_onf	, 10019	;; Order number is not on file.
.DEFINE dtepo_onr	, 10020	;; An order number is required.
.DEFINE dtepo_oof	, 10021	;; No open orders are on file.
.DEFINE dtepo_ndi	, 10022	;; No drop ship items are on file.
.DEFINE dtepo_pao	, 10023	;; Purging ALL orders...
.DEFINE dtepo_pba	, 10024	;; Posting is being aborted.
.DEFINE dtepo_pcn	, 10025	;; Receivings are pending, close/purge not allowed.
.DEFINE dtepo_prc	, 10026	;; Order partially received.
.DEFINE dtepo_sne	, 10027	;; Number of Serial/Lots exceeds qty received.
.DEFINE dtepo_via	, 10028	;; Vendor is inactive.
.DEFINE dtepo_uhf	, 10029	;; Updating history files.
.DEFINE dtepo_uif	, 10030	;; Updating inventory files.
.DEFINE dtepo_inf	, 10031 ;; Item ID not on file.
.DEFINE dtepo_ivd	, 10032	;; Invalid scan data.
.DEFINE dtepo_sof	, 10033	;; You must scan matching order no first.
.DEFINE dtepo_lnf	, 10034	;; Order line item not found.
.DEFINE dtepo_lin	, 10035	;; Line item type is not I or N.
.DEFINE dtepo_qed	, 10036	;; Quantity exceeds quantity at dock.
.DEFINE dtepo_ctf	, 10037	;; Clearing receivings file.
.DEFINE dtepo_rpd	, 10038	;; Receivings pending at dock.
.DEFINE dtepo_lcd	, 10039	;; This line is closed or deleted.
.DEFINE dtepo_nmr	, 10040	;; No records meet selection criteria.
.DEFINE dtepo_ncl	, 10041	;; You can NOT change the line type.
.DEFINE dtepo_irc	, 10042	;; Invalid rejection code.
.DEFINE dtepo_rrn	, 10043 ;; Units not received is zero or negative.
.DEFINE dtepo_hof	, 10044	;; Order header is already on file.
.DEFINE dtepo_snf	, 10045	;; Serial/Lot number already on file.
.DEFINE dtepo_inl	, 10046	;; Item %a does not exist in location %a.


