Commit Graph

107 Commits

Author SHA1 Message Date
StephanRichter c8b6c3feb7 implemented changing project state from project page 2025-07-20 14:48:51 +02:00
StephanRichter 680afd7700 implemented opening and closing of projects right from the project list 2025-07-20 14:09:41 +02:00
StephanRichter 85ab2dd853 implemented updating of projects 2025-07-20 01:30:56 +02:00
StephanRichter 20d527286b populating estimated times on task list, added minimum styling 2025-07-20 00:24:46 +02:00
StephanRichter 8ab3e8792a working on project view 2025-07-20 00:09:02 +02:00
StephanRichter a14b541c91 working on project list: introducing task list 2025-07-19 21:05:17 +02:00
StephanRichter 8e3fa266a8 bugfix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-19 00:45:34 +02:00
StephanRichter 744b8a4576 working on project view 2025-07-19 00:40:28 +02:00
StephanRichter 08838e8ddc refactoring 2025-07-19 00:28:11 +02:00
StephanRichter a06217517b freactoring to get company list work in efficient way 2025-07-18 23:23:14 +02:00
StephanRichter 722f12912d implemented project creation 2025-07-18 22:10:47 +02:00
StephanRichter 9626d91ccb working on project creation 2025-07-18 15:35:37 +02:00
StephanRichter f5f08f244f preparing for project creation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-18 08:48:47 +02:00
StephanRichter 3d7687da37 preparing for projects 2025-07-18 00:04:30 +02:00
StephanRichter fc90b94fb2 Speichern und Laden von Einheits-Preisen implementiert 2025-07-17 23:48:32 +02:00
StephanRichter 67cb0b61b6 implemented storing of customer settings when sending document 2025-07-17 23:24:57 +02:00
StephanRichter 763e5b447b implemented state update after sending document, returning to document list 2025-07-17 21:16:37 +02:00
StephanRichter 6a58087ace preparing for sending documents
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-17 20:15:28 +02:00
StephanRichter 93449e4bad preparing document submission
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-17 14:38:28 +02:00
StephanRichter 2fd58229c3 working on translation system 2025-07-17 13:39:48 +02:00
StephanRichter dc8de9707a refactored translations, preparing sending of document 2025-07-17 13:03:49 +02:00
StephanRichter 7616aa9581 re-implemented rendering of document 2025-07-16 21:53:11 +02:00
StephanRichter 877edadd50 working on document rendering 2025-07-16 18:21:35 +02:00
StephanRichter 07ef168226 preparing to render document 2025-07-16 08:55:08 +02:00
StephanRichter b372ae45b3 added todos 2025-07-16 00:04:10 +02:00
StephanRichter bc91e69e36 added confirmation before deletion 2025-07-15 23:52:04 +02:00
StephanRichter 97134694a2 implemented deletion of positions 2025-07-15 23:46:01 +02:00
StephanRichter ffff345a8c implemented moving of document positions 2025-07-15 23:20:48 +02:00
StephanRichter 31916d83df implemented adding positions to document
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-15 22:24:05 +02:00
StephanRichter e436f09698 preparing for adding positions to document 2025-07-15 21:58:06 +02:00
StephanRichter 148c0f27b5 overhauling time list in backend – BROKEN 2025-07-15 09:28:19 +02:00
StephanRichter a75c58932d started implementing listTimes – way to complicated 2025-07-15 08:23:08 +02:00
StephanRichter 65b5dded01 preparing times list 2025-07-14 17:51:08 +02:00
StephanRichter 9c7f152fb9 gui improvements 2025-07-14 00:27:31 +02:00
StephanRichter b600a3613f implemented selecting tasks by estimated time 2025-07-14 00:19:35 +02:00
StephanRichter bac04ac047 implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
2025-07-13 23:45:18 +02:00
StephanRichter ea888c2be4 preparing item service for use in document service 2025-07-13 10:47:08 +02:00
StephanRichter 1a7002b0da preparing to add positions 2025-07-13 00:27:50 +02:00
StephanRichter d223ab557b bugfix: GUI failed when delivery was null 2025-07-13 00:03:57 +02:00
StephanRichter 26fa72ef84 implemented editing of document in GUI + respective handlers in backend 2025-07-12 23:34:05 +02:00
StephanRichter 2cc4d43e7c bugfix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-12 00:15:04 +02:00
StephanRichter d3f2f92aee implemented synchronisation between editors:
whenever one editable field is activated, any other active editable field is resetted
2025-07-11 23:53:58 +02:00
StephanRichter e3e4dc16f9 made all document fields editable 2025-07-11 23:13:09 +02:00
StephanRichter 2a7e9df334 work on document form 2025-07-11 15:41:29 +02:00
StephanRichter 86801e10c2 implemented markdown renderer in backend and frontend 2025-07-11 14:23:47 +02:00
StephanRichter c37b1de1b0 started to overhaul MardownEditor.svelte 2025-07-11 09:07:38 +02:00
StephanRichter 713e6ff8ff improved line editor and price editor 2025-07-11 08:41:12 +02:00
StephanRichter 50adc206b2 css improvements 2025-07-11 00:10:23 +02:00
StephanRichter 85b5ca1970 working on document editor 2025-07-10 23:37:29 +02:00
StephanRichter 32e2d91ee6 tunig line item list 2025-07-10 22:54:11 +02:00