[PR #107] [CLOSED] Codex/add screen to generate voucher and print ya7287 #121

Closed
opened 2026-05-07 00:19:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/glenndehaan/unifi-voucher-site/pull/107
Author: @sistemas-nxt
Created: 12/2/2025
Status: Closed

Base: masterHead: codex/add-screen-to-generate-voucher-and-print-ya7287


📝 Commits (10+)

  • 24f196d added logo_bivid.png
  • d884238 Update print.js
  • 96e41c9 Add GHCR publishing guidance
  • b03e70a Merge pull request #1 from sistemas-nxt/codex/add-screen-to-generate-voucher-and-print
  • 76f6b5c Create build_publish_GHCR
  • 5320782 Rename build_publish_GHCR to build_publish_GHCR.yml
  • 3015475 Update print.js
  • 37b3998 Update print.js
  • 06a15b1 Update print.js
  • 68d75b8 Update print.js

📊 Changes

12 files changed (+472 additions, -18 deletions)

View changed files

.github/workflows/build_publish_GHCR.yml (+33 -0)
📝 README.md (+64 -3)
controllers/quickprint.js (+153 -0)
📝 controllers/status.js (+1 -0)
📝 controllers/vouchers.js (+1 -0)
📝 modules/print.js (+48 -13)
public/images/logo_bivid.png (+0 -0)
📝 server.js (+4 -0)
📝 template/partials/navigation.ejs (+8 -0)
template/quickprint.ejs (+158 -0)
📝 template/status.ejs (+1 -1)
📝 template/voucher.ejs (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/glenndehaan/unifi-voucher-site/pull/107 **Author:** [@sistemas-nxt](https://github.com/sistemas-nxt) **Created:** 12/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `codex/add-screen-to-generate-voucher-and-print-ya7287` --- ### 📝 Commits (10+) - [`24f196d`](https://github.com/glenndehaan/unifi-voucher-site/commit/24f196dd9619d2f161d16dc1130e40d3cff3a26b) added logo_bivid.png - [`d884238`](https://github.com/glenndehaan/unifi-voucher-site/commit/d884238867428a0facbd43ef11fe139034a4d193) Update print.js - [`96e41c9`](https://github.com/glenndehaan/unifi-voucher-site/commit/96e41c95ddc3c1041d9b4b23b207b62e0c54656c) Add GHCR publishing guidance - [`b03e70a`](https://github.com/glenndehaan/unifi-voucher-site/commit/b03e70acf6529aa1bdd503cda8c689f10bf796ba) Merge pull request #1 from sistemas-nxt/codex/add-screen-to-generate-voucher-and-print - [`76f6b5c`](https://github.com/glenndehaan/unifi-voucher-site/commit/76f6b5c2c66559bac183ede7caa244f190e15e85) Create build_publish_GHCR - [`5320782`](https://github.com/glenndehaan/unifi-voucher-site/commit/5320782477adb391234a665cf1c25a09b496a02e) Rename build_publish_GHCR to build_publish_GHCR.yml - [`3015475`](https://github.com/glenndehaan/unifi-voucher-site/commit/30154752382c2422f99d9ad8fdd554c9e636d4c1) Update print.js - [`37b3998`](https://github.com/glenndehaan/unifi-voucher-site/commit/37b39983468150cb3e8b94ee09f415717e0d445f) Update print.js - [`06a15b1`](https://github.com/glenndehaan/unifi-voucher-site/commit/06a15b181e242845b1ad5d5d77336329d7c4eb45) Update print.js - [`68d75b8`](https://github.com/glenndehaan/unifi-voucher-site/commit/68d75b8f3205584e3d69d50705f3f7b99f50ddd6) Update print.js ### 📊 Changes **12 files changed** (+472 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build_publish_GHCR.yml` (+33 -0) 📝 `README.md` (+64 -3) ➕ `controllers/quickprint.js` (+153 -0) 📝 `controllers/status.js` (+1 -0) 📝 `controllers/vouchers.js` (+1 -0) 📝 `modules/print.js` (+48 -13) ➕ `public/images/logo_bivid.png` (+0 -0) 📝 `server.js` (+4 -0) 📝 `template/partials/navigation.ejs` (+8 -0) ➕ `template/quickprint.ejs` (+158 -0) 📝 `template/status.ejs` (+1 -1) 📝 `template/voucher.ejs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:01 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/unifi-voucher-site#121
No description provided.