[logseq-plugin-git:commit] 2023-05-13T13:29:42.324Z
This commit is contained in:
parent
266933ad86
commit
ce6dd6ec31
|
|
@ -0,0 +1,24 @@
|
|||
page-type:: [[Inventory]]
|
||||
home-location:: [[%L Home/OG1/Schlafzimmer]]
|
||||
inventory-labels:: [[Elektronik]]
|
||||
Manufacturer:: [[ShenzhenShi Weizhichuang Technology Co., Ltd]]
|
||||
Supplier:: [[Amazon]]
|
||||
|
||||
- ## Details
|
||||
- **Description:** Mag-Safe Ladestation Für iPhone Wireless Charger - 3 in 1 Faltbare Kabelloses Ladegerät Kompatibel mit iPhone 14 13 12 11 Pro Max Plus, Travel Charging Station Für Apple Watch & Air Pods
|
||||
- Quantity: 1
|
||||
- Serial Number:
|
||||
- Modelnumber: CW340
|
||||
- Versichert:
|
||||
- Notes:
|
||||
## Purchase Details
|
||||
- Purchase-Price:: 39.99
|
||||
- Purchase-Date: [[2023-03-25]]
|
||||
## Attachments
|
||||
-
|
||||
## Warranty Details
|
||||
- Lifetime Warranty:
|
||||
- Warranty Expires: [[2025-03-26]]
|
||||
- Warranty Details:
|
||||
## Maintenance
|
||||
-
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
page-type:: [[home-location]]
|
||||
|
||||
-
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
page-type:: [[home-location]]
|
||||
|
||||
-
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
page-type:: [[home-location]]
|
||||
|
||||
-
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
page-type:: [[home-location]]
|
||||
|
||||
-
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
page-type:: [[home-location]]
|
||||
|
||||
-
|
||||
|
|
@ -0,0 +1 @@
|
|||
page-type:: [[Supplier]]
|
||||
|
|
@ -0,0 +1 @@
|
|||
page-type:: [[inventory-labels]]
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
page-type:: [[Inventory]]
|
||||
icon:: 📦️
|
||||
|
|
@ -0,0 +1 @@
|
|||
page-type:: [[manufacturer]]
|
||||
|
|
@ -0,0 +1 @@
|
|||
page-type:: [[Manufacturer]]
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
page-type:: [[home-location]]
|
||||
icon::
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
page-type:: [[inv-supplier]]
|
||||
icon::
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
page-type:: [[inventory-labels]]
|
||||
icon:: 🏷️
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
page-type:: Manufacturer
|
||||
icon:: 🏭️
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
page-type:: [[Supplier]]
|
||||
icon:: 🛒
|
||||
|
|
@ -1,50 +1 @@
|
|||
- #+BEGIN_QUERY
|
||||
{:title [:b "🌺heute an diesem Tag"]
|
||||
:query [:find (pull ?j [*])
|
||||
:in $ ?today
|
||||
:where
|
||||
[?j :block/journal-day ?jd]
|
||||
[(- ?today ?jd) ?days]
|
||||
[(mod ?days 10000) ?r]
|
||||
[(= 0 ?r)]
|
||||
[(> ?days 0)]
|
||||
]
|
||||
:inputs [:today]
|
||||
}
|
||||
#+END_QUERY
|
||||
- query-table:: false
|
||||
query-sort-by:: block
|
||||
query-sort-desc:: true
|
||||
#+BEGIN_QUERY
|
||||
{:title [:b "🌺heute an diesem Tag"]
|
||||
:query [:find (pull ?b [*])
|
||||
:in $ ?today
|
||||
:where
|
||||
[?b :block/journal-day ?jd]
|
||||
[(- ?today ?jd) ?days]
|
||||
[(mod ?days 10000) ?r]
|
||||
[(= 0 ?r)]
|
||||
[(> ?days 0)]
|
||||
]
|
||||
:inputs [:today]
|
||||
}
|
||||
#+END_QUERY
|
||||
- query-table:: false
|
||||
#+BEGIN_QUERY
|
||||
{:title [:b "🌺那年今日(动态)"]
|
||||
:query [:find (pull ?j [*])
|
||||
:in $ ?cn
|
||||
:where
|
||||
[?c :block/name ?cn]
|
||||
[?c :block/journal-day ?cd]
|
||||
[?j :block/journal-day ?jd]
|
||||
[(- ?cd ?jd) ?days]
|
||||
[(mod ?days 10000) ?r]
|
||||
[(= 0 ?r)]
|
||||
[(> ?days 0)]
|
||||
]
|
||||
:inputs [:current-page]
|
||||
}
|
||||
#+END_QUERY
|
||||
-
|
||||
-
|
||||
Loading…
Reference in New Issue