Commit Graph

52 Commits

Author SHA1 Message Date
fd269826dc impl. about, terms, privacy 2020-01-23 19:50:40 +01:00
5ae07a444e build controller 2020-01-23 19:08:04 +01:00
3814f8d420 reorder files 2020-01-23 18:46:49 +01:00
de8aaae8cc
added customer/orderhistory 2020-01-22 19:27:45 +01:00
Philipp Schweizer
c204a5e5a0 Merge branch 'customers_suppliers_templates' 2020-01-20 21:51:48 +01:00
Philipp Schweizer
c8cdcf2a8c template Files for customers and suppliers created 2020-01-20 20:59:35 +01:00
9681dceb8b
reworked login/register, GetMapping fixes 2020-01-20 20:22:37 +01:00
ef08c8d1c8
Implement a prototype to add new articles 2020-01-19 18:48:09 +01:00
ececdac3a9
Implement a prototype for notifications 2020-01-19 18:46:32 +01:00
d4e670218f Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce 2020-01-19 18:43:51 +01:00
b7ad62d2f2 add manual accounting route 2020-01-19 18:43:19 +01:00
619e586280 add checkout 2020-01-18 15:34:54 +01:00
6d6f4bda6a Merge remote-tracking branch 'origin/master' 2020-01-18 14:01:43 +01:00
0f71e2b595 remade articleDetail without own css 2020-01-18 14:01:35 +01:00
dac2d0511a finished about pages 2020-01-17 18:03:28 +01:00
483cc260f3 remade searchResults without own css 2020-01-17 17:25:38 +01:00
66f4e319fa implement manual bookings. 2020-01-16 21:39:55 +01:00
0951e23946 move detailgrid (formgrid) to main css 2020-01-16 21:05:39 +01:00
ce201c5d85 add accounting pages 2020-01-16 21:01:15 +01:00
d7161d3796 move internal pages from employee to intern 2020-01-16 20:17:48 +01:00
a0da07df66 Add fonts to repo 2020-01-15 21:45:24 +01:00
f359e2a750 Fix Header 2020-01-15 21:35:21 +01:00
bedcf32b44 Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce 2020-01-15 21:32:18 +01:00
0d1c3cb583 implement filter Table 2020-01-15 21:32:11 +01:00
a5817f144d fix color of links 2020-01-15 21:31:52 +01:00
ec0f67784b
create database and customer table if it does not exist 2020-01-15 20:30:48 +01:00
27029333c0 Delete 'prototype/src/main/resources/test.db' 2020-01-15 20:02:31 +01:00
26e9e2bfc0
sqlite part 1 2020-01-15 10:56:53 +01:00
7bbf5eb963
sqlite part 0 2020-01-15 10:56:53 +01:00
d3be609d16
added customer account settings [Part 1]
* moved footer Mapping to the bottom of RequestController()
2020-01-15 10:55:24 +01:00
7177bc8f09 fixes links in footer; added about pages 2020-01-14 20:50:47 +01:00
16e71f7335 added links in footer 2020-01-13 17:30:39 +01:00
9f372c7057 added about pages 2020-01-13 17:21:49 +01:00
8a590459c9 (Partial) Implement of listedArticlesEdit.html II 2020-01-12 19:46:47 +01:00
4d153b8d87 (Partial) Implement of listedArticlesEdit.html 2020-01-12 19:42:04 +01:00
c162b4d59e Disable Cache for template. This improves the workflow 2020-01-12 19:41:27 +01:00
b46e4a8c73 Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce 2020-01-12 18:01:37 +01:00
255195715f Implement Listed Articles Overview 2020-01-12 18:00:40 +01:00
f120212d62 Add "Smaller Class" to Global CSS 2020-01-12 18:00:14 +01:00
6725c1eb84 Add Error Inputs to Global CSS 2020-01-12 17:59:56 +01:00
6985b22e82 update color and use fragments 2020-01-12 16:14:01 +01:00
17d2e741cf Fix templateName casing for articledetail and searchresults 2020-01-12 16:03:42 +01:00
3ef92c9626 Fix header search pointing to wrong path 2020-01-12 16:02:40 +01:00
5fd6cf8827 Fix Error Pages class attributes 2020-01-12 16:02:10 +01:00
96a1cc826d Fix Css not using var(--uXXX) for hXX and p. 2020-01-12 15:56:26 +01:00
a70dca56f7 Update CSS, fix fragements and home. 2020-01-12 15:52:45 +01:00
213c5a2c94 initial searchresult and detailview 2020-01-11 16:39:34 +01:00
a44efe06b7
reworked login to actually use a database
* added a very basic login setup, see wiki.mosad.xyz for more information
* updated spring boot to 2.2.2
2019-12-08 17:16:17 +01:00
adf1502b2b
added a minimal login dialog
* added session cookie being set on login, login-data is not stored or validated
2019-12-08 12:24:28 +01:00
87bb9d4a44
added a first GUI Prototype
* based on ecom.css
* accessible via localhost:8080/
2019-11-26 16:21:29 +01:00