Skip to content

ReceiptBI v1.0.0

Latest

Choose a tag to compare

@MoonMao42 MoonMao42 released this 24 Jul 02:43

ReceiptBI 1.0.0

首个公开桌面版本。This is the first public desktop release.

本次包含 / What's included

  • 调查 CSV、Excel 和只读数据库,并保留结论依据

  • 管理数据用途、表关系、业务口径和核心指标

  • 将调查结果整理成可编辑的多页报表

  • 中文与英文界面

  • macOS Apple 芯片、macOS Intel 和 Windows x64 安装包

  • Investigate CSV, Excel, and read-only databases with traceable evidence

  • Keep relationships, metrics, and business context with the right data

  • Turn findings into editable, paginated reports

  • Chinese and English interfaces

  • Desktop builds for macOS Apple silicon, macOS Intel, and Windows x64

下载 / Downloads

平台 / Platform 安装包 / Installer
macOS Apple 芯片 / Apple silicon ReceiptBI-1.0.0-mac-arm64.dmg
macOS Intel 芯片 / Intel ReceiptBI-1.0.0-mac-x64.dmg
Windows x64 ReceiptBI-1.0.0-win-x64.exe

macOS 当前构建尚未签名。将 ReceiptBI 拖入“应用程序”后,如果系统阻止首次打开,请运行:

The current macOS build is unsigned. After moving ReceiptBI to Applications, run this only if macOS blocks the first launch:

xattr -cr /Applications/ReceiptBI.app

校验 / Verify

下载同一发布页中的 SHA256SUMS,计算你所下载安装包的 SHA-256,并与文件中的同名记录比对。

Download SHA256SUMS, calculate the SHA-256 of the installer you downloaded, and compare it with the matching entry.

# macOS
shasum -a 256 ReceiptBI-1.0.0-mac-*.dmg

# macOS ZIP
shasum -a 256 ReceiptBI-1.0.0-mac-*.zip
# Windows PowerShell
Get-FileHash .\ReceiptBI-1.0.0-win-x64.exe -Algorithm SHA256