2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00
Commit Graph

8582 Commits

Author SHA1 Message Date
ce5b47460a Added data migration for existing SalesOrder instances
- If a SalesOrder is "PENDING" or there are allocations available, a shipment is created
2021-10-25 22:35:27 +11:00
2f7e0974b7 Add 'shipment' foreign-key field to SalesOrderAllocation model 2021-10-25 17:42:56 +11:00
f00ec26efd Create SalesOrderShipment model 2021-10-25 13:09:06 +11:00
65b673b2bb Improve pricing rendering for purchase order table 2021-10-24 19:43:05 +11:00
bc596c1f20 Improve rendering of pricing in sale order table 2021-10-24 19:40:32 +11:00
5f6e67086f Add "reload" button for salesorderlineitem table 2021-10-24 19:35:23 +11:00
a0140dc9a2 bug fix: enable "table reload" for tables without any filters
- setupFilterList function was returning too early
2021-10-24 19:35:15 +11:00
367b80c17a Merge pull request #2194 from matmair/reduce-vertical-space
Move part detail toggle button
2021-10-24 19:08:07 +11:00
7f6f22fb03 move part toggle button
under action buttons to save vertical space when closed
2021-10-24 00:40:23 +02:00
d97e3cd4e5 create stock on import 2021-10-24 00:19:17 +02:00
bec845003d fix defaults 2021-10-23 23:57:10 +02:00
612832c3e7 respect defaults 2021-10-23 23:48:42 +02:00
8e6aaa89f9 calculate true / false for fields 2021-10-23 23:40:57 +02:00
1556663254 added fields to save step 2021-10-23 23:40:29 +02:00
71cc155dc9 Capitalize name 2021-10-23 22:50:01 +02:00
da9d2f7467 Added missing fields
Fixes #2181
2021-10-23 22:49:06 +02:00
edd2e16dfc Merge branch 'inventree:master' into fix-sso-signup 2021-10-20 23:52:47 +02:00
d3b1ecd65e Add "owner" field 2021-10-20 23:44:01 +11:00
50a79770e5 Un-comment lines in build.serializers 2021-10-20 23:37:26 +11:00
f83dc134ef linting 2021-10-20 23:20:43 +11:00
8805b0a553 Add similar auto field capabilities to build order 2021-10-20 23:14:52 +11:00
92568748cf Further improvements
- Add callback for when a select2 form field is updated
- Adjust selected quantity based on returned data
- auto_fill the stock_item field
2021-10-20 23:03:03 +11:00
f7b6c68237 Pre-fill the form with the remaining allocation quantity 2021-10-20 22:37:54 +11:00
4a0ed4b2a1 Start of API forms for stock item 2021-10-20 10:53:21 +11:00
c75586bd9a Fix for rendering of build order page 2021-10-19 21:36:51 +11:00
60771a74a4 "InvenTree Settings" > "Global Settings" 2021-10-19 11:00:32 +11:00
a3b3bdc88b Add some more icons to the settings page 2021-10-19 10:59:52 +11:00
4de3bed342 UI tweaks 2021-10-18 22:19:54 +11:00
5802a27fe7 Add a per-user setting to enable display of stock in search results 2021-10-18 16:23:42 +11:00
4bb0b725da JS cleanup 2021-10-18 15:51:50 +11:00
ce921a6774 Display stock level in quick search bar 2021-10-18 15:40:00 +11:00
4b344cd7bb CSS tweaks 2021-10-18 12:36:42 +11:00
68cfd8615e Improvements to "grid view" for parts list
- Display 5 tiles per line
- Reduce padding
- Add border
2021-10-18 12:19:16 +11:00
e04dfa0681 Unit test fix 2021-10-18 08:58:04 +11:00
faa620b8f0 remove commit from super call 2021-10-17 18:52:59 +02:00
fb6f15f462 Delete a bunch of old template files 2021-10-17 22:57:15 +11:00
83faaa2da3 unit test fixes 2021-10-17 22:57:07 +11:00
6ebb956c8d Fix generation of API documentation
- Can't use get_object_or_404 in API views!
2021-10-17 22:32:03 +11:00
7c5c1b6696 typo fix 2021-10-17 21:55:33 +11:00
02f4f0fd15 js linting fixes 2021-10-17 21:50:18 +11:00
a97a918860 cut out the fat
(removing dead code for outdated form views)
2021-10-17 21:46:33 +11:00
4a6c1e850f Cleanup unused form 2021-10-17 21:40:59 +11:00
90593a187c PEP fixes 2021-10-17 21:39:07 +11:00
542b4113a1 Improvements for build output completion
- Check if the output is fully allocated (throw error if not)
- Reload tables after actions performed
2021-10-17 21:37:10 +11:00
bd7fef720d Enable "allocate" button only once the sub-table is expanded 2021-10-17 21:13:07 +11:00
87dcaba0d8 Bump API version 2021-10-17 20:23:39 +11:00
90625af39d Re-enable the "allocate" stock button 2021-10-17 11:34:44 +11:00
6c1dad8d91 Consolidate javascript for sidenavs 2021-10-17 11:26:08 +11:00
9d2273c1cd Further work on build output scripts 2021-10-17 11:25:53 +11:00
283bf1682f Remove old views / forms 2021-10-17 11:25:33 +11:00