1
I need to generate the service invoice XML (NFS-e) template 20.
looking at the Nfephp documentation, I noticed that it generates XML but in model 55 that is the sales tax note of products.
Does anyone know if Nfephp generates the invoice in model 20? or if there is another project in PHP to generate the invoice in model 20?
Have you tried searching nfephp group ?
– gmsantos
@gmsantos yes I looked there but unfortunately I found nothing.
– guilherme
@Guilherme, NFS-e is a different project from Nfe, the webservices are other, each municipality makes a different implementation. I advise you to look for a specific component for NFS-e. It is not only the model that changes.
– Robss70