addItem(new UmsatzBookedItem(i18n.tr("als \"ungepr�ft\" markieren..."),new FlaggableChange(Umsatz.FLAG_CHECKED,false),"edit-undo.png","CTRL+ALT+G"));
addItem(ContextMenuItem.SEPARATOR);
addItem(new UmsatzItem(i18n.tr("Drucken..."),new Action() {
public void handleAction(Object context) throws ApplicationException
{
new Print().handleAction(new PrintSupportUmsatzList(context));
}
},"document-print.png"));
addItem(new UmsatzItem(i18n.tr("Exportieren..."),new UmsatzExport(),"document-save.png"));
addItem(new ContextMenuItem(i18n.tr("Importieren..."),new UmsatzImport()
{