Skip to content

Releases: flowerbug/bcgt

Add Backdate and Tag options

13 Feb 17:14
Compare
Choose a tag to compare

Included options to backdate a transaction (Buys can also have an optional added tag for the time).

See the README for more details.

Backdate and Tag Options

13 Feb 16:48
Compare
Choose a tag to compare

Included options to backdate a transaction (Buys can also have an optional added tag for the time).

See the README for more details.

Split now done, plus a few other changes

25 Jan 22:42
Compare
Choose a tag to compare

Since I'd already written the code elsewhere it wasn't too hard to add to this program.

Other changes include making the regfee optional if it is zero and making the basis of buys at least two digits to the right of the decimal.

Fixing mistakes

25 Jan 01:05
Compare
Choose a tag to compare

I'd released 2.0.0 and it was errors upon errors. So this release corrects what I broke.

v2.0.0 Fix Mistake - Please Update

24 Jan 23:07
Compare
Choose a tag to compare

I messed up and didn't notice it before. So I do apologize for this issue and need for a fix on transactions that involve Sells that involve fees.

I'd made my Expenses the opposite of what I normally would do and didn't notice it until I went to reconcile some transactions. Equity should be negative and not positive in my ledger and Expenses should be positive amounts. So this new version corrects that mistake and all new transactions should be correct.

If you have transactions you've already put in your files that involve fees you'll need to adjust them.

I am sorry I didn't notice this already.

Fix README

20 Jan 23:37
Compare
Choose a tag to compare

Looks better.

Version 1.0.0 With Breaking Changes

20 Jan 19:22
Compare
Choose a tag to compare

As warned in previous version. Here it is. Changes generate transactions which are then placed in the account hierarchy specified by the ledger. I do not append them to any other existing files by default other than the one specified in the code and README.

Update README including breaking changes warning for upcoming 1.0.0 release

20 Jan 15:34
Compare
Choose a tag to compare

Revised README and added note about a breaking change of the default behavior for upcoming v1.0.0 release.

Append to destination file

20 Jan 14:47
Compare
Choose a tag to compare

By specifying a destination location path and filename you can have this program put the results into that location. The path and directory must already exist. The ledger supplied will find any file in the destination directory with the .bc extension so when you rerun the script those changes will be found.

Fix README

18 Jan 23:15
Compare
Choose a tag to compare
Fix README Pre-release
Pre-release

Small edits.