2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00
Commit Graph

405 Commits

Author SHA1 Message Date
94574b37ae Added Manufacturer parts to search, fixed icons, added manufacturer view in supplier part detail page 2021-04-01 10:00:15 -04:00
a8b858c824 Fixed serializer 2021-04-01 09:11:47 -04:00
8c8b25a0d2 Validating API for SupplierPart, not able to spin-off ManufacturerPart from serialized data 2021-03-31 18:04:28 -04:00
9e56bf90c5 More web testing, looks ready 2021-03-31 13:53:55 -04:00
0b1f22c7fd Almost there, needs some interface testing and tweaking 2021-03-30 18:08:33 -04:00
9c8817d73b Fixed serializers and started update of templates 2021-03-30 16:48:16 -04:00
811f9333e8 SupplierPart manufacturer data is not serializing 2021-03-30 13:55:20 -04:00
a4d098194b New SupplierPart manufacturer_part field
New migration file with database update to manufacturer parts
Removed SourceItem model
2021-03-30 13:14:30 -04:00
50adb2ac61 SourceItem only for SupplierPart, added logic to templates 2021-03-29 15:39:25 -04:00
e6dfb7da52 Added global setting to enable manufacturer parts
Created SourceItem model
Updated templates
2021-03-29 13:22:15 -04:00
cbb887ae79 Merge branch 'master' of github.com:inventree/InvenTree into manufacturer_part 2021-03-29 10:12:20 -04:00
7a4b90649a HTML / CSS fixes 2021-03-29 16:36:27 +11:00
e0a0bfdadb Fix style 2021-03-25 15:39:16 -04:00
fd4f33d45b More templates updates 2021-03-24 12:39:26 -04:00
4abd8587ab Updated company templates 2021-03-24 12:08:45 -04:00
afd2dacfc7 Can now create, view list of parts and view detail page 2021-03-24 11:44:51 -04:00
e28dde7f7b Fixed navbar, added missing template and urls 2021-03-23 17:45:03 -04:00
08ffbee8ed Fixed model name and added to part navbar 2021-03-23 17:33:29 -04:00
8f610d826f Added URLs and templates 2021-03-23 17:16:29 -04:00
e897864396 Added ManufacturerPart model, form and views 2021-03-23 17:01:54 -04:00
9c91ba4692 Add image download functionality for company 2021-03-18 09:20:24 +11:00
4e7243b999 Add modal image overlay for company 2021-03-17 23:55:21 +11:00
47a1143570 Catch error when generating company thumbnail images 2021-03-17 11:55:51 +11:00
4a28fa7fa8 Fixes for company table 2021-03-03 08:36:16 +11:00
cd01bb0ad7 Refactor HTML view permission
- Introspect database model from View
- Automatically get the permission from the View class
2021-03-02 21:32:32 +11:00
34def10765 Delete un-needed code 2021-02-28 21:44:10 +11:00
44635d2499 Use server-side pagination for more list endpoints 2021-02-28 20:35:32 +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
26e80fa0ab Fancify all the menubars 2021-02-25 09:10:20 +11:00
888fd4116c SupplierPart display now uses menubar display style 2021-02-24 21:12:41 +11:00
5525b23b9f Company view now uses menubar 2021-02-24 20:31:48 +11:00
5a58e0a298 Adds "admin" button to supplier part page 2021-02-23 13:16:03 +11:00
745188082b Add more searchable fields to SupplierPart model 2021-02-21 21:06:44 +11:00
ba71ce941f Display supplier part packaging 2021-02-19 14:34:21 +11:00
33d66182df Add "revision" number to report model
- Auto-increments whenever the model is saved
2021-02-05 12:01:44 +11:00
978ea7cc0b Typo fix 2021-02-04 23:11:19 +11:00
3c5169c793 So I learned something today...
In migration files you can access the "historical" pythonic model, and use that, with *all* the helpers,
rather than writing clunky old SQL!!!!

:'(
2021-02-04 23:10:10 +11:00
74704a7c1e Mark migrations with data operations "non atomic"
Ref: https://docs.djangoproject.com/en/dev/howto/writing-migrations/#non-atomic-migrations
2021-02-04 22:19:15 +11:00
140c8b5395 Use integer field instead of boolean literal (not correct SQL) 2021-02-04 21:33:10 +11:00
cabac6614c Add unit test for currency migration 2021-02-04 09:13:23 +11:00
d811f3c48a Typo fix
(cherry picked from commit c58399206c)
2021-02-04 08:39:27 +11:00
93f0dbd4ee Bug fix: add missing line
(cherry picked from commit 2303e03580)
2021-02-04 08:39:20 +11:00
ad0b59bf11 Bug fxi
(cherry picked from commit 0e11b722be)
2021-02-04 08:39:14 +11:00
b284fe7f2b Remove quotes around column names
(cherry picked from commit 386cb2dd3a)
2021-02-04 08:39:05 +11:00
29bb735dc4 Helper functions to automatically extract migration file info 2021-02-04 00:25:00 +11:00
34dbfe6d28 Test troublesome migration 0019 2021-02-03 23:16:23 +11:00
5e9097b5e0 PSQL: Upper-case column names *must* be qualified with double-quotes
Ref: https://www.xspdf.com/resolution/53039249.html
2021-02-03 13:16:32 +11:00
0e246a7fdf Migration fix (response is different for postgresql) 2021-02-03 13:02:28 +11:00
793e5b820e Remove all model references from migration file 2021-02-03 11:56:48 +11:00