2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-02 23:38:54 +00:00

31 Commits

Author SHA1 Message Date
Oliver Walters
0c4803b889 Bug fix for routing issues 2021-02-09 20:09:24 +11:00
Oliver Walters
b34a91b865 UserProfile 2021-02-08 20:32:49 +11:00
Oliver Walters
e77b9539f9 Disable some more natty dialogs 2021-02-04 23:56:06 +11:00
Oliver Walters
1ee54a00de Hide dialogs when requesting info from server
- Significant speed increase
- Also looks heaps o' better
2021-02-04 23:36:55 +11:00
Oliver Walters
02cfeef31e Add function to open a link
- Does not seem to actually ... work.. yet
2021-01-21 21:14:42 +11:00
Oliver Walters
3096a6d25f Stuff:
- Specify image size in list view
- Move "edit" button to app bar
- Display part keywords
- Allow editing of part keywords
2021-01-21 20:53:49 +11:00
Oliver Walters
d53773d95c Catch POST response which does not return 201 2020-05-24 16:23:32 +10:00
Oliver Walters
16f4f7195c Stupid async 2020-05-24 15:16:05 +10:00
Oliver Walters
d666bdb957 Function to create a new model instance via API POST 2020-05-24 10:07:31 +10:00
Oliver Walters
16cdae42ed Add ability to edit Part object 2020-04-18 23:18:53 +10:00
Oliver Walters
83ac6041cb Make search widget "refreshable"
- Return results for Part
- Return results for StockItem
2020-04-16 20:56:59 +10:00
Oliver Walters
578d54367a Part detail view is now refreshabel
- lso add a progress dialog when reloading a model object
2020-04-15 12:00:26 +10:00
Oliver Walters
3fead77f6d Capture context data in the LocationDisplay widget 2020-04-15 10:33:10 +10:00
Oliver Walters
5ed13e69aa Add timeout funtionality to GET and LIST requests 2020-04-15 09:28:35 +10:00
Oliver Walters
8bd022bccd Progress dialog is now a part of the model GET request 2020-04-14 22:18:05 +10:00
Oliver Walters
5a9dead4e6 Add notes field to stock actions 2020-04-10 00:10:39 +10:00
Oliver Walters
f5b8311428 Action to count stock items now works 2020-04-09 23:41:16 +10:00
Oliver Walters
f158b0cd12 Reload model data from server 2020-04-09 23:21:35 +10:00
Oliver Walters
4cafa668a5 Perform "addstock" action 2020-04-09 22:56:28 +10:00
Oliver Walters
d2168b2cb9 Display a list of companies, with filtering 2020-04-06 23:43:29 +10:00
Oliver Walters
59d2b9cf1a Configurable GET and LIST filters per model type 2020-04-06 12:35:59 +10:00
Oliver Walters
65d955bcc6 Use the new API notation for external URL ('link') 2020-04-05 19:19:44 +10:00
Oliver Walters
fbd52e1414 More display items for Part view:
- BOM count
- Used in count
- Notes
2020-04-05 15:50:13 +10:00
Oliver Walters
f84ba65f6c Some more value getters for Part model 2020-04-05 15:00:27 +10:00
Oliver Walters
728597fcdc Allow model class to be filtered
- Each subclass should provide a custom filtering function
2020-04-03 14:27:39 +11:00
Oliver Walters
718f89b339 Add display for part information
- Very sparse currently
2020-04-03 11:14:25 +11:00
Oliver Walters
01faed03ee Add "Category display" view
- Select "parts" from the app drawer
- Allow traversal of sub-categories
2020-04-03 10:37:28 +11:00
Oliver Walters
e9b0cc3128 rename InvenTreeObject to InvenTreeModel 2020-04-01 09:48:53 +11:00
Oliver Walters
cc4f5091c7 Fix:
methods / data with _ can't be seen from separate library :|
2020-04-01 00:55:04 +11:00
Oliver Walters
3c541a9656 Split 'part' model into new file 2020-04-01 00:52:20 +11:00
Oliver Walters
25a16b5a28 Rename to 'model' 2020-04-01 00:06:51 +11:00