2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
Commit Graph

11261 Commits

Author SHA1 Message Date
88fce1e813 Unit test fixes 2021-12-03 18:42:36 +11:00
daebae81c1 fix spelling
using c instead of k does not make it Englisch
2021-12-03 08:00:04 +01:00
86014dd4c9 fix panel headings 2021-12-03 07:58:47 +01:00
977f0e7e8d Merge pull request #2406 from matmair/workflow-remaster
One workflow for PR checks
2021-12-03 17:55:22 +11:00
d7c87300c6 Merge remote-tracking branch 'inventree/master' into partial-shipment 2021-12-03 17:31:27 +11:00
9511a66634 Merge pull request #2411 from SchrodingersGat/status-colors
Use different colors for "pending" orders status
2021-12-03 15:43:01 +11:00
7362162764 Use different colors for "pending" orders status 2021-12-03 15:20:49 +11:00
e31cf45cbc fix db name 2021-12-03 01:27:33 +01:00
7e3be4a496 rename 2021-12-03 01:18:31 +01:00
6b29e60494 Fixes for migration tests 2021-12-03 11:12:49 +11:00
83708d645c add packagelock 2021-12-03 01:11:04 +01:00
f51a3557ee cache python 2021-12-03 01:08:49 +01:00
a05777029d cache npm 2021-12-03 01:06:48 +01:00
b6c6ac75e5 just set it statically 2021-12-03 01:05:14 +01:00
e4a0b09796 simple seems to be better 2021-12-03 01:03:32 +01:00
045932dfe1 try using outputs 2021-12-03 00:53:03 +01:00
5891245c45 replace pwd 2021-12-03 00:47:10 +01:00
d50007975c replace db_users 2021-12-03 00:45:52 +01:00
066f776c40 remove with from coveralls 2021-12-03 00:39:09 +01:00
ea6a4979ae reseet back tu usage without envs 2021-12-03 00:34:35 +01:00
c7b5ec28ab fix coveralls 2021-12-03 00:28:53 +01:00
80b575bd3a fix envs? 2021-12-03 00:24:27 +01:00
1c388df3d2 set params paralell 2021-12-03 00:17:43 +01:00
e41da09b31 set ports 2021-12-03 00:12:37 +01:00
4ad7712b62 change db user name 2021-12-03 00:10:09 +01:00
ce4a01255a try a pre job to set params 2021-12-03 00:04:00 +01:00
5de4a0cfaf maybe declaring variables helps 2021-12-02 23:42:21 +01:00
045d0c241d add package-log back in 2021-12-02 17:33:03 +01:00
3b311d62e4 Merge branch 'matmair/issue2201' of https://github.com/matmair/InvenTree into matmair/issue2201 2021-12-02 17:24:11 +01:00
0f0460f8ea merge 2021-12-02 17:24:07 +01:00
329b00ae07 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-12-02 17:16:26 +01:00
ec3b5b6cbc Merge branch 'inventree:master' into workflow-remaster 2021-12-02 17:13:49 +01:00
3c3dd9368d Do not auto-complete salesorder when shipment is done
- User might want to add more line items?
2021-12-03 00:45:44 +11:00
732034d9e5 Merge conflicting migrations 2021-12-03 00:43:10 +11:00
96c1f74cd8 Merge pull request #2408 from SchrodingersGat/initial-stock-when-duplicating
Add option for creating initial stock quantity when duplicating a part
2021-12-03 00:29:37 +11:00
84a4060cd9 Merge pull request #2401 from matmair/load-minified-fa
Load minified fa
2021-12-03 00:23:58 +11:00
440f5e560e qucik fix 2021-12-02 14:19:20 +01:00
6355d2e8c2 maybe this way? 2021-12-02 14:17:15 +01:00
0f4991db0a fix port envs? 2021-12-02 14:15:13 +01:00
b99d5a28e9 fix? postgres user 2021-12-02 14:10:34 +01:00
80b615bfb7 Import fix 2021-12-03 00:08:05 +11:00
9ca6204d4b Add option for creating initial stock quantity when duplicating a part
Fixes https://github.com/inventree/InvenTree/issues/2407
2021-12-03 00:05:55 +11:00
bab7b766b5 Revert "seems like it does not like comments between envs"
This reverts commit e7087aafda.
2021-12-02 14:05:55 +01:00
e7087aafda seems like it does not like comments between envs 2021-12-02 14:05:09 +01:00
281ea37bd6 maybe fix coveralls connection? 2021-12-02 14:03:40 +01:00
93173ef1ee Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
#	InvenTree/order/serializers.py
2021-12-02 23:58:52 +11:00
ecf70b6d4d Some PEP fixes 2021-12-02 23:58:02 +11:00
dd9eed3da6 needed for import / export checks 2021-12-02 13:54:40 +01:00
961c161b3c rename to better reflect function 2021-12-02 13:54:24 +01:00
e1668c8662 More stuffs:
- Allow filtering of salesorderlineitem by "completed" status
- Allow deletion of (empty) shipment
- Show which items are going to be shipped
2021-12-02 23:52:53 +11:00