Skip to content
#

accounting

Here are 717 public repositories matching this topic...

barredterra
barredterra commented Mar 4, 2022

Information about bug

Reproduce

  1. Open the report "Employee Billing Summary"
  2. Select an Employee

Error

TypeError: '<' not supported between instances of 'NoneType' and 'datetime.datetime'

See Stacktrace below

Module

projects

Version

ERPNext: v13.21.0 (version-13)
Frappe Framework: v13.21.0 (version-13)

Installation method

manual insta

bug good first issue projects
dolibarr
MisterY
MisterY commented May 13, 2019

As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.

My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi

A WISH journal easy? good first issue
LefterisJP
LefterisJP commented Apr 11, 2022

Problem Definition

At the moment it's possible to add an external trade through the API (or edit it) in a way that could result in invalid fees.

Specifically it seems that it's possible to have a fee but no fee currency which should not be possible.

We need to disallow this in the API and add a test for both add/edit that should fail.

Task

The api code that adds a trade is her

bug good first issue easy
metasfresh

Improve this page

Add a description, image, and links to the accounting 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 accounting topic, visit your repo's landing page and select "manage topics."

Learn more