vault backup: 2026-05-25 21:57:33

This commit is contained in:
Willie
2026-05-25 21:57:33 +08:00
parent 8418498a31
commit 39c15cf443
2 changed files with 15 additions and 15 deletions

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "prop-acc/index.md", "file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "index" "title": "collection-order-and-receipt"
} }
} }
] ]
@@ -94,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "prop-acc/index.md", "file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -104,7 +104,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for index" "title": "Backlinks for collection-order-and-receipt"
} }
}, },
{ {
@@ -113,12 +113,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "prop-acc/index.md", "file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "Outgoing links from index" "title": "Outgoing links from collection-order-and-receipt"
} }
}, },
{ {
@@ -156,13 +156,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "prop-acc/index.md", "file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of index" "title": "Outline of collection-order-and-receipt"
} }
}, },
{ {
@@ -196,9 +196,9 @@
}, },
"active": "b06ed69835363258", "active": "b06ed69835363258",
"lastOpenFiles": [ "lastOpenFiles": [
"prop-acc/scenarios/adhoc/cancel-resident-withdrawal.md",
"prop-acc/maps/adhoc-knowledge-map.md", "prop-acc/maps/adhoc-knowledge-map.md",
"prop-acc/index.md", "prop-acc/index.md",
"prop-acc/scenarios/adhoc/cancel-resident-withdrawal.md",
"prop-acc/scenarios/adhoc/flow-a-counter-buy-ic-card.md", "prop-acc/scenarios/adhoc/flow-a-counter-buy-ic-card.md",
"概念-CollectionOrder与Receipt.md", "概念-CollectionOrder与Receipt.md",
"概念-A流与B流.md", "概念-A流与B流.md",

View File

@@ -80,10 +80,10 @@ graph LR
## 什么时候生成? ## 什么时候生成?
| 操作 | AdHocEvent | CollectionOrder | Receipt | | 操作 | AdHocEvent | CollectionOrder | Receipt |
|---|---|---|---| | ------------------ | ------------ | --------------- | --------- |
| **A 流前台买卡**(即收即付)| 立刻建 | 立刻建(Completed) | 立刻自动生成 | | **A 流前台买卡**(即收即付) | 立刻建 | 立刻建(Completed) | 立刻自动生成 |
| **B 流小程序下单**(尚未付款)| 立刻建(Pending) | 立刻建(Pending) | ❌ 还没生成 | | **B 流小程序下单**(尚未付款) | 立刻建(Pending) | 立刻建(Pending) | ❌ 还没生成 |
| **B 流支付回调到达**| 翻为 Completed | 翻为 Completed | 此刻自动生成 | | **B 流支付回调到达** | 翻为 Completed | 翻为 Completed | 此刻自动生成 |
| **作废订单** | 翻为 Voided | 翻为 Failed | 翻为 Voided | | **作废订单** | 翻为 Voided | 翻为 Failed | 翻为 Voided |
> [!info] 收据怎么"自动生成" > [!info] 收据怎么"自动生成"