Summary: | Transaction confirmation pop-up doesn't use defined unit value for transaction date for suggested value | ||
---|---|---|---|
Product: | [Applications] skrooge | Reporter: | slodki <slodki_dom> |
Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | stephane |
Priority: | NOR | Keywords: | testcase |
Version: | unspecified | ||
Target Milestone: | 25.1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/skrooge/b8fc943592a4e350c9775d287f27e4300df40fd9 | Version Fixed In: | |
Sentry Crash Report: |
Description
slodki
2013-05-25 00:25:30 UTC
Git commit 3c9043f0f57fd9439deca96d7de8a430c050a7a6 by Stephane MANKOWSKI. Committed on 25/05/2013 at 10:46. Pushed by smankowski into branch 'master'. Transaction confirmation pop-up doesn't use defined unit value for transaction date for suggested value M +1 -0 CHANGELOG M +3 -3 skgbankmodeler/skgunitobject.cpp M +2 -1 skgbankmodeler/skgunitobject.h http://commits.kde.org/skrooge/3c9043f0f57fd9439deca96d7de8a430c050a7a6 Nothing changed. You should set iDate somewhere to transaction's date. Now it always uses default form (skgunitobject.h) =QDate::currentDate(). Defined USD=1PLN for 2013-05-01 Defined USD=4PLN for today Entering transaction for 2013-05-01 to transfer 100PLN to USD account, pop-up suggest 25$, usign today unit price (not one defined for 2013-05-01) Git commit b8fc943592a4e350c9775d287f27e4300df40fd9 by Stephane MANKOWSKI. Committed on 25/05/2013 at 12:15. Pushed by smankowski into branch 'master'. Transaction confirmation pop-up doesn't use defined unit value for transaction date for suggested value M +1 -0 CHANGELOG M +2 -2 plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp M +3 -3 skgbankmodeler/skgunitobject.cpp M +2 -1 skgbankmodeler/skgunitobject.h http://commits.kde.org/skrooge/b8fc943592a4e350c9775d287f27e4300df40fd9 |