Create and upload a new fac
1 2 3 4 5 6 | create_fac(facture_n = "DATENUM", client = "CLIENT",
contact = "PERSONNE EN CHARGE", adresse = "LA BAS",
objet = "Sponsoring", quantite = 1, prix = 1000,
quoi = "SPONSORING DE", date = as.character(Sys.Date()),
fait_a = "Paris", money = "€", comment = "",
type = "sponsoring", dir = ".")
|
facture_n |
generated by new_fac_num() |
client |
client |
contact |
contact chez le client |
adresse |
adresse |
objet |
objet |
quantite |
quantite |
prix |
prix |
quoi |
quoi |
date |
date |
fait_a |
fait_a |
money |
money |
comment |
comment |
type |
type |
dir |
dir |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.