wbaccounting 1.59.5rc0__py2.py3-none-any.whl → 1.59.6__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.
@@ -8,6 +8,7 @@ from wbaccounting.models import EntryAccountingInformation
8
8
  class EntryAccountingInformationFactory(factory.django.DjangoModelFactory):
9
9
  class Meta: # type: ignore
10
10
  model = EntryAccountingInformation
11
+ skip_postgeneration_save = True
11
12
 
12
13
  entry = factory.SubFactory("wbcore.contrib.directory.factories.EntryFactory")
13
14
  tax_id = factory.Faker("text", max_nb_chars=64)
@@ -9,6 +9,7 @@ class AbstractTransactionFactory(factory.django.DjangoModelFactory):
9
9
  class Meta:
10
10
  model = Transaction
11
11
  abstract = True
12
+ skip_postgeneration_save = True
12
13
 
13
14
  booking_date = factory.Faker("date_between", start_date="+2d", end_date="+3d")
14
15
  value_date = factory.Faker("date_object")
@@ -3,8 +3,8 @@ from typing import TYPE_CHECKING, Any
3
3
 
4
4
  import pandas as pd
5
5
  from django.db.models import DateField, F, Sum, Value
6
- from wbcore.pandas import fields as pf
7
- from wbcore.pandas.views import PandasAPIViewSet
6
+ from wbcore.contrib.pandas import fields as pf
7
+ from wbcore.contrib.pandas.views import PandasAPIViewSet
8
8
 
9
9
  from wbaccounting.models import Transaction
10
10
  from wbaccounting.viewsets.display import FutureCashFlowDisplayConfig
@@ -1,8 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbaccounting
3
- Version: 1.59.5rc0
3
+ Version: 1.59.6
4
4
  Summary: A workbench module for managing invoicing and simple accounting.
5
5
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
6
- Requires-Dist: reportlab==3.*
7
- Requires-Dist: schwifty==2024.5.*
8
6
  Requires-Dist: wbcore
@@ -11,9 +11,9 @@ wbaccounting/admin/invoice_type.py,sha256=84YgJQArbbGH5Rl9aS6ncJYYjZ9BHR81rI-Ikj
11
11
  wbaccounting/admin/transactions.py,sha256=vyx-xuQ5cf_5kW5apuRkvTQTFcsPMbw_verFOigTc7M,424
12
12
  wbaccounting/factories/__init__.py,sha256=3F29_EXN8nmuI-sbhpc8gzTksdQ9QRnLfyGw8Hfua4M,309
13
13
  wbaccounting/factories/booking_entry.py,sha256=sQYxZY4B0DK3--Xn01loJ2Y1vwusZ31RCyeu0JvHen0,928
14
- wbaccounting/factories/entry_accounting_information.py,sha256=L3IPB_9Vz8wym5HBLWAJSb2Ri8J8OJhpOo1m8OAR_1w,1729
14
+ wbaccounting/factories/entry_accounting_information.py,sha256=04DrOtHqOsepKF92jXq6CLpGJEYEFUoKQfHnoV-KRSM,1769
15
15
  wbaccounting/factories/invoice.py,sha256=K1kmT1PzSpC6pkMbfBD0pLfUN4nxZ6UY_NMX9avVYnc,1718
16
- wbaccounting/factories/transactions.py,sha256=fU6ieCQrqwdP7UQb3kEaenTZEoYG_8a9XUHPecHxZFg,1232
16
+ wbaccounting/factories/transactions.py,sha256=hesASwyi3k60BRAPrVsI_20ulEllQE_eWi6GCGGeE-0,1272
17
17
  wbaccounting/files/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  wbaccounting/files/invoice_document_file.py,sha256=--ohJhUhhr7l7hvHsTbtu4fQ3mZh7tXZXkXK2gWCaic,4259
19
19
  wbaccounting/files/utils.py,sha256=3Ae8_BJGBpDhzgWKOLl6XefkP_ghxUeBp83TaN5Hl-M,14032
@@ -67,7 +67,7 @@ wbaccounting/tests/test_serializers/test_invoice_types.py,sha256=B38fLqfcD6k93Vc
67
67
  wbaccounting/tests/test_serializers/test_transactions.py,sha256=FW2MpsQEmLb2SHPBKh89uQPPGJhe6IuMvBmtUv6h3Q4,3455
68
68
  wbaccounting/viewsets/__init__.py,sha256=up2PNbfvbIwpcL8EuefLvldf6hqr2D86MtCKFNH1w04,608
69
69
  wbaccounting/viewsets/booking_entry.py,sha256=BsckKn7f3SN5x56LJar5gCsGYSflXWCv9ALDoQFjk2E,2220
70
- wbaccounting/viewsets/cashflows.py,sha256=MtCDXEQRN-g_JaisLqmNKGHh3fNu3bVekULb-1pIwPo,4761
70
+ wbaccounting/viewsets/cashflows.py,sha256=wylKbeaSyFTYx81plR-9WcLrrVV-THB4KDItrL-u2l0,4777
71
71
  wbaccounting/viewsets/entry_accounting_information.py,sha256=pbRHkv0iSm1kV7Ym5mYgvkRxtb8d_t8PA3HnOt58Hks,6099
72
72
  wbaccounting/viewsets/invoice.py,sha256=rYbbuuhDM1eULp82vKeP8aWY9TMVLZCA6Pc1CyFAVmA,11657
73
73
  wbaccounting/viewsets/invoice_type.py,sha256=-Go0bbN5fXPebr-5xvgwGM6P2ULfuqif2hdnY81GY-E,1000
@@ -97,6 +97,6 @@ wbaccounting/viewsets/titles/booking_entry.py,sha256=SNQJOYXf3QcjTtL3Co2uIYZC69d
97
97
  wbaccounting/viewsets/titles/entry_accounting_information.py,sha256=76kXkK5ij-HV29tt8efUuvplQ9d1CrQklT8sSv6zHYE,344
98
98
  wbaccounting/viewsets/titles/invoice.py,sha256=mr-iufJpM2SYuvexZ3XPLjBmQgPatgIMn1JC4eHLdnY,566
99
99
  wbaccounting/viewsets/titles/invoice_type.py,sha256=szgA0iSYVILjLvhFhuLcq_WhMWv04_ESEVvogMYOkyk,301
100
- wbaccounting-1.59.5rc0.dist-info/METADATA,sha256=y6gqJwyiCj02BXUyq0cf1JnDJXEnUTbCIPj3JbiXQ7w,284
101
- wbaccounting-1.59.5rc0.dist-info/WHEEL,sha256=aha0VrrYvgDJ3Xxl3db_g_MDIW-ZexDdrc_m-Hk8YY4,105
102
- wbaccounting-1.59.5rc0.dist-info/RECORD,,
100
+ wbaccounting-1.59.6.dist-info/METADATA,sha256=Fnjr2Xwr4VhxNRNRnXLj5zCsV1L_it9q0mRRWk0gmYY,217
101
+ wbaccounting-1.59.6.dist-info/WHEEL,sha256=aha0VrrYvgDJ3Xxl3db_g_MDIW-ZexDdrc_m-Hk8YY4,105
102
+ wbaccounting-1.59.6.dist-info/RECORD,,