Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeclock format #18

Open
1 task done
darylwright opened this issue Mar 26, 2024 · 1 comment
Open
1 task done

Timeclock format #18

darylwright opened this issue Mar 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@darylwright
Copy link
Member

darylwright commented Mar 26, 2024

Summary

Implement timeclock format as per the hledger spec.

All work on dates should be completed before starting work on this feature.

Needs #6, #12, #15, and #16.

Other Information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@darylwright darylwright added the enhancement New feature or request label Mar 26, 2024
@darylwright darylwright self-assigned this Mar 26, 2024
@darylwright darylwright mentioned this issue Mar 26, 2024
1 task
@darylwright darylwright removed their assignment Mar 26, 2024
@darylwright
Copy link
Member Author

It's important to note that timeclock and timedot (#19) entries can't exist alongside journal entries:

hledger's input data formats (journal, timeclock, timedot, ...) are separate; you can't mix timeclock entries and journal entries in one file as in Ledger. (Though a journal file can include a timeclock file.) This helps implement more useful error messages.

This means that we ideally should have #6 completed before work on this and #19 starts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant