1 #ifndef CloseProjectWorkOrder_H
2 #define CloseProjectWorkOrder_H
57 #endif // CloseProjectWorkOrder_H
The main project for cnetsuite.
bool execute()
If WorkOrder::execute() returns true, then this method returns true.
virtual bool isExecutable()
This method will always return true.
virtual CloseProjectWorkOrder * clone() const
This method clones the CloseProjectWorkOrder.
Project * project() const
Returns the Project this WorkOrder is attached to.
This opens a project that's saved on disk.
CloseProjectWorkOrder(Project *project)
This method sets the text of the work order to Close Project and sets setCreatesCleanState to true...
Parent class for anything that performs an action in Project.
~CloseProjectWorkOrder()
Destructor.