Stephan Richter
84b22e9b94
bugfix: it was not possible to create new locations on the top level – this is now fixed
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
1 day ago
Stephan Richter
25f41cf66b
separating fields from other constants
1 week ago
Stephan Richter
7bf7866d38
bugfixes
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
1 week ago
Stephan Richter
3caf51f52d
implemented creating new stock items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
1 week ago
Stephan Richter
4b4a575356
preparing to create new items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
67e35d45a4
improving moving around locations
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
a73a660d43
refactored moving of locations, implemented editing of location details, implemented raising locations to the top level
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
8bf0790fca
refactored location patching
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
eafa7a5b5f
implemented moving of locations
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
7b259e7425
preparing moving of locations
2 weeks ago
Stephan Richter
6c7fbdcde2
implemented deletion of locations
2 weeks ago
Stephan Richter
59e6a7001d
preparing to delete locations
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
4e9c8c0f69
preparing to store new locations
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
715d2b0f31
implemented moving of items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
b1517edc31
preparing to move items to new location
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2 weeks ago
Stephan Richter
2eb2bb25aa
working on new location creation
3 weeks ago
Stephan Richter
8d40c8c9f1
implemented tags for items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
cfa5dd7ed1
added code to update notes referencing stock items
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
5ca6e3c3b8
re-implemented updating of item properties
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
b6ef6def17
working on stock refactoring
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
64d7e0cb37
refactoring object model
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
c6823b116c
started refactoring
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
21c5a72349
implemented deletion of item properties
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
a001074783
implemented editing of item base data
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
3 weeks ago
Stephan Richter
3c733a75ee
preparing to update item base data
...
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
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
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