Coder Social home page Coder Social logo

timeclockapp's Introduction

TimeClockApp

.NET 9 MAUI app for Android 10+ using a SQLite database.

Simple app for employer to track employees time cards for payroll use. Supports multiple employees over different projects.

Supports Dark theme.

Screenshots

screenshots screenshots
Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4

Breaking Changes

1.8 Add version check during data Import, Prior exported data will not be allowed to be imported in. (It is possible with some edits to the csv files to make compatible. TimeClockApp/discussions Use the project discussions page and ask me for details if you need to do this)

Notes

Built using .NET 9.0-preview6 and the following nuget packages:

"CommunityToolkit.Maui" Version="9.0.2"
"CommunityToolkit.Mvvm" Version="8.2.2"
"CsvHelper" Version="33.0.1"
"Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-preview.6.24327.4"

To change the default items that are added during the database creation, see the file TimeClockApp.Shared\Models\DataBackendContext.cs

Release Notes

1.8

  • Moved ExpenseType from a Enum into a database table.
  • Added EditExpenseTypePage.
  • Auto add Expense entry for the amount paid out for payroll along with a entry for WorkersComp amount.
  • Reorder the Shell Flyout menu.
  • Add version check during data Import, Prior exported data will not be allowed to be imported in. (It is possible but the Expense.csv and Config.csv files would need edit to make compatible)

1.7

  • minor bug fixes. Code cleanup.
  • Fixed issue when deploying in Release mode to physical device, app would crash upon startup.

1.6

  • Add ReportPage to view the total cost for a project, date range, per employee, etc.
  • Fixed issue with PayrollDetail grouping.
  • Moved FileService and SQLiteSetting class to TimeClockApp.Shared
  • Removed the project TimeClockApp.FileHelper

1.4

  • Fix issue with multiple timecards on the same day, that would not correctly add up the hours for overtime.
  • Fix issue with double overtime (As per overtime in USA any work over 8 hours in a single day is overtime. After the 12th hour it is double overtime)
  • Redesigned the payroll detail page.
  • Fixed issue with the backup of the entire sqlite database file. Can only make a copy of current database. Still can not import that file. Only import via CVS files is supported
  • Removed unnecessary Wages table from database
  • Fixed issue of a timecard from a prior date that was not clocked out of.
  • Now uses EF migrations to create and update the database. See migrations section below
  • Database has been changed between v1 to v1.4. If you have any data you want to keep, before upgrading to version 1.4, backup your current data by using Tools->Backup->Export Data This will create a ZIP file containing all the SQLite table data in CSV files. Then after upgrading, use Tools->Backup->Import Data to restore your data.

1.0

  • Initial Release

Migrations

To create the initial migration files needed for the database

  1. Set the 'Solution Configuration' to DebugMigrator
  2. Set the EFMigrator project as the 'Start up project'
  3. View->Other Windows->Package Manager Console
  4. In the Package Manager Console window, set the 'Default project' to TimeClockApp.Shared
  5. In the Package Manager Console, enter the command
add-migration Initial -Context TimeClockApp.Shared.Models.DataBackendContext -Verbose
  1. After the command completes. Set the 'Solution Configuration' to Debug or Release
  2. Set the TimeClockApp project as the 'Start up project'

Thank you to @taublast for his guide on getting migrations to work with maui android projects. github.com/taublast/MauiEF

timeclockapp's People

Contributors

hklm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.