vault backup: 05.07.2022 - 13:22:45

Affected files:
.obsidian/appearance.json
.obsidian/community-plugins.json
.obsidian/hotkeys.json
.obsidian/plugins/advanced-cursors/main.js
.obsidian/plugins/advanced-cursors/manifest.json
.obsidian/plugins/advanced-cursors/styles.css
.obsidian/workspace
Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md
This commit is contained in:
Jesse James Isler 2022-07-05 13:22:45 +02:00
parent 363a6c2018
commit 93738206dd
8 changed files with 4674 additions and 24 deletions

View File

@ -1,7 +1,7 @@
{ {
"translucency": false, "translucency": false,
"cssTheme": "Deep Work", "cssTheme": "Deep Work",
"theme": "system", "theme": "obsidian",
"baseFontSize": 18, "baseFontSize": 19,
"enabledCssSnippets": [] "enabledCssSnippets": []
} }

View File

@ -10,5 +10,6 @@
"obsidian-image-toolkit", "obsidian-image-toolkit",
"obsidian-icons-plugin", "obsidian-icons-plugin",
"obsidian-style-settings", "obsidian-style-settings",
"obsidian-git" "obsidian-git",
"advanced-cursors"
] ]

View File

@ -80,5 +80,23 @@
], ],
"key": "ArrowDown" "key": "ArrowDown"
} }
],
"advanced-cursors:add-cursor-above": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "ArrowUp"
}
],
"advanced-cursors:add-cursor-below": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "ArrowDown"
}
] ]
} }

4506
.obsidian/plugins/advanced-cursors/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "advanced-cursors",
"name": "Advanced Cursors",
"version": "0.5.1",
"minAppVersion": "0.12.18",
"description": "Use multiple cursors even more powerfully.",
"author": "SkepticMystic",
"authorUrl": "https://github.com/SkepticMystic/advanced-cursors",
"isDesktopOnly": true
}

View File

@ -0,0 +1,60 @@
/* Sets all the text color to red! */
.savedQ {
padding: 5px 5px;
}
.savedQ-name {
background-color: var(--background-secondary-alt);
padding: 2px 4px;
border-radius: 5px;
}
.savedQ-view-q {
padding: 2px 4px;
border-radius: 5px;
}
.editQButton,
.deleteQButton {
float: right;
}
.savedQ-name:hover,
.editQButton:hover,
.deleteQButton:hover,
.savedQ-query:hover,
.AC-submit-button:hover,
.savedQ-view-q:hover {
background-color: var(--interactive-accent) !important;
cursor: pointer;
}
.AC-submit-button:focus {
background-color: var(--interactive-accent) !important;
}
.savedQ-query {
background-color: var(--background-primary-alt);
padding: 2px 4px;
border-radius: 5px;
}
.AC-flashNewSel {
animation: flashNewSel 1.5s 1;
border-radius: 3px;
}
@keyframes flashNewSel {
0% {
background-color: transparent;
}
10% {
background-color: var(--text-highlight-bg);
}
80% {
background-color: var(--text-highlight-bg);
}
100% {
background-color: transparent;
}
}

67
.obsidian/workspace vendored
View File

@ -4,16 +4,35 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "624fc6cedfec68e9", "id": "12286f551c58c6df",
"type": "leaf", "type": "split",
"state": { "children": [
"type": "markdown", {
"state": { "id": "624fc6cedfec68e9",
"file": "Private/Atom/atom.md", "type": "leaf",
"mode": "source", "state": {
"source": false "type": "markdown",
"state": {
"file": "Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md",
"mode": "source",
"source": true
}
}
},
{
"id": "a979bb82511d42c9",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md",
"mode": "source",
"source": false
}
}
} }
} ],
"direction": "horizontal"
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -60,7 +79,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 326 "width": 326,
"collapsed": true
}, },
"right": { "right": {
"id": "a54ca124d2689b37", "id": "a54ca124d2689b37",
@ -76,7 +96,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Private/Atom/atom.md", "file": "Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -93,7 +113,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Private/Atom/atom.md", "file": "Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -131,12 +151,20 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Private/Atom/atom.md" "file": "Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md"
} }
} }
},
{
"id": "073d6445c4950019",
"type": "leaf",
"state": {
"type": "Saved Queries View",
"state": {}
}
} }
], ],
"currentTab": 1 "currentTab": 4
}, },
{ {
"id": "7804475bf051d7e7", "id": "7804475bf051d7e7",
@ -154,20 +182,19 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 303, "width": 303
"collapsed": true
}, },
"active": "624fc6cedfec68e9", "active": "624fc6cedfec68e9",
"lastOpenFiles": [ "lastOpenFiles": [
"Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md",
"Periodische Notizen/Täglich/05.07.2022.md",
"Firmen/Steinemann Technology/Notes/Penta/Penta Übersicht.md",
"Private/Atom/atom.md", "Private/Atom/atom.md",
"Private/Rapha/Aufgabenteilung.md", "Private/Rapha/Aufgabenteilung.md",
"Firmen/Steinemann Technology/Tickets/Monica Garcia/Erstellung der Penta Belege.md",
"Firmen/Steinemann Technology/Tickets/Monica Garcia/Penta Belege termin definieren.md", "Firmen/Steinemann Technology/Tickets/Monica Garcia/Penta Belege termin definieren.md",
"Periodische Notizen/Täglich/05.07.2022.md",
"Periodische Notizen/Täglich/04.07.2022.md", "Periodische Notizen/Täglich/04.07.2022.md",
"Firmen/Steinemann Technology/tickets/Monica Garcia/Erstellung der Penta Belege.md", "Firmen/Steinemann Technology/tickets/Monica Garcia/Erstellung der Penta Belege.md",
"Periodische Notizen/Täglich/03.07.2022.md", "Periodische Notizen/Täglich/03.07.2022.md",
"Periodische Notizen/Wöchentlich/KW27-2022.md", "Periodische Notizen/Wöchentlich/KW27-2022.md"
"Periodische Notizen/Täglich/27.06.2022.md"
] ]
} }

View File

@ -9,4 +9,32 @@
--- ---
### Penta Belege ### Penta Belege
> Wiederholender Termin für Penta [[Penta Übersicht|Belege]] definieren. > Wiederholender Termin für Penta [[Penta Übersicht|Belege]] definieren.
#erledigt #erledigt
Heute wird der folgende Beleg eingetragen:
| Benutzer | Art | NR | Angebot | stg_pkbd_ab_d | stg_pkbd_ab_gb | 22198110 |
|:--------:| --- | --- | --------------------------------------- | ------------------- | --------------------- | -------- |
| | | 7 | Versandanweisung [Rüstschein] | stg_pkbd_va_d | --- | |
| | | 24 | Auftragsbestätigung (KUNDENAUFTRAG ETL) | stg_pkbd_ra_d | --- | |
| | | 20 | Kundenauftrag | stg_pkbd_ka_d | --- | |
| dco | | 62 | Storno Anzahlung Maschinen (UBS) | stg_pkbd_arm_d | stg_pkbd_arm_gb | |
| dco | | 61 | Anzahlung Rechnung Maschinen (UBS) | stg_pkbd_arm_d | stg_pkbd_arm_gb | |
| dco | | 59 | Storno Gutschrift Maschinen (UBS) | stg_pkbd_arm_d | stg_pkbd_arm_gb | |
| dco | | 58 | Storno Rechnung Maschinen (UBS) | stg_pkbd_arm_d | stg_pkbd_arm_gb | |
| dco | | 54 | Schlussrechnung Maschinen (UBS) | stg_pkbd_arm_d | stg_pkbd_arm_gb | |
| dco | | 63 | Anzahlung Rechnung Maschinen (BTV) | stg_pkbd_arm_btv_d | stg_pkbd_arm_btv_gb | |
| dco | | 55 | Gutschrift Maschinen (UBS) | stg_pkbd_arm_d | stg_pkbd_arm_gb | |
| dco | | 56 | Schlussrechnung Maschinen (BTV) | stg_pkbd_arm_btv_d | stg_pkbd_arm_btv_gb | |
| | | 11 | Anzahlungsrechnung | stg_pkbd_ar_d.AA | stg_pkbd_ar_gb.AA.rpt | |
| mga/cro | | 8 | Storno Ausgangsrechnung | stg_pkbd_ar_d | stg_pkbd_ar_gb | |
| mga/cro | AR | 4 | Rechnung [Ausgangsrechnung] | stg_pkbd_ar_d | stg_pkbd_ar_gb | |
| | | 23 | Auftragsbestätigung | stg_pkbd_ab_d | stg_pkbd_ab_gb | |
| | | 21 | Angebot (Proforma-Rechnung) | stg_pkbd_ab_d | stg_pkbd_ab_gb | |
| mga/cro | AU | 2 | Auftragsbestätigung | stg_pkbd_ab_d | stg_pkbd_ab_gb | |
| | | 14 | Fertigungskarte | stg_pfak_karte | stg_pfak_karte | |
| | | 3 | Bestellung | stg_pbdr_be_d | stg_pbdr_be_gb | |
| | | 2 | Rüstschein | stg_lbew_bew_d | stg_lbew_bew_gb | |
| | | 74 | Netto Rechnung | netto_stg_pkbd_ar_d | netto_stg_pkbd_ar_gb | |
| | | 72 | Auftragsbestätigung [NETTO-AB] | netto_stg_pkbd_ab_d | netto_stg_pkbd_ab_gb | |
| | | | | | | |