Differences between revisions 17 and 18
Revision 17 as of 2020-03-15 23:20:00
Size: 2048
Editor: ?JohannesRohr
Comment:
Revision 18 as of 2020-03-16 03:55:09
Size: 2164
Editor: PaulWise
Comment: cleanup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
[[DebPkg:gnucash|GnuCash]] is a free software accounting program perfect for small business or for a personnal uses. It allow to follow day by day its accounts. [[DebPkg:gnucash|GnuCash]] is a free software accounting program perfect for small business or for personal uses. It allows to follow day by day its accounts.
Line 9: Line 9:
{{{
apt-get install gnucash
}}}
Line 13: Line 10:
[[PackageManagement|Install]] the DebianPackage:gnucash package.
Line 14: Line 12:
If you run Debian Stable, to get online banking (FinTS) working, you may have to install [[DebPkg:aqbanking-tools|aqbanking-tool]]s from [[Backports]]. The version of aqbanking in Debian stable may no longer be able to talk to your bank. If you run [[DebianStable|Debian stable]], to get online banking (FinTS) working, you may have to install [[DebPkg:aqbanking-tools|aqbanking-tool]]s from [[Backports]]. The version of aqbanking in Debian stable may no longer be able to talk to your bank.
Line 16: Line 14:
Alternatively, install the GNUcash [[FlatPak]] from flathub.org, which is directly maintained by the GNUcash developers. Alternatively, install the [[FlatPak]] package of [[https://flathub.org/apps/details/org.gnucash.GnuCash|GNUcash from Flathub]], which is directly maintained by the GNUcash developers.
Line 18: Line 16:
If flatpak is not yet set up, run If flatpak is not yet set up, run:
Line 24: Line 23:
To install and run the flatpak, run To install and run the flatpak, run:
Line 31: Line 30:
To run other commands packaged with the flatpak, run To run other commands packaged with the flatpak, run:
Line 33: Line 33:
flatpak run --comand=bash org.gnucash.GnuCash flatpak run --command=bash org.gnucash.GnuCash
Line 40: Line 40:
== See also ==
Line 41: Line 42:


== See also ==
Line 47: Line 45:
 * [[http://www.gnucash.org|GnuCash project website]]  * [[https://www.gnucash.org|GnuCash project website]]
Line 49: Line 47:
 * [[http://wiki.gnucash.org/wiki/Translation|How to translate GnuCash]]  * [[https://wiki.gnucash.org/wiki/Translation|How to translate GnuCash]]

Translation(s): English - Français

(!) ?Discussion


Screenshot of the wallet.

Screenshot of the income/expense chart.

GnuCash is a free software accounting program perfect for small business or for personal uses. It allows to follow day by day its accounts.

Installation

Install the gnucash package.

If you run Debian stable, to get online banking (FinTS) working, you may have to install aqbanking-tools from Backports. The version of aqbanking in Debian stable may no longer be able to talk to your bank.

Alternatively, install the FlatPak package of GNUcash from Flathub, which is directly maintained by the GNUcash developers.

If flatpak is not yet set up, run:

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

To install and run the flatpak, run:

flatpak install flathub org.gnucash.GnuCash
flatpak run org.gnucash.GnuCash

To run other commands packaged with the flatpak, run:

flatpak run --command=bash org.gnucash.GnuCash

From inside the package, you can then run any packaged binary.

You can of course substitute "bash" with aqbanking-cli, aqhbci-tool4 or other command-line tools directly that come packaged with GNUcash.

See also


CategoryOfficeApplication