Giter Site home page Giter Site logo

gr1nch3 / auto_bank_reconcilation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ali-farhad/auto_bank_reconcilation

0.0 0.0 0.0 13 KB

a python script to automate the dreaded bank reconciliation process by automatically highlighting any matching instances found in the user and the bank records.

License: MIT License

Python 100.00%

auto_bank_reconcilation's Introduction

Automated Bank Reconciliation

This handy little script finds matching instanses between your records (vouchers, transactions etc) to that of your bank, and spits out a new exel (.xlsx) file, with all the matching records highlighted out of the box. you can use this to automate the horrid processs of bank reconciliation which has to happed at the end of almost every month. Once all the instances are highlighted, you can easily filter them out. Saves a lot of Manual Tick-Offs. Saves a Lot of Time!

In order to make this script work you need 2 things:

  • Python3
  • an .XLSX file (with the records)

how-to:

  • Create an excel file with two sheets. i.e. (sheet_A, sheet_B)
  • copy all of your local records in "Sheet_A" in this format:
Sr Cheque No Amount
1 1234567 500
2 1234 100
3 3124 200
  • copy all of the bank records (i.e gotten from your bank) in "Sheet_B" in the same format as above:-
Sr Cheque No Amount
1 4534634 345
2 1234 100
3 3124 200
  • copy your excel file in the same folder as the script
  • go to cmd -> cd {your_directory} -> bank_recon.py
  • follow the instructions
  • after the script is done, your outfile will have these two rows highlighted since they were the same in both the sheets:
Sr Cheque No Amount
2 1234 100
3 3124 200

Warning:

  • the order of column matters.
  • You might need to adjust the parameters, if you want to include more records, or
  • switch the position of the columns

Side Note:

  • I have the whole script in exe format, so if you are not concerned with all the technical details. shoot me an email. I will be more than happy to provide you with direct .exe file
  • contatct me at : [email protected]

TO-DO:

  • make the code more modular
  • create a GUI app, may be?

Stuff used to make this:

  • Openpyxl for handling excel files
  • Python 3 - the pure love <3

auto_bank_reconcilation's People

Contributors

ali-farhad 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.