QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ManuallyClosed Property

Whether the sales order is manually closed.

Object Oriented Interface

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

Procedural Interface

inqb_salesorder_get($res, 41 );
inqb_salesorder_set($res, 41, $value );

Default Value

0

Remarks

If true, the sales 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.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]