Package interne de création de factures pour l’asso.
library(compta)
get_fac() %>%
new_fac_num() %>%
create_fac(
client = "CLIENT",
contact = "PERSONNE EN CHARGE",
adresse = "LA BAS",
objet = "Sponsoring",
quantite = 1,
prix = 1000,
quoi = "Sponsoring satRday Bordeaux"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.