Monday, October 7, 2013

Semantic Web Accounting

http://code.google.com/p/3account/wiki/Getting_Started

This page describes a simple installation on Windows. For Unix see following page for detailed install for developers and none Windows OS and description of system architecture.

Installing

  • Download and Install Java (there is good chance that Java is already installed on your computer.)
  • Download 3account base package zip file
  • Unzip the file, to any directory you like (for example C:\.) After unzipping, your directory should contain a new 3account directory (for example C:\3account) containing lots of files and sub-directories

Running the system

Use the File Explorer to find the file start.bat in the 3account directory and double click on it; after about a minute, you should see your browser opened on 3account's main page. Note that every time you run start.bat it performs an automatic update of the 3account software.

Stopping the system

Close the window opened by clicking on start.bat. You can do this by clicking on the x at the top right corner

Uninstalling

Just delete the 3account directory

Loading data

The installation is already loaded with sample data. If you want to load your own data do the following:
  • Run start.bat as described above (actually you only need its repository which can be started by running sesame.bat)
  • Start a windows Command Prompt (Start->All Programs->Accessories->Command Prompt)
  • In the command prompt type: cd <3account-directory> (for example cd c:\3account)
  • type: Python26\python load3account.py -h you should see help instructions on how to use load3account to load bank statements into the repository. See the following page for more detailed information. You should carefully review if there is any manual property you need to define in order to improve the system results
  • After loading data you should stop the system and restart it

Removing data

If you want to remove a file you have previously uploaded, or if you want to remove the sample data, follow these instructions.

Address

http://localhost:8000/


Related Posts:

  • Facebook Graph API & OAuth 2.0 & Flash Facebook Graph API & OAuth 2.0 & Flash (update) As previously mentioned, facebook released a new Graph API. It is based on OAuth 2.0 protocol (old authorization token also works). While it is fre… Read More
  • Python - Setup and Install Packages A-ZSetup Python Download Python Setup: Click to install Install Modules/Packages Preparing for easy_install package - setuptools cmd\setuptools directory>python setup.py install If setuptools appears to install correctl… Read More
  • Java - Access restriction rt.jarGo to the Build Path settings in the project properties. Remove the JRE System Library Add it back; Select "Add Library" and select the JRE System Library Source: http://stackoverflow.com/questions/860187/access-restriction… Read More
  • SAP - ERP Solution SAP Modules SAP ERP (SAP Enterprise Ressource Planning) SAP BI (SAP Business Intelligence) SAP CRM (SAP Customer Relationship Management) ABAP Programming SAP ERP Customizing SAP ByD (SAP Business ByDesign) … Read More
  • Best Latex Editorhttp://www.xm1math.net/texmaker/ … Read More

0 comments:

Post a Comment