Skip to content
#

money

Here are 651 public repositories matching this topic...

ThinkPadNL
ThinkPadNL commented Jan 5, 2020

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.

frobinsonj
frobinsonj commented Dec 17, 2018

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

thunoldolsen
thunoldolsen commented Dec 10, 2018

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

Bramjetten
Bramjetten commented Jan 6, 2020

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>
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

Sonaryr
Sonaryr commented Jul 1, 2019

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
vomikan
vomikan commented Jun 9, 2019

image

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

WulfP
WulfP commented Jan 7, 2019

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.

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.