From f40849c8d2fe5667965324231076039ecce7e792 Mon Sep 17 00:00:00 2001 From: Dimitris Tselikis Date: Thu, 27 Oct 2022 14:53:32 +0300 Subject: [PATCH] Updated readme --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba28d24..c22214a 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -Salon_App_WPF +# Salon Management +A simple program for your customer base + +![The program's homepage. Here you can search for an existing customer, navigate to your customer base, export your customer base and customize the enviroment](https://i.imgur.com/cjczqof.png) +## Features +### Customer base +You can keep track of your customers by creating a record for each one of them including their personal details and notes. +### Export +You can export your local DB into .xml files to be able to easily migrate your customer base to any other environment you want. +### Backups +The program automatically keeps daily and monthly backups so you don’t miss anything! + Daily backups will be deleted after 7 days of the day of their creations +Monthly backups will be deleted after 90 days of the day of their creation + +### Customizable +You can change some aspects the environment such as the colors, text size, clock visibility etc. +## Configuration +### Logo +##### Homepage +If you want to add your business logo at the homepage, you should add a "logo.png" image file at Resources\Images\ and uncomment lines 12-18 of HomeControl.xaml +##### Program icon +If you want to add your business logo as the program icon, you should: +- add a "logo.ico" icon file at Resources\Images\ +- add the following code in inside inside the Window property of the MainWindow.xaml: +```xml +Icon="Resources\Images\logo.ico" +``` + +### Screenshots +| You can create a profile for each of your customers and include some basic information and notes | You can see and manage your customers | +|--|--| +| You can search customers | You can customize various aspects of the program |