-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qn: What about adding new services to the project. #149
Comments
I think the ticket-fetching logic should work as-is. We also need to add the urls to There's a few different |
I'm generally open to adding other webservices to the project; most of it is designed in a way to make it easy to extend. |
The main motivation that I had, to implement this was to automate what kind of receipt a person can receive depending on his vat condition and the taxpayer vat condition and also to fill the receipt PDF for a given DNI or CUIT, getting the I end it up implementing with some helpers and cleaners around
Any recomendation or hints will be great to validate the need for this and the following path to implement. |
Saving the province in
Is this available in some other version of |
So I think you can just check for
Yeah It is available (otherwise is: Consumidor Final) in PD: As you mention above the ticket-fetching logic is the same and the urls to |
Any luck getting |
I started using the
A I said before, there is not a "clean" way to implement this. |
Nice find, I will try that. Thanks! |
@WhyNotHugo I'm wondering what 'ill be the welcoming of adding new AFIP services to the project such as
padrones
or any other basic services.The project today is very useful and with
wsaa
andwsfe
is working and solving the main needs for general purpose, but I recently needed to use another service in AFIP and I'm asking if it's only my need or if 'ill be a nice to have.I'm working in getting a
person
from one of the possiblepadrones
that are in AFIP.So I'm thinking on creating a
Person
model that will have AFIPpersona data
on it with some methods to fetch that data.Whats are your thoughts about it?
The text was updated successfully, but these errors were encountered: