Netsutie PHP Toolkit
PurchaseOrderOrderStatus.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _closed = "_closed";
23 
30  const _fullyBilled = "_fullyBilled";
31 
38  const _partiallyReceived = "_partiallyReceived";
39 
46  const _pendingBillingPartiallyReceived = "_pendingBillingPartiallyReceived";
47 
54  const _pendingBilling = "_pendingBilling";
55 
62  const _pendingReceipt = "_pendingReceipt";
63 
70  const _pendingSupervisorApproval = "_pendingSupervisorApproval";
71 
78  const _rejectedBySupervisor = "_rejectedBySupervisor";
79 
80 }