wbcommission 1.50.8__py2.py3-none-any.whl → 1.50.10__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wbcommission might be problematic. Click here for more details.

@@ -17,7 +17,7 @@ class RebateDateFilter(CommissionBaseFilterSet):
17
17
  label="Date Range",
18
18
  required=True,
19
19
  clearable=False,
20
- default=current_quarter_date_range,
20
+ initial=current_quarter_date_range,
21
21
  )
22
22
 
23
23
  class Meta:
@@ -35,13 +35,13 @@ class RebateGroupByFilter(PandasFilterSetMixin, RebateDateFilter):
35
35
  group_by = wb_filters.ChoiceFilter(
36
36
  label="Group By",
37
37
  choices=RebateGroupbyChoice.choices(),
38
- default=RebateGroupbyChoice.ACCOUNT.name, # typing: ignore
38
+ initial=RebateGroupbyChoice.ACCOUNT.name, # typing: ignore
39
39
  method=lambda queryset, label, value: queryset,
40
40
  clearable=False,
41
41
  required=True,
42
42
  )
43
43
  groupby_classification_group = wb_filters.ModelChoiceFilter(
44
- default=lambda k, v, f: get_default_classification_group().id,
44
+ initial=lambda k, v, f: get_default_classification_group().id,
45
45
  method=lambda queryset, label, value: queryset,
46
46
  label="Group by Classification Group",
47
47
  queryset=ClassificationGroup.objects.all(),
@@ -101,7 +101,7 @@ class RebateMarginalityFilter(PandasFilterSetMixin, wb_filters.FilterSet):
101
101
  method=wb_filters.DateRangeFilter.base_date_range_filter_method,
102
102
  required=True,
103
103
  clearable=False,
104
- default=current_quarter_date_range,
104
+ initial=current_quarter_date_range,
105
105
  )
106
106
 
107
107
  bank = wb_filters.ModelMultipleChoiceFilter(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcommission
3
- Version: 1.50.8
3
+ Version: 1.50.10
4
4
  Summary: A workbench module for managing human resources.
5
5
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
6
6
  Requires-Dist: reportlab==3.*
@@ -13,7 +13,7 @@ wbcommission/factories/__init__.py,sha256=3EdqwSHMqJIa5C_yH15M75u_frkLEno151aFox
13
13
  wbcommission/factories/commission.py,sha256=omIpgTsXAa4bmVZ1349luhAuTEOzeurSpL6IHpl2VgU,3021
14
14
  wbcommission/factories/rebate.py,sha256=JzbHV7stofk1F3aaQPEV3rEBc_0uwphpG_hea144utc,683
15
15
  wbcommission/filters/__init__.py,sha256=9XoFMsmHcdTqy7ujQFlxvAJFvZoc4hjZ1SR6pyY8-9k,156
16
- wbcommission/filters/rebate.py,sha256=wGTJX3Ku3scufiRL0jTjF8BETG5hhywX88GqhM91qYo,8296
16
+ wbcommission/filters/rebate.py,sha256=lHYhl7x4xxJuDlY7hn5RLuP4vecs24MYHGcpripoAzo,8296
17
17
  wbcommission/filters/signals.py,sha256=J-a9F3IwWhgl7HZE9I2Z6PA6H7fKDnMrhtSQZ4wqhGU,1583
18
18
  wbcommission/generators/__init__.py,sha256=Pt8TjtYCmqhROvWNmf_dxuONKVcrj7SH14nJAcv7_1Q,47
19
19
  wbcommission/generators/rebate_generator.py,sha256=O31NGIDUtwONGPOUD3YVCMywN3cSqa5vlmlYWjD7ItE,4155
@@ -71,6 +71,6 @@ wbcommission/viewsets/menu/rebate.py,sha256=Qzhwr2xG3_j7frxs3eWLZuMoUzT2nCBrWmEY
71
71
  wbcommission/viewsets/titles/__init__.py,sha256=Sg64aMWm_OD4-P57YoaN6Mqv6NRVU5m7ii_WvaWuTsY,85
72
72
  wbcommission/viewsets/titles/commissions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
73
  wbcommission/viewsets/titles/rebate.py,sha256=VTSHJW3voqCMVhDZ_zVeVmZid_WY3P4X9k11VdJM_GQ,301
74
- wbcommission-1.50.8.dist-info/METADATA,sha256=Va6ViUsULrYVziwVIzWIk1ni8AY-Qsk2qeb801HBKOA,323
75
- wbcommission-1.50.8.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
76
- wbcommission-1.50.8.dist-info/RECORD,,
74
+ wbcommission-1.50.10.dist-info/METADATA,sha256=NrbIgx34qqfjKQaFZoMGrcKN43SD8rPHoW1M1FGqIFY,324
75
+ wbcommission-1.50.10.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
76
+ wbcommission-1.50.10.dist-info/RECORD,,