GithubHelp home page GithubHelp logo

ofxstatement-sample's Issues

Wrong license classifier in setup.py

When trying to twine upload to testPyPi a plugin made from this bolerplate, i recived:

HTTPError: 400 Client Error: Invalid value for classifiers. Error: 'License :: OSI Approved :: GNU General Public License v3' is not a valid choice for this field for url: https://test.pypi.org/legacy/

the classifier should be:

'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'

as it is in the ofxstatement repo

pipenv config outdated?

Hello,

When I try to do pipenv sync --dev with the sample project, i get
An error occurred while installing attrs==20.3.0 --hash=sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700 --hash=sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6! Will try again.
and the same for all the rest of the package

tested on ubuntu 23.04

No module named 'ofxstatement.plugins.sample'

After following the steps under "Your own plugin", list-plugins fails with the message "No module named 'ofxstatement.plugins.sample'". This because plugins sample is still listed in src/ofxstatement_sample.egg-info/entry_points.txt.

Help with duplicating bank statement line

Hi,

this is not an "issue" with ofxstatement-sample, but a kind request for help with coding.

The CSV file may contain not only the amount in the single line, but also some of the fee types. E.g.:

date      ,memo   ,amount,fee1 ,fee2 ,fee3
03.12.2016,Blabla1,-10.00,     ,     ,    
04.12.2016,Blabla2,-10.00,-4.00,     ,    
05.12.2016,Blabla3,      ,     ,-4.00,    

The fees should not be added to amount (if amount <> 0), but a new line should be generated instead. Also, trn_type might be defined to distinguish the fee from the underlying transaction. E.g.:

date      ,memo   ,trn_type,amount
03.12.2016,Blabla1,        ,-10.00
04.12.2016,Blabla2,        ,-10.00
04.12.2016,Blabla2,FEE     , -4.00
05.12.2016,Blabla3,FEE     , -4.00

I am a newbie in python - good enough to modify the existing CSV plugins to make them work with my bank's CSV export, but nothing more.

At the moment, I pre-process the csv file with a bash script (to duplicate the lines as shown above), but this extra step blocks me from publishing the ofxstatement plugin.

Any help appreciated.

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.