aboutsummaryrefslogtreecommitdiff
path: root/Västgöta.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-01 12:59:40 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-01 12:59:40 +0100
commit37c304e065f1c5ecf1a85cbfab94a72507eab0cf (patch)
tree389760a0fbf62f337e44a59c0289dcda7214eb3f /Västgöta.wiki
parentMerge branch 'master' of git.hornquist.se:git/vimwiki (diff)
downloadwiki-public-37c304e065f1c5ecf1a85cbfab94a72507eab0cf.tar.gz
wiki-public-37c304e065f1c5ecf1a85cbfab94a72507eab0cf.tar.xz
Fri, 01 Mar 2019 12:59:40 +0100
Diffstat (limited to '')
-rw-r--r--Västgöta.wiki22
1 files changed, 0 insertions, 22 deletions
diff --git a/Västgöta.wiki b/Västgöta.wiki
deleted file mode 100644
index a72bdff..0000000
--- a/Västgöta.wiki
+++ /dev/null
@@ -1,22 +0,0 @@
-[[Västgöta/veckomamil]]
-
-== Rödback ==
-
-{{{sqlite3
-UPDATE acquisitions SET amount = amount - 60 WHERE id = 299;
-
-UPDATE money SET amount = amount + 60 * 250 WHERE id = 3;
-
-UPDATE stock SET active = active - 60 WHERE product_id = 146;
-}}}
-
-
-| Stock | Money | Acquisitions |
-|--------|----------|--------------|
-| Before | | |
-| 240 | -1010.00 | 265 |
-|--------|----------|--------------|
-| After | | |
-| 180 | -860.00 | 205 |
-
-