aboutsummaryrefslogtreecommitdiff
path: root/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'database.h')
-rw-r--r--database.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/database.h b/database.h
index cdde765..0296675 100644
--- a/database.h
+++ b/database.h
@@ -29,6 +29,9 @@ public:
bool updateRecurringRule(const RecurringRule &rule);
bool deleteRecurringRule(int id);
QList<RecurringRule> getAllRecurringRules();
+ void regenerateProjectionsForRule(const RecurringRule &rule);
+ void deleteProjectionsForRule(int ruleId);
+ void regenerateAllProjections();
// Reconciliation
bool convertToActual(int transactionId, double actualAmount);