Files
2026-07-29 16:38:05 +08:00

11 lines
888 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Glossary
| Term | Meaning | Notes |
|---|---|---|
| `REAL PRICE` | Unit/base price used by the report calculation | Existing layout places it in column R. |
| `NIGHTS` | Number of nights for the row | Existing layout places it in column C. |
| `NO_OF_ROOMS` | Number of rooms for the row | Existing layout places it in column G. |
| `TOTAL PRICE` | Required report dimension calculated as `REAL PRICE × NIGHTS × NO_OF_ROOMS` | Must be an XLSX formula cell, not only a static exported value. |
| Internal report parameters | Derived values such as report year, month and cutoff/as-of date | May exist in program calls and audit metadata; never a required user submission in the primary flow. |
| Successful commit | Agent structured result has passed validation and been atomically persisted as accepted Finance facts | Automatic monthly processing may start only after this point. |