[logseq-plugin-git:commit] 2023-05-13T13:29:42.324Z

This commit is contained in:
Christian Kauer 2023-05-13 15:29:48 +02:00
parent 266933ad86
commit ce6dd6ec31
17 changed files with 55 additions and 49 deletions

View File

@ -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
-

3
pages/%L Home.md Normal file
View File

@ -0,0 +1,3 @@
page-type:: [[home-location]]
-

3
pages/%L Home___OG1.md Normal file
View File

@ -0,0 +1,3 @@
page-type:: [[home-location]]
-

View File

@ -0,0 +1,3 @@
page-type:: [[home-location]]
-

View File

@ -0,0 +1,3 @@
page-type:: [[home-location]]
-

View File

@ -0,0 +1,3 @@
page-type:: [[home-location]]
-

1
pages/Amazon.md Normal file
View File

@ -0,0 +1 @@
page-type:: [[Supplier]]

1
pages/Elektronik.md Normal file
View File

@ -0,0 +1 @@
page-type:: [[inventory-labels]]

2
pages/Inventory.md Normal file
View File

@ -0,0 +1,2 @@
page-type:: [[Inventory]]
icon:: 📦️

View File

@ -0,0 +1 @@
page-type:: [[manufacturer]]

1
pages/Sonos.md Normal file
View File

@ -0,0 +1 @@
page-type:: [[Manufacturer]]

2
pages/home-location.md Normal file
View File

@ -0,0 +1,2 @@
page-type:: [[home-location]]
icon:: 

2
pages/inv-supplier.md Normal file
View File

@ -0,0 +1,2 @@
page-type:: [[inv-supplier]]
icon:: 

View File

@ -0,0 +1,2 @@
page-type:: [[inventory-labels]]
icon:: 🏷️

2
pages/manufacturer.md Normal file
View File

@ -0,0 +1,2 @@
page-type:: Manufacturer
icon:: 🏭️

2
pages/supplier.md Normal file
View File

@ -0,0 +1,2 @@
page-type:: [[Supplier]]
icon:: 🛒

View File

@ -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
-
- -