Skrooge/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with "但是,'''Skrooge''' 是个相当新的程序,源里也可能还没有他。你当然应该去汇报bug,要求发行版打包人员打包他,但同时能[http://techbase...")
m (Created page with "=== Ubuntu 专属===")
Line 45: Line 45:
但是,'''Skrooge'''  是个相当新的程序,源里也可能还没有他。你当然应该去汇报bug,要求发行版打包人员打包他,但同时能[http://techbase.kde.org/Projects/Skrooge|自己编译安装skrooge],这不难。
但是,'''Skrooge'''  是个相当新的程序,源里也可能还没有他。你当然应该去汇报bug,要求发行版打包人员打包他,但同时能[http://techbase.kde.org/Projects/Skrooge|自己编译安装skrooge],这不难。


=== Ubuntu Specifics ===
=== Ubuntu 专属===


Ubuntu's policy is not to propose the latest software versions, but rather to focus on stability. For that reason, it is possible that the '''Skrooge''' version available in official repositories is several versions behind the latest stable from developers.
Ubuntu's policy is not to propose the latest software versions, but rather to focus on stability. For that reason, it is possible that the '''Skrooge''' version available in official repositories is several versions behind the latest stable from developers.

Revision as of 15:30, 19 February 2011

Other languages:
Skrooge 是KDE SC 4.x的个人财务管理软件,致力于简单直观。

Skrooge 允许你记录你的开支和收入,分类以及生成报告。 SkroogeKDE Extragear的一部分,在Office 模块里。


预览

名字真怪!

Yes, it is It has been inspired by Dickens' A Christmas Carol tale, where an grumpy old man, named Ebenezer Scrooge, turns good after receiving the visit of three ghosts on Christmas night.

Some people may also see the reference to Walt Disney's famous character, Scrooge Mc Duck, which was also inspired by the aforementioned book.

我能用skrooge干什么?

  • Keep track of your incomes and expenses
  • 了解你自己是怎么花钱的
  • Manage your investments and see how they perform over time
  • Manage several accounts

特性

  • 图表报告
  • Several tabs to help you organize your work
  • 无限制的撤销/重做(即使文件已经关闭!)
  • Instant filtering on operations and reports
  • Infinite categories levels
  • Mass update of operations
  • Scheduled operations
  • Track refund of your expenses
  • Powerful Search and Process functions

截图

安装Skrooge

推荐的方法是用你发行版的软件包管理工具安装 Skrooge

但是,Skrooge 是个相当新的程序,源里也可能还没有他。你当然应该去汇报bug,要求发行版打包人员打包他,但同时能[1],这不难。

Ubuntu 专属

Ubuntu's policy is not to propose the latest software versions, but rather to focus on stability. For that reason, it is possible that the Skrooge version available in official repositories is several versions behind the latest stable from developers.

To install the last version on Ubuntu, you need to add the following lines in your /etc/apt/sources.list:

For jaunty:

deb http://ppa.launchpad.net/s-mankowski/ppa/ubuntu jaunty main
 deb-src http://ppa.launchpad.net/s-mankowski/ppa/ubuntu jaunty main

For karmic:

deb http://ppa.launchpad.net/s-mankowski/ppa/ubuntu karmic main
 deb-src http://ppa.launchpad.net/s-mankowski/ppa/ubuntu karmic main
  • Open a terminal and enter:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 796FFDFC
  • Finally, tell Ubuntu to re-load the details of each software archive it knows about:
sudo apt-get update
  • Install Skrooge:
sudo apt-get install skrooge


Importing existing data

If you are a user of other personal finances managers, you may import your existing data from these, using one of the following formats :

Discussion was also started with the KMyMoney team for a more efficient way to exchange files between these two KDE applications.

More Information