1
0
mirror of https://github.com/scoobybejesus/cryptools.git synced 2025-04-17 10:20:26 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
scoobybejesus
36b114223e Simplified logic re: like_kind dates and treatment. 2019-10-12 13:55:41 -04:00
scoobybejesus
e8ed4e0067 Added/modified comments. 2019-10-02 21:17:27 -04:00
scoobybejesus
941f51bcb7 Improved performance of get_mvmts_in_ar(). Also changed the name. Also corrected the logic. Also double-checked its logic was appropriate in all the places it is called. Also documented it. 2019-09-24 22:31:18 -04:00
scoobybejesus
6f71d3a789 Passed ref to String and Enum instead of multi-field struct. 2019-09-24 19:43:53 -04:00
scoobybejesus
4bbab2b04e Removed dead code. 2019-09-22 22:24:42 -04:00
scoobybejesus
2351db6838 Limited public visibility of certain fn's to within the crate only. 2019-09-21 23:26:55 -04:00
scoobybejesus
8c62211b64 Merged dg2 branch which tracked changed related to preserving historical cost basis and proceeds that are changed as a result of like-kind treatment. 2019-09-21 13:57:16 -04:00
scoobybejesus
46b764df3a To change the name to drop the -rs. 2019-09-20 20:27:13 -04:00
scoobybejesus
093224f779 Minor refactoring. Deleted dead code. Commented unused code. 2019-09-02 23:49:18 -04:00
scoobybejesus
5b2bd175c4 Removed unneeded muts. Resolves #30. 2019-08-30 18:29:47 -04:00
scoobybejesus
5c61353cf0 Changed Box<Erro> to Box<dyn Error>. Resolves #29. 2019-08-30 18:25:14 -04:00
scoobybejesus
ff52fac130 Added error handling. Started with impl Transaction TxType, but it would have been quite verbose to not return more result types in other parts of the code, so did that as well. Resolves #18. 2019-08-28 10:05:42 -04:00
scoobybejesus
b73552057d Added remaining error handling (result types) throughout core_functions. Made another tertiary change or two related to error handling. Resolves #27. 2019-08-27 19:08:03 -04:00
scoobybejesus
1e256c9ebe Corrected full URL of LEGAL.txt. 2019-08-25 23:42:33 -04:00
scoobybejesus
82f303f064 string_utils and decimal_utils; resolves #23 and resolves #22 2019-08-25 23:29:22 -04:00
scoobybejesus
0c00aa869b moved ImportProcessParameters and LikeKindSettings to core_functions 2019-08-25 21:04:16 -04:00
scoobybejesus
557546b103 LotProcessingChoices -> ImportProcessParameters 2019-08-25 20:56:33 -04:00
scoobybejesus
d1bb1c255e moved InventoryCostingMethod to core_functions; resolves #11 2019-08-25 20:53:47 -04:00
scoobybejesus
8fd35b0d94 user_choices -> cli_user_choices; export.rs -> csv_export.rs; resolves #10 and resolves #4 2019-08-25 20:42:00 -04:00
scoobybejesus
2eeffb057d Initial commit. 2019-08-25 19:57:07 -04:00