Bug 197409 - There's no way to define initial balance of non-OFX account
Summary: There's no way to define initial balance of non-OFX account
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR wishlist
Target Milestone: ---
Assignee: Stephane MANKOWSKI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-21 19:36 UTC by Tadeusz Andrzej Kadłubowski
Modified: 2010-02-06 09:56 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tadeusz Andrzej Kadłubowski 2009-06-21 19:36:51 UTC
Version:           0.3.0 (using Devel)
Compiler:          gcc-4.0.1 from apple OS X 10.4 
OS:                OS X
Installed from:    Compiled sources

When I create a new account that's not connected to an OFX bank system (for example: my ,,wallet'' account, which is by far the most used account in my case), there's no way to set initial balance.

I can write it as some undefined one-off,,Other Income'', but that would interfere with statistical distribution of my sources of income.
Comment 1 Vincent Panel 2009-08-20 22:31:21 UTC
Confirmed : setting initial balance of accounts is impossible. You can always create a "virtual" operation, but then it would appear in the reports.

As you can ignore 'tranfer' operations in the reports, I suggest you can also ignore 'initial balance' operations. Of course, you should be able to create operations with such a mode.
Comment 2 Stephane MANKOWSKI 2009-08-21 22:10:12 UTC
Hi,

I am thinking about this but the main issue is that initial balance must be taken into account in some report like history.

I would like to find a generic solution.

Stephane
Comment 3 Vincent Panel 2009-08-24 23:01:54 UTC
Well, in some reports you can already ignore transfers, so initial balance just has to be ignore-able too : this appears quite generic to me. I mean, having a bank account in skrooge with NO initial balance is quite the exception, so you shouldn't care too much about them, IMHO.
Comment 4 thdox 2009-11-08 23:30:39 UTC
+1
Comment 5 Stephane MANKOWSKI 2010-02-06 09:56:48 UTC
SVN commit 1085953 by smankowski:

Opening 0.6.1
BUG: 197409: There's no way to define initial balance of non-OFX account 

 M  +6 -1      CHANGELOG  
 M  +2 -2      CMakeLists.txt  
 M             images/splash.png  
 M             images/splash.svgz  
 M  +433 -331  skgbankmodeler/skgaccountobject.cpp  
 M  +18 -0     skgbankmodeler/skgaccountobject.h  
 M  +2 -2      skgbankmodeler/skgdocumentbank.cpp  
 M  +447 -386  skgbankmodeler/skgruleobject.cpp  
 M  +123 -76   skrooge_bank/skgbankpluginwidget.cpp  
 M  +71 -69    skrooge_bank/skgbankpluginwidget.h  
 M  +186 -23   skrooge_bank/skgbankpluginwidget_base.ui  
 M  +6 -1      skrooge_bookmark/skgbookmarkplugindockwidget_base.ui  
 M  +1 -0      skrooge_monthly/skgmonthlypluginwidget.cpp  
 M  +2 -1      skrooge_operation/skgoperationpluginwidget.cpp  
 M  +7 -1      skrooge_operation/skgoperationpluginwidget_base.ui  
 M  +6 -1      skrooge_properties/skgpropertiesplugindockwidget_base.ui  
 M  +4 -0      skrooge_scheduled/skgscheduledpluginwidget_base.ui  
 M  +4 -1      skrooge_search/skgsearchpluginwidget.cpp  
 M  +4 -0      skrooge_search/skgsearchpluginwidget_base.ui  
 M  +15 -10    skrooge_tracker/skgtrackerpluginwidget_base.ui  
 M  +2 -1      skrooge_unit/skgunitpluginwidget.cpp  
 M  +3 -0      skrooge_unit/skgunitpluginwidget_base.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1085953