Some infos, like the client, his address, his logo (...), are written directly in the component and can't been updated for another client.
We need to make them cutosmizable (updating the model ?)
Edited
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
@matthieu@Marjolaine There is also the IBAN number. But Happy Dev Paris doesn't really mind to receive all the money :)
I also would like to make a UP on this one because, we can only deploy it for Paris. So it can't benefit to other clients. And I'm directly interested to extend it to all Happy Dev cells. I'll see about funding with PO.
If you don't want to use ones from the client, yes.
By the way, how do you relate the identity to the invoice? Is it from the instance itself or from something else? Are invoices tied to a community by some manner? If so, you can host those information there and so keep an integrity between all clients.
Otherwise, if someone look at your invoice from another application, they'll not see your information but theirs instead.
I my mind logo, address, email, SIRET, VAT number are relative to an organization or let's say a community to match what we alreay have. Whereas IBAN, BIC, overdue fees are relative to financial product.
I'd be happy to help but I don't know how we make changes to the ontology. Also it looks like a long shot where modifications are required on the community's LDP package and component. The client (myself) can't really deploy the component as it is and I'd like to have it quickly.
Would it be acceptable for the time being, to create an unrelated endpoint serving legal terms directly from the invoice endpoint and then passing it to the client config at build time ? I made a MR implementing this !44 (merged) Tell me what you think about it.