index
:
sklad
master
origin/master
Simple personal warehouse management system or, let's rather say, "stuff management system", employing a web UI for easy mobile access from a smartphone
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for printing on red/black tapes
Přemysl Eric Janouch
2021-06-10
3
-3
/
+4
*
bdf: make it possible to set the drawing colour
Přemysl Eric Janouch
2021-06-09
3
-3
/
+6
*
sklad: close the DB FD once finished reading
Přemysl Eric Janouch
2020-10-10
1
-0
/
+1
*
label-tool: send pages as UTF-8
Přemysl Janouch
2019-04-25
1
-2
/
+2
*
label-tool: make it possible to print free form text
Přemysl Janouch
2019-04-25
1
-14
/
+36
*
label-tool: allow choosing from multiple fonts
Přemysl Janouch
2019-04-25
1
-25
/
+75
*
bdf-preview: style corrections
Přemysl Janouch
2019-04-25
1
-16
/
+16
*
sklad: proper validations on container update
Přemysl Janouch
2019-04-22
1
-0
/
+7
*
sklad: prefill form with last values on error
Přemysl Janouch
2019-04-22
2
-19
/
+34
*
sklad: use Request.URL when self-redirecting
Přemysl Janouch
2019-04-22
1
-2
/
+2
*
sklad: redirect to GET on successful DB changes
Přemysl Janouch
2019-04-22
1
-7
/
+13
*
sklad: show the context when deleting containers
Přemysl Janouch
2019-04-22
1
-1
/
+7
*
sklad: fix index update when changing parent
Přemysl Janouch
2019-04-19
1
-1
/
+1
*
sklad: make it possible to update the parent
Přemysl Janouch
2019-04-19
1
-0
/
+1
*
sklad: always try to shut down cleanly
Přemysl Janouch
2019-04-19
1
-1
/
+21
*
sklad: highlight matches in the search
Přemysl Janouch
2019-04-18
2
-2
/
+17
*
sklad: make containers always link to self
Přemysl Janouch
2019-04-18
1
-1
/
+1
*
Avoid DB data races from different goroutines
Přemysl Janouch
2019-04-16
1
-0
/
+6
*
sklad: clean up templates
Přemysl Janouch
2019-04-16
6
-130
/
+139
*
sklad: prevent creating container cycles
Přemysl Janouch
2019-04-16
3
-3
/
+16
*
sklad: open label printing in a new window/tab
Přemysl Janouch
2019-04-15
1
-2
/
+2
*
sklad: link to container in print confirmation
Přemysl Janouch
2019-04-15
1
-1
/
+1
*
sklad: use textarea placeholder also for editing
Přemysl Janouch
2019-04-15
1
-3
/
+3
*
sklad: show whole container descriptions
Přemysl Janouch
2019-04-15
2
-2
/
+15
*
sklad: trim spaces from user-supplied attributes
Přemysl Janouch
2019-04-15
1
-4
/
+5
*
sklad: support running under a prefix
Přemysl Janouch
2019-04-15
6
-46
/
+57
*
sklad: breadcrumbs for all containers
Přemysl Janouch
2019-04-15
1
-2
/
+10
*
sklad: create, update, remove
Přemysl Janouch
2019-04-15
4
-25
/
+262
*
sklad: show the number of members of each series
Přemysl Janouch
2019-04-14
3
-8
/
+23
*
Move commands under cmd/
Přemysl Janouch
2019-04-14
14
-0
/
+1303