edits
This commit is contained in:
parent
1b66076b9c
commit
d9991ac8ba
4
gpc.py
4
gpc.py
@ -70,10 +70,6 @@ class Data(BaseRecord):
|
|||||||
self.date = date.strftime("%d%m%y")
|
self.date = date.strftime("%d%m%y")
|
||||||
|
|
||||||
def to_string(self):
|
def to_string(self):
|
||||||
print(f"{int(self.record_type.value):03}")
|
|
||||||
print(f"{str(self.account)[:16].zfill(16)}")
|
|
||||||
print(f"{str(self.payer_account).rjust(16, '0')[:16]}")
|
|
||||||
print(f"{str(self.payer_account).rjust(16, '0')[:16]}")
|
|
||||||
|
|
||||||
return (f"{int(self.record_type.value):03}{str(self.account)[:16].zfill(16)}{str(self.payer_account).rjust(16, '0')[:16]}"
|
return (f"{int(self.record_type.value):03}{str(self.account)[:16].zfill(16)}{str(self.payer_account).rjust(16, '0')[:16]}"
|
||||||
f"{str(self.no)[:13].zfill(13)}{int(self.balance):012}{self.code.value:1}{self.variable:010}"
|
f"{str(self.no)[:13].zfill(13)}{int(self.balance):012}{self.code.value:1}{self.variable:010}"
|
||||||
|
Loading…
Reference in New Issue
Block a user