feat: prepare ARR for controlled public deployment

This commit is contained in:
Wyndham ARR
2026-07-29 16:38:05 +08:00
commit a701de9f0e
271 changed files with 48472 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 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. |