Stephan Richter
bda42eb15a
implemented tag cloud
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
e691e150f4
Merge branch 'main' into dev
3 weeks ago
Stephan Richter
3343b8b27c
Merge branch 'main' into modules/stock
3 weeks ago
Stephan Richter
91feb33f5f
Merge remote-tracking branch 'origin'
3 weeks ago
Stephan Richter
960c2ed8e9
fixed typos
3 weeks ago
Stephan Richter
832be23e8c
implemented adding/updating of item properties
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
846ef4a27a
working on adding new properties to existing items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
48128c5bf4
Merge branch 'dev' into modules/stock
3 weeks ago
Stephan Richter
8a0409db4e
Merge branch 'main' into dev
3 weeks ago
Stephan Richter
2d891d555b
extending token validity on markdown endpoint
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
6e7cb813d3
preparing editing of stock items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
a52df2b434
implemented stock display from location tree to property list
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
6e9a2b6aca
working on loading items for location
3 weeks ago
Stephan Richter
26d2f7c1f4
finished location tree
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
2cd022451a
working on location tree
3 weeks ago
Stephan Richter
b361731cab
working on transformation of stock tables
3 weeks ago
Stephan Richter
dabacd3d00
preparing filling of intermediate table
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
3bdf7dbab6
working on table transformation:
...
idea is to transform ids of the form 'company:1:42', where company:1 is the owner and '42' is the company-relative id to separate columns owner and id,
where owner is a positive long for users and a negative long for companies.
however, as the id field would then only require a company-relative uniqueness, this currently cannot be done:
The legacy id filed has a unique constraint, which cannot be released in SQLite. So a new table will have to be created as an intermediate step.
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
74e602eec7
refactored item module → stock, added legacy database creation methods
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
45beedc56d
extendd translations, css work
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
fea21872e3
preparing stock module
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
0bbb6157e1
added shema for stock
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
a5c658d6f2
added file link to task view
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
00df660fb7
now inheriting due date when child task is created
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
dd84bad070
capping total priority at 100
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
e89f513677
implemented adding of new addresses, numbers, emails and web pages
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
4 weeks ago
Stephan Richter
57122c6d42
Merge branch 'module/contact' into dev
4 weeks ago
Stephan Richter
1cfaa3ccc6
altered contact/add in order to make use of the new contact backend instead of the legacy API
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
4 weeks ago
Stephan Richter
3e8f90c5bc
completed new contact creation, implemented contact deletion
4 weeks ago
Stephan Richter
e5227c3e19
implemented storing of new vcards, editing of names
4 weeks ago
Stephan Richter
e0c05506c3
preparing storing of new contact
4 weeks ago
Stephan Richter
b0364ec77e
Merge branch 'main' into dev
4 weeks ago
Stephan Richter
7809d2603a
set background-color for due date
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
4 weeks ago
Stephan Richter
306aa962cb
clean code
4 weeks ago
Stephan Richter
9b834795c0
CSS work
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
4 weeks ago
Stephan Richter
c888845191
working on address card editor
4 weeks ago
Stephan Richter
2f3a29d606
working on patching vcards
4 weeks ago
Stephan Richter
3df91f1b9d
working on vcard display
4 weeks ago
Stephan Richter
f6a8734614
working on vcard display
4 weeks ago
Stephan Richter
3e8c3f1d3a
working on vcard destructuring
4 weeks ago
Stephan Richter
da1fdc85a3
Merge branch 'main' into module/contact
4 weeks ago
Stephan Richter
876515497f
Merge branch 'main' into module/contact
4 weeks ago
Stephan Richter
97feb317a7
extended translations
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
4 weeks ago
Stephan Richter
037037747f
working on customer settings creation
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
4 weeks ago
Stephan Richter
3f1c17e7c0
creating new customer settings if required
4 weeks ago
Stephan Richter
6976b20ebe
CSS work
4 weeks ago
Stephan Richter
18fdba2346
Merge branch 'main' into module/projects
4 weeks ago
Stephan Richter
beacb96536
added project description to kanban view
4 weeks ago
Stephan Richter
66fd158e9e
added link target for bookmarks in tag usage list
4 weeks ago
Stephan Richter
19e291ba4f
Merge branch 'module/projects' into dev
4 weeks ago