An open API service indexing awesome lists of open source software.

https://github.com/prod455/pontocanhoto

Timesheet application
https://github.com/prod455/pontocanhoto

cli dotnet-core entity-framework-core spectre-console sql-server timesheet

Last synced: about 2 months ago
JSON representation

Timesheet application

Awesome Lists containing this project

README

          

# Pontocanhoto
Foils timesheet records in a period.
## Application
Core functionalities.
### Timesheet registration
Every day, a new timesheet begins. Records will be saved in the in-out format and their registration won't be limited.
### Timesheet view
Select a timesheet or get current day timesheet records.
### Period list
Every month, a period ends. Every daily timesheet will be listed in their selected period.
## Domain
Models used by the application.
### Period
Represents the list of timesheets.
### Timesheet
Represents the list of time records.
### Record
Represents every time logged.