adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
238 stars 55 forks source link

Various hordak 2.0.0 features #124

Closed adamcharnock closed 3 months ago

adamcharnock commented 3 months ago

My apologies for all this being in one PR, I know it isn't ideal. It is mostly fairly straightforward, except that a lot of lines were touched by the removal of django-model-utils. I'm going to get this merged now and then do the remaining changes hopefully in their own PRs.

Changelog

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 85.63830% with 54 lines in your changes missing coverage. Please review.

Project coverage is 92.05%. Comparing base (81b90df) to head (ef60492). Report is 15 commits behind head on master.

:exclamation: Current head ef60492 differs from pull request most recent head eb161a2

Please upload reports for the commit eb161a2 to get more accurate results.

Files Patch % Lines
...nagement/commands/create_benchmark_transactions.py 0.00% 51 Missing :warning:
...ak/management/commands/create_chart_of_accounts.py 75.00% 1 Missing :warning:
hordak/models/db_views.py 96.15% 1 Missing :warning:
hordak/utilities/currency.py 50.00% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #124 +/- ## ========================================== - Coverage 93.01% 92.05% -0.97% ========================================== Files 59 64 +5 Lines 3836 4139 +303 Branches 249 261 +12 ========================================== + Hits 3568 3810 +242 - Misses 224 281 +57 - Partials 44 48 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.