Store location name, group name and tax group description in order

Also delete compiled entry JS and add a Makefile
This commit is contained in:
2023-08-21 14:45:45 +02:00
parent de427689f4
commit d6d8d7d6ca
7 changed files with 59 additions and 12430 deletions
+6
View File
@@ -0,0 +1,6 @@
.PHONY: frontend
frontend: jon/static/entry.js
jon/static/entry.js: $(shell find $(SOURCEDIR) -name '*.c')
elm make --optimize frontend/Entry.elm --output $@