Jan Böhmer
|
9d73cc0869
|
Fixed exception on login.
|
2019-09-24 16:09:54 +02:00 |
|
Jan Böhmer
|
ccc345cd1b
|
Changed DB structure the way, many more elements can have attachments
Also every Element has now a preview attachment field. For the user this will be used as profile picture.
|
2019-09-24 13:39:49 +02:00 |
|
Jan Böhmer
|
a97d016740
|
Added some more tests.
Also changed the behavior of some code to meet the expectation.
|
2019-09-22 23:47:40 +02:00 |
|
Jan Böhmer
|
00b19732cc
|
Fixed error in tests.
|
2019-09-22 21:35:22 +02:00 |
|
Jan Böhmer
|
e78033d774
|
Treat all image formats that browsers can show correctly as image attachments.
Especially we can now use WebP for attachments.
|
2019-09-22 21:25:06 +02:00 |
|
Jan Böhmer
|
006cd9c7e5
|
Allow admins to set passwords in users admin page.
|
2019-09-19 12:35:28 +02:00 |
|
Jan Böhmer
|
2d34649ae6
|
Allow user to set a currency in which every price is shown for him.
|
2019-09-18 18:17:17 +02:00 |
|
Jan Böhmer
|
842ee145bc
|
Check also inheritance in type checking of isChild to prevent exceptions
|
2019-09-18 12:48:27 +02:00 |
|
Jan Böhmer
|
3d790db559
|
Fixed orphanRemoval problem with parts collection.
Also ElementPermissionListener was improved, and multiple special cases were unified.
|
2019-09-17 13:57:40 +02:00 |
|
Jan Böhmer
|
21a81486df
|
Fixed some inspection issues.
|
2019-09-16 22:04:59 +02:00 |
|
Jan Böhmer
|
f7c2f1032f
|
Split Part entity class into multiple traits.
The part class has become very big and clumsy, that way it should be easier to maintain this entity...
|
2019-09-16 21:40:47 +02:00 |
|
Jan Böhmer
|
3ecbe19fd6
|
Check read property on part entity objects.
|
2019-09-16 13:27:53 +02:00 |
|
Jan Böhmer
|
da14ee942d
|
Added permissions for the new functions.
|
2019-09-13 17:13:58 +02:00 |
|
Jan Böhmer
|
0bfcec77fb
|
Use language setting of users when logging in.
|
2019-09-12 17:50:33 +02:00 |
|
Jan Böhmer
|
0dd20394cb
|
Fixed an error that prevented to create a new user.
Also added some validation constraints.
|
2019-09-11 19:04:09 +02:00 |
|
Jan Böhmer
|
90d449ea22
|
Prevent a user from lock itself out from the user system.
|
2019-09-11 18:50:23 +02:00 |
|
Jan Böhmer
|
ac302ab16a
|
Allow to specify operations that also need to be set.
When the edit operation is set, the read permission is now set too.
|
2019-09-11 13:37:51 +02:00 |
|
Jan Böhmer
|
7390f2eccd
|
Allow to change the permissions for users.
|
2019-09-10 17:12:56 +02:00 |
|
Jan Böhmer
|
429a4ebd17
|
Added links to part_lists on part info page.
|
2019-09-08 16:20:53 +02:00 |
|
Jan Böhmer
|
b62b0918d7
|
Added validator for the isFull/onlyExisting/singlePart options of locations.
|
2019-09-04 23:20:10 +02:00 |
|
Jan Böhmer
|
cd2534335a
|
Add inversedby attribute to part->measurement unit relation association
|
2019-09-04 23:04:35 +02:00 |
|
Jan Böhmer
|
e19cd67b88
|
Show parts count on AdminPages of PartsContainingDBElements
|
2019-09-04 19:37:35 +02:00 |
|
Jan Böhmer
|
b7b7bf3a8b
|
Show a useful message, when a master attachment is not valid because it is not a picture.
|
2019-09-02 23:13:50 +02:00 |
|
Jan Böhmer
|
e2b643c52b
|
Allow to select the master picture attachment.
|
2019-09-02 23:09:58 +02:00 |
|
Jan Böhmer
|
59c981ad0d
|
Show MPN and manufacturer link on part info page.
|
2019-09-02 18:53:31 +02:00 |
|
Jan Böhmer
|
d22f9da1f0
|
Allow to define manufacturing status for a part.
|
2019-09-02 18:41:57 +02:00 |
|
Jan Böhmer
|
de6df395f4
|
Replaced the old migrations with one big cleaner one.
|
2019-09-02 16:34:53 +02:00 |
|
Jan Böhmer
|
4026f6be3f
|
Use CURRENT_TIMESTAMP as default value for timestampable entries.
Furthermore the database migration generation is now detects correctly if there were no changes to DB.
|
2019-09-02 15:03:20 +02:00 |
|
Jan Böhmer
|
c484e40758
|
Added an DB field for filetype filtering to attachment types.
|
2019-09-01 22:04:55 +02:00 |
|
Jan Böhmer
|
af3dfafe22
|
Respect the currency of the prices when calculating average part price.
|
2019-09-01 18:52:22 +02:00 |
|
Jan Böhmer
|
a479dc81c4
|
Show the price in base currency if exchange rates are available.
|
2019-09-01 14:37:53 +02:00 |
|
Jan Böhmer
|
4391be448d
|
Use bcmath to calculate correct prices.
|
2019-09-01 13:56:14 +02:00 |
|
Jan Böhmer
|
43c439bc9e
|
Use string for price of pricedetails.
|
2019-09-01 12:34:11 +02:00 |
|
Jan Böhmer
|
42399b5517
|
Apply the default currency value to pricedetails placeholder.
|
2019-08-31 13:43:41 +02:00 |
|
Jan Böhmer
|
b280d0c28b
|
Allow quantites in Orderdetails to be floats.
Useful for non integer based part units.
|
2019-08-31 13:08:02 +02:00 |
|
Jan Böhmer
|
21cb12303f
|
Order the pricedetails by the min quantity
|
2019-08-31 12:07:16 +02:00 |
|
Jan Böhmer
|
b6ee0d1323
|
Enforce positive values for min quantities and price quantites.
|
2019-08-30 17:03:27 +02:00 |
|
Jan Böhmer
|
8c6342bffe
|
Added an page for editing order informations
|
2019-08-30 14:25:05 +02:00 |
|
Jan Böhmer
|
1776cd9a77
|
Made order and pricedetails timestampable.
Further the migration fixes the typos in attachment table names and filled empty timestamps with the current date.
|
2019-08-29 13:06:04 +02:00 |
|
Jan Böhmer
|
d79f580b30
|
Fixed invalid mapping for entities error.
|
2019-08-27 22:47:03 +02:00 |
|
Jan Böhmer
|
6b87823d5e
|
Delete the file associated with an attachment after an attachment is delted or changed.
|
2019-08-27 22:24:56 +02:00 |
|
Jan Böhmer
|
eea81441fb
|
Treat all attachments without a filepath as external
|
2019-08-27 13:15:18 +02:00 |
|
Jan Böhmer
|
3a11933a89
|
Allow to add/delete attachments via part edit page.
|
2019-08-26 23:30:35 +02:00 |
|
Jan Böhmer
|
5cc08af7b6
|
Show formatted amount values on part info page.
|
2019-08-26 15:09:05 +02:00 |
|
Jan Böhmer
|
f5ebce2a77
|
Use SIUnitType for part lots amount.
|
2019-08-26 13:22:12 +02:00 |
|
Jan Böhmer
|
082a815f3a
|
Show error message flash, when an validation error occured.
|
2019-08-25 18:15:58 +02:00 |
|
Jan Böhmer
|
016c2889ba
|
Allow part lots to have an null storage location.
Otherwise we loose informations on migration.
|
2019-08-21 11:58:41 +02:00 |
|
Jan Böhmer
|
7608d5dbda
|
Updated dependencies.
|
2019-08-20 18:44:43 +02:00 |
|
Jan Böhmer
|
1629f31fed
|
Fixed some inspection issues.
|
2019-08-20 18:39:57 +02:00 |
|
Jan Böhmer
|
f75f17c92b
|
Cache the tree nodes list generated for StructuralEntityType.
|
2019-08-20 12:34:43 +02:00 |
|