actual date  
DZ-Manager  
 
           
left   Navigationslinks überspringen
DZ-Manager
Home
Costs / Versions
Documentation
DzM-Cards
DzM-POS
DzM-Web
Needed Hardware
Print-Outs
Screenshots
-
Distribution
All regions
  DZ-Manager Web stands for different techniques to access your DZ-Manager database from a website or using scripts / your favorite .NET-Language.
It comes with DZ-Manager Professional Version at no extra costs.

1) DZ-Manager ASP.NET: a website for web browsers and mobile devices like smart phones that utilizes the DZ-Manager .NET-Library to show the load lists and the manifest board in real time on the internet. Furthermore your customers can book jumps and courses or log in and view their jumps as well as recharge their account using a credit card.
View a demo here or have a look at the actual load list of StartSkydiving.com. The website is created with Microsoft Visual Web Developer 2008 Express Edition, a development environment which can be downloaded from Microsoft for free.

DzmASP_NET


2) DZ-Manager .NET-Library: a .NET-library that offers an interface to access the basic data in your DZ-Manager database.
Now you can get the actual manifest board with 16 lines of code using your favourite .NET-Language.

Dzm_NET-library

You can also use the DZ-Manager .NET-Library to access your data from a PowerShell, even on a remote PC.
This way you can get a skydivers balance with 5 lines of code.

Dzm_NET-library-Shell


3) DZ-Manager PHP: a set of PHP scripts to show the manifest board in real time on the internet.

DzmPHP