Skip to content

Tác giả & Bản quyền (About Menu)

Nhóm cuối cùng trên ribbon — thông tin tác giả, kích hoạt license, kiểm tra cập nhật, tải tools phụ, đổi ngôn ngữ UI.

Vị trí trên Ribbon

DVD Addin tab → group Thông tin ngoài cùng phải:

  • Switch Lang (cờ VN/EN — large button).
  • About / Tác giả (split button — large).
  • Bản quyền (License) (large button — hoisted ra khỏi dropdown từ v2.7.7 để dễ access).

6 lệnh trong nhóm

LệnhMục đíchLicense
Switch LanguageĐổi UI ngôn ngữ VI ↔ ENFree
About / Tác giảThông tin tác giả + contactFree
Bản quyền (License)Activate / Deactivate licenseFree
Buy LicenseMở wizard mua bản quyềnFree
Check UpdateKiểm tra phiên bản mớiFree
Download ToolTải các tool phụ (cleaner, debug, ...)Free
PreferencesCấu hình toàn addinFree

Switch Language

DVD Addin → nhóm Thông tinSwitch Lang (cờ Việt Nam hoặc Anh — tùy ngôn ngữ hiện tại).

Click → toggle UI:

  • VI → EN: ribbon button label đổi sang English, dialog text đổi sang English.
  • EN → VI: ngược lại.

Settings lưu vào:

  • %APPDATA%\DVDAddin\lang.txt (primary).
  • HKCU\Software\DVD\DVDAddin\Preferences\UILanguage (legacy fallback).

Sự kiện LanguageChanged được phát ra → toàn bộ ribbon InvalidateAll → label đổi ngay không cần restart Excel.

About / Tác giả

DVD Addin → nhóm Thông tin → split-button Tác giả (icon DVD).

Click button chính → mở dialog About DVDAddin hiện:

DVDAddin 2.7.7

Excel add-in chuyên nghiệp cho dân xây dựng.

Tác giả: Đặng Văn Đằng
Email:   support@dvdpm.net
Web:     https://dvdpm.net/dvdaddin
GitHub:  https://github.com/dangdvd/DVDAddin

License: STANDARD (1 máy / 1 năm)
Email:   dangdv1804@gmail.com
Hết hạn: 2027-05-15

[OK]  [Đến trang web]  [Gửi feedback]

Click Gửi feedback → tự mở email client với support@dvdpm.net + subject prefilled.

Click Đến trang web → mở browser tới dvdpm.net/dvdaddin.

Buy License

DVD Addin → nhóm Thông tin → menu Tác giảMua bản quyền.

→ Xem chi tiết tại Kích hoạt bản quyền.

3 bước wizard:

  1. Chọn cấu hình (1 năm × 1 máy, ...).
  2. Nhập thông tin (email, tên).
  3. Quét VietQR thanh toán → email kích hoạt tự gửi.

Check Update

DVD Addin → nhóm Thông tin → menu Tác giảCập nhật.

Gọi server: https://dvdaddin-license-server.dangvandangdvd.workers.dev/api/update/latest?product=DVDAddin&channel=stable.

Server trả về:

json
{
  "latestVersion": "2.7.7",
  "downloadUrl": "https://github.com/.../DVDAddin.rar",
  "sha256": "...",
  "fileSizeBytes": 25625501,
  "releaseNotes": "• Phát hành phiên bản đầu tiên",
  "releasedAt": "2026-05-11T00:00:00Z",
  "isMandatory": false
}

Dialog hiện:

  • Latest version: 2.7.7.
  • Your version: 2.7.7 (so sánh).
  • Release notes.
  • Download button (nếu có version mới).
  • Skip this version (đừng nhắc lại bản này).

Auto-check

Excel khởi động + addin load → tự gọi check-update API. Nếu có bản mới → toast notification nhẹ (không chặn workflow).

Tắt auto-check trong Preferences → General.

Mandatory updates

Nếu server trả isMandatory: true:

  • Addin SHOW dialog chặn workflow → user PHẢI update.
  • Reserved cho security patches nghiêm trọng (rất hiếm).

Download Tool

DVD Addin → nhóm Thông tin → menu Tác giảTải Tool.

Tải các tool phụ trợ (helper utilities):

ToolMục đích
DVDPMHệ thống quản lý dự án (full app desktop).
DVDAddin CleanerTool dọn dẹp settings, cache, license remnants.
DVDAddin Debug LogTool đọc + analyze log addin.
OneDrive Path DecoderConvert OneDrive SharePoint URL → local path.

Mỗi tool có:

  • Link download (GitHub Release).
  • Version + size + SHA-256.
  • Release notes.
  • "Download now" → mở browser.

Free — không cần license.

Preferences

→ Xem trang riêng: Tùy chọn (Preferences).

Lưu ý ribbon layout v2.7.7

Từ v2.7.7, button Bản quyền (License) được hoisted từ trong dropdown menu của split-button "Tác giả" ra ngoài thành standalone large button.

Lý do:

  • License check là thao tác high-frequency (user check trước khi dùng premium feature).
  • Burying dưới 5-item dropdown tốn 1 click không cần thiết.

Dropdown menu "Tác giả" còn 4 items: Buy License, Check Update, Download Tool, Preferences.

License gating

Tất cả lệnh nhóm About đều free — không phụ thuộc license. Lý do: user cần access License button + Buy button kể cả khi expired để kích hoạt lại.

Liên quan

Released under DVDAddin License.