1 | enum StockSort { |
2 | physicalQuantity_ASC |
3 | physicalQuantity_DESC |
4 | freeToAllocateQuantity_ASC |
5 | freeToAllocateQuantity_DESC |
6 | allocatedQuantity_ASC |
7 | allocatedQuantity_DESC |
8 | demandQuantity_ASC |
9 | demandQuantity_DESC |
10 | unshippedQuantity_ASC |
11 | unshippedQuantity_DESC |
12 | productId_ASC |
13 | productSizeId_ASC |
14 | productSizeId_DESC |
15 | productSizeSort_ASC |
16 | productVariantId_ASC |
17 | warehouseId_ASC |
18 | warehouseId_DESC |
19 | incomingQuantity_ASC |
20 | incomingQuantity_DESC |
21 | linkedIncomingQuantity_ASC |
22 | linkedIncomingQuantity_DESC |
23 | unlinkedIncomingQuantity_ASC |
24 | unlinkedIncomingQuantity_DESC |
25 | onDeliveryQuantity_ASC |
26 | onDeliveryQuantity_DESC |
27 | } |