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

Example

As example, if in your excel you see: Conto 1234/00009876 or Conto 12349876 (Note: the 0000 if is missing shuld be add in CAB) Configuration shuld be:

[Conf-Name]
ABI = 1234
CAB = 00009876
plugin = IntesaSP

Usage

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

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

Note, is possible have multiple setting, simply use different Name

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 To use automatic count mapping i suggest to open the *.ofx file and search <BANKID> or <ACCTID>, and insert one of this 2 (possible populated) and try.

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.3.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ofxstatement_intesasp-0.3.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file ofxstatement_intesasp-0.3.0.tar.gz.

File metadata

  • Download URL: ofxstatement_intesasp-0.3.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for ofxstatement_intesasp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 fa34c00d5487ccdb4a0c7c23713c332ac73399eca54b71ed21aeec05d7d5a6de
MD5 ffee85a2215dbc394883334c5edb635c
BLAKE2b-256 6f340cfe50c56db7f07d06cc80630cdcbc2aa1d5ead9913702c08cc8616bafe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ofxstatement_intesasp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6460c33da2a12393df93236375e82ade4322c45c3877ccf6bd9f6aefe527f9c0
MD5 e44cd88141d9325775961fc6a9d9cd77
BLAKE2b-256 42246d93a6184395b02b4cc546d76a4a32116ddf60de19fe986074f62679c3ee

See more details on using hashes here.

Supported by

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