changeset 75557d715966 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=75557d715966
description:
        Add TSD2019 Schedule

        review288451002
diffstat:

 templates/events/tsd2019.html |  44 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 41 insertions(+), 3 deletions(-)

diffs (61 lines):

diff -r d15dd30278e4 -r 75557d715966 templates/events/tsd2019.html
--- a/templates/events/tsd2019.html     Wed Nov 06 13:28:59 2019 +0100
+++ b/templates/events/tsd2019.html     Mon Nov 11 19:38:09 2019 +0100
@@ -16,8 +16,46 @@
 </div>
 {% endmacro %}
 {% set events = [
-    Day((2019, 11, 27), location=location(), full=True),
-    Day((2019, 11, 28), location=location(), full=True),
+    Day((2019, 11, 27),
+        ("Welcome and Presentation", (10,00), (10,15), "",
+            [("Ricardo Laborda", '7def80bf949923280eeee51329876f97', 
"Datalife", 'https://datalifeit.es/')]),
+        ("What can Tryton offer my company?", (10, 15), (10, 45), "",
+            [("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', 
"KOPEN", 'https://www.kopen.es/')]),
+        ("Tryton: How they do it", (10, 45), (11, 15), "",
+            [("José Salvador", '06fe0c653b51b1979ec798a2e108108a', 
"Numenalia", 'https://www.numenalia.com/')]),
+        ("Coffee Break", (11, 15), (11, 45), ""),
+        ("eCommerce from Tryton", (12, 00), (12, 30,), "",
+            [("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', 
"KOPEN", 'https://www.kopen.es/')]),
+        ("Tryton and the GNU Health federation", (12,30), (13,00), "",
+            [("Luis Falcon", '8195b77c77637a67c1155e0876481f75', "GNUHealth", 
'https://gnuhealth.org/')]),
+        ("4agro and the agrolimentari sector", (13, 00), (13, 30), "",
+            [("Ricardo Laborda", '7def80bf949923280eeee51329876f97', 
"Datalife", 'https://datalifeit.es/')]),
+        ("Lunch Break", (14, 00), (16, 00), ""),
+        ("What open source gives my business", (16, 00), (16, 30), "",
+            [("Fernando Martín", 'aaa01ef70898773a935e0bb0c9bb3b45', 
"OpenViT", 'https://openvit.org/')]),
+        ("Mobility systems to give value: tryvy", (17, 00), (17, 30), "",
+            [("Sergio Morillo", 'bc2d2c53bd73f8bd7f6cfbaa5ed436a8', 
"Datalife", 'https://datalifeit.es/')]),
+        ("Sale Costs and Return Management", (17, 30), (18, 00), "",
+            [("Nicolas Lopez", 'ce2ffc0d3acbb3acf94cbc46e48e13e0', "Datalife", 
'https://datalifeit.es/')]),
+        ("Tryton oriented to Food Industry", (18, 00), (18, 30), "",
+            [("Javier Celada", '3def9fa553ed0691c12d0eb8db6f6f0c', "INGSYS", 
'https://www.ingsys.es/')]),
+        ("Business Intelligence with Tryton", (18, 30), (19, 00), ""),
+            location=location(), full=True),
+    Day((2019, 11, 28),
+        ("New functionalities on Tryton 5.4", (10,00), (10, 45), "",
+            [("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', 
"KOPEN", 'https://www.kopen.es/')]),
+        ("EDI and Attendance Control", (10, 45), (11, 15), "",
+            [("Marcos Sabater", '01e277b7dfaba3faf8e9de5afdea7cf0', 
"Datalife", 'https://datalifeit.es/')]),
+        ("Coffee Break", (11, 15), (11, 45), ""),
+        ("Tryton Spanish Localization", (12,00), (12, 30), "A summary of the 
current state of the Spanish localization and the future work.",
+            [("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', 
"KOPEN", 'https://www.kopen.es/')]),
+        ("Productivity in financial: Instrastat", (12, 30), (13, 00), "",
+            [("Ramón Oliver", 'e8004e385368b66b469028a8cef6641c', "Datalife", 
'https://datalifeit.es/')]),
+        ("Contribute to Open Source managing customer timings", (13,00), (13, 
30), "",
+            [("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', 
"KOPEN", 'https://www.kopen.es/')]),
+        ("Tryton and the lifecycle of Open Source", (13, 30), (14, 00), "",
+            [("Nicolas Lopez", 'ce2ffc0d3acbb3acf94cbc46e48e13e0', "Datalife", 
'https://datalifeit.es/')]),
+            location=location(), full=True),
     ]
 %}
 {% extends "events/layout.html" %}
@@ -34,7 +72,7 @@
 
 {% block schedule %}
 {{ super() }}
-{% if datetime.date.today() < datetime.date(2019, 11, 20) %}
+{% if datetime.date.today() < datetime.date(2019, 11, 11) %}
 <div class="bg-light py-4 mb-4 text-center">
     <p class="lead"><span class="material-icons align-middle">build</span> The 
unconference is built by its participants.</p>
     <a class="btn btn-primary text-uppercase my-4" 
href="mailto:[email protected]";>Submit a talk</a>

Reply via email to