* Added the HorillaDb file in gitignore + using columns instead of rows in actions tab
* Fixed the typo which was hiding the columns in request table in work type reqest
* Fixed the typo which was hiding the columns in request table in work type reqest
* payslip table should have this as the first parameter for toggleColumns as we are passing id not data attribute , previous PR was wrong
* Fix for column toggling issue
* toggling issue fixed
* Ignore Pycharm IDE directory
* init will get executed even if there are no tables, hence migrations cannot be applies at the first step
* Separate loanaccount test data load because primary key conflicts due to post_save signal
* Avoid multiple DB save calls