2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-16 12:52:17 +00:00

Commit Graph

  • c2a6a8a30c PEP fix Matthias 2021-12-02 10:01:20 +01:00
  • 1b9ca41b46 added setup function to notification method and added calls to deliver_method Matthias 2021-12-02 09:52:30 +01:00
  • 803936130c doc spell fixing Matthias 2021-12-02 09:46:50 +01:00
  • 4e29fed164 spell fixing Matthias 2021-12-02 09:46:12 +01:00
  • 7ed18c1bfd spell fixing Matthias 2021-12-02 09:44:35 +01:00
  • 61b6590f52 raise if not implemented Matthias 2021-12-02 09:42:50 +01:00
  • cf3d2d0df9 Merge branch 'inventree:master' into load-minified-fa #2401 Matthias Mair 2021-12-02 09:23:13 +01:00
  • 11e527a02a Merge branch 'inventree:master' into plugin-2037 Matthias Mair 2021-12-02 09:23:05 +01:00
  • fcf7f615aa Merge branch 'inventree:master' into webhooks Matthias Mair 2021-12-02 09:22:48 +01:00
  • 0379498ee3 merge master in Matthias 2021-12-02 09:17:57 +01:00
  • 970cec590b only values starting with int possible -> only positive values Matthias 2021-12-02 09:06:58 +01:00
  • 7992755b37 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2400 Matthias 2021-12-02 09:04:10 +01:00
  • 8c6b82d2c0 Merge pull request #2405 from SchrodingersGat/jump-to-sn Oliver 2021-12-02 16:26:21 +11:00
  • e96ff7fbba Add lookup-by-sn on part page, too #2405 Oliver 2021-12-02 16:01:28 +11:00
  • 98bbee8159 Adds function to lookup stock item by serial number Oliver 2021-12-02 15:55:00 +11:00
  • 8776492aa9 fix docs Matthias 2021-12-02 02:54:48 +01:00
  • 6dda000292 fix case Matthias 2021-12-02 02:52:50 +01:00
  • 98cf3cd3ad log results of delivery Matthias 2021-12-02 02:52:18 +01:00
  • 2038c2250d fix notify_low_stock context Matthias 2021-12-02 02:42:57 +01:00
  • f0ebc3fdbf fix checks if function exsists Matthias 2021-12-02 02:37:16 +01:00
  • 275569dab4 fix mail comparison Matthias 2021-12-02 02:36:00 +01:00
  • 55a8536636 fix case Matthias 2021-12-02 02:35:10 +01:00
  • ea5848d174 add mailadress to user Matthias 2021-12-02 02:34:45 +01:00
  • e678e8bd05 fix init checks Matthias 2021-12-02 02:32:02 +01:00
  • 7974559ead add tests for testing notifications Matthias 2021-12-02 02:24:33 +01:00
  • e0462c2bab do not run through template classes Matthias 2021-12-02 02:23:28 +01:00
  • bae0495ff4 Merge pull request #2404 from matmair/matmair/issue2403 Oliver 2021-12-02 11:55:24 +11:00
  • 916ef0d6c4 add receiver to single send metod Matthias 2021-12-02 01:26:30 +01:00
  • c4f1a81c9c fix permissions for test Matthias 2021-12-02 01:18:45 +01:00
  • b8cdcab10d fix validation Matthias 2021-12-02 01:03:30 +01:00
  • 514d5662ea Serial number button CSS tweaks Oliver 2021-12-02 11:02:17 +11:00
  • 3bff676047 beginner mistake it is a referenced part so use related_name as prefix #2404 Matthias 2021-12-02 00:24:36 +01:00
  • 25a76d37e7 and PEP again Matthias 2021-12-02 00:11:02 +01:00
  • 8c3b4badfb and cleanup again Matthias 2021-12-02 00:08:46 +01:00
  • 50a046d3da PEP fixes Matthias 2021-12-02 00:06:26 +01:00
  • 61b53a10b0 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 Matthias 2021-12-01 23:59:22 +01:00
  • 95fa34f797 search by MPN Fixes #2403 Matthias 2021-12-01 23:56:31 +01:00
  • fc6f1b4acc unittests to show the fix works Matthias 2021-12-01 23:45:16 +01:00
  • 7273ed74c6 clean up PR Matthias 2021-12-01 23:38:24 +01:00
  • 7c9201730a add warning to ReferenceIndexingMixin to use the serializer mixin Matthias 2021-12-01 23:36:44 +01:00
  • dc65634abc use mixin on all serializers whos models use ReferenceIndexingMixin Matthias 2021-12-01 23:36:21 +01:00
  • 7d577fdeb8 add serializer mixin to check reference field Matthias 2021-12-01 23:35:20 +01:00
  • 49e7026efd dont't know how that got here Matthias 2021-12-01 22:47:33 +01:00
  • 3b5e9d3283 use BigIntegerField for a hugher range ;-) Matthias 2021-12-01 22:39:53 +01:00
  • 4683672d91 load minified fontawesome css Matthias 2021-12-01 22:32:40 +01:00
  • 53b57cfa70 laod minified fontawesome js Matthias 2021-12-01 22:31:16 +01:00
  • 413968a979 load minified js Matthias 2021-12-01 22:28:43 +01:00
  • 64c01bff82 refactor to use general function Matthias 2021-12-01 22:26:43 +01:00
  • 95b5eee59d add new more generalized notification method Matthias 2021-12-01 22:25:27 +01:00
  • a73a4255c2 helper to get all inheriting classes Matthias 2021-12-01 20:36:15 +01:00
  • 88d8acfebd just use the generic view Matthias 2021-12-01 01:42:11 +01:00
  • 73c4772808 fix focusout on offset / not panel Matthias 2021-11-30 23:52:02 +01:00
  • a653f322b3 show delete button only selective Matthias 2021-11-30 23:22:20 +01:00
  • 0cb66a45ae Translations merge (#2395) Oliver 2021-12-01 09:20:11 +11:00
  • cefc4af861 add delete button for notifications Matthias 2021-11-30 23:19:58 +01:00
  • 679647433a smaller read button Matthias 2021-11-30 22:49:30 +01:00
  • a6fe5e0d80 Merge pull request #2388 from SchrodingersGat/part-details-refactor Oliver 2021-12-01 08:47:29 +11:00
  • a02e170ed1 Merge pull request #2394 from SchrodingersGat/strftime-fix Oliver 2021-12-01 08:47:20 +11:00
  • 194c5c5857 remove logging Matthias 2021-11-30 22:36:02 +01:00
  • 44d08d77aa maybe the watcher should be running from the start Matthias 2021-11-30 22:35:37 +01:00
  • 713549fe6a Handle case where issue_date is not set #2394 Oliver 2021-12-01 08:14:49 +11:00
  • 84115b3a8e Reduce width of thumbnail div #2388 Oliver 2021-12-01 08:07:09 +11:00
  • a2a436ea69 Column improvements Oliver 2021-12-01 08:05:30 +11:00
  • ec7ef6ef1e reduce needed cyle when idleing Matthias 2021-11-30 17:45:56 +01:00
  • cc9107d72a update docs Matthias 2021-11-30 17:35:40 +01:00
  • 92c3eaef8f reduce api calls to really just check every 5 seconds Matthias 2021-11-30 17:34:10 +01:00
  • 1d123827bc more doc because more than 3 contributers means we need it Matthias 2021-11-30 17:25:15 +01:00
  • 5d7a153d87 document arguments Matthias 2021-11-30 17:22:31 +01:00
  • a1e0bef70d code restructure Matthias 2021-11-30 17:19:04 +01:00
  • d542314520 better docs Matthias 2021-11-30 17:14:23 +01:00
  • d34aa04c7d refactor to only have one read state updater js codeblock Matthias 2021-11-30 17:11:33 +01:00
  • 93f9fe9684 update indicator when table is updated Matthias 2021-11-30 17:00:02 +01:00
  • c8efc26f58 docs Matthias 2021-11-30 16:57:58 +01:00
  • 753199febb refactor Matthias 2021-11-30 16:57:53 +01:00
  • 791da9b322 add notification counter to indicator Matthias 2021-11-30 16:56:55 +01:00
  • 5614fde368 change out icons Matthias 2021-11-30 16:55:39 +01:00
  • c01c0b0e25 Refactor company buttons Oliver 2021-11-30 21:13:55 +11:00
  • 91c8d9fee3 Refactor stock item view Oliver 2021-11-30 20:59:37 +11:00
  • e88ea8d157 Refactor supplier part display Oliver 2021-11-30 20:53:01 +11:00
  • 1ce1710c50 Refactor manufacturer part display Oliver 2021-11-30 20:49:52 +11:00
  • defe80e2af Refactor build order display Oliver 2021-11-30 20:45:18 +11:00
  • fd02197851 Refactor purchase order page Oliver 2021-11-30 20:39:28 +11:00
  • 7b43e3e585 Refactor sales order page Oliver 2021-11-30 20:33:41 +11:00
  • 64abe1e889 Refactoring "company" view Oliver 2021-11-30 20:31:05 +11:00
  • 440436c70d Refactor display for "part category" Oliver 2021-11-30 20:00:26 +11:00
  • 3aad2eb13d Refactor title card for "location" view Oliver 2021-11-30 19:57:07 +11:00
  • 5049f17d0b Save toggle state to session Oliver 2021-11-30 19:49:04 +11:00
  • a2d912d374 Bootstrappy collapse Oliver 2021-11-30 19:45:37 +11:00
  • b34b3c6d85 Place part details below main part display tab Oliver 2021-11-30 19:38:48 +11:00
  • 684dce9a3e Merge pull request #2387 from SchrodingersGat/po-table-fix Oliver 2021-11-30 15:59:35 +11:00
  • 6e9937e0e9 Don't be dull, check for null #2387 Oliver 2021-11-30 15:24:19 +11:00
  • 0cefbe41c8 PEP fix Matthias 2021-11-29 23:50:15 +01:00
  • 2dbb21f8e7 make creation date none changeable on save Matthias 2021-11-29 23:46:41 +01:00
  • bce69b7733 Removes ship_order function Oliver 2021-11-30 00:45:40 +11:00
  • 6963503d02 Delete old SalesOrderShip view Oliver 2021-11-30 00:44:42 +11:00
  • 3f9b280e17 Allow shipment numbers to be non-unique for different sales orders Oliver 2021-11-30 00:42:30 +11:00
  • f3f3030b37 Adds API endpoint to "ship" a sales order shipment Oliver 2021-11-30 00:02:03 +11:00
  • c6b11b5e38 New logic for completing a SalesOrderShipment Oliver 2021-11-29 23:11:21 +11:00
  • da6c723184 Merge branch 'master' into partial-shipment Oliver 2021-11-29 22:59:36 +11:00
  • d6dc4dd035 Merge branch 'matmair/issue2279' of https://github.com/matmair/InvenTree into matmair/issue2279 Matthias 2021-11-29 08:42:57 +01:00