money
Here are 651 public repositories matching this topic...
Hi, I have recently started using Dinero and I am interested in potentially contributing where I can. However, I have encountered some issues trying to run the build and docs scripts. This is due me being on Windows (no rm command, backslashes in paths, etc).
These are easy fixes so I have no problems getting on, I would just like to suggest editing these scripts to allow for compatibilit
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.
Please, submit only real issues. Use the forum for support, feature requests, proposals, new versions, help etc. https://akaunting.com/forum
Steps to reproduce the issue
When viewing reports i norwegian language, the months are shown with english language. I can either see them as a translation strings in crowdin.
Expected result
Norwegian translated months in reports
Ac
No error messages
According to documentation, in case of an error "info" index should be present in response, but instead, there's only "type" index. Here's a simple example:
["success"]=> bool(false)
["error"]=> array(2) {
["code"]=> int(105)
["type"]=> string(31) "base_currency_access_restricted"
}
I called .round(2) on an object which I did not recognize as being a Money object. Contrary to BigDecimal's round method, the first argument actually sets the rounding_mode. I find this very confusing and harmful.
This creates the following rather unexpected output:
total = Money.new(13160) * 1.21
total
=> #<Money fractional:15924>
total.round(2)
=> #<Money fractional:15923>
Right now it's assumed that trailing zeros should be removed upon a call to Value, as a decimal is being serialized into the database. This doesn't take into account cases where you want to keep the number of decimal places consistent across the board. For example, if I created a Decimal via:
dec, _ := decimal.NewFromS
They rebranded and changed the font in their logo at one point.
See https://stripe.com/about/resources
Notice the cross in the "t" and the dot in the "i" specifically.
Thanks!
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.
:currency_exchange: Currency exchange rates library
-
Updated
Jan 17, 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
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
When there is a bug in a notification template and it fails to render, that notification is entirely invisible in the user's Notifications page. This is confusing, an error message should be displayed instead for each notification that fails to render.
This is a great package.
Would you mind updating the documentation on how we can use different formats used around the world, like other European countries, not to mention India where they separate digit groups differently?
I would mainly like to get
1.244,90 €
instead of
€1,244.90
Wise and powerful personal assistant, available in your nearest terminal
-
Updated
Jan 18, 2020 - Python
alter table CURRENCYFORMATS_V1 add column CURRENCY_TYPE TEXT;
update CURRENCYFORMATS_V1 set CURRENCY_TYPE = 'Traditional';
update CURRENCYFORMATS_V1 set CURRENCY_TYPE = 'Crypto' where CURRENCY_SYMBOL = 'BTC';
- development version (git master branch)
[091.zip
🍃 Roll your own ad-free Mint clone for managing personal finances using publicly available APIs.
-
Updated
Jan 21, 2020 - JavaScript
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
-
Updated
Jan 22, 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.
A high-performance, arbitrary-precision, floating-point decimal library.
-
Updated
Jan 9, 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
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."

Is it possible to create a button in the rules overview with which we can duplicate rules?
It requires quite some clicking to setup a rule, this would save time as i need a few quite similar rules setup.
A good place for the duplicate button would be between the 'edit' pencil and the delete button.