LOCAL cIsSysDB=isFALSE |
LOCAL cMainTable$="PO_PurchaseOrderHeader" |
LOCAL cMemoType$="01" memo type for Purchase Order memos |
LOCAL cVendorColumns$="VendorType$" Vendor columns not in history required from vendor maintenance for copy process |
LOCAL cDefaultServiceObject$ |
LOCAL cTelephoneCountryCode$ [string] Country Code to be used when validating telephone number values. |
PROPERTY AllowModifyCompleteOrder * Read Only * |
PROPERTY AP_TrackDetailedInvPaymentHist$ * Read Only * current setting of Track Detailed Invoice/Payment History field in A/P Options |
PROPERTY CompletedPO * Read Only * |
PROPERTY CopyOrderType$ * Read Only * |
PROPERTY GeneratingOrders |
PROPERTY InvoicedToDate * Read Only * |
PROPERTY LastHeaderErrorMsg$ * Read Only * |
PROPERTY LastHeaderErrorNum$ * Read Only * |
PROPERTY OldMasterRepeatingOrderNo$ * Read Only * old master/repeating order number when the value is changed, used in the detail class to adjust qty in the correct master order |
PROPERTY OrderBalance * Read Only * |
PROPERTY OrderCancelled * Read Only * |
PROPERTY OrderInUse$ * Read Only * |
PROPERTY PO_MPSetup * Read Only * |
PROPERTY PO_RetainReceiptHistory$ * Read Only * current setting of Retain Receipt History field in P/O Options |
PROPERTY POSOFailed$ |
PROPERTY POSOLineKeys$ |
PROPERTY PrintPurchaseOrders$ * Read Only * |
PROPERTY PurgePurchaseOrders |
PROPERTY SOCustPONo$ * Read Only * |
PROPERTY SOJobNo$ * Read Only * |
PROPERTY SOOrderType$ * Read Only * |
PROPERTY UpdatePostingDate$ |
PROPERTY UpdateType$ |
PROPERTY VendorStatusErrorMsg$ * Read Only * Error message for inactive Vendor during copy from process |
FUNCTION ChangeOrderStatus(value$) | ||||||||||||
FUNCTION CheckPurchaseOrder() | ||||||||||||
FUNCTION ConfirmDelete() | ||||||||||||
FUNCTION CopyFromInvoiceHistory(invoiceKey$, copyOrdType$, copyMemos$) Create purchase order from invoice sourced from P/O in A/P invoice history | ||||||||||||
| ||||||||||||
| ||||||||||||
FUNCTION CopyFromOrder(order$, type$, copyMemos$) Create purchase order from an existing purchase order | ||||||||||||
| ||||||||||||
| ||||||||||||
FUNCTION CopyFromOrderHistory(order$, type$, copyMemos$) Create purchase order from purchase order in history | ||||||||||||
| ||||||||||||
| ||||||||||||
FUNCTION CopyFromReceiptHistory(receiptKey$, copyOrdType$, copyMemos$) | ||||||||||||
FUNCTION CopyFromReceiptHistory(receiptKey$, copyOrdType$, copyMemos$, poNumber$) Create purchase order from receipt in purchase order receipt history | ||||||||||||
| ||||||||||||
FUNCTION CopySalesOrder(copyAllLines$, useVendPricing) | ||||||||||||
FUNCTION Delete(key$) Delete, overridden from PO_CommonEntryVendor | ||||||||||||
| ||||||||||||
| ||||||||||||
FUNCTION GetContext$(destTable$) | ||||||||||||
FUNCTION GetContextSourceTables$(context$) | ||||||||||||
FUNCTION GetNextPurchaseOrderNo(value$) | ||||||||||||
FUNCTION SalesTaxRecalculation() Sales Tax Recalculation, overridden from PO_CommonEntryVendor | ||||||||||||
| ||||||||||||
FUNCTION SetCommonTaxInfo() Set common tax info, overridden from PO_CommonEntryVendor | ||||||||||||
| ||||||||||||
FUNCTION SetKey(key$) | ||||||||||||
FUNCTION UpdateBackOrderLost(value) | ||||||||||||
FUNCTION UpdateChangeOrderStatus(newOrderStatus$, newCompletionDate$) | ||||||||||||
FUNCTION UpdateNonTaxableAmt(value) | ||||||||||||
FUNCTION ValidateCopyFrom(copyFrom$, copyFromNo$, copyFromRcpt$, copyKey$) | ||||||||||||
FUNCTION ValidateCopyFrom(copyFrom$, copyFromNo$, copyFromRcpt$, copyKey$, multiPO$) Validate Copy From values | ||||||||||||
| ||||||||||||
| ||||||||||||
FUNCTION Write() |
cHistoryFreightChange, cHistoryRecalcTaxes, cHistorySchedChange, AP_SalesTaxReporting$, HistoryUpdated, OrderInHistory, OrderLineInHistory, PO_RetainDeletedPurchaseOrders$, PO_RetainDeletedLines$, PO_RetainPurchaseOrderHistory$, PrecisionQty, PrecisionCost, SaveDeleted, SaveDeletedReason$, TaxExemptionChanged |
AddInHistory(), BackOutHistory(), CheckForHistoryLine(), SetupRetainHistory(), UpdateDetailLineDescription(), CheckForHistory(), DeleteOrderHistory(), SetHistoryCommonTaxInfo(), WriteOrderHistory() |