Documentation ¶
Overview ¶
Ce package regroupe les fonctions liées à l'édition et au partage (mail, etc) des documents (au sens fichier, et non rawdata.Document) Ce package repose sur les utilitaires pdf et excel notamment
Index ¶
Constants ¶
View Source
const PathRIB = "ressources/RIB.pdf"
Variables ¶
View Source
var HeadersSuiviParticipants = []rd.Header{ {Field: dm.FinancesPNomPrenom, Label: "Participant"}, {Field: dm.FinancesPPrixBase, Label: "Prix de base (€)"}, {Field: dm.FinancesPPrixNet, Label: "Montant attendu (€)"}, {Field: dm.FinancesPTotalAides, Label: "Dont aides (€)"}, {Field: dm.FinancesPEtatPaiement, Label: "Etat du paiement"}, }
Functions ¶
Types ¶
type ArchiveZip ¶
type ArchiveZip struct { Renamer Renamer // contains filtered or unexported fields }
func NewArchiveZip ¶
func NewArchiveZip() *ArchiveZip
type DynamicDocument ¶
type Facture ¶
type Facture struct { Destinataire rd.Destinataire Bilan dm.BilanFacture }
Facture définit les champs nécessaire à la création d'une facture au format pdf.
type ListeParticipants ¶
func NewListeParticipants ¶
func NewListeParticipants(ac dm.AccesCamp) ListeParticipants
func (ListeParticipants) FileName ¶
func (l ListeParticipants) FileName() string
func (ListeParticipants) Generate ¶
func (l ListeParticipants) Generate() ([]byte, error)
type ListeVetements ¶
func NewListeVetements ¶
func NewListeVetements(camp rd.Camp) ListeVetements
func (ListeVetements) FileName ¶
func (l ListeVetements) FileName() string
func (ListeVetements) Generate ¶
func (l ListeVetements) Generate() ([]byte, error)
type Presence ¶
type Presence struct { Destinataire rd.Destinataire Participants []dm.AccesParticipant }
Click to show internal directories.
Click to hide internal directories.