File indexing completed on 2024-04-28 16:30:08

0001 /***************************************************************************
0002  * SPDX-FileCopyrightText: 2022 S. MANKOWSKI stephane@mankowski.fr
0003  * SPDX-FileCopyrightText: 2022 G. DE BURE support@mankowski.fr
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  ***************************************************************************/
0006 #ifndef SKGBANKINCLUDES_H
0007 #define SKGBANKINCLUDES_H
0008 /** @file
0009 * This file defines all includes needed to develop on this modeler.
0010 *
0011 * @author Stephane MANKOWSKI / Guillaume DE BURE
0012  */
0013 #include "skgaccountobject.h"
0014 #include "skgbankobject.h"
0015 #include "skgbudgetobject.h"
0016 #include "skgbudgetruleobject.h"
0017 #include "skgcategoryobject.h"
0018 #include "skgdocumentbank.h"
0019 #include "skginterestobject.h"
0020 #include "skgnodeobject.h"
0021 #include "skgoperationobject.h"
0022 #include "skgpayeeobject.h"
0023 #include "skgrecurrentoperationobject.h"
0024 #include "skgruleobject.h"
0025 #include "skgsuboperationobject.h"
0026 #include "skgtrackerobject.h"
0027 #include "skgtransactionmng.h"
0028 #include "skgunitobject.h"
0029 #include "skgunitvalueobject.h"
0030 
0031 #include "skgdefinebank.h"
0032 #endif  // SKGBANKINCLUDES_H
0033