A handy guide to financial support for open source
-
Updated
Aug 23, 2020
{{ message }}
A handy guide to financial support for open source
PHP implementation of Fowler's Money pattern.
A foreign exchange rates and currency conversion API
A Ruby Library for dealing with money and currency conversion.
A sleek webfont featuring your favourite payment methods
A javascript library for handling currencies
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.
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:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
That all reports under To
There are a lot of “ghost” Liberapay accounts, i.e. accounts that have never been active and don't even have a username and a verified email address. We probably need a cron job to delete those accounts automatically.
Related issue: #1692.
Cryptocoins is the most complete vector/webfont icon pack of your favourite cryptocurrencies
Go implementation of Fowler's Money pattern
MMEX version:
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:
Application crash when selecting 'Relocate Payee' when i
Curated list of blockchain services and exchanges
Get a grip on your finances.
A money and currency library for PHP
Keep track of your
A high-performance, arbitrary-precision, floating-point decimal library.
Add a description, image, and links to the money topic page so that developers can more easily learn about it.
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