blob: 09b0c75a39a0fc4adbb23b5943ef83cec990cdf8 (
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
29
30
|
#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 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;
|