ofxstatement-intesasp


Nameofxstatement-intesasp JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/Jacotsu/ofxstatement-intesasp
SummaryPlugin for ofxstatement that supports Intesa San paolo xlsx file
upload_time2023-05-12 16:46:45
maintainer
docs_urlNone
authorDi Campli D. Raffaele Jr
requires_python
licenseGPLv3
keywords ofx banking statement
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IntesaSP plugin for ofxstatement

This plug-in parses the Intesa San paolo xlsx statement file, main project can be found [here](https://github.com/kedder/ofxstatement).

[TOC]

## Installation

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

### pip
```bash
pip3 install --user ofxstatement-intesasp
```
### setup.py
```bash
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

```bash
$ 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
```bash
$ 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*:
```bash
$ 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:
```bash
  $ 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:
```bash
  # 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](http://homebank.free.fr/en/index.php), continuously updated program, present everywhere except in smartphones, with many beautiful ideas and listening to the community. **100% compatibility** 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Jacotsu/ofxstatement-intesasp",
    "name": "ofxstatement-intesasp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ofx,banking,statement",
    "author": "Di Campli D. Raffaele Jr",
    "author_email": "dcdrj.pub@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/98/2b/901039519ba803ae3fce92c9a318d0b3a9d7b2845fb1e81a51a8653780a0/ofxstatement-intesasp-0.2.0.tar.gz",
    "platform": null,
    "description": "# IntesaSP plugin for ofxstatement\n\nThis plug-in parses the Intesa San paolo xlsx statement file, main project can be found [here](https://github.com/kedder/ofxstatement).\n\n[TOC]\n\n## Installation\n\nYou can install the plugin as usual from pip or directly from the downloaded git\n\n### pip\n```bash\npip3 install --user ofxstatement-intesasp\n```\n### setup.py\n```bash\npython3 setup.py install --user\n```\n## Configuration\n*(For now, this configuration is ignored, is used in other plug-in of the main project)*\n\nTo edit the config file run this command\n\n```bash\n$ ofxstatement edit-config\n```\nSubstitute the zeroes with your bank's ABI and CAB codes (The italian equivalent of BIC code)\n```\n[IntesaSP]\nABI = 00000\nCAB = 00000\nplugin = IntesaSP\n```\n\nSave and exit the text editor\n\n\n## Usage\nDownload your transactions file from the official bank's site and then run\n```bash\n$ ofxstatement convert -t IntesaSP Movimenti_Conto_<date>.xlsx Movimenti.ofx\n```\n\n### Add Alias\nTo 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*:\n```bash\n$ printf '\\n# Intesa excel convert to OFX format\\nalias ofxIntesa=\"ofxstatement convert -t IntesaSP\"\\n' >> ~/.bash_aliases\n```\nAfter that, reload your terminal (close and then reopen) and the usage change to:\n```bash\n  $ ofxIntesa Movimenti_Conto_<date>.xlsx Movimenti.ofx\n```\n**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:\n```bash\n  # Alias definitions.\n  # You may want to put all your additions into a separate file like\n  # ~/.bash_aliases, instead of adding them here directly.\n  # See /usr/share/doc/bash-doc/examples in the bash-doc package.\n\n  if [ -f ~/.bash_aliases ]; then\n      . ~/.bash_aliases\n  fi\n```\n\n## How use OFX file after conversion\n\nThe `ofx` format stands for '*Open Financial Exchange*', it can be used to transfer your accounting records from one database to another.\nThis repository in particular allows you to convert the records that **Intesa San Paolo** shares via Excel into this *open source* format.\nOnce you have the `ofx` file, you can use any program to manage your finances.\nAmong the many available, a non-exhaustive list of open source products is:\n\n- [HomeBank](http://homebank.free.fr/en/index.php), continuously updated program, present everywhere except in smartphones, with many beautiful ideas and listening to the community. **100% compatibility** \n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Plugin for ofxstatement that supports Intesa San paolo xlsx file",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Jacotsu/ofxstatement-intesasp"
    },
    "split_keywords": [
        "ofx",
        "banking",
        "statement"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a31581acfa960b2f463f23f77abbe47184fe48417d86cdad4bfae6f8d2206c63",
                "md5": "a8421a7d0556202b7e0b72f7d21103bb",
                "sha256": "cf2eff7a504e12da8070354a7f0552de719232851bdab7ef0fea09230e79999f"
            },
            "downloads": -1,
            "filename": "ofxstatement_intesasp-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8421a7d0556202b7e0b72f7d21103bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7834,
            "upload_time": "2023-05-12T16:46:43",
            "upload_time_iso_8601": "2023-05-12T16:46:43.966318Z",
            "url": "https://files.pythonhosted.org/packages/a3/15/81acfa960b2f463f23f77abbe47184fe48417d86cdad4bfae6f8d2206c63/ofxstatement_intesasp-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "982b901039519ba803ae3fce92c9a318d0b3a9d7b2845fb1e81a51a8653780a0",
                "md5": "7c7b32affd8c726a0073ecac46a2139b",
                "sha256": "927600028f6eb2046b86f4336c12a87d0cc73154cb2f97344f5176c54b8c2eb5"
            },
            "downloads": -1,
            "filename": "ofxstatement-intesasp-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c7b32affd8c726a0073ecac46a2139b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8213,
            "upload_time": "2023-05-12T16:46:45",
            "upload_time_iso_8601": "2023-05-12T16:46:45.860401Z",
            "url": "https://files.pythonhosted.org/packages/98/2b/901039519ba803ae3fce92c9a318d0b3a9d7b2845fb1e81a51a8653780a0/ofxstatement-intesasp-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-12 16:46:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jacotsu",
    "github_project": "ofxstatement-intesasp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ofxstatement-intesasp"
}
        
Elapsed time: 0.06247s