2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00
Commit Graph

11714 Commits

Author SHA1 Message Date
abbd087a66 Merge pull request #2688 from SchrodingersGat/custom-admin-url
Custom admin url
2022-03-01 08:21:31 +11:00
c4d462b0b4 Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
f3e7af3cc3 Merge pull request #2686 from SchrodingersGat/po-receive-serials
Po receive serials
2022-03-01 00:58:44 +11:00
d25e3dba20 Merge pull request #2687 from SchrodingersGat/create-and-continue
Create and continue
2022-03-01 00:58:27 +11:00
9d3f6ea418 PEP fix 2022-03-01 00:58:20 +11:00
b2e0241b12 Adds option to "obfuscate" the admin URL
- By default, uses '/admin/'
- Can be set in config yaml file
- Can be set by environment variable
2022-03-01 00:57:53 +11:00
63d052e1ca Fixes for unit tests
- Prioritize "integer" values when extracting serial numbers
2022-03-01 00:37:27 +11:00
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
7170e16ae7 Adds ability to display "success" messages inside a persistant modal dialog 2022-03-01 00:05:30 +11:00
9f5618a51f Adds option to reload a form after success, rather than dismissing it 2022-02-28 23:57:28 +11:00
7ad9f8852e PEP fix 2022-02-28 23:31:48 +11:00
615a954e09 Refactor UI for adding batch code and serial numbers 2022-02-28 23:31:23 +11:00
fdc2cae6ba Fix some existing problems with the extract_serial_numbers helper function
- Serial numbers don't really have to be "numbers"
- Allow any text value once other higher-level checks have been performed
2022-02-28 23:31:12 +11:00
421db61f21 Adding unit testing for new features 2022-02-28 23:09:57 +11:00
9e0120599f Adds front-end javascript code to implement new serializer features 2022-02-28 22:48:15 +11:00
73484192a5 Add "batch code" and "serial numbers" serializer fields when receiving stock items against a purchase order 2022-02-28 22:47:41 +11:00
7c82857cc7 Remove unique_together requirement for purchaseorderlineitem
- Allow a single purchase order to specify duplicate lines (e.g. split shipments / order scheduling)
2022-02-28 15:27:56 +11:00
4858787a78 Adds "overdue" field to sales order line item
- API serializer
- front end / UX tables
2022-02-28 15:24:01 +11:00
b451f3d149 adds target_date field when adding a new line item to a purchase order 2022-02-28 15:11:10 +11:00
784189be75 Update purchase order table from part context 2022-02-28 15:07:12 +11:00
9e82b28e9d Update PO line item table 2022-02-28 15:03:39 +11:00
df7713f6c2 Adds "overdue" annotation field to POLineItem serializer 2022-02-28 15:03:22 +11:00
557aa44904 Adds "target_date" field to PurchaseOrderLineItem and SalesOrderLineItem models
- Allows different target dates to be specified for different line items
- If not set (null) then the base "target_date" parameter for the parent order is used
2022-02-28 14:26:01 +11:00
010ce48ce0 Merge pull request #2682 from matmair/matmair/issue2672
Fix git version bug
2022-02-28 14:15:40 +11:00
ba263187a5 optimise coverage 2022-02-28 00:35:36 +01:00
f80f960923 translate error message 2022-02-28 00:34:28 +01:00
f3f010c4be write error if too old git 2022-02-28 00:34:02 +01:00
ca8df60d00 PEP fixes 2022-02-28 00:28:03 +01:00
084f9d5444 make more readable 2022-02-28 00:23:55 +01:00
1591597ef9 check if modern git is used 2022-02-28 00:23:46 +01:00
8550915528 opimise coverage 2022-02-28 00:23:25 +01:00
bae290d605 check git version and safe for runtime 2022-02-28 00:17:21 +01:00
94fce5ce59 Merge pull request #2680 from matmair/matmair/issue2670
Add DO quickdeploy to readme
2022-02-28 09:56:16 +11:00
bb480b1e81 Add DO to readme 2022-02-26 23:10:55 +01:00
c882d1f89b Merge pull request #2676 from SchrodingersGat/location-permission-fix
Stock location template fix
2022-02-26 18:36:08 +11:00
65e4ee5793 PEP style fixes 2022-02-25 23:01:02 +11:00
7c26d8f71d Refactor ownership for StockItem model 2022-02-25 22:58:00 +11:00
d6764573c3 Refactor "ownership" concepts in templates
- Template code was very messy
- Makes it a lot "simpler"
- Adds convenience functions to the StockLocation model
- Adds pre-calculated data to the template
- Display ownership information on the stocklocation page
2022-02-25 22:45:24 +11:00
0da5957c50 template fix 2022-02-25 21:23:20 +11:00
cbb88806cd Merge pull request #2673 from SchrodingersGat/build-order-allocating-substitutes
Build order allocating substitutes
2022-02-25 17:47:26 +11:00
fe4d063135 Change some prints to log messages 2022-02-25 17:19:39 +11:00
baab955756 Further fixes for unit tests 2022-02-25 17:17:34 +11:00
d9e1302eaf Fixes for unit testing 2022-02-25 16:42:35 +11:00
6bdac076d7 Adds a checkmark to indicate that a stock item has passed all required tests 2022-02-25 16:03:44 +11:00
88bb0f05e9 URL fixes 2022-02-25 16:00:00 +11:00
fea6091e42 Fix incorrect inputs 2022-02-25 15:57:30 +11:00
ef9c6e9fe0 Bug fix 2022-02-25 15:56:40 +11:00
9e3406efc9 Add stock tracking code to indicate stock has been consumed by a build order 2022-02-25 15:56:09 +11:00
bb164ed72a Remove old unused functions 2022-02-25 15:47:07 +11:00
3dde0dbb2b PEP fixes 2022-02-25 15:43:45 +11:00