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.
- package/README.md +9 -9
- 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":
|
|
37
|
-
"buyerAddress":
|
|
38
|
-
"buyerAccount":
|
|
39
|
-
"sellerName": "
|
|
40
|
-
"sellerCode":
|
|
41
|
-
"sellerAddress":
|
|
42
|
-
"sellerAccount":
|
|
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": [
|