2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00
Commit Graph

2165 Commits

Author SHA1 Message Date
f8ac016d60 replace labels with badges 2021-10-28 17:41:40 +11:00
c4fd9b7177 Fixes for part "card" view 2021-10-28 17:16:32 +11:00
0ef0c539a7 Update bootstrap-table 2021-10-28 13:03:47 +11:00
05d350b6c8 Tweaks for settings pages 2021-10-28 12:38:33 +11:00
ae2c3e8293 remove "panel-inventree" references 2021-10-28 08:31:36 +11:00
e235e5adec Replace "panel-body" with "panel-content" 2021-10-27 23:09:14 +11:00
711b3ba923 remove "panel-default" 2021-10-27 23:08:15 +11:00
53c579c992 Refactor PO and SO pages 2021-10-27 23:03:08 +11:00
fe25ce8cd1 Refactor "manufacturer_part" view 2021-10-27 22:52:11 +11:00
8fdaab233c Refactor build page 2021-10-27 22:44:33 +11:00
a004f293ff Replace all instances of data-toggle with data-bs-toggle 2021-10-27 22:06:30 +11:00
e178a2c370 Refactoring for "stock" pages 2021-10-27 21:50:18 +11:00
9df9aaa18f breadcrumbs 2021-10-27 20:17:37 +11:00
219191eb6a Updates for modal forms:
- Fix css classes
2021-10-27 16:48:45 +11:00
abf2093ab9 Adds user option to enable "sticky header" 2021-10-27 16:26:41 +11:00
827ff0f58b Modal forms fixes
- Update bootstrap classes and terminology
- Visual tweaks to modal form title block
2021-10-27 16:26:28 +11:00
1e31774ce7 Working on navbar 2021-10-27 15:48:42 +11:00
c6ceea4d45 Remove reliance on "bootstrap-toggle" library
- Still needs fixing in modal forms
2021-10-27 09:37:07 +11:00
3a4022b259 Add files for bootstrap v5.1.3 2021-10-27 08:04:34 +11:00
75845ce1ca Merge branch 'master' into partial-shipment 2021-10-27 01:05:55 +11:00
96be11edd4 Add 'status' field to shipment table
- Is not yet implemented in the db model
2021-10-27 01:05:10 +11:00
2eb93b5a49 Add functionality to create a new sales order shipment
- From the "New Shipment" button
- As a secondary modal from the stock allocation dialgo
2021-10-27 00:57:47 +11:00
4d0f905afc Auto-fill the "quantity" field for the salesorder allocation table 2021-10-27 00:47:15 +11:00
7252b299f7 Add modal API form to allocate stock items against a SalesOrder
- Added model renderer for SalesOrderShipment
- Some refactorin'
2021-10-27 00:41:12 +11:00
b35ce79d6a js linting fix 2021-10-26 08:00:28 +11:00
cbbad98fea Improve client-side validation of numerical inputs 2021-10-26 07:52:29 +11:00
2d910022ac Fix for supplier price breaks
- Make "price" field an InvenTreeMoneySerializer instance
- Add client-side validation for number inputs
2021-10-26 01:55:41 +11:00
e7c25126a4 Construct table of "shipments" 2021-10-26 00:17:17 +11:00
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
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
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
31a8ee7302 Merge branch 'inventree:master' into plugin-2037 2021-10-20 23:52:51 +02:00
d3b1ecd65e Add "owner" field 2021-10-20 23:44:01 +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
1c93a126ae Revert "remove url load setting for plugin"
This reverts commit e37477eb15.
2021-10-19 21:39:58 +02:00
e37477eb15 remove url load setting for plugin 2021-10-19 19:54:20 +02: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
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
487ac594bb testing save navigation checks 2021-10-17 19:50:06 +02:00
fb6f15f462 Delete a bunch of old template files 2021-10-17 22:57:15 +11:00