Skip to main content

Plugin for ofxstatement that supports Intesa San paolo xlsx file

Project description

IntesaSP plugin for ofxstatement

This plug-in parses the Intesa San paolo xlsx statement file, main project can be found here.

[TOC]

Installation

You can install the plugin as usual from pip or directly from the downloaded git

pip

pip3 install --user ofxstatement-intesasp

setup.py

python3 setup.py install --user

Configuration

(For now, this configuration is ignored, is used in other plug-in of the main project)

To edit the config file run this command

$ ofxstatement edit-config

Substitute the zeroes with your bank's ABI and CAB codes (The italian equivalent of BIC code)

[IntesaSP]
ABI = 00000
CAB = 00000
plugin = IntesaSP

Save and exit the text editor

Usage

Download your transactions file from the official bank's site and then run

$ ofxstatement convert -t IntesaSP Movimenti_Conto_<date>.xlsx Movimenti.ofx

Add Alias

To simplify the use of the plugin, we strongly recommend adding an alias to your system (if in a Linux environment or on an emulated terminal) by adding the alias of this command to your .bash_aliases:

$ printf '\n# Intesa excel convert to OFX format\nalias ofxIntesa="ofxstatement convert -t IntesaSP"\n' >> ~/.bash_aliases

After that, reload your terminal (close and then reopen) and the usage change to:

  $ ofxIntesa Movimenti_Conto_<date>.xlsx Movimenti.ofx

Note: If after reload alias are not loading, go in your .bashrc and check if follow line are present, if not, add it on the end:

  # Alias definitions.
  # You may want to put all your additions into a separate file like
  # ~/.bash_aliases, instead of adding them here directly.
  # See /usr/share/doc/bash-doc/examples in the bash-doc package.

  if [ -f ~/.bash_aliases ]; then
      . ~/.bash_aliases
  fi

How use OFX file after conversion

The ofx format stands for 'Open Financial Exchange', it can be used to transfer your accounting records from one database to another. This repository in particular allows you to convert the records that Intesa San Paolo shares via Excel into this open source format. Once you have the ofx file, you can use any program to manage your finances. Among the many available, a non-exhaustive list of open source products is:

  • HomeBank, continuously updated program, present everywhere except in smartphones, with many beautiful ideas and listening to the community. 100% compatibility

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ofxstatement-intesasp-0.2.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

ofxstatement_intesasp-0.2.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file ofxstatement-intesasp-0.2.0.tar.gz.

File metadata

  • Download URL: ofxstatement-intesasp-0.2.0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for ofxstatement-intesasp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 927600028f6eb2046b86f4336c12a87d0cc73154cb2f97344f5176c54b8c2eb5
MD5 7c7b32affd8c726a0073ecac46a2139b
BLAKE2b-256 982b901039519ba803ae3fce92c9a318d0b3a9d7b2845fb1e81a51a8653780a0

See more details on using hashes here.

File details

Details for the file ofxstatement_intesasp-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ofxstatement_intesasp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cf2eff7a504e12da8070354a7f0552de719232851bdab7ef0fea09230e79999f
MD5 a8421a7d0556202b7e0b72f7d21103bb
BLAKE2b-256 a31581acfa960b2f463f23f77abbe47184fe48417d86cdad4bfae6f8d2206c63

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page