vault backup: 2026-05-25 21:57:33
This commit is contained in:
18
.obsidian/workspace.json
vendored
18
.obsidian/workspace.json
vendored
@@ -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",
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ graph LR
|
|||||||
## 什么时候生成?
|
## 什么时候生成?
|
||||||
|
|
||||||
| 操作 | AdHocEvent | CollectionOrder | Receipt |
|
| 操作 | AdHocEvent | CollectionOrder | Receipt |
|
||||||
|---|---|---|---|
|
| ------------------ | ------------ | --------------- | --------- |
|
||||||
| **A 流前台买卡**(即收即付) | 立刻建 | 立刻建(Completed) | 立刻自动生成 |
|
| **A 流前台买卡**(即收即付) | 立刻建 | 立刻建(Completed) | 立刻自动生成 |
|
||||||
| **B 流小程序下单**(尚未付款) | 立刻建(Pending) | 立刻建(Pending) | ❌ 还没生成 |
|
| **B 流小程序下单**(尚未付款) | 立刻建(Pending) | 立刻建(Pending) | ❌ 还没生成 |
|
||||||
| **B 流支付回调到达** | 翻为 Completed | 翻为 Completed | 此刻自动生成 |
|
| **B 流支付回调到达** | 翻为 Completed | 翻为 Completed | 此刻自动生成 |
|
||||||
|
|||||||
Reference in New Issue
Block a user