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

crm

Here are 758 public repositories matching this topic...

SuiteCRM
dolibarr
papercups
reichert621
reichert621 commented Oct 16, 2020

Problem
Users would like to export their customer data in CSV format.

Solution
Let's create an API endpoint in our CustomerController that returns customer data in CSV format. (Currently we just return it as JSON).

This could probably be a good use case for pattern matching, e.g.

def index(conn, %{"format" => "csv") do
  # ...
  customers = Customers.list_customers(
metasfresh

Improve this page

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

Learn more

You can’t perform that action at this time.