2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
ecccfbd546 Remove encoding header
Fixes #2996
2022-05-15 20:33:00 +02:00
a26840d77f Merge pull request #2971 from matmair/plugin-app-refactor
Plugin app refactor
2022-05-15 23:45:42 +10:00
5048d51558 Refactor printer into own base dir 2022-05-15 03:19:47 +02:00
a1a1f4debe PEP fix 2022-05-15 00:18:31 +02:00
f8d3aedb1d Remove static label tests
Fixes #2989
2022-05-15 00:14:54 +02:00
462713ca61 pep fix 2022-05-11 04:22:42 +02:00
fa8a726399 activate barcode tests 2022-05-11 04:08:26 +02:00
f620491517 add test for rendering label 2022-05-11 03:15:20 +02:00
a65d747501 add additional template 2022-05-11 03:05:40 +02:00
67966eba13 Add code128 template 2022-05-10 23:56:02 +02:00
aed02f6f0f PEP fixes 2022-05-08 22:53:49 +10:00
3a9bacb27c Implement new approach for plugin settings
- URL specifies plugin slug and setting key
2022-05-08 22:48:47 +10:00
e7a0cf7342 fix old url() usage 2022-05-01 22:04:37 +02:00
de6507e918 update translation commands 2022-05-01 22:03:49 +02:00
c1b408f8a3 Send notification if printing fails
If label printing fails (due to a plugin error) then the user is notified.
2022-03-25 15:57:32 +11:00
efc6af5f4c PEP fixes 2022-03-24 16:18:08 +11:00
f50dab22a6 fixes for label template 2022-03-24 16:17:04 +11:00
6c25a5805d Allow offloading of label printing to the configured plugin 2022-03-24 14:57:01 +11:00
f1f07a1977 Extract plugin information from label printing request 2022-03-24 13:31:01 +11:00
c6464bcf77 PEP fix 2022-02-13 22:42:17 +01:00
8724702fef add coverage for labels 2022-02-13 22:39:29 +01:00
58e8bab83b except import errors 2022-02-13 22:12:43 +01:00
f88d39db66 fix coverage 2022-02-13 22:07:30 +01:00
40ea93e00a catch more explicit 2022-02-13 22:06:53 +01:00
a6621a5327 fix label tests 2022-02-13 21:15:40 +01:00
d884e62be1 [FR] Confirm to W293
Fixes #2335
2021-11-23 00:28:23 +01:00
f405e4b701 Add inline option for reports, too 2021-08-07 22:28:48 +10:00
ca9536f687 Implement option to display labels "inline" in the browser 2021-08-07 22:09:15 +10:00
964672d6cc Add parameters to template 2021-07-21 22:14:03 +10:00
afde997cf9 Expose part parameters to Part label templates 2021-07-21 22:05:52 +10:00
15cb1e0005 Print part labels 2021-07-08 22:54:41 +10:00
c39f705ef7 Copy default part label templates 2021-07-08 22:42:31 +10:00
1830467487 Add admin / serializer / API for PartLabel model 2021-07-08 22:10:10 +10:00
a1a4bddcc6 Add model for PartLabel 2021-07-08 21:07:45 +10:00
04374c71c2 Annotate models with their API list view
- It will make sense, trust me
2021-06-25 00:17:58 +10:00
82a3d9ca96 Implements custom naming for generated labels 2021-05-13 13:40:40 +10:00
f2b0717d10 removes all lines consisting only of spaces
this really bothers me for some reason - nothing technical
2021-05-06 12:11:38 +02:00
06afd4d726 Refactor "ready" state into a function 2021-04-25 10:52:31 +10:00
6e5fc43105 Prevent copying of labels and templates during data import phase 2021-04-25 10:33:11 +10:00
1bf72ee335 Added revision and stock item URL for label creation 2021-04-14 16:00:28 -04:00
e787c853e5 Update logger context 2021-04-10 20:08:13 +10:00
efd14fca64 made translation lazy 2021-04-04 22:47:01 +02:00
20c455384e added more translation-strings 2021-04-04 22:44:14 +02:00
2cf87c1c30 Adds body styling to label base 2021-03-02 14:05:52 +11:00
b315b958b0 PEP fixes 2021-02-27 07:56:38 +11:00
5a536be22d More test refactoring 2021-02-26 22:08:06 +11:00
8c9202de21 Bug fix for label / report filtering 2021-02-23 15:40:31 +11:00
7582b9ccf4 PEP fixes 2021-02-22 17:02:33 +11:00
7d54997cb8 Tweaks 2021-02-22 16:48:00 +11:00
bf51e1bfb1 Update label templates
- New ones are automatically copied across now
2021-02-22 16:39:38 +11:00