Giter Site home page Giter Site logo

itau2moneylog's Introduction

itau2moneylog

Helps to convert your itau 'extrato' to moneylog-beta's format (http://aurelio.net/moneylog/beta/)


Install

npm install -g itau2moneylog

Attention

  • this tool will work well with Firefox
  • works with my 'conta personalite', tell me if works with other Itaú types
  • you have to use "por periodo" on Itaú web-site
  • not tested on windows or Mac

Usage example

print converted 'itaú extrato' on screen
itau2moneylog data-pasted.txt
smart usage with nodemon

When you save the moneylog data is appended.

# install nodemon to make the process easier
npm install -g nodemon
nodemon -q -e 'txt' itau2moneylog periodo paste-data.txt >> ../moneylog-beta/txt/dados.txt

You can use save-text-to-file firefox add-on (https://addons.mozilla.org/EN-uS/firefox/addon/save-text-to-file/?src=userprofile). Just configure to save on Shift + F1 to your paste-data.txt.

    1. copy/paste/save text from 'extrato' with save-text-to-file
    1. change month and repeat above step

developers, come here

run all tests
gulp
filter tests
gulp --grep='Periodo Especifico: convert Itaú line: should get date from begining'
Deploy npm package

You can deploy package with:

$ npm run deploy [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]

This should run the following steps:

  • Check if not tracked commits in git
  • Run tests with npm test
  • Upgrade version in package.json, commit and add tag
  • Publish package in npmjs.com

itau2moneylog's People

Contributors

julio-saito-linx avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.