From 850067a6db2443c1ff1ced793135796ef7ac490f Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 8 May 2021 21:10:36 -0700 Subject: Deliveries table working, item column --- core/src/Model/TransactionsModel.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/src/Model/TransactionsModel.hpp') diff --git a/core/src/Model/TransactionsModel.hpp b/core/src/Model/TransactionsModel.hpp index 86611cf..cd19241 100644 --- a/core/src/Model/TransactionsModel.hpp +++ b/core/src/Model/TransactionsModel.hpp @@ -11,6 +11,7 @@ class SalesTable public: SQLite::Statement GetRowCount; SQLite::Statement GetRows; + SQLite::Statement GetItems; public: SalesTable(TransactionModel& db); @@ -21,6 +22,7 @@ class PurchasesTable public: SQLite::Statement GetRowCount; SQLite::Statement GetRows; + SQLite::Statement GetItems; public: PurchasesTable(TransactionModel& db); @@ -30,6 +32,7 @@ class DeliveryTable { public: SQLite::Statement FilterByTypeAndId; + SQLite::Statement GetItems; public: DeliveryTable(TransactionModel& db); -- cgit v1.2.3-70-g09d2