2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-15 04:50:49 +00:00
Commit Graph

356 Commits

Author SHA1 Message Date
matmair 2cfb9c60a3 space cleanup 2021-05-05 20:57:00 +02:00
matmair b392586a08 quantity also for modal 2021-05-05 20:55:37 +02:00
matmair dc4fb64987 add in price modal in table 2021-05-05 20:53:53 +02:00
matmair 7fa235282b sale price in ui 2021-05-04 22:50:04 +02:00
matmair 294e86cc38 Add in sale price model 2021-05-04 21:56:25 +02:00
eeintech d072187bf8 Fixed exception for quantity check 2021-04-28 16:46:42 -04:00
eeintech a63d5012f0 Purchase order fixes 2021-04-28 13:16:40 -04:00
Oliver 157d58b157 Merge pull request #1481 from matmair/instance-name-in-title
Instance name in title
2021-04-18 21:48:37 +10:00
matmair 5b9c4dc225 sipler translation strings 2021-04-18 01:21:11 +02:00
matmair 46822017c6 FIX: multiline trans not possible 2021-04-17 23:52:55 +02:00
matmair 59063bee6b extending translations to the whole sentence 2021-04-17 23:52:21 +02:00
matmair b1e08dae78 Merge branch 'master' of https://github.com/inventree/InvenTree into instance-name-in-title 2021-04-17 12:19:38 +02:00
Nigel 6f00c662a1 fix: don't link manufacturer part if it doesn't have one 2021-04-15 16:28:50 -06:00
matmair 098ac0c461 using feature in views 2021-04-15 14:52:08 +02:00
eeintech 3eae70e745 Merged master and company migrations 2021-04-12 11:10:35 -04:00
Oliver Walters e787c853e5 Update logger context 2021-04-10 20:08:13 +10:00
eeintech f39928368e Merge branch 'master' of github.com:inventree/InvenTree into manufacturer_part 2021-04-07 10:33:55 -04:00
eeintech 2db6af2af6 PO table and stock item template improvements 2021-04-07 10:33:31 -04:00
matmair 32eaf48c12 fixed styling 2021-04-06 18:33:57 +02:00
matmair 2c053eae4c added translations 2021-04-04 22:49:47 +02:00
matmair adcb211572 set language in the used js scripts 2021-04-04 22:48:36 +02:00
matmair efd14fca64 made translation lazy 2021-04-04 22:47:01 +02:00
matmair 20c455384e added more translation-strings 2021-04-04 22:44:14 +02:00
matmair c68220a597 migrations for all the translated models, totally forgot that 2021-04-03 14:11:28 +02:00
matmair 0547e1c03b added more translations in html / js 2021-04-03 04:05:59 +02:00
matmair 446bc06c1b switched translation methode to lazy 2021-04-03 04:01:40 +02:00
Oliver f288b906ad Merge pull request #1426 from SchrodingersGat/assign-by-sn
Assign by sn
2021-03-30 09:29:49 +11:00
Oliver Walters bfbdd72306 Remove unused import 2021-03-30 08:43:09 +11:00
Oliver Walters 408b9d5e5b Fix for unit testing 2021-03-30 08:08:55 +11:00
Oliver Walters 709bfb1bd2 Remove "unique" constraint for part / order relationship 2021-03-30 00:14:47 +11:00
Oliver Walters 217097c9d3 Add custom form template 2021-03-30 00:10:28 +11:00
Oliver Walters 19059ea4cf Tweaks 2021-03-29 23:38:38 +11:00
Oliver Walters d64dd68403 Agk, working out forms is hard 2021-03-29 23:32:41 +11:00
Oliver Walters bd87f4c733 Adds form to assign stock item by serial numbers 2021-03-29 23:10:36 +11:00
Oliver Walters cffe2ba84b Add a separate form for creating a sales order allocation 2021-03-29 16:44:01 +11:00
Oliver Walters 7a4b90649a HTML / CSS fixes 2021-03-29 16:36:27 +11:00
Oliver ed028aed62 Merge pull request #1397 from SchrodingersGat/order-report
Order report
2021-03-12 14:44:10 +11:00
Oliver Walters 7ccd339b5c Print reports for multiple selected sales orders / purchase orders 2021-03-11 14:15:31 +11:00
Oliver Walters fa95759a00 Enable printing for PO and SO 2021-03-11 14:09:57 +11:00
Oliver Walters d559d92f58 Display responsible owner for salesorder and purchaseorder 2021-03-10 16:26:20 +11:00
Oliver Walters 39d44ce32f Add "responsible" field to PO and SO models 2021-03-10 16:19:44 +11:00
Oliver Walters 8061669c70 Hacky fix for ordering parts form 2021-03-06 19:49:49 +11:00
Oliver Walters 979f543c3f Add build orders to search results list 2021-03-03 08:44:13 +11:00
Oliver Walters 339a02a6b2 Bug fix for sorting of sales orders 2021-03-03 08:32:57 +11:00
Oliver Walters 558ea98fa1 Add purchase order and sales order to search results 2021-03-03 08:30:20 +11:00
Oliver Walters 0b15b77140 Fix server-side ordering for purchase order table 2021-03-03 08:13:55 +11:00
Oliver 3d4cfcf1b6 Merge pull request #1381 from SchrodingersGat/table-name-fix
Fixes incorrect table name
2021-03-02 22:03:51 +11:00
Oliver Walters 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
Oliver Walters 628e87cb28 search field fixes 2021-03-02 13:08:12 +11:00
Oliver Walters 6f4178acdb Improve server-side pagination for POLineItem 2021-03-02 12:38:37 +11:00