GithubHelp home page GithubHelp logo

technikradio / node2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7.42 MB

The Version 2 of Node - An open source financial application

Home Page: https://technikradio.org/?page_id=52

License: BSD 3-Clause "New" or "Revised" License

Java 99.14% C# 0.79% Shell 0.07%

node2's Introduction

Node2 Build Status

The Version 2 of Node - Now open source!

Node is a modular financial management software designed to support bookkeeping. It's developed to support local associations but should be scalable to large size companies.

##Reason why new approach After further development of node v1.x became entirely impossible, I've decided to start from scratch.

Please note that this software distribution contains third party libraries. Please read the licenses files inside the lib folder for further information.

##Build dependancies:

  • JDK7 or JDK8, regardless whether oracle JDK or open JDK
  • Apache ant
  • mono-xbuild (from the mono toolkit)
  • scala2

In order to start the build process simply type ant inside the terminal. There are also the following useful targets:

  • install: installs the application to your local file system (not yet implemented correctly)
  • test: run the unit tests
  • doc: create the documentation of Node

Please add -Dscala.home=$SCALA_HOME to the command before you enter the desired targets in order to tell ant where your installation of ant is located. Note that if you haven't set your system variables to contain SCALA_HOME replace it with the path pointing to your installation.

This software is tested under multiple versions of linux and under Mac OSX 10.11. It may work under windows yet but we haven't tested it yet.

node2's People

Contributors

doralitze avatar

Watchers

James Cloos avatar  avatar

node2's Issues

Filemenu: new

Add an menu entry capable of creating a new work file

Add upgrade method to Plugin.java

Should be optional to implement; should be called when the plugin was upgraded before the plugin executes its main loading procedure.

Also add optional way to check for first launch

Editmenu: delete row

Add a menu entry capable of deleting a selected row inside the current active data object.

Implement Job registry inside UI

Do this in order to provide a standert for displaying jobs. An abstract job should involve the possibillity to display the progress, cancle a job (or let the button be grayed out) and notify listeners if the job finished.

Editmenu: add row

Add an edit menu entry capable of adding a new row to the current active table object.

Editmenu: edit row

Add a menu entry capable of editing a selected row inside the current active table object.

SWT not tested

Simply add a test case for the DisplayFactory class and test if getDisplay() return null or an object. This should test swt's abillity to initialize.

Filemenu: open

Add an entry to the menu capable of opening a work file

Fix SWT loop problem.

In order to handle events the UI Thread must be triggered. This can be only done from within the UI thread in form of an event. This is a problem.

Implement Lang ecosystem

With settings for default language and fallback language
default language from systems default.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.