-
Updated
Mar 30, 2020
money
Here are 708 public repositories matching this topic...
The allocation docs at http://moneyphp.org/en/stable/features/allocation.html still mention the idea of adding the remained to the first value passed. Since moneyphp/money#526 that is not true anymore.
-
Updated
Jan 4, 2020 - Ruby
-
Updated
May 16, 2020 - Ruby
Long time listener, first time caller.
I couldn't see any documentation on this, so I thought I'd ask: is there a reason that support for JSON serialization to a specified number of decimal places isn't supported via a struct tag? I'm thinking something like:
type Foo struct {
Bar decimal.Decimal `json:"bar",decimalPlaces:"2"`
}The advantage here being that if my API r
-
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
Mar 3, 2020 - PHP
Hi there! I'm new here and has some trouble with the api.
Expect
By default, currency resolves to a string value.
2.51 + .01; // => 2.5199999999999996
currency(2.51).add(.01); // => 2.52Actual
It returns an object but not the string i expected
2.5199999999999996
{ intValue: 252,
value: 2.52,
s: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
DoB: Odd data
Name of Defective Feature
- Days Of Buffering
System Settings (Required)
- ToolKit Version: 2.12.0
- Operating System (Mac/Windows/Etc): Windows
- Browser (Chrome/Firefox/Safari): Chrome
- Browser Version: 75.0.3770.100
- Other Extensions: /
Export of Toolkit Settings (Bottom Left of Settings Page)
Settings Export
[{"key":"AccountsDisplayDen
The Giving page should have a button to edit the donations in bulk. The button would probably be a simple link to a new www/%username/giving/bulk-edit.spt sub-page. That page would probably display the donations in a table on wide screens, like the original version of the Giving page.
Lisk (LSK)
-
link to (updated) logo-pack: https://lisk.io/content/12-brand-style-guide/modules/2-brand-site-logo-113kyc5/lisk-logo-assets.zip
-
link to logo fontpack: https://lisk.io/content/12-brand-style-guide/modules/2-brand-site-logo-113kyc5/lisk-logo-icofont.zip
-
official website: https://lisk.io
-
logo color (HEX):
#001a3e
Hello,
i'm writing to signal mmex crashes when I open reports
Summary of accounts
both monthly and yearly.
Let me know if you need more information about.
Thanks
Version: 1.3.4
• db 7 • (aes128cbc)
Libs:
• wxWidgets 3.1.3 (wxMac 10.14)
• wxSQLite3 4.4.8 (SQLite 3.30.1)
• RapidJSON 1.1.0
• Lua 5.3.5
• libcurl/7.54.0 LibreSSL
-
Updated
May 18, 2020 - JavaScript
-
Updated
Feb 25, 2020
When placing the jodamoney library in Netbeans, I get this error when pointing to the javadoc.jar: https://www.dropbox.com/s/z18xyp0h26ueadh/jodamoney%20javadoc.PNG?dl=0.
Thanks for this great library.
I see this note in initial announcement:
Please be aware that filtering by tag is still in development and only partially included in the latest release.
Waiting for this feature! But probably it's a good idea to document how to use it now if people want to play with this command.
-
Updated
May 31, 2020 - PHP
-
Updated
May 24, 2020 - Go
Instead on Tab-out the original value ist restored.
suggested solution:
unformat (value) {
var emptyString = typeof value === 'string' && value === ''
value = parseFloat(value.replace ? value.replace(",",".") : value)
const toUnformat = emptyString ? this.emptyValue : value
return accounting.unformat(toUnformat, this.decimalSeparatorSymbol)
}The condition
-
Updated
May 6, 2020 - TypeScript
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