Model Report Item Types: Account Section; Slot support for Supplies, Exchanges. Bug Number: n/a Release notes (y/n): n For Release Nums: 6.5 (1) New Model Report Item Type: Account Section (similar to Object Section). This provides an Account-instance context for subordinate report items. When child items are added, they are somehow initialized with the context Account: either as a reference Account (e.g. for an Account Method Table) or to initialize a GUS selector. Account Sections can also provide an Object (-Section) context if none is available. (2) The new Accounting-related Model Report item types are available only when Accounting is enabled. ModelReportConfigDlg registers for the ACCOUNTING_STATE_CHANGED callback from the Account Manager. In response to a change, it rebuilds _ui->_addItemComboBox. This uses the list of "supportedCurrently" types returned from ModelReportItem::legalChildTypes(). (3) Slot Table and Slot report items now support selection of Supply Slots and Exchange Slots. For the table, for these slot types, the _complete_ slot name is shown in the Slot column (the Object and Account columns are left blank). Slot Item FIX (to be applied to RW 6.4): In method ModelReportItem::generateSlotItem(GenInfo&), when the slot's Object Name is NOT shown, but the Account name is, the generated Account/Slot name mistakenly uses the caret ('^') character to seperate the Account name and Slot name parts. That's wrong. This was changed to a period. Disabled tentative Slot Table feature: // When icons display is enabled and the Object and/or Account columns // are hidden, should the icons for those hidden columns be carried along // to the subsequent Account or Slot columns? static const bool SHOW_HYBRID_ICONS (false); // release: false ... Compare these two sample reports: http://cadswes2.colorado.edu/~philw/2013/ModelReports/11-14-2013/SlotTableSingleIcons.html http://cadswes2.colorado.edu/~philw/2013/ModelReports/11-14-2013/SlotTableWithHybridIcons.html (4) The (Object) Method Table now supports a "Show Execution Time" column option for OLAMs (Object Level Accounting Methods). ---