Fast Logbook PWA is a web application that allows you to easily create and manage work records with timestamps. Implemented as a Progressive Web App (PWA), it can be installed and used offline.
Tap the hamburger menu (≡) in the upper left to open the side menu.
You can set frequently used phrases for shortcut keys 1-9. These can be edited from the settings screen. Field 0 can be used for entering phrases for temporary use.
Fast Logbook enables automatic summarization when records follow specific formats. The following rules apply to the summary function:
2025-03-06 10:00Meeting;Project A progress check
2025-03-06 11:30Development;Login screen implementation
2025-03-06 13:00Meeting;Weekly team MTG
2025-03-06 15:30Review;Code review response
2025-03-06 16:45^Tomorrow's task memo: Continue API development
2025-03-06 17:00Development;Bug fix #42
* "Meeting", "Development", and "Review" are tallied as groups, and lines starting with "^" are not counted.
2025-03-06 09:15Project A;Specification review
2025-03-06 10:30Project A;Create feedback
2025-03-06 10:45^This project is scheduled to be completed this week
2025-03-06 11:00Project B;Team MTG
2025-03-06 13:30Project A;Modification work
* "Project A" and "Project B" are tallied as groups, allowing calculation of working hours for each project.
2025-03-06 09:00Customer A;Design review MTG
2025-03-06 10:30^Next meeting scheduled for next Wednesday
2025-03-06 10:45Customer B;Create proposal materials
2025-03-06 13:00Customer A;Modification response
2025-03-06 15:00Customer C;Initial hearing
* Time is tallied for each of "Customer A", "Customer B", and "Customer C".
2025-03-06 09:00Development;Database design
2025-03-06 11:30Meeting;Weekly regular
2025-03-06 12:00^Check this week's KPIs
2025-03-06 13:00Development;API implementation
2025-03-06 15:45Testing;Create unit tests
2025-03-06 16:00Documentation;Create API specification
* Time is tallied by work types: "Development", "Meeting", "Testing", and "Documentation".
2025-03-06 10:15PRJ-001;Customer meeting
2025-03-06 11:30PRJ-001;Requirements organization
2025-03-06 13:00^Make note of important points
2025-03-06 14:00PRJ-002;Code implementation
2025-03-06 16:30PRJ-001;Create specification document
* Time is tallied for each case number such as "PRJ-001" and "PRJ-002".
2025-03-06 09:30Development PRJ-001;Dashboard implementation
2025-03-06 10:00^Mobile support to be implemented later
2025-03-06 11:00Meeting PRJ-001;Client MTG
2025-03-06 14:15Development PRJ-002;Authentication feature implementation
2025-03-06 17:00Testing PRJ-001;Create test cases
* Multiple classifications can be combined by separating with spaces. In this example, you can tabulate by combining work type and project number.
Hint: To perform summaries smoothly, it's important to record group names consistently. Be careful, as similar meanings like "Meeting" and "Conference" will be tallied as separate groups if different notations are used. Date and time are recorded automatically, but you can also enter them explicitly as in the examples above.
When you press the "Delete Log" button, a confirmation dialog will appear. Please note that once deletion is executed, all recorded content will be erased and cannot be restored.
When installed as a PWA, it can be used in environments without internet connection. Data is saved on the device.
The current version is displayed next to "ver." at the bottom of the side menu.
On the configuration screen, you can customize the application's behavior and display.
You can round timestamp times to a specified unit. You can choose from the following options:
This setting helps balance time precision and log readability. For example, if set to 15-minute units, a 10:07 record will be rounded to either 10:00 or 10:15, whichever is closer.
You can set the text assigned to shortcut keys (1-9) used on the main screen.
For example:
Setting these shortcuts allows you to record frequently input content with a single touch.
Settings are saved automatically. When you return to the main screen after making changes, the new settings are applied immediately.