You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to send invoice, I get an error: <ifirma.request.InvoiceResponse object at 0x7fea077a73d0> Data wystawienia faktury nie może być późniejsza niż 15 dzień miesiąca następnego względem miesiąca sprzedaży
Code:
` from ifirma.invoice import (Invoice, Customer, InvoicePosition, INVOICE_TYPE)
from ifirma.request import send_invoice, send_email
Taking into account the frequency of tax regulation changes I don't even try to handle errors passing the error messages untouched. Kudos to ifirma's team which keeps align their api with this crazy 💩
When I try to send invoice, I get an error:
<ifirma.request.InvoiceResponse object at 0x7fea077a73d0> Data wystawienia faktury nie może być późniejsza niż 15 dzień miesiąca następnego względem miesiąca sprzedaży
Code:
` from ifirma.invoice import (Invoice, Customer, InvoicePosition, INVOICE_TYPE)
from ifirma.request import send_invoice, send_email
The text was updated successfully, but these errors were encountered: