wbcommission 1.51.0__py2.py3-none-any.whl → 1.51.2rc1__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.

@@ -8,22 +8,22 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-05-20 09:31+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
11
+ "POT-Creation-Date: 2025-05-30 11:37+0200\n"
12
+ "PO-Revision-Date: 2025-05-30 09:40+0000\n"
13
+ "Language-Team: German (https://app.transifex.com/stainly/teams/171242/de/)\n"
16
14
  "MIME-Version: 1.0\n"
17
15
  "Content-Type: text/plain; charset=UTF-8\n"
18
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: de\n"
19
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- #: wbcommission/viewsets/buttons/rebate.py:19
19
+
20
+ #: viewsets/buttons/rebate.py:19
21
21
  msgid "Start"
22
22
  msgstr ""
23
23
 
24
- #: wbcommission/viewsets/rebate.py:435
24
+ #: viewsets/rebate.py:435
25
25
  msgid ""
26
- "The selected date range includes a Saturday or Sunday. Please note that fees "
27
- "and rebates are normalized over the weekend, as fees continue to accumulate "
28
- "during this period."
26
+ "The selected date range includes a Saturday or Sunday. Please note that fees"
27
+ " and rebates are normalized over the weekend, as fees continue to accumulate"
28
+ " during this period."
29
29
  msgstr ""
@@ -0,0 +1,28 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2025-05-30 11:37+0200\n"
11
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "Language: \n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+
19
+ #: viewsets/buttons/rebate.py:19
20
+ msgid "Start"
21
+ msgstr ""
22
+
23
+ #: viewsets/rebate.py:435
24
+ msgid ""
25
+ "The selected date range includes a Saturday or Sunday. Please note that fees "
26
+ "and rebates are normalized over the weekend, as fees continue to accumulate "
27
+ "during this period."
28
+ msgstr ""
@@ -8,22 +8,22 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-05-20 09:31+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
11
+ "POT-Creation-Date: 2025-05-30 11:37+0200\n"
12
+ "PO-Revision-Date: 2025-05-30 09:40+0000\n"
13
+ "Language-Team: French (https://app.transifex.com/stainly/teams/171242/fr/)\n"
16
14
  "MIME-Version: 1.0\n"
17
15
  "Content-Type: text/plain; charset=UTF-8\n"
18
16
  "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
- #: wbcommission/viewsets/buttons/rebate.py:19
17
+ "Language: fr\n"
18
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
19
+
20
+ #: viewsets/buttons/rebate.py:19
21
21
  msgid "Start"
22
22
  msgstr ""
23
23
 
24
- #: wbcommission/viewsets/rebate.py:435
24
+ #: viewsets/rebate.py:435
25
25
  msgid ""
26
- "The selected date range includes a Saturday or Sunday. Please note that fees "
27
- "and rebates are normalized over the weekend, as fees continue to accumulate "
28
- "during this period."
26
+ "The selected date range includes a Saturday or Sunday. Please note that fees"
27
+ " and rebates are normalized over the weekend, as fees continue to accumulate"
28
+ " during this period."
29
29
  msgstr ""
@@ -6,16 +6,10 @@ class RebatePandasViewEndpointConfig(EndpointViewConfig):
6
6
  def get_endpoint(self, **kwargs):
7
7
  return None
8
8
 
9
- def get_list_endpoint(self, **kwargs):
10
- return reverse("wbcommission:rebatetable-list", request=self.request)
11
-
12
9
 
13
10
  class RebateProductMarginalityEndpointConfig(EndpointViewConfig):
14
11
  def get_endpoint(self, **kwargs):
15
12
  return None
16
13
 
17
- def get_list_endpoint(self, **kwargs):
18
- return reverse("wbcommission:rebatemarginalitytable-list", request=self.request)
19
-
20
14
  def get_instance_endpoint(self, **kwargs):
21
15
  return reverse("wbportfolio:product-list", request=self.request)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcommission
3
- Version: 1.51.0
3
+ Version: 1.51.2rc1
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.*
@@ -17,8 +17,12 @@ wbcommission/filters/rebate.py,sha256=lHYhl7x4xxJuDlY7hn5RLuP4vecs24MYHGcpripoAz
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
20
- wbcommission/locale/de/LC_MESSAGES/django.po,sha256=dTPQ4hlZJPwnb0qbxX9mhLBHMSiREWJmQiqxWzjm03I,937
21
- wbcommission/locale/fr/LC_MESSAGES/django.po,sha256=WO8arHs0gLi6UdZSiS0PG94_S0FWxtCfbSq6lTLw2QM,936
20
+ wbcommission/locale/de/LC_MESSAGES/django.mo,sha256=FfQ5HV2xg7ZrJASidRJ4L-gCAbPNeQnFm940aRbb0js,378
21
+ wbcommission/locale/de/LC_MESSAGES/django.po,sha256=WLf1SHi-OOAXavXqZmMfc052wGb2iS7tJ5wavOG3HgQ,906
22
+ wbcommission/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
23
+ wbcommission/locale/en/LC_MESSAGES/django.po,sha256=T9ZgGhBn_9zSaL2xwBzh8TnlSRtDy2o-qNtY8CH0T5Q,856
24
+ wbcommission/locale/fr/LC_MESSAGES/django.mo,sha256=t4lh3zX7kshbDAFzXa5HU_YGPXkPzKqODNXL2MeZ5KQ,429
25
+ wbcommission/locale/fr/LC_MESSAGES/django.po,sha256=8qmEQ9wJ2dS2Wt_7_LeSTpW3hAGj6EwmadwCe340KBE,957
22
26
  wbcommission/migrations/0001_initial.py,sha256=mE-vL8OsbdVvpnAqOQm38ZHQj6MVlpsu78b5WvJaxl0,11816
23
27
  wbcommission/migrations/0002_commissionrule_remove_accountcustomer_account_and_more.py,sha256=gAqysHE_jwEbNWkMTAbocBS6B5R9IDfV3fAn9wrPWyE,16384
24
28
  wbcommission/migrations/0003_alter_commission_account.py,sha256=P0EciB1Rne8LsbJqgtBnzfSD6O6pVSmmfeB2Ue5zeUk,727
@@ -66,13 +70,13 @@ wbcommission/viewsets/display/commissions.py,sha256=4ifC3j3-wE1t57Yy9x02RnT1VAYb
66
70
  wbcommission/viewsets/display/rebate.py,sha256=T45d_FP3W6934BwWVBAiT58tb4Dr7BmIA9nPnAdoOEA,5287
67
71
  wbcommission/viewsets/endpoints/__init__.py,sha256=ghffTV9z9LxVzxNS4divoQ54sVosYZiJCEuqeUJ5gmo,135
68
72
  wbcommission/viewsets/endpoints/commissions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- wbcommission/viewsets/endpoints/rebate.py,sha256=4QOR3MHD7JZVr2LhPi51d1xKg_ttbfD4YbJ4mGq9QjU,728
73
+ wbcommission/viewsets/endpoints/rebate.py,sha256=zdqviWWB5h5eoaTibYvAX8BlnOCaQCzitZl3fl6IIec,473
70
74
  wbcommission/viewsets/menu/__init__.py,sha256=i2Sn3h8e-KZefQHg72QS4ba5P34pTGFe3s-dobYW5WU,65
71
75
  wbcommission/viewsets/menu/commissions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
76
  wbcommission/viewsets/menu/rebate.py,sha256=Qzhwr2xG3_j7frxs3eWLZuMoUzT2nCBrWmEYbZ8fKfU,484
73
77
  wbcommission/viewsets/titles/__init__.py,sha256=Sg64aMWm_OD4-P57YoaN6Mqv6NRVU5m7ii_WvaWuTsY,85
74
78
  wbcommission/viewsets/titles/commissions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
79
  wbcommission/viewsets/titles/rebate.py,sha256=VTSHJW3voqCMVhDZ_zVeVmZid_WY3P4X9k11VdJM_GQ,301
76
- wbcommission-1.51.0.dist-info/METADATA,sha256=SN1Wv8tBSrKBV-iONpMXPowjTo2uaWsjqMA4l42vMJY,323
77
- wbcommission-1.51.0.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
78
- wbcommission-1.51.0.dist-info/RECORD,,
80
+ wbcommission-1.51.2rc1.dist-info/METADATA,sha256=QDKamiUZqqQkkNxUU95HS_vsXERrSN0wolaDOd2rR_4,326
81
+ wbcommission-1.51.2rc1.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
82
+ wbcommission-1.51.2rc1.dist-info/RECORD,,