Put in remaining pages and wiki contents.
[ikiwiki.git] / docs / handbook / handbook-desktop-finance.mdwn
1 \r
2 \r
3 ## 15.5 Finance \r
4 \r
5 If, for any reason, you would like to manage your personal finances on your DragonFly Desktop, there are some powerful and easy to use applications ready to be installed. Some of them are compatible with widespread file formats like those of  **Quicken®**  or  **Excel**  documents.\r
6 \r
7 This section covers these applications:\r
8 \r
9 [[!table  data="""
10 | Application Name | Resources Needed | Installation from Ports | Major Dependencies 
11   **GnuCash**  | light | heavy |  **GNOME**  
12   **Gnumeric**  | light | heavy |  **GNOME**  
13   **Abacus**  | light | light |  **Tcl/Tk**  |\r
14 """]]\r
15 ### 15.5.1 GnuCash \r
16 \r
17  **GnuCash**  is part of the  **GNOME**  effort to provide user-friendly yet powerful applications to end-users. With  **GnuCash** , you can keep track of your income and expenses, your bank accounts, or your stocks. It features an intuitive interface while remaining very professional.\r
18 \r
19  **GnuCash**  provides a smart register, a hierarchical system of accounts, many keyboard accelerators and auto-completion methods. It can split a single transaction into several more detailed pieces.  **GnuCash**  can import and merge  **Quicken**  QIF files. It also handles most international date and currency formats.\r
20 \r
21 To install  **GnuCash**  on your system, do:\r
22 \r
23     \r
24     # pkg_add gnucash\r
25 \r
26 \r
27 If the package is not available, you can use the ports collection:\r
28 \r
29     \r
30     # cd /usr/ports/finance/gnucash\r
31     # make install clean\r
32 \r
33 \r
34 ### 15.5.2 Gnumeric \r
35 \r
36  **Gnumeric**  is a spreadsheet, part of the  **GNOME**  desktop environment. It features convenient automatic ***guessing*** of user input according to the cell format and an autofill system for many sequences. It can import files in a number of popular formats like those of  **Excel** , ***'Lotus 1-2-3***', or  **Quattro Pro** .  **Gnumeric**  supports graphs through the [`math/guppi`](http://pkgsrc.se/math/guppi) graphing program. It has a large number of built-in functions and allows all of the usual cell formats such as number, currency, date, time, and much more.\r
37 \r
38 To install  **Gnumeric**  as a package, type in:\r
39 \r
40     \r
41     # pkg_add gnumeric\r
42 \r
43 \r
44 If the package is not available, you can use the ports collection by doing:\r
45 \r
46     \r
47     # cd /usr/ports/math/gnumeric\r
48     # make install clean\r
49 \r
50 \r
51 ### 15.5.3 Abacus \r
52 \r
53  **Abacus**  is a small and easy to use spreadsheet. It includes many built-in functions useful in several domains such as statistics, finances, and mathematics. It can import and export the  **Excel**  file format.  **Abacus**  can produce PostScript® output.\r
54 \r
55 To install  **Abacus**  from its package, do:\r
56 \r
57     \r
58     # pkg_add abacus\r
59 \r
60 \r
61 If the package is not available, you can use the ports collection by doing:\r
62 \r
63     \r
64     # cd /usr/ports/deskutils/abacus\r
65     # make install clean\r
66 \r
67 \r
68 \r
69 \r
70 CategoryHandbook\r
71 CategoryHandbook-desktop\r