Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/finance.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize summary panel to allow big numbers without resize the screenGonzalo Odiard2014-07-221-8/+19
|
* Implement export data to use in Chart activityGonzalo Odiard2014-07-181-0/+134
|
* Show a alert after save chart in the journalGonzalo Odiard2014-07-181-0/+29
|
* Initial implementation of save chart to journalGonzalo Odiard2014-07-181-6/+49
|
* New caledar iconGonzalo Odiard2014-07-101-1/+1
| | | | Designed by Dan Marshall
* Make visible the period controls on budget screenGonzalo Odiard2014-07-081-5/+3
|
* Add graphic of creditGonzalo Odiard2014-07-081-0/+2
|
* Show credit and debit buttons in graph screenGonzalo Odiard2014-07-081-7/+25
|
* Don't reload treeview if is not neededGonzalo Odiard2014-07-071-2/+5
|
* Add credit in empty panel callback error fixedGonzalo Odiard2014-07-071-1/+1
|
* Add the empty screenGonzalo Odiard2014-07-071-36/+42
| | | | | This si a empty screen with a message for the case where the user crete a new project
* Use a Gtk.Toolbar to the canvas headerGonzalo Odiard2014-07-041-63/+74
|
* Replace combo by paletteGonzalo Odiard2014-07-041-39/+47
|
* Move period controls to the canvas headerGonzalo Odiard2014-07-041-51/+43
|
* Improve bottom panel text and colorsGonzalo Odiard2014-07-041-10/+21
|
* Move color constnts and methods to a new packageGonzalo Odiard2014-07-041-50/+9
| | | | | Defined constants for credit and debit colors, and changed credit color fromo blue to green.
* Bottom panel on darker greyGonzalo Odiard2014-07-041-1/+7
|
* Pyflakes fixesGonzalo Odiard2014-07-031-3/+0
|
* Pep8 fixesGonzalo Odiard2014-07-031-2/+2
|
* Enlarge text size, align amount column and balance label at the screen leftGonzalo Odiard2014-07-031-1/+9
|
* Move register buttons to the canvas headerGonzalo Odiard2014-07-031-32/+42
|
* Move view buttons to the main toolbarGonzalo Odiard2014-07-031-13/+3
|
* Use jsonGonzalo Odiard2014-07-031-1/+1
| | | | Remove old port classes for compatibility with Pthon 2.5
* Replace the help top bar by a HelpButtonGonzalo Odiard2012-09-251-24/+14
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Bug fixManuel Kaufmann2012-07-031-1/+1
| | | | | | These two bugs were introduced in 1c21ce44b81831132aaa520fdde4e8eccce1b705 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* pep8izedManuel Kaufmann2012-07-031-133/+211
| | | | | | Fixed a lot of code style related with PEP8 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Port to Gtk3 SL #3740Manuel Kaufmann2012-07-021-108/+76
| | | | | | | | | | | Migrated completely to Gtk3. There is only one thing related to the Gtk3 theme that it's not working properly. It happens when the mouse is over the icon selected on the toolbar, view subtoolbar icons for example (SL #3739) Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Ability to translate header period SL #3190Manuel Kaufmann2012-05-211-4/+8
| | | | | | | Added the ability to translate the way that the header period is shown and added some comments to the translatros on the code. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Translate period string properly SL #3190Manuel Kaufmann2012-05-211-3/+19
| | | | | | | Removed concatenation of period strings to allow translators to translate the string in the correct way. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Set max_participants = 1Gonzalo Odiard2011-08-031-0/+1
|
* Finance: add support for new toolbarsGonzalo Odiard2011-08-021-43/+109
| | | | | | | | | | | | | | | | | | | | | - I have put the period buttons in the main toolbar, because they affect the transaction operations being done and the views. - I have converted the view buttons to radio buttons. - I did custom icons for transaction operators: Add debit, Add credit, and Remove transaction. The context help strings may need to be changed because of the toolbars change, I will check. The sensitivity of the buttons in the Transaction toolbar depend on list view selected, maybe we can trigger a change to list view when Transaction toolbar is selected. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix Keep error. Add sugar-port library. Bump v3.v3Wade Brainerd2009-11-291-3/+5
|
*