-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sl_no in ledger entry & fixed get balance (#65)
* Added sl_no in ledger entry & fixed get balance * Added account & key in ledger entry * Revert "Added account & key in ledger entry" This reverts commit 549c656. * Revert "Revert "Added account & key in ledger entry"" This reverts commit 3ed3dfb. * Revert "Revert "Revert "Added account & key in ledger entry""" This reverts commit 4222a3f. * added testcase * made sl_no optional
- Loading branch information
1 parent
ea9e6d6
commit 08823e4
Showing
3 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setuptools.setup( | ||
name='pyluca', | ||
version='2.7.0', | ||
version='2.8.0', | ||
author='datasignstech', | ||
author_email='[email protected]', | ||
description='Double entry accounting system', | ||
|