-
Updated
Nov 17, 2020
money
Here are 809 public repositories matching this topic...
-
Updated
Dec 7, 2020 - PHP
-
Updated
Nov 17, 2020 - PHP
-
Updated
Jan 4, 2020 - Ruby
-
Updated
Dec 2, 2020 - Ruby
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 21, 2017 - CSS
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
-
Updated
Nov 26, 2020 - PHP
With the merge of #501 the Money objects are automatically using the decimal_places of the underlying DB-MoneyField (if it exists).
This leads to weird localization behaviour in templates. We use a rather high number of decimal places to ensure correct calculations while displaying rounded localized values to the users.
Expected behaviour would be imo that by default the localization sho
Describe the bug
When privacy mode is turned on, the y-axis of the following reports under Toolkit Reports still display monetary values:
- Net Worth
- Inflow/Outflow
- Balance Over Time
To Reproduce
Steps to reproduce the behavior:
- Go to Toolkit Reports
- Turn on privacy mode
- See the issue with the mentioned reports
Expected behavior
That all reports under To
DoB: Odd data
We should keep a record of modifications to profile statements, especially for teams with multiple members since they can all modify the team's statements.
-
Updated
Dec 4, 2020 - Go
-
Updated
Dec 3, 2019 - CSS
MMEX version:
- 1.3.6
- 1.3.5
- 1.3.4 or older
- 1.4.X
Note: bug reporters are expected to have verified the bug still exists
either in the last stable version of MMEX or on updated development code
(master branch).
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
Application crash when selecting 'Relocate Payee' when i
-
Updated
Dec 6, 2020 - PHP
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Nov 16, 2020
-
Updated
Dec 7, 2020 - PHP
-
Updated
Oct 28, 2020 - PureScript
-
Updated
Nov 30, 2020 - PHP
-
Updated
Dec 6, 2020 - Go
Improve this page
Add a description, image, and links to the money topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the money topic, visit your repo's landing page and select "manage topics."
Currently there is no possibility to set up a custom rounding function. Therefore you are limited to the ones that are implemented by default. For my case I need a rounding function that always rounds up (e.g. 0.002 => 0.01 with precision 2, commercial rounding)
It would be nice to pass a callback or a string that describes the rounding mode. If it is a string and the string matches the suppo