Container classes for services, expenses and outlays

Container classes for services, expenses and outlays for use in link types

Product line

Standard

|

Expert

Operating mode

CLOUD ABO

|

ON-PREMISES

Modules

Services & CRM

Budget & Phases

Purchases

Resource Planning

Business Intelligence

Created: 07.05.2013
Machine translated
Updated: 25.01.2023 | Links corrected.

The following container classes can be specified on WrapperLinkTypes instead of the standard WrapperLinkContainer for services, expenses, and outlays. Example:

Datefiltercontainer

The DateFilterContainer has the buttons Single day, No filter and interval as well as the buttons for the date selection. It can be used for lists of services, expenses and outlays.

Enable default filter

The lists are unfiltered by default (all entries are shown) and the view as shown in this image must be reached by clicking on the Single Tag button.

To display the list filtered by default, you can set the DefaultFiltered property. This property is not visible on the interface and must be set via script. On the link type, open the Script Editor or the Python Console and type:

The container class is located at the bottom of the linktype (“to” page)
argobject.rollea.defaultFiltered = True
The container class is located at the top of the linktype (“from” page)
argobject.rolleb.defaultFiltered = True

Performancecontainer

The ServiceContainer container class can be used for lists of services and has the following differences compared to DateFilterContainer:

  • Timer, target time display, presence time display and weekly overview are displayed depending on the system settings (see the article Services, overview).
  • Starting with version 6.4.0.19, open and invoiced services are always displayed. The expression is ignored for the display. The link member must offeneleistungen in order to be able to include new services in the list.

This list also appears unfiltered by default. If you want to show it filtered, follow the steps described in the Turn on Default Filters section above.

ExpensesContainer

The container class SpesenContainer is available from version 6.4.0.19.

Open and invoiced expenses are always displayed. The expression is ignored for the display. The link member must offenespesen in order to be able to enter new expenses in the list.

This list also appears unfiltered by default. If you want to show it filtered, follow the steps described in the Turn on Enable default filter section above.

DisplaysContainers

The container class DispatchContainer is available from version 6.4.0.19.

Open and settled outlays are always displayed. The expression is ignored for the display. The link member must offeneauslagen in order to be able to enter new outlays in the list.

This list also appears unfiltered by default. If you want to show it filtered, follow the steps described in the Turn on Enable default filter section above.