Commit Graph
17 Commits
Author SHA1 Message Date
simonkuehlingandGitHub a0352f9eb6 Add link column to PO LineItem table (#4500)
* add link column to PO LineItem table

* fix JS styling
2023-03-17 09:10:12 +11:00
simonkuehlingandGitHub 106c238af5 Add bulk delete for purchase order line items (#4452)
* add bulk delete for purchase order line items

* bump API version

* fix JS style

* handle parts with no linked manufacturer part correctly

* add unit test for purchase order line item bulk delete
2023-03-08 10:50:24 +11:00
simonkuehlingandGitHub c0f405243a Add total cost column to purchase order list (#4445)
* add total price column to purchase order list

* bump API version
2023-03-04 10:09:40 +11:00
simonkuehlingandGitHub f86bea75a1 Add base part info to [Add Supplier Part] modal form (#4427)
* Add base part info to [Add Supplier Part] modal form

* fix JS style
2023-03-01 08:16:26 +11:00
simonkuehlingandGitHub 03e105dd95 Fix some regressions in new "Responsible" filter for build orders (#4430)
* fix responsible user/group icons with translations

* fix display of active filters after recent changes
2023-03-01 07:25:12 +11:00
simonkuehlingandGitHub e9a1b57941 Add unallocated quantity to StockItem renderer (#4425)
* add unallocated quantity to StockItem renderer

* introduce parameter to switch between total quantity and available quantity
2023-02-28 12:22:27 +11:00
simonkuehlingandGitHub 0c5dc2865c fix typo in user display settings (#4420) 2023-02-26 07:58:37 +11:00
simonkuehlingandGitHub f523fb44f6 Filter build orders by responsible owner (#4383) (#4408)
* add assigned_to filter to Build API

* extend API to filter build orders by assigned owner

* rename API filter to 'responsible'

* add 'Responsible' filter to build oders table

* add user/group icon to owners in 'Responsible' column

* remove unused python class import

* bump API version number

* fix handling of invalid IDs

* refactor filter options as a callback function

* fix JS styling
2023-02-25 13:52:12 +11:00
simonkuehlingandGitHub 8b7e41baf9 fix stock health calculation to account for allocated stock (#4385) (#4399)
* fix stock health calculation to account for allocated stock (#4385)

* add required stock from sales orders to demand and stock_health calculation
2023-02-24 12:01:40 +11:00
simonkuehlingandGitHub efb55c720f Improve wording for "Inherited" option of BOM items (#4376) (#4397)
* improve wording for "Inherited" option of BOM items (#4376)

* add migrations
2023-02-24 06:58:54 +11:00
simonkuehlingandGitHub 93ce55298f improve stock status badges for parts (#4385) (#4393)
* improve stock status badges for parts (#4385)

* fix trailing whitespace
2023-02-23 08:41:02 +11:00
simonkuehlingandGitHub fa7a33dc9c add missing units to Build Order view (#4386) (#4388)
* add missing units to Build Order view (#4386)

* JS styling fixes

* more JS styling fixes
2023-02-22 09:51:09 +11:00
simonkuehlingandGitHub 17bfea4428 add user setting to select a default label printer (#4349) (#4362) 2023-02-21 07:24:11 +11:00
simonkuehlingandGitHub 2986f8d61a clear IPN field when duplicating part and PART_ALLOW_DUPLICATE_IPN is False (#4359) (#4365) 2023-02-20 07:17:00 +11:00
simonkuehlingandGitHub b02ce1f01e show units in [Add Stock] modal (fixes #4351) (#4352) 2023-02-17 07:25:09 +11:00
simonkuehlingandGitHub d5459e5ddf Show units next to [No Stock]-badge in part search (implements #4330) (#4339) 2023-02-14 07:00:53 +11:00
simonkuehlingandGitHub 75c82f4db4 add libwebp-dev dependency (fixes #4269) (#4335) 2023-02-12 07:10:48 +11:00