#pragma once #include "Model/Template/fwd.hpp" #include "Model/Workflow/fwd.hpp" // Assets.hpp // Filter.hpp class TableRowsFilter; // GlobalStates.hpp class GlobalStates; // Items.hpp template class ItemList; template class ItemBase; class ProductItem; class FactoryItem; class CustomerItem; // Project.hpp class Project; // TransactionDatabase.hpp class SalesTable; class PurchasesTable; class DeliveryTable; class TransactionModel;