QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

ManuallyClosed Property

Whether the purchase order is manually closed.

Object Oriented Interface

public function getManuallyClosed();
public function setManuallyClosed($value);

Procedural Interface

inqb_purchaseorder_get($res, 37 );
inqb_purchaseorder_set($res, 37, $value );

Default Value

0

Remarks

If true, the purchase order is manually closed, even if not all of its line items have been invoiced.

This may also be set for individual line items via ItemManuallyClosed.

Only applicable to Update transactions.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]