Skip to main content

Screenshot Guide

Adding screenshots to the manual makes it easier for users to follow. This page lists recommended screenshots and where to use them. Save images under static/img/docs/ and reference them in the docs as /img/docs/<filename>.png.

Must-Have Screenshot Checklist

When adding or updating procedures, prioritize these screenshots so the manual stays usable:

PriorityScreenshotDoc(s)Filename
MustLogin screenIntrologin.png
MustDashboardDashboarddashboard.png
MustReservation list or new-reservation formReservationsreservation-list.png or reservation-form.png
MustTransaction / folioCashieringfolio.png
MustNight audit (runs or run dialog)Night Auditnight-audit.png

The Recommended Screenshots (Full List) below also includes “nice to have” items (sidebar, room plan, housekeeping, etc.).

#DescriptionSuggested filenameUse in doc(s)
1Login screen — Username and password fields, Login buttonlogin.pngIntroduction
2Dashboard — Overview stats, widgets, quick actionsdashboard.pngDashboard
3Main sidebar — Full menu (Dashboard, Profile, Reservation, Front desk, etc.)sidebar.pngIntroduction
4Reservation list — Table with confirmation, guest, room, dates, statusreservation-list.pngReservations
5New reservation form — Guest, dates, room type, rate, main fieldsreservation-form.pngReservations
6Room plan — Rooms by floor/type with status and guest namesroom-plan.pngFront Desk
7Transaction / folio — Charges, payments, balance for one reservationfolio.pngCashiering
8Housekeeping management — Tabs (Room status, Tasks, Lost & found, etc.)housekeeping.pngHousekeeping
9Night audit — Audit runs list or Run night audit dialognight-audit.pngNight Audit
10Notifications bell — Bell icon with unread count in headernotifications-bell.pngNotifications
11Change password — Current password, new password, confirm fieldschange-password.pngProfile and Security
12System Settings — Configuration menu or main config landingconfiguration.pngConfiguration overview

How to Add a Screenshot in a Doc

  1. Save the image under pmsusermanual/static/img/docs/ (create the folder if needed).
  2. In the markdown file, add:
    ![Short description of what the image shows](/img/docs/filename.png)
  3. Optionally add a caption:
    ![Login screen](/img/docs/login.png)

    *Figure: Login screen with username and password fields.*

Tips

  • Use PNG for clarity; JPEG is fine for photos if file size is an issue.
  • Crop to the relevant area (e.g. one form or one list) so the image stays clear.
  • Blur or redact real guest names, confirmation numbers, or amounts if needed for privacy.
  • Keep filenames short and lowercase (e.g. login.png, room-plan.png).

Placeholders in the Docs

Some docs include a short “Suggested screenshot” note where an image would help. Replace that text with the actual image markdown once the screenshot is added. If you prefer not to use images yet, you can leave the note as-is so future editors know where to add one.