ipiranga-inovai-project-lib 3.1__py3-none-any.whl → 3.2__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.
- inovai/entities.py +3 -3
- {ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/METADATA +1 -1
- {ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/RECORD +6 -6
- {ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/LICENSE +0 -0
- {ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/WHEEL +0 -0
- {ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/top_level.txt +0 -0
inovai/entities.py
CHANGED
|
@@ -204,15 +204,15 @@ class Batch(Base):
|
|
|
204
204
|
created_at = Column('dt_incl', DateTime, nullable=False)
|
|
205
205
|
first_date = Column('dt_ini', Date)
|
|
206
206
|
last_date = Column('dt_fim', Date)
|
|
207
|
-
|
|
207
|
+
status = Column('ds_safx_taxone', String(), nullable=False)
|
|
208
208
|
|
|
209
|
-
def __init__(self, batch_id, employer_number, first_date, last_date,
|
|
209
|
+
def __init__(self, batch_id, employer_number, first_date, last_date, status):
|
|
210
210
|
super().__init__()
|
|
211
211
|
self.batch_id = batch_id
|
|
212
212
|
self.employer_number = employer_number
|
|
213
213
|
self.first_date = first_date
|
|
214
214
|
self.last_date = last_date
|
|
215
|
-
self.
|
|
215
|
+
self.status = status
|
|
216
216
|
self.created_at = datetime.now()
|
|
217
217
|
|
|
218
218
|
|
{ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ipiranga-inovai-project-lib
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2
|
|
4
4
|
Summary: Projeto criado para importação genérica de entidades
|
|
5
5
|
Home-page: https://gitlab.ipirangacloud.com/clayton.monteiro.ext/ipiranga-inovai-project-lib
|
|
6
6
|
Author: Clayton Sandes Monteiro
|
{ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
inovai/dtos.py,sha256=qaWZB7n5SHcC58RP351IQ1HLjv7fx3VAdILj-GugVWs,1587
|
|
3
|
-
inovai/entities.py,sha256=
|
|
3
|
+
inovai/entities.py,sha256=XDRP9B1u4yILzwPGJyU94XZQ1iaOlVkzQ1r7O4oC5o4,19510
|
|
4
4
|
inovai/enums.py,sha256=aROt6aXbFGWeaA6E-gWDkPJk6c_lNEiC56FDfQOar38,2267
|
|
5
5
|
inovai/models/Endereco.py,sha256=Vft20vMwYwTXtEuh5NH7O5FxXVahnLmgaXMDOVdBxY4,3519
|
|
6
6
|
inovai/models/NFe.py,sha256=3PiMvK6AODaagZU7KEpnjYfulz8PvcQYGChIa-QCvg0,13023
|
|
@@ -34,8 +34,8 @@ inovai/models/NFeVolume.py,sha256=_cayb-rrz1mSxQ3wFFnB4KCi524jtAsdTTcS4WQTBOc,19
|
|
|
34
34
|
inovai/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
35
|
inovai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
inovai/utils/util.py,sha256=tEFFoYhtyZk2pxor2vb23NWr3otPzPXTiTIf-VrGik4,366
|
|
37
|
-
ipiranga_inovai_project_lib-3.
|
|
38
|
-
ipiranga_inovai_project_lib-3.
|
|
39
|
-
ipiranga_inovai_project_lib-3.
|
|
40
|
-
ipiranga_inovai_project_lib-3.
|
|
41
|
-
ipiranga_inovai_project_lib-3.
|
|
37
|
+
ipiranga_inovai_project_lib-3.2.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
|
|
38
|
+
ipiranga_inovai_project_lib-3.2.dist-info/METADATA,sha256=6NrPj_7vDN8ibH0uigAFxOSEZf9H2ED6ZDchFrcXpco,518
|
|
39
|
+
ipiranga_inovai_project_lib-3.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
40
|
+
ipiranga_inovai_project_lib-3.2.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
|
|
41
|
+
ipiranga_inovai_project_lib-3.2.dist-info/RECORD,,
|
{ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/LICENSE
RENAMED
|
File without changes
|
{ipiranga_inovai_project_lib-3.1.dist-info → ipiranga_inovai_project_lib-3.2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|