From cfe8142b2b371dd40867e010b6b6c58fe864ba21 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 13 Mar 2012 03:41:00 -0500 Subject: Access to checkin/checkout of timelog entries --- src/post.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index aecd65cf..d6004c9f 100644 --- a/src/post.h +++ b/src/post.h @@ -61,13 +61,15 @@ public: #define POST_COST_VIRTUAL 0x0400 // cost is virtualized: (@) #define POST_ANONYMIZED 0x0800 // a temporary, anonymous posting - xact_t * xact; // only set for posts of regular xacts - account_t * account; - - amount_t amount; // can be null until finalization - optional amount_expr; - optional cost; - optional assigned_amount; + xact_t * xact; // only set for posts of regular xacts + account_t * account; + + amount_t amount; // can be null until finalization + optional amount_expr; + optional cost; + optional assigned_amount; + optional checkin; + optional checkout; post_t(account_t * _account = NULL, flags_t _flags = ITEM_NORMAL) -- cgit v1.2.3