GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Scrub.h
Go to the documentation of this file.
1 /********************************************************************\
2  * Scrub.h -- convert single-entry accounts to clean double-entry *
3  * *
4  * This program is free software; you can redistribute it and/or *
5  * modify it under the terms of the GNU General Public License as *
6  * published by the Free Software Foundation; either version 2 of *
7  * the License, or (at your option) any later version. *
8  * *
9  * This program is distributed in the hope that it will be useful, *
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12  * GNU General Public License for more details. *
13  * *
14  * You should have received a copy of the GNU General Public License*
15  * along with this program; if not, contact: *
16  * *
17  * Free Software Foundation Voice: +1-617-542-5942 *
18  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
19  * Boston, MA 02110-1301, USA [email protected] *
20  * *
21 \********************************************************************/
22 
50 #ifndef XACC_SCRUB_H
51 #define XACC_SCRUB_H
52 
53 #include "gnc-engine.h"
54 
76 
81 
86 
94 void xaccSplitScrub (Split *split);
95 
100 void xaccTransScrubSplits (Transaction *trans);
101 void xaccAccountScrubSplits (Account *account);
102 void xaccAccountTreeScrubSplits (Account *account);
103 
109 void xaccTransScrubImbalance (Transaction *trans, Account *root,
110  Account *parent);
111 void xaccAccountScrubImbalance (Account *acc);
112 void xaccAccountTreeScrubImbalance (Account *acc);
113 
119 void xaccTransScrubCurrency (Transaction *trans);
120 
123 void xaccAccountScrubCommodity (Account *account);
124 
129 
144 
145 void xaccAccountScrubKvp (Account *account);
146 
147 #endif /* XACC_SCRUB_H */
148 
void xaccTransScrubCurrency(Transaction *trans)
Definition: Scrub.c:993
void xaccAccountTreeScrubCommodities(Account *acc)
Definition: Scrub.c:1174
void xaccAccountScrubCommodity(Account *account)
Definition: Scrub.c:1110
void xaccTransScrubImbalance(Transaction *trans, Account *root, Account *parent)
Definition: Scrub.c:521
void xaccSplitScrub(Split *split)
Definition: Scrub.c:176
void xaccTransScrubSplits(Transaction *trans)
Definition: Transaction.c:2616
void xaccAccountScrubOrphans(Account *acc)
Definition: Scrub.c:102
void xaccTransScrubOrphans(Transaction *trans)
Definition: Scrub.c:124
All type declarations for the whole Gnucash engine.
Definition: SplitP.h:71
void xaccAccountTreeScrubOrphans(Account *acc)
Definition: Scrub.c:62
void xaccAccountTreeScrubQuoteSources(Account *root, gnc_commodity_table *table)
Definition: Scrub.c:1231