Update 3.16.2

New: Property PaymentTerm.ActionOrderWhen determines when the order can be actioned for fulfillment (i.e. product dispatched, service booked or group subscribed). It can be one of the following:

  • Confirmed
  • DepositReceived
  • BalanceReceived

New: Property Order.Status can be one of the following:

  • Confirmed
  • Actioned
  • Completed

New: Parameter Order.Complete.ActionThisOrder specifies if the fulfillment process starts or not. It's default value is determined by Order.PaymentTerms.ActionOrderWhen It is editable only by an administrator.

New: Can now set OtherPaymentMethod.Instructions to nothing. If this property is nothing then the payment method will not be displayed in the payment instructions section of the invoice or order status message.

Update 3.16.1

Fix: Updated configuration settings TradingItem.DefaultViewPropertyNames and TradingItems.DefaultListColumnNames.

Update 3.15.4

Fix: Removed Video to Flash conversion.

Fix: Updated setup.aspx with new default servers.

Update 3.16.0

New: Trading Item Discount Prices have replace Special Price, Bulk Price and Member Price 1 to Member Price 5. This now allows unlimited discount pricing on an item. For example, you may have a price for 10 items or more and another for 20 or more. You can also set a limit to the number of items at a particular discount. For example, gold class members may be allowed up to 2 for free.

New: Related Trading Items can be used to list all the related products, etc. when viewing a products details.

New: Adding auto-height to the class of a textarea will allow the height to auto-resize when data entered.

New: When setting a MultipleLineText property's EditorLines attribute to zero, the output html textarea will set auto-height to the class.

Fix: If a LinkingForeignCollection's LinkingProperty has a SelectableValuesExpression it is now executed and used when generating the control.

Update 3.15.3

Fix: Error when opening Configure Components.

Update 3.15.2

New: New configurations setting CalendarFirstDayOfFinancialYear.

New: Added TimePeriod.FinancialYear which is useful for financial reporting purposes.

New: When a pickup outlet is logged in, they can now dispatch orders.

New: ServiceTime.Reschedule to reschedule a time and send the rescheduled letter to users with reservations when applicable.

New: ServiceTime.Cancel now asks if the user would like to send the cancellation letters to users with reservations.

New: New base.js function to set default values from a drop-down to adjacent input controls. For example, a drop down may have default date ranges like This Month, Last Month, This Financial Year, etc. and when selected will populate the 2 date input controls next to it with the appropriate values.

Fix: The configuration setting [Collection].ItemTypeName was being ignored for custom collection definitions.

Fix: Could not insert a new row on a table with only an auto-generated ID column.