E-conomic

E-conomic is a cloud-based accounting software designed to simplify financial management for small and medium-sized businesses. It offers a range of features to handle accounting tasks, including invoicing, expense tracking, bank reconciliation, and financial reporting.

Supported Features

Feature nameSupported
Column HashingTrueField level
BlockingTrueField level
IncrementalFalse
Custom dataFalse
HistoryFalse
ReSyncTrueTable level
TemplatesTrue

Data Schema

T
- Table
S
- Sub table

๐Ÿ”ง Setup Guide

Step 1 - Begin Configuration

  1. In the connector setup form, enter the destination schema name of your choice.
  2. Click Authorize to allow Weld to access your E-conomic account using OAuth.

Step 2 - Approve and finalize

  1. Approve Weld to access your E-conomic account.
  2. When authorization is complete, you will be redirected back to the Weld connections overview. The configuration is complete.

๐Ÿ“Š SQL Templates

View all โ†’
Invoice line items

Retrieves invoice line items from the economic integration. It combines data from the "booked_invoices" table and the "products" and "customers" tables to provide information such as the customer name, invoice details, product details, and order by date in descending order.

intermediateFinance
Order items

Retrieves order items from the "economic" integration. It combines data from the "orders" table and the "customers" table, joining them based on the customer ID. The result is sorted in descending order by date.

intermediateFinance

Was this page helpful?