This tool is designed to extract client and appointments for a given employee from inkbook backup files although this is designed for ink book , it should theoretically work with other products from Daysmart Software including
- 123Pet
- Salon Iris
- Orchid
- Inkbook
This app was designed for exporting data into other applications for reporting, integration, ETL and employee offboarding purposes I am not affiliated with daysmart and software is provided as is
To Run this tool the easiest way is to follow this guide
use the following steps
Download the latest zip package from the Releases page
Extract to any directory you wish to work from , this will be your working directory for data extraction
Go to Options
Download Backup
Place downloaaded file in the directory you extracted this tool into
Rename the file data.xml (an example backup file is included, replace or delete this file)
Run extract.exe
A command window will pop up this will read the employee table from the file and give you a list to choose from
enter the corresponding employeeid you would like to extract data for and press enter
the export folder should open automatically in windows explorer
review and verify the data in excel or any text editor
Import into your favourite database or CRM
The following options are provide if you wish to run this from the commandd line
Usage:
extract [options]
Options:
--file <file> path to backup file
--log-directory <log-directory> logDirectory [default: ./logs ]
--output <output> output [default: ./output ]
--loglevel <Debug|Error|Fatal|Information|Verbose|Warning> loglevel [default: Information]
--version Show version information
-?, -h, --help Show help and usage information