Commit graph

293 commits

Author SHA1 Message Date
Jan Böhmer
3f82d0967a Allow to add a part to a project from a parts info page 2022-12-29 13:15:26 +01:00
Jan Böhmer
25494c9ddf Added a page to quickly add many parts to a project from parts lists. 2022-12-28 23:32:46 +01:00
Jan Böhmer
a3ee51e76b Improved styling of the BOM edit 2022-12-27 13:03:19 +01:00
Jan Böhmer
b83b55b8d4 Added some constraints and validations to the BOM entries. 2022-12-26 13:57:11 +01:00
Jan Böhmer
b1ed52bcc3 Show mount names as comma separated tags 2022-12-23 12:38:49 +01:00
Jan Böhmer
d5b1c6be0a Added simple info page for projects 2022-12-18 21:58:21 +01:00
Jan Böhmer
853fc513f7 Merge remote-tracking branch 'origin/l10n_master' 2022-12-11 20:57:37 +01:00
Jan Böhmer
8c25446d47 New translations messages.en.xlf (English) 2022-12-11 16:48:25 +01:00
Jan Böhmer
76160b161b New translations messages.en.xlf (German) 2022-12-11 16:48:24 +01:00
Jan Böhmer
330b72b456 New translations messages.en.xlf (French) 2022-12-11 15:48:39 +01:00
Jan Böhmer
7235cb72b4 Really use euro as base currency when querying exchange rates, so we can use the configuration-free ECB provider
This should fixes issue #154.
2022-12-11 15:33:50 +01:00
Jan Böhmer
2b2fc6f1e6 Dont throw an exception, if we can not retrieve an currency exchange rate, but show an meaningful flash message 2022-12-11 15:10:16 +01:00
Jan Böhmer
b1d359f538 Added internal part number field to parts 2022-12-04 02:28:47 +01:00
Jan Böhmer
1d5311f1ec New translations messages.en.xlf (German) 2022-11-29 21:18:58 +01:00
Jan Böhmer
e464c8e92d New translations messages.en.xlf (English) 2022-11-29 20:19:03 +01:00
Jan Böhmer
15d02a046e New translations messages.en.xlf (German) 2022-11-29 20:19:01 +01:00
Jan Böhmer
6ce6b97b1e Allow to change needs review status using parts multiselect action 2022-11-29 00:18:11 +01:00
Jan Böhmer
c2de50c6fc New translations messages.en.xlf (English) 2022-11-27 23:24:24 +01:00
Jan Böhmer
5c6233f225 New translations messages.en.xlf (German) 2022-11-27 23:24:20 +01:00
Jan Böhmer
c6ad14d641 Show a more helpfull error message on login when a user is disabled.
Before a generic invalid credentials message was shown, now a hint about the disabled status is shown.
2022-11-15 00:25:56 +01:00
Jan Böhmer
5a1d4251f4 Regrouped permissions
Datastructures and the part permission are now together in the "data" permission group.
2022-11-14 19:59:18 +01:00
Jan Böhmer
cd60a81576 Improved translations 2022-11-14 19:54:21 +01:00
Jan Böhmer
1de88e0494 Added various useful presets for permissions 2022-11-14 00:02:37 +01:00
Jan Böhmer
34fbcec00f Added an page to view infos about the server (Part-DB, PHP and DB config 2022-11-06 01:07:10 +01:00
Jan Böhmer
4c97c7bec2 New translations messages.en.xlf (English) 2022-10-05 22:50:43 +02:00
Jan Böhmer
6031ac699f New translations messages.en.xlf (Russian) 2022-10-05 22:50:42 +02:00
Jan Böhmer
f6e1d480fd New translations messages.en.xlf (Japanese) 2022-10-05 22:50:40 +02:00
Jan Böhmer
68acc6d69e New translations messages.en.xlf (French) 2022-10-05 22:50:37 +02:00
Jan Böhmer
7be34115d3 New translations messages.en.xlf (German) 2022-10-05 22:50:36 +02:00
Jan Böhmer
8d9e229737 Improved translations 2022-10-05 22:28:31 +02:00
Jan Böhmer
d54c765919 New translations messages.en.xlf (English) 2022-09-21 15:17:34 +02:00
Jan Böhmer
ab2d1202dc New translations messages.en.xlf (German) 2022-09-21 15:17:30 +02:00
Jan Böhmer
4b32c467f7 New translations messages.en.xlf (English) 2022-09-21 14:09:43 +02:00
Jan Böhmer
041c01b092 New translations messages.en.xlf (German) 2022-09-21 14:09:38 +02:00
Jan Böhmer
6d0233bf60 New translations messages.en.xlf (Russian) 2022-09-17 19:47:09 +02:00
Jan Böhmer
590b131822 New translations messages.en.xlf (Japanese) 2022-09-17 19:47:07 +02:00
Jan Böhmer
3f0386fb45 New translations messages.en.xlf (French) 2022-09-17 19:47:06 +02:00
Jan Böhmer
8f027b32a6 New translations messages.en.xlf (German) 2022-09-17 19:47:05 +02:00
Jan Böhmer
800c46b968 New translations messages.en.xlf (English) 2022-09-17 18:47:09 +02:00
Jan Böhmer
7f9b213933 New translations messages.en.xlf (Russian) 2022-09-17 18:47:08 +02:00
Jan Böhmer
92a5fda475 New translations messages.en.xlf (Japanese) 2022-09-17 18:47:07 +02:00
Jan Böhmer
bbf16581ad New translations messages.en.xlf (French) 2022-09-17 18:47:05 +02:00
Jan Böhmer
fb244d6dd6 New translations messages.en.xlf (German) 2022-09-17 18:47:03 +02:00
Jan Böhmer
fb187c1114 Use the correct %PARTNUMBER% placeholder in hints instead of %PARTNR%
Fixes issue #130 and #84
2022-09-17 18:06:16 +02:00
Jan Böhmer
8338c0f2d6 Fix exception with AmountFormatter if Si prefix were enabled and no unit symbol were set.
Also this case is now prevented by Validator (as it is not very useful). Fixes issue #171.
2022-09-17 17:58:01 +02:00
Jan Böhmer
430c9fed67 Merge branch 'l10n_master' 2022-09-17 17:43:10 +02:00
Jan Böhmer
b6954f1845 New translations messages.en.xlf (English) 2022-09-14 15:33:37 +02:00
Jan Böhmer
f536171068 New translations messages.en.xlf (German) 2022-09-14 15:33:36 +02:00
Jan Böhmer
d95672c1af New translations messages.en.xlf (English) 2022-09-14 14:26:32 +02:00
Jan Böhmer
2f49431287 New translations messages.en.xlf (German) 2022-09-14 14:26:31 +02:00