Skip to content
#

money

Here are 817 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

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

Sergius7
Sergius7 commented Jun 9, 2020

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

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

You can’t perform that action at this time.