-
#IF(#PendingOn)
{PendingOn}
#PendingOn[datetime]
#ELSIF(#InProcessOn)
{InProcessOn}
#InProcessOn[datetime]
#ENDIF
-
#IF(#InvoicedOn)
{InvoicedOn}
#InvoicedOn[datetime]
#ELSIF(#PartlyInvoicedOn)
{PartlyInvoicedOn}
#PartlyInvoicedOn[datetime]
#ELSE
{NotYet} {InvoicedOn}
#ENDIF
-
#IF(#PaidOn)
{Paid}
#PaidOn[datetime]
#ELSIF(#PartlyPaidOn)
{PartlyPaidOn}
#PartlyPaidOn[datetime]
#ELSE
{NotYet} {Paid}
#ENDIF
-
#IF(#ShippedOn)
{ShippedOn}
#ShippedOn[datetime]
#ELSIF(#ReturnedOn)
{Returned}
#ReturnedOn[datetime]
#ELSIF(#DispatchedOn)
{DispatchedOn}
#DispatchedOn[datetime]
#ELSIF(#PartlyDispatchedOn)
{PartlyDispatchedOn}
#PartlyDispatchedOn[datetime]
#ELSIF(#ReadyForShippingOn)
{ReadyForShippingOn}
#ReadyForShippingOn[datetime]
#ELSE
{NotYet} {DispatchedOn}
#ENDIF
-
#IF(#ArchivedOn)
{ArchivedOn}
#ArchivedOn[datetime]
#ELSIF(#ClosedOn)
{ClosedOn}
#ClosedOn[datetime]
#ELSIF(#CancelledOn)
{CancelledOn}
#CancelledOn[datetime]
#ELSE
{NotYet} {ClosedOn}
#ENDIF