einvoice-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,21 +32,21 @@ einvoice /path/to/invoice.pdf
32
32
  "number": "0000600419",
33
33
  "date": "2024-12-26",
34
34
  "checksum": "EAJfXh",
35
- "buyerName": "福州猿力信息科技有限公司",
36
- "buyerCode": null,
37
- "buyerAddress": null,
38
- "buyerAccount": null,
39
- "sellerName": "福建省软件行业协会",
40
- "sellerCode": null,
41
- "sellerAddress": null,
42
- "sellerAccount": null,
35
+ "buyerName": "示例科技有限公司",
36
+ "buyerCode": "91350100MA8RXXXXXX",
37
+ "buyerAddress": "福建省福州市鼓楼区示例路123号",
38
+ "buyerAccount": "1234567890123456789",
39
+ "sellerName": "示例行业协会",
40
+ "sellerCode": "51350000MJDXXXXXX",
41
+ "sellerAddress": "福建省福州市鼓楼区示例路456号",
42
+ "sellerAccount": "9876543210987654321",
43
43
  "amount": "1000.00",
44
44
  "taxAmount": "0",
45
45
  "totalAmount": "1000.00",
46
46
  "totalAmountString": "壹仟元整",
47
47
  "payee": null,
48
48
  "reviewer": null,
49
- "drawer": "陈榕",
49
+ "drawer": "示例人员",
50
50
  "password": null,
51
51
  "type": "financial",
52
52
  "details": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "einvoice-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "电子发票识别 CLI 工具 (PDF/OFD)",
5
5
  "main": "index.js",
6
6
  "bin": {