You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
309 lines
10 KiB
309 lines
10 KiB
import db.User;
|
|
import Common;
|
|
|
|
class App extends sugoi.BaseApp {
|
|
public static var current:App = null;
|
|
public static var t:sugoi.i18n.translator.ITranslator;
|
|
public static var config = sugoi.BaseApp.config;
|
|
|
|
public var eventDispatcher:hxevents.Dispatcher<Event>;
|
|
public var plugins:Array<sugoi.plugin.IPlugIn>;
|
|
|
|
public static var VERSION = "cagette-pei"; // empty yet, cf.BaseApp.loadConfig
|
|
|
|
public function new() {
|
|
super();
|
|
}
|
|
|
|
public static function main() {
|
|
App.t = sugoi.form.Form.translator = new sugoi.i18n.translator.TMap(getTranslationArray(), "fr");
|
|
sugoi.BaseApp.main();
|
|
}
|
|
|
|
/**
|
|
* Init plugins and event dispatcher just before launching the app
|
|
*/
|
|
override public function mainLoop() {
|
|
eventDispatcher = new hxevents.Dispatcher<Event>();
|
|
plugins = [];
|
|
// internal plugins
|
|
plugins.push(new plugin.Tutorial());
|
|
|
|
// optionnal plugins
|
|
#if plugins
|
|
plugins.push(new hosted.HostedPlugIn());
|
|
plugins.push(new pro.ProPlugIn());
|
|
plugins.push(new connector.ConnectorPlugIn());
|
|
plugins.push(new pro.LemonwayEC());
|
|
plugins.push(new who.WhoPlugIn());
|
|
#end
|
|
|
|
super.mainLoop();
|
|
}
|
|
|
|
public function getCurrentGroup() {
|
|
if (session == null)
|
|
return null;
|
|
if (session.data == null)
|
|
return null;
|
|
var a = session.data.amapId;
|
|
if (a == null) {
|
|
return null;
|
|
} else {
|
|
return db.Amap.manager.get(a, false);
|
|
}
|
|
}
|
|
|
|
override function beforeDispatch() {
|
|
// send "current page" event
|
|
event(Page(this.uri));
|
|
|
|
super.beforeDispatch();
|
|
}
|
|
|
|
public function getPlugin(name:String):sugoi.plugin.IPlugIn {
|
|
for (p in plugins) {
|
|
if (p.getName() == name)
|
|
return p;
|
|
}
|
|
return null;
|
|
}
|
|
|
|
public static function log(t:Dynamic, ?infos:haxe.PosInfos) {
|
|
var message:String = '[${infos.fileName}:${infos.lineNumber} ${infos.className}#${infos.methodName}] ';
|
|
message += Std.string(t);
|
|
|
|
// trace(message);
|
|
if (neko.Web.isModNeko)
|
|
neko.Web.logMessage(message);
|
|
else
|
|
Sys.println(message);
|
|
}
|
|
|
|
public function event(e:Event) {
|
|
if (e == null)
|
|
return null;
|
|
this.eventDispatcher.dispatch(e);
|
|
return e;
|
|
}
|
|
|
|
/**
|
|
* Translate DB objects fields in forms
|
|
*/
|
|
public static function getTranslationArray() {
|
|
// var t = sugoi.i18n.Locale.texts;
|
|
var out = new Map<String, String>();
|
|
// out.set("firstName", t._("First name") );
|
|
// out.set("lastName", t._("Last name"));
|
|
out.set("firstName2", "Prénom du conjoint");
|
|
out.set("lastName2", "Nom du conjoint");
|
|
out.set("email2", "e-mail du conjoint");
|
|
// out.set("pass", t._("Password") );
|
|
// out.set("address1", t._("address") );
|
|
// out.set("address2", t._("address") );
|
|
out.set("zipCode", "code postal");
|
|
out.set("city", "commune");
|
|
out.set("phone", "téléphone");
|
|
out.set("phone2", "téléphone du conjoint");
|
|
out.set("select", "sélectionnez");
|
|
out.set("contract", "Contrat");
|
|
out.set("place", "Lieu");
|
|
out.set("name", "Nom");
|
|
out.set("cdate", "Date d'entrée dans le groupe");
|
|
out.set("quantity", "Quantité");
|
|
out.set("paid", "Payé");
|
|
out.set("user2", "(facultatif) partagé avec ");
|
|
out.set("product", "Produit");
|
|
out.set("user", "Adhérent");
|
|
out.set("txtIntro", "Texte de présentation du groupe");
|
|
out.set("txtHome", "Texte en page d'accueil pour les adhérents connectés");
|
|
out.set("txtDistrib", "Texte à faire figurer sur les listes d'émargement lors des distributions");
|
|
out.set("extUrl", "URL du site du groupe.");
|
|
|
|
out.set("distributor1", "Distributeur 1");
|
|
out.set("distributor2", "Distributeur 2");
|
|
out.set("distributor3", "Distributeur 3");
|
|
out.set("distributor4", "Distributeur 4");
|
|
out.set("distributorNum", "Nbre de distributeurs nécessaires (de 0 à 4)");
|
|
|
|
out.set("startDate", "Date de début");
|
|
out.set("endDate", "Date de fin");
|
|
|
|
out.set("orderStartDate", "Date ouverture des commandes");
|
|
out.set("orderEndDate", "Date fermeture des commandes");
|
|
out.set("openingHour", "Heure d'ouverture");
|
|
out.set("closingHour", "Heure de fermeture");
|
|
|
|
out.set("date", "Date de distribution");
|
|
out.set("active", "actif");
|
|
|
|
out.set("contact", "Reponsable");
|
|
out.set("vendor", "Producteur");
|
|
out.set("text", "Texte");
|
|
out.set("flags", "Options");
|
|
out.set("4h", "Recevoir des notifications par email 4h avant les distributions");
|
|
out.set("HasEmailNotif4h", "Recevoir des notifications par email 4h avant les distributions");
|
|
out.set("24h", "Recevoir des notifications par email 24h avant les distributions");
|
|
out.set("HasEmailNotif24h", "Recevoir des notifications par email 24h avant les distributions");
|
|
out.set("Ouverture", "Recevoir des notifications par email pour l'ouverture des commandes");
|
|
out.set("Tuto", "Activer tutoriels");
|
|
out.set("HasMembership", "Gestion des adhésions");
|
|
out.set("DayOfWeek", "Jour de la semaine");
|
|
out.set("Monday", "Lundi");
|
|
out.set("Tuesday", "Mardi");
|
|
out.set("Wednesday", "Mercredi");
|
|
out.set("Thursday", "Jeudi");
|
|
out.set("Friday", "Vendredi");
|
|
out.set("Saturday", "Samedi");
|
|
out.set("Sunday", "Dimanche");
|
|
out.set("cycleType", "Récurrence");
|
|
out.set("Weekly", "hebdomadaire");
|
|
out.set("Monthly", "mensuelle");
|
|
out.set("BiWeekly", "toutes les deux semaines");
|
|
out.set("TriWeekly", "toutes les 3 semaines");
|
|
out.set("price", "prix TTC");
|
|
out.set("uname", "Nom");
|
|
out.set("pname", "Produit");
|
|
out.set("organic", "Agriculture biologique");
|
|
out.set("hasFloatQt", "Autoriser quantités \"à virgule\"");
|
|
|
|
out.set("membershipRenewalDate", "Adhésions : Date de renouvellement");
|
|
out.set("membershipPrice", "Adhésions : Coût de l'adhésion");
|
|
out.set("UsersCanOrder", "Les adhérents peuvent saisir leur commande en ligne");
|
|
out.set("StockManagement", "Gestion des stocks");
|
|
out.set("contact", "Responsable");
|
|
out.set("PercentageOnOrders", "Ajouter des frais au pourcentage de la commande");
|
|
out.set("percentageValue", "Pourcentage des frais");
|
|
out.set("percentageName", "Libellé pour ces frais");
|
|
out.set("fees", "frais");
|
|
out.set("AmapAdmin", "Administrateur du groupe");
|
|
out.set("Membership", "Accès à la gestion des adhérents");
|
|
out.set("Messages", "Accès à la messagerie");
|
|
out.set("vat", "TVA");
|
|
out.set("desc", "Description");
|
|
out.set("ShopMode", "Mode boutique");
|
|
out.set("ComputeMargin", "Appliquer une marge à la place des pourcentages");
|
|
out.set("ShopCategoriesFromTaxonomy", "Catégoriser automatiquement les produits");
|
|
out.set("HidePhone", "Masquer le téléphone du responsable sur la page publique");
|
|
out.set("PhoneRequired", "Saisie du numéro de téléphone obligatoire");
|
|
out.set("ref", "Référence");
|
|
out.set("linkText", "Intitulé du lien");
|
|
out.set("linkUrl", "URL du lien");
|
|
|
|
out.set("Amap", "AMAP");
|
|
out.set("GroupedOrders", "Groupement d'achat");
|
|
out.set("ProducerDrive", "Collectif de producteurs");
|
|
out.set("FarmShop", "Vente à la ferme");
|
|
|
|
out.set("regOption", "Inscription de nouveaux adhérents");
|
|
out.set("Closed", "Fermé : Le coordinateur ajoute les nouveaux adhérents");
|
|
out.set("WaitingList", "Liste d'attente");
|
|
out.set("Open", "Ouvert : tout le monde peut s'inscrire");
|
|
out.set("Full", "Complet : Le groupe n'accepte plus de nouveaux adhérents");
|
|
out.set("percent", "Pourcentage");
|
|
out.set("pinned", "Mets en avant les produits");
|
|
|
|
out.set("CagetteNetwork", "Me lister dans l'annuaire des groupes");
|
|
out.set("unitType", "Unité");
|
|
out.set("qt", "Quantité");
|
|
out.set("Unit", "Pièce");
|
|
out.set("Kilogram", "Kilogrammes");
|
|
out.set("Gram", "Grammes");
|
|
out.set("Litre", "Litres");
|
|
out.set("htPrice", "Prix H.T");
|
|
out.set("amount", "Montant");
|
|
|
|
out.set("HasPayments", "Gestion des paiements");
|
|
|
|
out.set("byMember", "Par adhérent");
|
|
out.set("byProduct", "Par produit");
|
|
|
|
out.set("variablePrice", "Variable price based on weight");
|
|
return out;
|
|
}
|
|
|
|
public function populateAmapMembers() {
|
|
return user.amap.getMembersFormElementData();
|
|
}
|
|
|
|
public static function getMailer():sugoi.mail.IMailer {
|
|
var typeOfMailer = sugoi.db.Variable.get("mailer");
|
|
App.log('type of mailer is <$typeOfMailer>');
|
|
|
|
if (typeOfMailer == null) {
|
|
var msg = sugoi.i18n.Locale.texts._("Please configure the email settings in a <href='/admin/emails'>this section</a>");
|
|
throw sugoi.ControllerAction.ErrorAction("/", msg);
|
|
}
|
|
|
|
if (App.config.DEBUG) {
|
|
App.log('mailer in DEBUG mode, no deferred mail from CRON');
|
|
|
|
var conf = {
|
|
smtp_host: sugoi.db.Variable.get("smtp_host"),
|
|
smtp_port: sugoi.db.Variable.getInt("smtp_port"),
|
|
smtp_user: sugoi.db.Variable.get("smtp_user"),
|
|
smtp_pass: sugoi.db.Variable.get("smtp_pass")
|
|
};
|
|
|
|
return new sugoi.mail.SendEmailMailer().init(conf);
|
|
}
|
|
|
|
var mailer:sugoi.mail.IMailer = new sugoi.mail.BufferedMailer();
|
|
if (sugoi.db.Variable.get("mailer") == "mandrill") {
|
|
// Buffered emails with Mandrill
|
|
untyped mailer.defineFinalMailer("mandrill");
|
|
} else {
|
|
// Buffered emails with SMTP
|
|
untyped mailer.defineFinalMailer("smtp");
|
|
}
|
|
return mailer;
|
|
}
|
|
|
|
/**
|
|
* Send an email
|
|
*/
|
|
public static function sendMail(m:sugoi.mail.Mail, ?group:db.Amap, ?listId:String, ?sender:db.User) {
|
|
if (group == null)
|
|
group = App.current.user == null ? null : App.current.user.getAmap();
|
|
|
|
current.event(SendEmail(m));
|
|
|
|
var params = group == null ? null : {remoteId: group.id};
|
|
|
|
App.log('about to send email with subject=<${m.getSubject()}> ...');
|
|
getMailer().send(m, params, function(o) {});
|
|
}
|
|
|
|
public static function quickMail(to:String, subject:String, html:String, ?group:db.Amap) {
|
|
App.log('quickMail subject=$subject');
|
|
|
|
var e = new sugoi.mail.Mail();
|
|
e.setSubject(subject);
|
|
e.setRecipient(to);
|
|
e.setSender(App.config.get("default_email"), t._("CagettePéi"));
|
|
var html = App.current.processTemplate("mail/message.mtt", {text: html, group: group});
|
|
e.setHtmlBody(html);
|
|
App.sendMail(e);
|
|
}
|
|
|
|
/**
|
|
* process a template and returns the generated string
|
|
* @param tpl
|
|
* @param ctx
|
|
*/
|
|
public function processTemplate(tpl:String, ctx:Dynamic):String {
|
|
Reflect.setField(ctx, 'HOST', App.config.HOST);
|
|
Reflect.setField(ctx, 'hDate', App.current.view.hDate);
|
|
// i18n functions
|
|
ctx._ = App.current.view._;
|
|
ctx.__ = App.current.view.__;
|
|
|
|
var tpl = loadTemplate(tpl);
|
|
var html = tpl.execute(ctx);
|
|
#if php
|
|
if (html.substr(0, 4) == "null")
|
|
html = html.substr(4);
|
|
#end
|
|
return html;
|
|
}
|
|
}
|