Difference between revisions of "Data Import/Cardlines"

From Emersion
Jump to: navigation, search
m
Line 1: Line 1:
 +
== Ledger Cardline - Bulk Import Feature ==
 +
 
The Emersion system has a feature which permits you to bulk import cardlines into the system.  
 
The Emersion system has a feature which permits you to bulk import cardlines into the system.  
  
 
This is an add-on feature - if you do not have access to it and would like to use it, please contact Emersion Sales.
 
This is an add-on feature - if you do not have access to it and would like to use it, please contact Emersion Sales.
  
The format (in CSV) for a ledger cardline file is as follows;
+
The format (in CSV) for a ledger cardline file is as follows;
  
 
{| class="wikitable"  
 
{| class="wikitable"  
Line 15: Line 17:
 
| 2010-12-30 || 22 || 2.2 || Test Transaction || MY_TRANSACTION || 111683 || 173038 || 2 || 2010-12-30 || 2010-12-30  
 
| 2010-12-30 || 22 || 2.2 || Test Transaction || MY_TRANSACTION || 111683 || 173038 || 2 || 2010-12-30 || 2010-12-30  
 
|}
 
|}
 +
 +
[[File:Sample Cardline Import.csv|thumbnail|Cardline Sample Import File]]
  
 
The fields are described below;
 
The fields are described below;

Revision as of 13:51, 24 April 2015

Ledger Cardline - Bulk Import Feature

The Emersion system has a feature which permits you to bulk import cardlines into the system.

This is an add-on feature - if you do not have access to it and would like to use it, please contact Emersion Sales.

The format (in CSV) for a ledger cardline file is as follows;

TRANSACTION_DATE ACTUAL_VALUE TAX_AMOUNT DESCRIPTION LEDGER_CODE ACCOUNT_ID SERVICE_ID BILLING_TYPE_ID COVERS_FROM COVERS_TO
2010-12-30 10 1 "Test Transaction, Blah" LEDGER_CODE 111377 171519 1 2010-12-30 2010-12-30
2010-02-01 33 3 "Blah Transaction, Blah" 111377 1 2010-12-30 2010-12-30
2010-12-30 22 2.2 Test Transaction MY_TRANSACTION 111683 173038 2 2010-12-30 2010-12-30

File:Sample Cardline Import.csv

The fields are described below;

* TRANSACTION_DATE - This field is mandatory and must be in the format of YYYY-MM-DD
* ACTUAL_VALUE - This field represents the EX TAX portion of your charge. It is mandatory and 
  must be rounded to two decimal places.
* TAX_AMOUNT - This represents the tax portion of your charge. Can be zero. Is mandatory and 
  must be rounded to two decimal places.
* DESCRIPTION - This is the description for the charge that will appear on the customers invoice
  or service information record. It is mandatory and must be less than 255 characters.
* LEDGER_CODE - This is the a ledger code from the Emersion system. You can find a list of the 
  available ledger codes in the ledger code (mapping) report - 
  https://cumulus.emersion.com.au/report/generic/view/1001 - Please ensure you use the ledger code NAME, 
  not the MAPPING_NAME or SIMPLE_CODE.
* ACCOUNT_ID - The account you wish to have the cardline assigned against. This is a mandatory field.
* SERVICE_ID - The service ID you want this charge to be assigned against. This is not mandatory and has no default.
* BILLING_TYPE_ID - Whether the charge (or credit) you are creating is representative of an advance
  charge (1) or an arrears charge (2). It is not mandatory and defaults to 1 (advance).
* COVERS_FROM - The start date for the period of which the charge (or credit) covers. This is mandatory
  and must be in the format of YYYY-MM-DD
* COVERS_TO - The end date for the period of which the charge (or credit) covers. This is not mandatory,
  will default to the covers from and must be in the format of YYYY-MM-DD