-
Updated
Nov 17, 2020
money
Here are 817 public repositories matching this topic...
-
Updated
Dec 18, 2020 - PHP
-
Updated
Nov 17, 2020 - PHP
-
Updated
Jan 4, 2020 - Ruby
-
Updated
Dec 2, 2020 - Ruby
-
Updated
Dec 18, 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
People can make mistakes and change their minds, it's not good to hinder that. The code in www/%username/membership/%action.spt should be modified to allow the invitee to accept an invitation after having refused it, and to refuse an invitation after having accepted it (with a warning message asking them to confirm that they want to leave the team).
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
-
Updated
Dec 4, 2020 - Go
-
Updated
Dec 3, 2019 - CSS
-
Updated
Dec 17, 2020 - PHP
At MacOS version of 1.3.4 -stable-, when adding a new Transaction, the amount field gets a pair of 00's each time you move to another text field or combobox option.
At 1.3.3 there is similar behaviour, however it adds ",00"... that means a comma, for decimals, so it's gets added just one time and the next time you move arround, it keep as is.
Looks like that because at 1.3.4 add just 0's wit
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Nov 16, 2020
-
Updated
Dec 18, 2020 - PHP
-
Updated
Dec 11, 2020 - PureScript
-
Updated
Nov 30, 2020 - PHP
-
Updated
Dec 19, 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