Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

14,284

Downloads of v 5.6:

293

Last Update:

06 Dec 2022

Package Maintainer(s):

Software Author(s):

  • Maxime Doyen (and contributors)

Tags:

admin homebank finance accounting

HomeBank

This is not the latest version of HomeBank available.

  • 1
  • 2
  • 3

5.6 | Updated: 06 Dec 2022

Downloads:

14,284

Downloads of v 5.6:

293

Maintainer(s):

Software Author(s):

  • Maxime Doyen (and contributors)

HomeBank 5.6

This is not the latest version of HomeBank available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install HomeBank, run the following command from the command line or from PowerShell:

>

To upgrade HomeBank, run the following command from the command line or from PowerShell:

>

To uninstall HomeBank, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade homebank -y --source="'INTERNAL REPO URL'" --version="'5.6'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade homebank -y --source="'INTERNAL REPO URL'" --version="'5.6'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install homebank
  win_chocolatey:
    name: homebank
    version: '5.6'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'homebank' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.6'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller homebank
{
    Name     = "homebank"
    Version  = "5.6"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'homebank':
  ensure   => '5.6',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 06 Dec 2022.

Description

HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting.
It is designed to easy to use and be able to analyse your personal finance and budget in detail using powerful filtering tools and beautiful charts.
If you are looking for a completely free and easy application to manage your personal accounting, budget, finance then HomeBank should be the software of choice.

Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.


legal\LICENSE.txt

From: https://launchpad.net/homebank

LICENSE

GNU GPL v2
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official site repository listed on <http://homebank.free.fr/fr/downloads.php>
and can be verified like this:

1. Download the following installer:
  Version 5.6 : <http://homebank.free.fr/public/HomeBank-5.6-setup.exe>
2. You can use one of the following methods to obtain the checksum
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

  checksum type: SHA256
  checksum: 3753615EBFF18FA2CCA2A2DF6C4707BEA79B7E548596F0DE28DDEB7CC626B0EE

File 'LICENSE.txt' is obtained from the official website 
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'homebank.exe'


$packageArgs = @{
  packageName   = 'homebank'
  unzipLocation = $toolsDir
  file           = $fileLocation
  fileType      = 'EXE'
  silentArgs     = '/verysilent /allusers'
  softwareName  = 'homebank*'
  validExitCodes= @(0)
}

Install-ChocolateyInstallPackage @packageArgs
Remove-Item $toolsDir\*.exe -ea 0 -force
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';
$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'homebank*'
  fileType      = 'EXE'
  silentArgs    = "/qn /norestart"
  validExitCodes= @(0)
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | % { 
    $packageArgs['file'] = "$($_.UninstallString)"
    
    if ($packageArgs['fileType'] -eq 'MSI') {
      $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
      
      $packageArgs['file'] = ''
    } else {
    }

    Uninstall-ChocolateyPackage @packageArgs
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}
tools\homebank.exe
md5: 16556835053772111C537C59FFA5E36F | sha1: BD375AEA86EC056382B7446DCEAB2A2C5475906D | sha256: 3753615EBFF18FA2CCA2A2DF6C4707BEA79B7E548596F0DE28DDEB7CC626B0EE | sha512: 97B96FF0E89927DE9FF844C1DCD2DBA78ED97273788ADE4F9CA63DCC9F2717EF29CF6E16E4B849DE64D5B2660B762D760D93F632FDFF4E7175C33565206C124D

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
HomeBank 5.7.3 204 Friday, December 8, 2023 Approved
HomeBank 5.7.2 178 Sunday, November 12, 2023 Approved
HomeBank 5.7.1 186 Sunday, October 8, 2023 Approved
HomeBank 5.6.6 232 Friday, August 4, 2023 Approved
HomeBank 5.6.5 194 Wednesday, June 21, 2023 Approved
HomeBank 5.6.4 209 Thursday, May 18, 2023 Approved
HomeBank 5.6.3 311 Sunday, March 19, 2023 Approved
HomeBank 5.6.2 212 Monday, February 6, 2023 Approved
HomeBank 5.6.1 190 Sunday, January 8, 2023 Approved
HomeBank 5.6 293 Tuesday, December 6, 2022 Approved
HomeBank 5.5.8 240 Saturday, October 15, 2022 Approved
HomeBank 5.5.7 174 Tuesday, October 4, 2022 Approved
HomeBank 5.5.6 285 Tuesday, June 28, 2022 Approved
HomeBank 5.5.5 283 Monday, April 18, 2022 Approved
HomeBank 5.5.4 354 Saturday, January 29, 2022 Approved
HomeBank 5.5.3 455 Thursday, August 12, 2021 Approved
HomeBank 5.5.2 358 Sunday, May 9, 2021 Approved
HomeBank 5.5.1 330 Monday, March 8, 2021 Approved
HomeBank 5.5 274 Sunday, February 7, 2021 Approved
HomeBank 5.4.3 485 Saturday, September 12, 2020 Approved
HomeBank 5.4.2 469 Saturday, May 16, 2020 Approved
HomeBank 5.4.1 375 Thursday, April 23, 2020 Approved
HomeBank 5.4 279 Friday, April 10, 2020 Approved
HomeBank 5.3.2 412 Sunday, February 16, 2020 Approved
HomeBank 5.3.1 288 Thursday, January 30, 2020 Approved
HomeBank 5.2.8 437 Thursday, September 19, 2019 Approved
HomeBank 5.2.7 338 Monday, July 29, 2019 Approved
HomeBank 5.2.6 394 Saturday, May 25, 2019 Approved
HomeBank 5.2.5 291 Friday, May 17, 2019 Approved
HomeBank 5.2.2 518 Monday, October 8, 2018 Approved
HomeBank 5.2.1 296 Sunday, September 16, 2018 Approved
HomeBank 5.2 292 Sunday, September 9, 2018 Approved
HomeBank 5.1.8 509 Saturday, March 17, 2018 Approved
HomeBank 5.1.7 442 Tuesday, January 9, 2018 Approved
HomeBank 5.1.6 475 Saturday, October 7, 2017 Approved
HomeBank 5.1.5 457 Tuesday, July 4, 2017 Approved
HomeBank 5.1.1 505 Sunday, November 6, 2016 Approved
HomeBank 5.1.0.1 418 Wednesday, October 19, 2016 Approved
HomeBank 5.1 494 Monday, October 17, 2016 Approved
HomeBank 5.0.9 426 Monday, July 25, 2016 Approved
HomeBank 5.0.8 393 Thursday, June 30, 2016 Approved

Made 5.6 release

  • new: add a Manage > Wallet menu entry
  • new: add suggested/destructive style to relevant dialog buttons
  • new: add search input into manage category dialog
  • new: all search input CTRL+F to activate, ESC to empty+quit
  • new: filter on individual type: expense, income, transfer
  • new: filter on individual status: cleared, reconciled
  • new: filter dialog has a visual indicator on page with active filter
  • new: added an info icon with detailed info as tooltip in import, account pages
  • new: added a warning icon when xfer with different currency prefill target amount fail
  • change: dropped usage of remaining comboboxentry in profit of a popoverentry
  • change: account rename dialog relayout
  • change: payee edit dialog relayout
  • change: category edit dialog relayout
  • change: manage payee/category hid usage column by default, toggle button to show
  • change: filter dialog relayout
  • change: layout harmonisation of all manage dialog
  • change: spacing check and harmonisation of all windows
  • change: removed icons for secondary windows/dialogs (GTK obsolete)
  • wish: #1996223 statistics time report stack chart to show rate in tooltip
  • wish: #1993088 register closed account popmenu should be disabled
  • wish: #1989211 stats report preference to include/exlcude xfer by default
  • wish: #1986501 columns visibility settings for scheduled mainwindow list
  • wish: #1983995 Ability to "Copy raw amount" from a transaction in the account's transactions list
  • wish: #1982036 improve columns order/width for target xfer transaction list
  • wish: #1980562 setting to unlock by default the reconciled changes
  • wish: #1977686 autocompletion for split memo field
  • wish: #1974450 modify assignment order by specifying its index
  • wish: #1973029 add tag import/export function
  • wish: #1958039 Add ability to sort by search text in Assignments Dialog
  • wish: #1955305 Ability to search for criteria text in "Management Assignments" window
  • wish: #1933164 sort by header column click on statistics
  • wish: #1932193 add a note field into payee
  • wish: #1920642 separate columns and widths settings for reports details pane
  • wish: #1909749 feature to lock changes of reconciled transactions
  • wish: #1906953 add "ignore" week-end behavior
  • wish: #1896887 Reports / Exclude tags does an AND on multiple tags, it should default to OR
  • wish: #1896441 set an account to be outflow into 'Your Accounts'
  • wish: #1886757 HomeBank Report Account balances for each month
  • wish: #1875801 shows split detail in the report detail list
  • wish: #1869352 option to add scheduled txn until x months
  • wish: #1826360 archive payee/category to lighten the lists
  • wish: #1710085 assignment based on amount
  • wish: #1673260 internal transfer with different currency
  • wish: #1530170 more date range option and redesign
  • wish: #1173135 charts for stat over time items (pay, cate, acc...) report
  • wish: #625527
    multiselectable combobox in trendtime reports
  • bugfix: unused tags were not saved
  • bugfix: add ellipsize to some report columns for large item name
  • bugfix: report budget layout problem with large category name
  • bugfix: #1993599 your accounts tooltip fail when account name contains a &
  • bugfix: #1993727 import assistant selection counts do not update

Full changelog: http://homebank.free.fr/ChangeLog


This package has no dependencies.

Discussion for the HomeBank Package

Ground Rules:

  • This discussion is only about HomeBank and the HomeBank package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or HomeBank, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus