Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
A Python based accounting core built with Django
DB Accounting is a Django app that provides a core for accounting and account management. Although developed primarily for accounting purposes, the flexible nature of DB Accounting, allows it to be configured for anything that represents the need for categories, accounts, and transactions.
Detailed documentation is in the "docs" directory.
If you are only looking to install the python package, use:
To configure:
Add "dbaccounting" to your INSTALLED_APPS setting like this::
INSTALLED_APPS [ ... 'dbaccounting', ]
Include the dbaccounting URLconf in your project urls.py like this::
path('fin/',include('dbaccounting.urls')),
Run python manage.py migrate
to create the dbaccounting models.
Start the development server and visit http://127.0.0.1:8000/admin to create Account Types and Accounts (you'll need the Admin app enabled).
Visit http://127.0.0.1:8000/fin/ to manage your accounts.
This is the first version so far, and some of the side links are not properly configured yet (e.g. Balance Sheet rendering, etc). The application thus far provides core functionality for transactions in general , which will be extended in future versions.
Special thanks to those using this package and the feedback given. What started out as a side project to help a few startups has now increased to include the open-source community. The package is coupled with over 100 tests just to test the core functionality itself, and I have done my best to optimize for performance and memory.
If you liked this package, leave a star, and feel free to join my mailing list on robmel.com, where I occasionally send out insights and goodies from tech, finance, AI and link them to the individual level.
Best, Robert M.
Reach me on instagram: @officialrobmel or @quantrobbie
See my Github: @robml
FAQs
A Django app core to perform accounting and transactions.
We found that django-dbaccounting demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.