The Import Accounting Transactions tool can be used to import CSV files with accounting data that have been properly formatted.
Import Transactions Automatically
Formatting Your File for Import
Import Transactions Manually
- Open the Accounting module.
- In the upper left of the screen, select the Tools menu.
- Choose the Import Accounting Transactions option. This will open the Accounting Import window.
- Use the browse button to point the Accounting Import tool to the file you wish to import.
- Click on the Import File button to import the accounting transaction.
If the tool detects that the file Is not formatted correctly it will generate an error. If you wish to delete the imported CSV file simply hit “Delete File”
Import Transactions Automatically
The routine can be run automatically on a scheduled task by passing the parameter Auto to the program. The import will also check the file information and compare the previous import by Time, Name, Created Date, and verify that the file isn't the same information. If a match occurs and the program is ran automatically it will NOT import anything. If a match occurs and not run automatically it will ask the user if they would like to continue.
Formatting Your File for Import
You will need to format your CSV File for the tool to import the transactions into Accounting. The formatting instructions can be found on the tool under the Instructions button. You will also find the instructions listed below:
- The format must be a comma-separated value (.CSV) file.
- All imported files will be copied to an Imports directory and renamed with the date and time of the import.
- Company Number [integer] (must be a valid company) - required
- Journal [String] (A1-Z1) - required
- Reference Number [string] (max 20 characters) - required
- Transaction Date [Date] - required
- Posting Month [Integer] (0-12) - required
- Posting Year [Integer] (4 digit year) - required
- Header Comment [String] (max 300 characters) - optional
- GL Account [String] (must be a valid Account in the system) - required
- PC [String] (must be a valid PC from GL_ProfitCenters table) - required
- Department [String] (must be a valid Department from GL_Departments table) - required
- Entity Ref [string] (max 20 characters) - required
- Entity Number [string] (must be valid entity number in the system) - optional
- Stock Number [string] (must be valid stock number in the system) - optional
- Debit [double] - required
- Credit [double] - required
- Unit Count [Integer] - required
- Line Comments [String] (max 300 characters) - optional
The routine can be run automatically with a scheduled task by passing the parameter Auto to the program. The scheduled import will also check the file information and compare the previous import by Time, Name and Created Date to verify that the file isn't the same information. If a match occurs and the program is run automatically it will NOT import anything. If a match occurs and not run automatically it will ask the user if they would like to continue.