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
- Host: GitHub
- URL: https://github.com/prod455/pontocanhoto
- Owner: prod455
- License: mit
- Created: 2025-06-29T13:12:27.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-10T15:24:06.000Z (11 months ago)
- Last Synced: 2025-07-10T21:55:07.014Z (11 months ago)
- Topics: cli, dotnet-core, entity-framework-core, spectre-console, sql-server, timesheet
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.