Commit graph

1101 commits

Author SHA1 Message Date
Jan Böhmer
f3c1bc9421 Keep uploads/ folder, as an exception is thrown if a user tries to move attachment to secure folder if it is not existing. 2020-05-22 13:05:47 +02:00
Jan Böhmer
e6a3c41cee Pass typeahead ressource search as query param instead of URL part.
This hopefully fixes the 404 bugs, when putting an URL in the typeahead field...
2020-05-22 12:39:12 +02:00
Jan Böhmer
1a84bdc3a3 Updated dependencies. 2020-05-22 12:30:25 +02:00
Jan Böhmer
a27a6ea675 Dont try to generate thumbnails for SVG files, as GD does not support them... 2020-05-21 22:09:13 +02:00
Jan Böhmer
403dacbb25 Fixed DataFixture. 2020-05-21 13:46:17 +02:00
Jan Böhmer
db956fc5ad Fixed the timetravel function for big_decimal fields. 2020-05-20 23:42:01 +02:00
Jan Böhmer
dbf770f784 Update timestamp of the associated element.
For example the lastModified timestamp of a part is now updated, when the user changes a price information. This should represent more what a user expects under a last Modified field and should improve also sorting...
2020-05-20 23:36:44 +02:00
Jan Böhmer
2b21d4039a Use current timezone to show formatted datetimes in datatables. 2020-05-20 23:04:47 +02:00
Jan Böhmer
c60f27ef86 Fixed wrongly detected changes of prices caused by not identical objects. 2020-05-20 22:45:41 +02:00
Jan Böhmer
f92802a3c7 Fixed empty message for CurrencyEntityType. 2020-05-20 22:13:47 +02:00
Jan Böhmer
32207e2e6c Moved bcmath to suggested packages.
brick/math can emulate this. When bcmath or GMP is installed performance is much better.
2020-05-20 22:09:33 +02:00
Jan Böhmer
b1db89e3b4 Use BigDecimal for Pricedetail price field. 2020-05-20 22:02:07 +02:00
Jan Böhmer
db4d7dc5fc Use BigDecimal for Currency exchange rate. 2020-05-20 20:57:16 +02:00
Jan Böhmer
08267b88b0 Use BigDecimal object type for Supplier shipping costs, instead of bcmath string. 2020-05-18 22:07:09 +02:00
Jan Böhmer
ae23a82105 Initialize associated attachments collection for attachment types. 2020-05-18 11:26:04 +02:00
Jan Böhmer
1d986d9197 Updated composer dependencies. 2020-05-17 21:56:19 +02:00
Jan Böhmer
8951940be1 Show messages, when an element can not be deleted.
Fixes issue #43.
2020-05-17 21:52:47 +02:00
Jan Böhmer
be47680b60 Show error, if null category is assigned to part.
Fixes issue #42.
2020-05-17 21:14:01 +02:00
Jan Böhmer
4f70e9fe5a Only retrieve parts, when partLot has already an ID.
Fixes issue #59.
2020-05-17 20:58:58 +02:00
Jan Böhmer
34760a068c Fixed doctrine mapping. 2020-05-17 20:49:43 +02:00
Jan Böhmer
cad9534b04 Fixed an exception on admin pages, if the element does not contain parts. 2020-05-16 21:14:05 +02:00
Jan Böhmer
d46c1bf22d Updated frontend dependencies. 2020-05-16 21:06:32 +02:00
Jan Böhmer
141ef2f2e6 Updated composer dependencies. 2020-05-16 21:05:25 +02:00
Jan Böhmer
e276d14c80 Merge remote-tracking branch 'origin/master' 2020-05-16 20:54:09 +02:00
Jan Böhmer
2cd10f1015 Merge branch 'l10n_master' 2020-05-16 20:53:58 +02:00
Jan Böhmer
14adb77a97 Moved getParts() and getPartsCount() to a repository (instead of a class method). 2020-05-16 20:53:35 +02:00
Jan Böhmer
07ad2d4317 New translations messages.en.xlf (Japanese) 2020-05-16 17:14:07 +02:00
Jan Böhmer
d9fd69d69a New translations messages.en.xlf (Japanese) 2020-05-16 16:44:37 +02:00
Jan Böhmer
cc0a20ef14
Update README.md 2020-05-14 09:52:02 +02:00
Jan Böhmer
350f1bb979 Use a modern nodejs version on travis. On the default version the build process broke due to missing node version. 2020-05-13 21:40:35 +02:00
Jan Böhmer
8b6fe757a0 Removed unnecessary getIDString() function in AbstractDBElement. 2020-05-13 21:19:23 +02:00
Jan Böhmer
a3af55d4e2 Clone parameters if part is cloned.
Fixed issue #46
2020-05-13 21:08:09 +02:00
Jan Böhmer
c0b4172f22 Ensure that attachments are not used in preview when deleting, so we do not encounter integrity violations.
This fixes issue #50.
2020-05-13 20:46:13 +02:00
Jan Böhmer
7b108f8d4b Format last modified and creation date label placeholders using the correct timezone.
Fixes issue #54
2020-05-13 20:12:51 +02:00
Jan Böhmer
5302087eba Use server side library to generate QR-Code for Google authenticator.
This saves us 50KB in javascript assets...
2020-05-13 19:58:12 +02:00
Jan Böhmer
c9752802e0 Updated dependencies. 2020-05-13 19:35:14 +02:00
Jan Böhmer
17abade26a New translations messages.en.xlf (English) 2020-05-13 19:23:10 +02:00
Jan Böhmer
cdddd49b78 New translations messages.en.xlf (German) 2020-05-13 19:23:06 +02:00
Jan Böhmer
f2a1671c1c Merge remote-tracking branch 'origin/l10n_master' 2020-05-13 19:19:49 +02:00
Jan Böhmer
6db3f454e3 Fixed missing parameter in CurrencyAdminForm 2020-05-13 08:40:53 +02:00
Jan Böhmer
71727e1828 Fixed typo in README.md 2020-05-12 23:42:55 +02:00
Jan Böhmer
b6e719893a Updated README.md and UPGRADE.md
Also closes pull request #47.
2020-05-12 23:42:03 +02:00
Jan Böhmer
e836a9d036 Improved structure of services.yaml 2020-05-12 23:05:59 +02:00
Jan Böhmer
decc4e90fc Organized parameters better.
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
2020-05-12 22:53:42 +02:00
Jan Böhmer
ffdb721e38 Increase memory limit of PHPunit. 2020-05-12 22:52:45 +02:00
Jan Böhmer
db38082bcd New translations messages.en.xlf (English) 2020-05-12 01:05:01 +02:00
Jan Böhmer
f4b087fc21 New translations messages.en.xlf (German) 2020-05-12 01:04:59 +02:00
Jan Böhmer
5d850e9622 New translations messages.en.xlf (Greek) 2020-05-12 00:34:56 +02:00
Jan Böhmer
73ac4f1641 Added missing translations.
Fixes issue #56.
2020-05-12 00:27:48 +02:00
Jan Böhmer
4ff6618029 New translations messages.en.xlf (English) 2020-05-11 23:34:58 +02:00