This application will capture the round-robin tournament belonging data into a SQLite database. It is intended for webmasters who want to easily manage a club tournament in their own chess club. The HTML tables that are to be published for the website will be created easily by the application. Automatically berrechnet the total points Sonneborn Berger points of each player, as well as their sequence DWZ, and sorts the HTML table by the calculated ranking. It is also possible the tables to save as a PDF file.
The software is free (opensource).
Create a new database (menu item: new database) or load an existing database (menu: load database).
When you create a new database, it is easier first players in the player list (menu item: Player List) entered and then the tournaments with the corresponding groups of the tournament list (menu item: the list of tournaments) to create. You can download the player from the database of the German Chess Federation DWZ query (menu item: Players list) -> (menu item: DSB database). You need the ZPS number of their association. They are available at the web address: http://www.schachbund.de/verein.html.
Click the (menu item: list of tournaments) and then create a new tournament with (menu item: new tournament).
For players without DWZ the First DWZ is calculated incorrectly.
Exact arrangements for termination of a player still has to be implemented
If you discover errors in the program, I would be grateful if you can send me describe these errors and send an email so I can fix the error can hopefully.
Email: m_schmuck@gmx.net
Download: http://sourceforge.net/projects/jklubtv/?source=navbar
JKlubTV ist freie Software, Sie können sie weitergeben und/oder verändern, solange Sie sich an die Regeln der GNU General Public License halten, so wie sie von der Free Software Foundation festgelegt wurden; entweder in Version 3 der Lizenz oder (nach Ihrem Ermessen) in jeder folgenden Version. JKlubTV wurde in der Hoffnung veröffentlicht, dass Sie es als nützlich empfinden, jedoch OHNE JEGLICHE GARANTIE AUF FUNKTIONSFÄHIGKEIT UND OHNE RECHTSANSPRUCH BEI FEHLERHAFTEM VERHALTEN DER SOFTWARE. Lesen Sie die GNU General Public License für weiterführende Informationen. Erstellt von: Martin Schmuck m_schmuck@gmx.net //JKlubTV - Ein Programm zum verwalten von Schach Turnieren //Copyright (C) 2015 Martin Schmuck m_schmuck@gmx.net // //This program is free software: you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by //the Free Software Foundation, either version 3 of the License, or //(at your option) any later version. // //This program is distributed in the hope that it will be useful, //but WITHOUT ANY WARRANTY; without even the implied warranty of //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //GNU General Public License for more details. // //You should have received a copy of the GNU General Public License //along with this program. If not, see <http: www.gnu.org="" licenses="">. </http:>