enoyer la notification à la demande de devis
* blanc.png: * logo-white.png: * musician-923526_1280.jpg: * musician-923526_1.nb.jpg: * musician-923526_1.nbb.jpg: * musician-923526_1280.s.jpg: * musician-923526_1.nbbi.jpg: * musician-923526_1.nb.xs.jpg: * live-concert-388160_1280.jpg: * musician-923526_1280.xxs.jpg: * musician-923526_1.nbb.xs.jpg: * musician-923526_1.nb.xxs.jpg: * musician-923526_1.nbbi.xs.jpg: * musician-923526_1.nbb.xxs.jpg: * musician-923526_1.nbbi.xxs.jpg: * live-concert-388160_1280.s.jpg: * live-concert-388160_1280.xxs.jpg: images * EventCirclesPub.cs: * BackOfficeController.cs: * FrontOfficeController.cs: * NominativeEventPub.cs: * BackOfficeController.cs: refabrication * Commande.cs: implémente une description pour toute commande, dans la classe concrete * SimpleBookingQuery.cs: la description d'une commande simple de rdv * GoogleHelpers.cs: implemente l'envoi d'une notification nominative (à un prestataire en particulier) * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: traductions * WorkFlowManager.cs: envoie une notification à la demande de devis d'un client * YavscModel.csproj: notifications privée.
This commit is contained in:
parent
2a1301d93c
commit
e5cf31fbf3
33 changed files with 503 additions and 318 deletions
58
yavscModel/LocalizedText.fr.Designer.cs
generated
58
yavscModel/LocalizedText.fr.Designer.cs
generated
|
|
@ -454,12 +454,6 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string AboutContent {
|
||||
get {
|
||||
return ResourceManager.GetString("AboutContent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string YourNeed {
|
||||
get {
|
||||
return ResourceManager.GetString("YourNeed", resourceCulture);
|
||||
|
|
@ -526,9 +520,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Logout {
|
||||
public static string About {
|
||||
get {
|
||||
return ResourceManager.GetString("Logout", resourceCulture);
|
||||
return ResourceManager.GetString("About", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -568,15 +562,21 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string YourEstimates {
|
||||
get {
|
||||
return ResourceManager.GetString("YourEstimates", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Non_existent_user {
|
||||
public static string aprestation {
|
||||
get {
|
||||
return ResourceManager.GetString("Non_existent_user", resourceCulture);
|
||||
return ResourceManager.GetString("aprestation", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -670,9 +670,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string YourEstimates {
|
||||
public static string Logout {
|
||||
get {
|
||||
return ResourceManager.GetString("YourEstimates", resourceCulture);
|
||||
return ResourceManager.GetString("Logout", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -736,18 +736,24 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string yourquerytransmitted {
|
||||
get {
|
||||
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Hide_source {
|
||||
get {
|
||||
return ResourceManager.GetString("Hide_source", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AskForAnEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("AskForAnEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SomeoneAskingYouForAnEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("SomeoneAskingYouForAnEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DocTemplateException {
|
||||
get {
|
||||
return ResourceManager.GetString("DocTemplateException", resourceCulture);
|
||||
|
|
@ -760,9 +766,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string About {
|
||||
public static string yourquerytransmitted {
|
||||
get {
|
||||
return ResourceManager.GetString("About", resourceCulture);
|
||||
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -850,12 +856,24 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Non_existent_user {
|
||||
get {
|
||||
return ResourceManager.GetString("Non_existent_user", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Profile_edition {
|
||||
get {
|
||||
return ResourceManager.GetString("Profile_edition", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string prestation {
|
||||
get {
|
||||
return ResourceManager.GetString("prestation", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string My_Estimates {
|
||||
get {
|
||||
return ResourceManager.GetString("My_Estimates", resourceCulture);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue