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

13644 Commits

Author SHA1 Message Date
2d4cc91701 Merge pull request #2744 from inventree/dependabot/pip/pillow-9.0.1
Bump pillow from 9.0.0 to 9.0.1
2022-03-13 23:17:34 +11:00
a68ee5ce0b fix API assertations 2022-03-12 03:52:50 +01:00
4eaa655a7c ignore for coverage 2022-03-12 03:43:04 +01:00
56ebb0fd0e ignore custom admin form 2022-03-12 03:40:50 +01:00
d8fc56cf61 ignore m2m for coverage 2022-03-12 03:40:27 +01:00
b88a6ccdb5 test default value with as_int and fix it 2022-03-12 03:35:20 +01:00
76fd529374 add test for as_bool 2022-03-12 03:20:14 +01:00
e8ec0dc46b add test for as_choice 2022-03-12 03:19:00 +01:00
d8c20894ce add uid to stockitem 2022-03-12 03:10:24 +01:00
a4737a1a2f barcode / InvenTreePugin test errors 2022-03-12 03:09:37 +01:00
3a2b52ae53 barcode add error coverage 2022-03-12 02:18:21 +01:00
92279b2f8f remove theme test 2022-03-12 01:50:05 +01:00
1e164fea5b Add API test 2022-03-12 01:45:34 +01:00
d2e8b2cc2b run just empty task - auto_now is a hard to test 2022-03-12 01:38:08 +01:00
91b4e7167d test that the task is running 2022-03-12 01:32:18 +01:00
4a0f710fec PEP fix 2022-03-12 00:57:37 +01:00
92398d7b39 ignore in coverage 2022-03-12 00:54:08 +01:00
5587c04d0d test color theme 2022-03-12 00:53:39 +01:00
4d2d001879 Bump pillow from 9.0.0 to 9.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 23:46:05 +00:00
00b76ace77 increase coverage of settings 2022-03-12 00:28:04 +01:00
e05ebce058 test allValues 2022-03-12 00:27:37 +01:00
5d479af5ad Merge pull request #2743 from matmair/matmair/issue2742
[BUG] Wrong icon on the place order button
2022-03-12 10:23:02 +11:00
e955b75041 test restart flag reset 2022-03-11 23:41:30 +01:00
6a5dc33e20 ignore admin rendering fields for coverage 2022-03-11 23:32:36 +01:00
b977a8c124 [BUG] Wrong icon on the place order button
Use paper plane as symbol
Fixes #2742
2022-03-11 23:27:51 +01:00
4b8a2e3c1f fix js function call 2022-03-11 02:18:46 +01:00
6516d9dbe6 fix permission check 2022-03-11 02:18:24 +01:00
b34f39cc44 fix wrong fix ;-) 2022-03-11 02:16:05 +01:00
f1f0027cef fix wrong reference for POs 2022-03-11 02:10:21 +01:00
98ea838ec4 fix serializer 2022-03-11 01:55:13 +01:00
771fc6ada8 style fixes 2022-03-11 01:44:13 +01:00
934754ddff migration for PO additional item 2022-03-11 01:18:50 +01:00
f5d3a64aef add missing class 2022-03-11 01:18:26 +01:00
721f2cb63b PEP fix 2022-03-11 01:04:37 +01:00
2e05cc670d fix definition 2022-03-11 01:04:29 +01:00
c6383e9f7e add user ruleset 2022-03-11 00:59:07 +01:00
e841b7faf6 add HTML templates for PO 2022-03-11 00:58:18 +01:00
76698ec627 add js function for PO 2022-03-11 00:57:31 +01:00
06bd7130f5 remove dead code 2022-03-11 00:51:20 +01:00
8fbd776419 make naming more abstract 2022-03-11 00:49:49 +01:00
b7e5f6a109 name more abstract 2022-03-11 00:47:24 +01:00
17d421fb7e fix export order 2022-03-11 00:46:56 +01:00
84dd85852b fix naming 2022-03-11 00:46:42 +01:00
3f038b4c51 add additional line items to reports for PO 2022-03-11 00:46:21 +01:00
c69fdf90d9 add PO serializer 2022-03-11 00:34:16 +01:00
2ae038a006 use abstract classes 2022-03-11 00:33:59 +01:00
e2d301be3f add total to PO serializer 2022-03-11 00:26:27 +01:00
d086f09771 use more abstract definitions 2022-03-11 00:25:58 +01:00
0a1961bc31 Add additionallLineItems for POs 2022-03-11 00:22:11 +01:00
84a95aaadb spelling fix 2022-03-11 00:21:43 +01:00