vault backup: 2026-02-05 17:37:03
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
aliases:
|
||||
- tonerdumping
|
||||
- toner-dumping
|
||||
tags:
|
||||
organization: G & G Germany GmbH
|
||||
address:
|
||||
street: Industriestr. 1-3
|
||||
city: Berlin
|
||||
code: 12099
|
||||
country: Deutschland
|
||||
url: https://www.toner-dumping.de/rechtliches/impressum
|
||||
parent_company:
|
||||
phone:
|
||||
---
|
||||
|
||||
## Filiale
|
||||
|
||||
### [Spandau](https://www.toner-dumping.de/filialen/berlin/spandau)
|
||||
[TONERDUMPING Filiale in den Spandau Arcaden | Klosterstr. 3 | 03033938906](https://www.toner-dumping.de/filialen/berlin/spandau/spandau-arcaden)
|
||||
|
||||
## Kontakte
|
||||
```dataview
|
||||
TABLE location AS Standort, manager AS Vorgesetzter
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
WHERE !contains(former_company, [[G & G Germany GmbH]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
## Ehemalige Kollegen
|
||||
```dataview
|
||||
TABLE company AS Firma, location AS Standort
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
WHERE contains(former_company, [[G & G Germany GmbH]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
## Termine
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) and "Journal"
|
||||
```
|
||||
Reference in New Issue
Block a user