aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/fwd.hpp
blob: 6fa29c5a6312aef4452e077af03c7d3896ed114d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#pragma once

#include "Model/Template/fwd.hpp"
#include "Model/Workflow/fwd.hpp"

// Filter.hpp
class TableRowsFilter;

// GlobalStates.hpp
class GlobalStates;

// Items.hpp
template <class T>
class ItemList;
template <class TSelf>
class ItemBase;
class ProductItem;
class FactoryItem;
class CustomerItem;

// Project.hpp
class Project;

// TransactionDatabase.hpp
class SalesTable;
class PurchasesTable;
class DeliveryTable;
class TransactionModel;