Commit graph

672 commits

Author SHA1 Message Date
Jan Böhmer
94ed78f66d Allow to delete parts. 2019-09-02 17:42:13 +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
7e713b3e1a Show on which unit the single unit price is related. 2019-09-01 14:14:30 +02:00
Jan Böhmer
3a04b34304 Use slash as seperator between price and related quantity. 2019-09-01 14:09:58 +02:00
Jan Böhmer
3ab53ba863 Use proper formatting for pricedetails quantities, when using a non integer part unit. 2019-09-01 14:02:24 +02:00
Jan Böhmer
4391be448d Use bcmath to calculate correct prices. 2019-09-01 13:56:14 +02:00
Jan Böhmer
8153a922f0 Fixed default value filling for pricedetails
Since we use SIPrefixType now, the ids has changed a bit.
2019-08-31 13:23:18 +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
40889832ca Fill new pricedetails with useful values. 2019-08-31 12:40:17 +02:00
Jan Böhmer
63508293bd Use small tables for edit pages. 2019-08-30 16:57:28 +02:00
Jan Böhmer
c4d5d4291b Made orderdetails strings translatable. 2019-08-30 16:54:35 +02:00
Jan Böhmer
6e34cc3633 Fixed error mapping for orderdetails edit page. 2019-08-30 16:47:21 +02:00
Jan Böhmer
d47e482b3c Moved supplier select in orderdetails form to top. 2019-08-30 14:41:53 +02:00
Jan Böhmer
b1b492171d Improved styling for orderdetails edit. 2019-08-30 14:40:02 +02:00
Jan Böhmer
8c6342bffe Added an page for editing order informations 2019-08-30 14:25:05 +02:00
Jan Böhmer
ad949d4d9b Add a badge to attachment edit page, if the attachment is external. 2019-08-27 13:19:46 +02:00
Jan Böhmer
09a5948149 Show infos about filename and filesize on attachment edit tab. 2019-08-26 23:46:38 +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
59748ecc22 Show validation errors in SIUnitType 2019-08-25 13:14:30 +02:00
Jan Böhmer
e7cc53f046 Added a field for edit the mass of a part. 2019-08-24 12:55:47 +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
813e7dc85b Added the possibility to edit/create/delete part lots. 2019-08-19 23:31:16 +02:00
Jan Böhmer
6a0adae8f3 Added the new fields to the part edit form. 2019-08-19 14:07:00 +02:00
Jan Böhmer
7517d83f55 Show part lots on part's info page. 2019-08-16 22:54:23 +02:00
Jan Böhmer
c2b43f2cfa Show part mass in part info page. 2019-08-16 16:43:31 +02:00
Jan Böhmer
aafbda3376 Show part tags and some other status infos in part info page sidebar 2019-08-15 22:59:34 +02:00
Jan Böhmer
fd6961e2f3 Fixed exceptions on part info page 2019-08-15 22:34:37 +02:00
Jan Böhmer
fbc5b1fc8d Extended store location options can be edited via Admin page now. 2019-08-14 18:45:28 +02:00
Jan Böhmer
fd4b474dbd Added admin page for measurement unit. 2019-08-14 18:31:46 +02:00
Jan Böhmer
06c6483fd1 Added default_currency and shipping cost fields to supplier admin page. 2019-08-14 15:41:01 +02:00
Jan Böhmer
cfa807c621 Added custom choice form type for tree structure entities. 2019-08-13 23:04:06 +02:00
Jan Böhmer
568367b59e Added an console command for updating currency exchange rates. 2019-08-13 13:04:31 +02:00
Jan Böhmer
2468409212 Added an admin page for currencies. 2019-08-12 23:45:21 +02:00
Jan Böhmer
87e6f641c3 Added an option for mass creation of structured data. 2019-08-12 22:41:58 +02:00
Jan Böhmer
51be176418 Added constraints for selectable attribute. 2019-08-12 21:47:25 +02:00
Jan Böhmer
bcdba8b3e0 For images show a preview picture instead of the symbol 2019-08-11 17:24:54 +02:00
Jan Böhmer
ca48343293 Support external hosted attachments via link. 2019-08-10 19:16:56 +02:00
Jan Böhmer
87db2523e1 Show symbols for different file types. 2019-08-10 19:04:47 +02:00
Jan Böhmer
6551d3a56b Disable download and view buttons for attachments with invalid file. 2019-08-10 18:22:08 +02:00
Jan Böhmer
05fd753189 Allow to download and view attachments via part info page. 2019-08-10 18:06:28 +02:00
Jan Böhmer
01a83d388b Show attachments in part info
WIP: viewing and downloading attachments is not possible yet.
2019-08-06 18:47:09 +02:00
Jan Böhmer
717b257778 Fixed exception, when a part does not have price informations. 2019-08-06 17:15:37 +02:00
Jan Böhmer
a40d4df818 Show average price of a part in part info. 2019-08-02 15:10:29 +02:00
Jan Böhmer
baa0466633 Added tab for extended infos to part info 2019-08-02 14:44:58 +02:00
Jan Böhmer
953ac422df Rearranged info view 2019-08-02 12:35:59 +02:00
Jan Böhmer
c2b4d100f0 Show shopping informations in part details 2019-08-02 12:17:56 +02:00
Jan Böhmer
8a4d665d2a Added an simple admin page for users. 2019-04-28 14:18:11 +02:00
Jan Böhmer
2ea0dc16e0 Added a basic admin page for footprints. 2019-04-28 13:08:06 +02:00