Commit Graph
14 Commits
Author SHA1 Message Date
Jakob HaufeandGitHub 89dfb6186f Restore shopping cart icon in BO/Allocate Parts (#4780)
The shopping cart icon for parts already on order was originally
implemented in 1b421fb59a but got broken in 27aa16d55d as the return
value of `makeIconBadge` is discarded.

Additionally, the FontAwesome JS renderer doesn't seem to like
non-empty content for this, so even when adding it back to `icons`,
it didn't get rendered properly. Instead, the count has to be added
to the title.
2023-05-07 22:47:10 +10:00
Jakob HaufeandGitHub 7537fd1278 Fix sorting by location in stock item table (#4658)
Currently, when sorting the stock item table by location, it gets sorted
by location id.

This changes the sorting criterion to pathstring.
2023-04-23 00:12:03 +10:00
Jakob HaufeandGitHub 0d9317addf Use python executable we were invoked with (#3303)
Relying on PATH will disrespect the virtualenv when called from
outside.
2022-07-07 09:02:07 +10:00
Jakob Haufe 3f67682d53 Increment API version 2022-05-18 13:25:01 +02:00
Jakob Haufe ed1cc1209e Add admin class 2022-05-18 13:25:01 +02:00
Jakob Haufe 72f330ab75 Add JS 2022-05-18 13:25:00 +02:00
Jakob Haufe c6d3cd9bae Add content panel 2022-05-18 13:25:00 +02:00
Jakob Haufe fc3e61df24 Add sidebar item 2022-05-18 13:24:59 +02:00
Jakob Haufe 09a7627788 Add API URLs 2022-05-18 13:24:59 +02:00
Jakob Haufe 69ba271bf7 Add API endpoints 2022-05-18 13:24:58 +02:00
Jakob Haufe 3ee32374b4 Add serializer 2022-05-18 13:24:58 +02:00
Jakob Haufe a373e669cd Add permission 2022-05-18 13:24:58 +02:00
Jakob Haufe c608778a1b Add migration 2022-05-18 13:24:57 +02:00
Jakob Haufe 67c675d1a6 Add ManufacturerPartAttachment class 2022-05-18 13:24:50 +02:00