1. 505a712 permittable group id was too long. by Myrle Krantz · 6 years ago
  2. a7d1011 Cleaning up warnings. by Myrle Krantz · 6 years ago
  3. 8afb363 Implementing checking for arrears based on the already implemented configuration. by Myrle Krantz · 6 years ago
  4. 56d43ac Formatting and documentation by Myrle Krantz · 6 years ago
  5. a58ffa0 Increasing timeout for ledger creation. by Myrle Krantz · 6 years ago
  6. 7ab77ba Removing unused code. by Myrle Krantz · 6 years ago
  7. 67d169f Merge pull request #10 from KuelapInc/plannedPaymentsAsCostoComponents by myrlen · 6 years ago
  8. 2eb2f2e Implemented persistence and default values for loan loss provisioning. by Myrle Krantz · 6 years ago
  9. 036d5db Slight formatting improvement. by Myrle Krantz · 6 years ago
  10. 8fb2d27 Reattempting ledger creation when id is already assigned. by Myrle Krantz · 6 years ago
  11. d37f9f1 Fixing bug resulting from the implementation of JournalEntry credits and by Myrle Krantz · 6 years ago
  12. 9bffa85 Fixing test broken by last change. by Myrle Krantz · 6 years ago
  13. ed95595 Replacing create ledger with add sub ledger. by Myrle Krantz · 6 years ago
  14. 3cff23f Baby steps (get it? : o) towards implementing loss provisioning api. by Myrle Krantz · 6 years ago
  15. a0f7539 First draft loss provisioning API. by Myrle Krantz · 6 years ago
  16. 8ddce96 Taking a brief break from more important things for clearing out some todos. by Myrle Krantz · 6 years ago
  17. c08c27d Added product arrears configuration, and began drawing on it to by Myrle Krantz · 6 years ago
  18. 5c454e9 Adding command history, and reconstructing mark late to go to by Myrle Krantz · 6 years ago
  19. f0d3ca8 I apparently need to take a look at the late fee calculating code... by Myrle Krantz · 6 years ago
  20. b5b555d Adding missing headers by Myrle Krantz · 6 years ago
  21. daf68c5 Compound interest to simple interest by Myrle Krantz · 6 years ago
  22. 8568aa0 Changed charge persistence so that only those charges which the user may by Myrle Krantz · 6 years ago
  23. 09b2019 Commenting out comparison with planned payments -- we still have a by Myrle Krantz · 7 years ago
  24. b30f325 Fixed precision inconsistency between planned payments and payments by Myrle Krantz · 7 years ago
  25. 1a891ac Restructuring to a parameterized test in preparation for adding more cases. by Myrle Krantz · 7 years ago
  26. 46dbd2d Fixed inconsistency in interest calculation between planned payment and by Myrle Krantz · 7 years ago
  27. bd7878e * Filled out last payment to make sure "leftover" amounts are payed. by Myrle Krantz · 7 years ago
  28. c15fec7 * Fixed regression in loan payment size calculation by Myrle Krantz · 7 years ago
  29. 9514818 * Changed interest calculation to exclude fees. by Myrle Krantz · 7 years ago
  30. 7935a16 * Various repairs to TestAccountingInteractionInLoanWorkflow by Myrle Krantz · 7 years ago
  31. 632515e * More refactoring to facilitate unit testing. by Myrle Krantz · 7 years ago
  32. 066f61e * More refactoring to facilitate unit testing. by Myrle Krantz · 7 years ago
  33. 2d3cd8c * Splitting out PaymentBuilderServices for each command to facilitate by Myrle Krantz · 7 years ago
  34. 9cc4643 * Sorting classes into packages in preparation for making more classes by Myrle Krantz · 7 years ago
  35. 20d341d Fixing some warnings and todos. by Myrle Krantz · 7 years ago
  36. a55cf0a Implemented waiting for ledger creation before proceeding to account creation. by Myrle Krantz · 7 years ago
  37. 27de3b0 * Split costumer loan account into: principal, interest and fees. by Myrle Krantz · 7 years ago
  38. 3587004 List<CostComponents> -> Payment object by Myrle Krantz · 7 years ago
  39. ed8bca8 Merge pull request #8 from myrlen/develop by myrlen · 7 years ago
  40. 89c9c1f Don't submit empty journal entries. by Myrle Krantz · 7 years ago
  41. 80aeeb9 Merge pull request #7 from myrlen/develop by myrlen · 7 years ago
  42. e2db34e Listing balance segment sets. by Myrle Krantz · 7 years ago
  43. 99c4c3a Merge pull request #6 from myrlen/develop by myrlen · 7 years ago
  44. 26565a3 Finishing implementation of late fee by Myrle Krantz · 7 years ago
  45. c1d599c Begin implementation of late fee checking and marking. by Myrle Krantz · 7 years ago
  46. 6454ee6 Preparing interface changes for late fee checking: by Myrle Krantz · 7 years ago
  47. ca4aa7d Merge pull request #5 from myrlen/develop by myrlen · 7 years ago
  48. 767973f Using range associations for charges to determine which charges to apply when. by Myrle Krantz · 7 years ago
  49. 1ad7c28 Persisting segment association for charge definitions. by Myrle Krantz · 7 years ago
  50. 6c10d3d Implemented saving, changing, retrieving, and deleting balance segment sets. by Myrle Krantz · 7 years ago
  51. 370e6ef Wrote first iteration of test for BalanceSegmentSets. by Myrle Krantz · 7 years ago
  52. 0465127 API-level modelling for ranges for charges. by Myrle Krantz · 7 years ago
  53. d1c4658 Merge pull request #4 from myrlen/develop by myrlen · 7 years ago
  54. 8c7d2ca Made enabled into product member variable to reduce calls. by Myrle Krantz · 7 years ago
  55. f2ae12d Straightening up formatting before proceeding. by Myrle Krantz · 7 years ago
  56. 71421cd Merge pull request #3 from myrlen/develop by myrlen · 7 years ago
  57. 1fc157a Changing all proportional charges to be expressed in percentage points rather than as a fraction. by Myrle Krantz · 7 years ago
  58. 5bec7f6 Merge pull request #2 from myrlen/develop by myrlen · 7 years ago
  59. 4664e26 Transporting interest to the calculation. Required some minor restructuring because interest is in the case, rather than the case parameters. by Myrle Krantz · 7 years ago
  60. c3e3feb Transporting interest to the calculation. Required some minor restructuring because interest is in the case, rather than the case parameters. by Myrle Krantz · 7 years ago
  61. e19e723 Accepting, persisting and checking case-level definition of interest. by Myrle Krantz · 7 years ago
  62. c01e163 Revert "Removing not-implemented InterestRange from interface, but keeping it in DB." by Myrle Krantz · 7 years ago
  63. 5da8d48 Fixed test by mocking customer in good standing. by Myrle Krantz · 7 years ago
  64. 6050e2d Merge branch 'develop' of https://github.com/KuelapInc/portfolio into develop by Myrle Krantz · 7 years ago
  65. 06b48ac Checking for invalid customer. by Myrle Krantz · 7 years ago
  66. 4a8d962 Fixing header code to avoid copyright ownership misunderstandings. by Myrle Krantz · 7 years ago
  67. fa23b7a Merge pull request #1 from myrlen/develop by myrlen · 7 years ago
  68. 7899a29 Added check and test for negative argument. by Myrle Krantz · 7 years ago
  69. c273c42 Adding a parameter to submit offered payment when requesting cost components. Adding a parameter to filter resulting cost components based on which accounts they touch. by Myrle Krantz · 7 years ago
  70. 783c677 Cleaning up minor warnings and backfilling test coverage for edge cases. by Myrle Krantz · 7 years ago
  71. 7c94059 Merge pull request #46 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  72. 6ade72d Accounting returns the customer loan balance as a negative number. Fixing code to deal with it properly, and adjusting component test accordingly. by Myrle Krantz · 7 years ago
  73. 202441a Improved transaction identifier for easier event matching in integration test. by Myrle Krantz · 7 years ago
  74. 5ebafbe Slightly improved logging when account assignments are missing or broken. by Myrle Krantz · 7 years ago
  75. 79a7330 Improved correspondence between test and chart of accounts. by Myrle Krantz · 7 years ago
  76. b733597 Merge pull request #44 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  77. 4138f50 Cannot create readonly charge definitions. by Myrle Krantz · 7 years ago
  78. 0e83427 Merge pull request #43 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  79. 54d7150 Charges necessary for the functioning of loans are now readonly. by Myrle Krantz · 7 years ago
  80. dcd94f8 Merge pull request #42 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  81. 73193ab Removing not-implemented InterestRange from interface, but keeping it in DB. by Myrle Krantz · 7 years ago
  82. b800d49 Fixing accidentally reversed sign in last minute change to last checkin. by Myrle Krantz · 7 years ago
  83. 4ab2b5e rearranging so that incomplete code is together. by Myrle Krantz · 7 years ago
  84. 429b283 Merge pull request #41 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  85. 7844c60 Implementing and testing CLOSE. by Myrle Krantz · 7 years ago
  86. eecf4a2 Fixed the case in which the calculated payment comes up a few cents short on the last payment. by Myrle Krantz · 7 years ago
  87. 2b593ee Various improvements and fixes to planned payment calculation, by Myrle Krantz · 7 years ago
  88. 1355a2d Added missing license header. by Myrle Krantz · 7 years ago
  89. 40c04bb Improving test output in case of failure. by Myrle Krantz · 7 years ago
  90. 9726e95 Multiple repayments now works. by Myrle Krantz · 7 years ago
  91. ce89c50 Repayment of full amount now works. by Myrle Krantz · 7 years ago
  92. 0d47695 Merge pull request #40 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  93. 1fc067c Fixing account creation to deal with a conflict exception. by Myrle Krantz · 7 years ago
  94. 4d49d6a Merge pull request #39 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  95. 395ab34 Migration on a deployment failed because it was done using a portfolio artifact which contained only a partial "in_motion" migration. The part it didn't contain needs to be moved into its own migration script. by Myrle Krantz · 7 years ago
  96. 282fe74 Merge pull request #38 from myrle-krantz/develop by Myrle Krantz · 7 years ago
  97. 318a423 Routing the size of the payment through with the command so that the by Myrle Krantz · 7 years ago
  98. 2a557e6 Fixing charge to and from accounts for disbursement relevant charges. by Myrle Krantz · 7 years ago
  99. 5ea1044 Fixing myriad bugs in loan payment calculation. by Myrle Krantz · 7 years ago
  100. d9fcbf8 Merge pull request #37 from myrle-krantz/develop by Myrle Krantz · 7 years ago