Commit graph

456 commits

Author SHA1 Message Date
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
408d98c6e1 Added database migration for new entities. 2019-08-12 18:04:53 +02:00
Jan Böhmer
7826e3d2ad Added entities and properties for some future features. 2019-08-12 15:47:57 +02:00
Jan Böhmer
ca48343293 Support external hosted attachments via link. 2019-08-10 19:16:56 +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
a916c40aa3 Added descriptions to migrations. 2019-08-06 13:43:43 +02:00
Jan Böhmer
d23d566612 Added migration to create an empty database. 2019-08-06 13:40:12 +02:00
Jan Böhmer
2f39ac90a2 Added migration from old Database to new database. 2019-08-06 13:18:29 +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
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
0826f5e6aa Moved Admin Pages to its own folder. 2019-04-28 13:10:11 +02:00
Jan Böhmer
2ea0dc16e0 Added a basic admin page for footprints. 2019-04-28 13:08:06 +02:00
Jan Böhmer
defd169737 Added a admin page for storelocations. 2019-04-28 12:50:35 +02:00
Jan Böhmer
487c78a22b Added translations 2019-04-28 12:30:33 +02:00
Jan Böhmer
33bb81ab59 Added manufacturer and supplier admin page link to tools tree. 2019-04-26 19:37:40 +02:00
Jan Böhmer
4e9cbdffed Added admin pages for manufacturers and suppliers. 2019-04-26 19:12:48 +02:00
Jan Böhmer
df0a8254bf Added admin page for devices 2019-04-26 18:31:09 +02:00
Jan Böhmer
314f1ed42f Added advanced options to category admin page. 2019-04-26 18:05:43 +02:00
Jan Böhmer
424407f253 Added a basic admin page for categories. 2019-04-20 20:39:06 +02:00
Jan Böhmer
3d28b0cc66 Added the possibility to delete AttachmentTypes recusivly. 2019-04-20 19:37:24 +02:00
Jan Böhmer
81bbedb949 Respect CSV delimiter option during import. 2019-04-13 20:03:04 +02:00
Jan Böhmer
004c7970a7 Implemented permissions on Admin pages. 2019-04-13 19:03:45 +02:00
Jan Böhmer
6649460ed6 Use green button for creating new elements. 2019-04-13 18:43:23 +02:00
Jan Böhmer
fbfb0269d3 Improved checkboxes and file input on import dialog. 2019-04-13 18:24:53 +02:00
Jan Böhmer
68aa750e00 Added an simple import system for attachment types. 2019-04-11 22:41:21 +02:00
Jan Böhmer
b827737caa Moved entity export logic to own service. 2019-04-11 19:22:13 +02:00
Jan Böhmer
a46bcd229b Allow to export all attachment_types via the new element dialog. 2019-04-11 19:09:22 +02:00
Jan Böhmer
091311cdf1 Added an export function to attachment_types admin pages. 2019-04-07 19:30:42 +02:00
Jan Böhmer
09eb3c226a Enforce unique names per level on structural elements. 2019-04-06 18:45:26 +02:00
Jan Böhmer
7c43feefbe Added possibillity to delete attachments in admin page. 2019-04-06 18:38:36 +02:00
Jan Böhmer
d17c4a2b6f Use the correct target entities for Devices and Supplier children. 2019-04-05 23:31:48 +02:00
Jan Böhmer
f45441352e Implemented lazy loading for TreeViewNode state. 2019-04-05 23:27:46 +02:00
Jan Böhmer
fdfe75fad1 Removed trailing slash from ToolsTreeRoute. 2019-04-05 23:22:25 +02:00
Jan Böhmer
9bd941a3e6 Added attachmentType edit link to tools tree menu. 2019-04-05 18:39:55 +02:00
Jan Böhmer
d04a8626cb Show the count of the sub categories in the entity admin treeview. 2019-04-05 18:35:06 +02:00
Jan Böhmer
650b388a1d Show a treeview in the admin menus, to select between the different elements. 2019-04-05 17:49:02 +02:00
Jan Böhmer
3e7150735d Added a basic dialog for editing/creating attachmentType elements. 2019-03-28 19:24:34 +01:00
Jan Böhmer
72dc7334ec Dont use absolute paths in Attachment file generator. 2019-03-27 20:10:14 +01:00
Jan Böhmer
943d235b8b Added some unit tests. 2019-03-26 23:34:40 +01:00
Jan Böhmer
570aa68535 Added show all parts to tools tree. 2019-03-26 15:57:51 +01:00
Jan Böhmer
bec7a21517 Use escaped name for groups. This fixes an exception on some MySQL servers. 2019-03-25 22:03:52 +01:00
Jan Böhmer
afd45d464c Added working treeviews and buttons. 2019-03-25 12:44:44 +01:00