Skip to content
#

integrations

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

maxyedid
maxyedid commented Mar 16, 2022

There needs to be a way to add a step for adding a project into a specific task. Normally, with asana's api, all you would need is a task gid, project gid, and a section to insert the task into. However, due to asana's api, an array of projects can only be added if the task is being created, not updated and to add the project, one would have to use the addProject method in their code.

https://f

amaru0601
amaru0601 commented Aug 20, 2021

Hello everyone,
I would like to receive the list of authentication ids as it is described in /docs/API.md
/api/:integration/authentications - To retrieve a list of authentications for that integration

However when I read the file src/routes/api.ts I never find the endpoint to get the list of authentication ids.

Improve this page

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

Learn more