The Wayback Machine - https://web.archive.org/web/20210125072909/https://github.com/topics/money
Skip to content
#

money

Here are 843 public repositories matching this topic...

jonasesr
jonasesr commented Dec 4, 2019

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

wearebasti
wearebasti commented Oct 24, 2019

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

revi
revi commented Dec 30, 2020

Q. What will happen to travis-ci.org after December 31st, 2020?

A. Travis-ci.org will be switched to a read-only platform, allowing you to see your jobs build history from all repositories previously connected to travis-ci.org.

Source

Building

wilson1098
wilson1098 commented Aug 16, 2020

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:

  1. Go to Toolkit Reports
  2. Turn on privacy mode
  3. See the issue with the mentioned reports

Expected behavior
That all reports under To

Improve this page

Add a description, image, and links to the money topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the money topic, visit your repo's landing page and select "manage topics."

Learn more