Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tile
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typo3
tile
Commits
ce533e0a
Commit
ce533e0a
authored
Jul 15, 2019
by
Dirk Wildt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.9.0
parent
f19bf5ff
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
703 additions
and
33 deletions
+703
-33
ChangeLog
ChangeLog
+5
-0
Classes/Controller/BookingController.php
Classes/Controller/BookingController.php
+2
-2
Classes/Controller/ShopController.php
Classes/Controller/ShopController.php
+1
-1
Classes/ViewHelpers/Get/CellClassViewHelper.php
Classes/ViewHelpers/Get/CellClassViewHelper.php
+3
-2
Configuration/TypoScript/config/tx_extbase/persistance.ts
Configuration/TypoScript/config/tx_extbase/persistance.ts
+5
-0
Configuration/TypoScript/constants.txt
Configuration/TypoScript/constants.txt
+3
-0
Configuration/TypoScript/module/tx_tile_md1/constants.ts
Configuration/TypoScript/module/tx_tile_md1/constants.ts
+2
-2
Configuration/TypoScript/plugin/tx_tile_pi1/constants.ts
Configuration/TypoScript/plugin/tx_tile_pi1/constants.ts
+1
-1
Configuration/TypoScript/setup.txt
Configuration/TypoScript/setup.txt
+5
-0
Documentation/Administrators/Index.rst
Documentation/Administrators/Index.rst
+10
-1
Documentation/Administrators/Installation/Index.rst
Documentation/Administrators/Installation/Index.rst
+67
-0
Documentation/Index.rst
Documentation/Index.rst
+2
-1
Documentation/Index/Index.rst
Documentation/Index/Index.rst
+37
-1
Documentation/Introduction/Index.rst
Documentation/Introduction/Index.rst
+60
-1
Documentation/Introduction/Screenshots/Backend/Index.rst
Documentation/Introduction/Screenshots/Backend/Index.rst
+53
-0
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_01.jpg
...troduction/Screenshots/Backend/book-a-tile_backend_01.jpg
+0
-0
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_01_siteplan.jpg
...n/Screenshots/Backend/book-a-tile_backend_01_siteplan.jpg
+0
-0
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_01_ticket.jpg
...ion/Screenshots/Backend/book-a-tile_backend_01_ticket.jpg
+0
-0
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_02.jpg
...troduction/Screenshots/Backend/book-a-tile_backend_02.jpg
+0
-0
Documentation/Introduction/Screenshots/Frontend/Index.rst
Documentation/Introduction/Screenshots/Frontend/Index.rst
+33
-0
Documentation/Introduction/Screenshots/Frontend/book-a-tile_frontend_01.jpg
...oduction/Screenshots/Frontend/book-a-tile_frontend_01.jpg
+0
-0
Documentation/Introduction/Screenshots/Frontend/book-a-tile_frontend_02.jpg
...oduction/Screenshots/Frontend/book-a-tile_frontend_02.jpg
+0
-0
Documentation/Introduction/Screenshots/Frontend/book-a-tile_frontend_03.jpg
...oduction/Screenshots/Frontend/book-a-tile_frontend_03.jpg
+0
-0
Documentation/Introduction/Screenshots/Index.rst
Documentation/Introduction/Screenshots/Index.rst
+23
-0
Documentation/KnownBugs/Backend/Filereference/Index.rst
Documentation/KnownBugs/Backend/Filereference/Index.rst
+27
-0
Documentation/KnownBugs/Backend/Index.rst
Documentation/KnownBugs/Backend/Index.rst
+21
-0
Documentation/KnownBugs/Index.rst
Documentation/KnownBugs/Index.rst
+1
-0
Documentation/Todos/Index.rst
Documentation/Todos/Index.rst
+6
-1
Documentation/Users/Index.rst
Documentation/Users/Index.rst
+11
-1
Documentation/Users/Setup/Index.rst
Documentation/Users/Setup/Index.rst
+27
-0
Documentation/Users/Setup/Publishing/Index.rst
Documentation/Users/Setup/Publishing/Index.rst
+56
-0
Documentation/Users/Setup/Records/Index.rst
Documentation/Users/Setup/Records/Index.rst
+51
-0
Documentation/Users/Setup/Siteplan/Area/Index.rst
Documentation/Users/Setup/Siteplan/Area/Index.rst
+31
-0
Documentation/Users/Setup/Siteplan/Golive/Index.rst
Documentation/Users/Setup/Siteplan/Golive/Index.rst
+42
-0
Documentation/Users/Setup/Siteplan/Index.rst
Documentation/Users/Setup/Siteplan/Index.rst
+27
-0
Documentation/Users/Setup/Siteplan/Objects/Index.rst
Documentation/Users/Setup/Siteplan/Objects/Index.rst
+36
-0
Documentation/Users/Setup/Siteplan/Tickets/Index.rst
Documentation/Users/Setup/Siteplan/Tickets/Index.rst
+36
-0
README.md
README.md
+1
-1
Resources/Private/Language/de.locallang_db.xlf
Resources/Private/Language/de.locallang_db.xlf
+4
-4
Resources/Private/Language/locallang_db.xlf
Resources/Private/Language/locallang_db.xlf
+4
-4
Resources/Private/Module/Partials/Shop/FormFields.html
Resources/Private/Module/Partials/Shop/FormFields.html
+2
-2
Resources/Private/Templates/Area/New.html
Resources/Private/Templates/Area/New.html
+1
-1
Resources/Private/Templates/Category/Enable.html
Resources/Private/Templates/Category/Enable.html
+1
-1
Resources/Private/Templates/Shop/XXXCreate.html
Resources/Private/Templates/Shop/XXXCreate.html
+1
-1
Resources/Private/Templates/Ticket/Enable.html
Resources/Private/Templates/Ticket/Enable.html
+1
-1
ext_emconf.php
ext_emconf.php
+3
-3
ext_tables.php
ext_tables.php
+1
-1
No files found.
ChangeLog
View file @
ce533e0a
0.9.0
19-07-13
Official Release
* #i0004: Manual
0.0.9
19-07-13
Improvements
...
...
Classes/Controller/BookingController.php
View file @
ce533e0a
...
...
@@ -307,8 +307,8 @@ class BookingController extends AbstractFrontendController
,
'caddyPid'
=>
$this
->
_getCaddyPid
()
,
'cData'
=>
$this
->
contentObject
->
data
,
'cells'
=>
$this
->
_getAreaCells
(
$area
)
,
'formCellWiBgimageChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiBgimage'
,
fals
e
)
,
'formCellWiCategoriesChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiCategories'
,
fals
e
)
,
'formCellWiBgimageChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiBgimage'
,
tru
e
)
,
'formCellWiCategoriesChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiCategories'
,
tru
e
)
,
'formCellWiGroupsChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiGroups'
,
true
)
,
'formCellWiTicketsChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiTickets'
,
true
)
,
'formCellWiUndefinedCellsChecked'
=>
$this
->
_oSessionUtility
->
getSessionElement
(
'formCellWiUndefinedCells'
,
true
)
...
...
Classes/Controller/ShopController.php
View file @
ce533e0a
...
...
@@ -122,7 +122,7 @@ class ShopController extends AbstractController
}
$header
=
''
;
$prompt
=
'D
ie Name
der Veranstaltung ist nicht angegeben.'
;
$prompt
=
'D
atum
der Veranstaltung ist nicht angegeben.'
;
$this
->
addFlashMessage
(
$prompt
,
$header
,
\TYPO3\CMS\Core\Messaging\AbstractMessage
::
ERROR
);
return
false
;
...
...
Classes/ViewHelpers/Get/CellClassViewHelper.php
View file @
ce533e0a
...
...
@@ -84,9 +84,10 @@ class CellClassViewHelper extends AbstractFlexformViewHelper
/**
* @param string $formProperty
* @param boolean $default
* @return mixed
*/
private
function
_dontDisplay
(
$formProperty
)
private
function
_dontDisplay
(
$formProperty
,
$default
=
true
)
{
static
$display
=
null
;
...
...
@@ -95,7 +96,7 @@ class CellClassViewHelper extends AbstractFlexformViewHelper
return
$display
[
$formProperty
];
}
$display
[
$formProperty
]
=
$this
->
_sessionUtility
->
getSessionElement
(
$formProperty
,
false
);
$display
[
$formProperty
]
=
$this
->
_sessionUtility
->
getSessionElement
(
$formProperty
,
$default
);
$prompt
=
'['
.
$formProperty
.
'] This prompt should display once only! Check of static variables:'
;
$this
->
_promptStatic
(
__METHOD__
,
__LINE__
,
$prompt
);
...
...
Configuration/TypoScript/config/tx_extbase/persistance.ts
View file @
ce533e0a
...
...
@@ -32,6 +32,11 @@ config {
tableName
=
tx_quickshop_products
}
}
TYPO3
\
CMS
\
Extbase
\
Domain
\
Model
\
FileReference
{
mapping
{
tableName
=
sys_file_reference
}
}
}
}
}
...
...
Configuration/TypoScript/constants.txt
0 → 100644
View file @
ce533e0a
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/module/_constants.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/plugin/_constants.ts">
Configuration/TypoScript/module/tx_tile_md1/constants.ts
View file @
ce533e0a
...
...
@@ -8,9 +8,9 @@ module.tx_tile_md1 {
layoutRootPath
=
EXT
:
tile
/
Resources
/
Private
/
Module
/
Layouts
/
}
persistence
{
#
cat
=
TILE
–
MODULE
–
PERSISTENCE
//a; type=string; label=Default storage PID
#
cat
=
TILE
–
MODULE
–
PERSISTENCE
*
//a; type=string; label=Default storage PID
storagePid
=
#
cat
=
TILE
–
MODULE
–
PERSISTENCE
//a; type=string; label=Levels
#
cat
=
TILE
–
MODULE
–
PERSISTENCE
*
//a; type=string; label=Levels
recursive
=
999
}
}
\ No newline at end of file
Configuration/TypoScript/plugin/tx_tile_pi1/constants.ts
View file @
ce533e0a
...
...
@@ -8,7 +8,7 @@ plugin.tx_tile_pi1 {
layoutRootPath
=
EXT
:
tile
/
Resources
/
Private
/
Layouts
/
}
persistence
{
#
cat
=
TILE
–
PLUGIN
–
PERSISTENCE
//a; type=string; label=Default storage PID
#
cat
=
TILE
–
PLUGIN
–
PERSISTENCE
*
//a; type=string; label=Default storage PID
storagePid
=
}
}
Configuration/TypoScript/setup.txt
0 → 100644
View file @
ce533e0a
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/config/_setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/lib/_setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/module/_setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/page/_setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:tile/Configuration/TypoScript/plugin/_setup.ts">
Documentation/Administrators/Index.rst
View file @
ce533e0a
...
...
@@ -8,5 +8,14 @@
.. _administrators:
Administrators
==============
\ No newline at end of file
==============
**Table of Contents**
.. toctree::
:maxdepth: 3
:titlesonly:
Installation/Index
\ No newline at end of file
Documentation/Administrators/Installation/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../Includes.txt
.. _administrators_installation:
Installation
============
Extensions
----------
* Install the Extension Quick Shop (`EXT:quick_shop <https://extensions.typo3.org/extension/quick_shop/>`_).
Recommended: Use the distribution "`Launch Quick Shop <https://extensions.typo3.org/extension/launchquickshop/>`_".
It will install a ready-to-use Shop.
* Install this extension (`EXT:tile <https://extensions.typo3.org/extension/tile/>`_)
Edit page content
-----------------
Page [Shop]:
* Hide or delete the plugins:
* [Browser ... for the Slick Slider]
* [Browser with items / products]
* Add the plugin [Book a Tile!]
Create folder
-------------
* Create a folder "Book a Tile!" anywhere at the pagetree.
TypoScript
----------
* Add a TypoScript template to the folder "Book a Tile!".
* Constant Editor (recommended: root page)
* TILE – MODULE – PERSISTENCE > Default storage PID: please enter the page id of the folder "Book a tile!" from above.
* TILE – PLUGIN – PERSISTENCE > Default storage PID: please enter the page id of the folder "Book a tile!" from above.
If properties from above are not available:
* Please include the static template [Book a Tile!] at the root page.
Setup
-----
You need a live version of a site plan. See: :ref:`Users > Setup <users_setup>`
\ No newline at end of file
Documentation/Index.rst
View file @
ce533e0a
...
...
@@ -28,7 +28,8 @@ Book a tile!
en
:Description:
E-commerce: book a tile like a seat, table or a surface.
E-commerce ticketing solution for organisers and theaters.
Site plans with seats, surfaces or any other object. With GUI. Sell tickets online!
:Keywords:
typo3, tile, e-commerce, seat, table, surface
...
...
Documentation/Index/Index.rst
View file @
ce533e0a
...
...
@@ -8,5 +8,41 @@
.. _index:
Alphabetical Index
==================
\ No newline at end of file
==================
B
-
Bugs
* :ref:`SqlErrorException <knownbugs_backend_filereference>`
* :ref:`Tiles don't have the Caddy color <knownbugs_frontend_tiles>`
C
-
Caddy
* :ref:`Tiles don't have the Caddy color <knownbugs_frontend_tiles>`
S
-
SQL
* :ref:`SqlErrorException <knownbugs_backend_filereference>`
T
-
Tiles
* :ref:`without Caddy color <knownbugs_frontend_tiles>`
Documentation/Introduction/Index.rst
View file @
ce533e0a
...
...
@@ -8,5 +8,64 @@
.. _introduction:
Introduction
============
\ No newline at end of file
============
What does it do?
----------------
Tiles is an application for create site plans ready to use for selling online tickets:
* Editors can create site plans.
* Site plans can have any object like seats, tables or a surfaces.
* You conect an object or a group of objects with a ticket.
* If you have created a site plan with objects and tickets, you can clone it (go live!).
* The clone will create tickets for selling ready to use with TYPO3 Quick Shop.
* Site plans are reusable, clones not.
Graphical user interface
------------------------
* Tile has a graphical user intercace (GUI) in the backend for administrative purposes.
* Tile has a GUI in the frontend for buying tickets.
Stockmanagement
---------------
The online shop behind tile is TYPO3 Quick Shop.
You can use all advantages. One feature is stockmanagement.
Target group
------------
* Flea markets
* Organisers
* Theaters
Todos
-----
Please refer to :ref:`Todos <todos>`
**Table of Contents**
.. toctree::
:maxdepth: 3
:titlesonly:
Screenshots/Index
\ No newline at end of file
Documentation/Introduction/Screenshots/Backend/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../Includes.txt
.. _introduction_screenshots_backend:
Backend
=======
Module Book a Tile!
-------------------
.. figure:: book-a-tile_backend_01.jpg
:width: 800px
:alt: TYPO3-module Book a Tile!
TYPO3-module Book a Tile!
Graphical User Interface (GUI)
------------------------------
.. figure:: book-a-tile_backend_01_siteplan.jpg
:width: 600px
:alt: GUI of Book a Tile! Here for adding and editing objects.
TYPO3-GUI of Book a Tile! Here for adding and editing objects.
.. figure:: book-a-tile_backend_01_ticket.jpg
:width: 600px
:alt: GUI of Book a Tile! Here for adding and editing tickets.
TYPO3-GUI of Book a Tile! Here for adding and editing tickets.
Plugin
------
.. figure:: book-a-tile_backend_02.jpg
:width: 400px
:alt: Plugin of Book a Tile!
Plugin of Book a Tile! Two tabs, three properties. That's all :)
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_01.jpg
0 → 100644
View file @
ce533e0a
102 KB
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_01_siteplan.jpg
0 → 100644
View file @
ce533e0a
64.4 KB
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_01_ticket.jpg
0 → 100644
View file @
ce533e0a
61.2 KB
Documentation/Introduction/Screenshots/Backend/book-a-tile_backend_02.jpg
0 → 100644
View file @
ce533e0a
34.2 KB
Documentation/Introduction/Screenshots/Frontend/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../Includes.txt
.. _introduction_screenshots_frontend:
Frontend
========
.. figure:: book-a-tile_frontend_01.jpg
:width: 600px
:alt: GUI of Book a Tile! Here for ordering tickets.
TYPO3-GUI of Book a Tile! Here for ordering tickets.
.. figure:: book-a-tile_frontend_02.jpg
:width: 600px
:alt: GUI of Book a Tile! Here: the mini-caddy.
TYPO3-GUI of Book a Tile! Here: the mini-caddy.
.. figure:: book-a-tile_frontend_03.jpg
:width: 600px
:alt: GUI of Book a Tile! Here: the caddy.
TYPO3-GUI of Book a Tile! Here: the caddy.
\ No newline at end of file
Documentation/Introduction/Screenshots/Frontend/book-a-tile_frontend_01.jpg
0 → 100644
View file @
ce533e0a
161 KB
Documentation/Introduction/Screenshots/Frontend/book-a-tile_frontend_02.jpg
0 → 100644
View file @
ce533e0a
117 KB
Documentation/Introduction/Screenshots/Frontend/book-a-tile_frontend_03.jpg
0 → 100644
View file @
ce533e0a
111 KB
Documentation/Introduction/Screenshots/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../Includes.txt
.. _introduction_screenshots:
Screenshots
===========
**Table of Contents**
.. toctree::
:maxdepth: 3
:titlesonly:
Backend/Index
Frontend/Index
\ No newline at end of file
Documentation/KnownBugs/Backend/Filereference/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../Includes.txt
.. _knownbugs_backend_filereference:
Reference doesn't exist
=======================
Prompt
------
TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Storage\\Exception\\SqlErrorException
Table 'tx_extbase_domain_model_filereference' doesn't exist
Solution
--------
Please empty all cache.
\ No newline at end of file
Documentation/KnownBugs/Backend/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../Includes.txt
.. _knownbugs_backend:
Backend
=======
**Table of Contents**
.. toctree::
:maxdepth: 3
:titlesonly:
Filereference/Index
Documentation/KnownBugs/Index.rst
View file @
ce533e0a
...
...
@@ -17,4 +17,5 @@ Known Bugs
:maxdepth: 3
:titlesonly:
Backend/Index
Frontend/Index
\ No newline at end of file
Documentation/Todos/Index.rst
View file @
ce533e0a
...
...
@@ -11,7 +11,12 @@
Todos
=====
0.0.8
1.0.0
-----
* English translation: A lot of labels are in German language.
* Hard coded language: A lot of labels are part of the fluid templates.
It should replaced links to xlf-files.
* TCA is optimised for TYPO3 9.5. Todo: Configuration for TYPO3 8.7
\ No newline at end of file
Documentation/Users/Index.rst
View file @
ce533e0a
...
...
@@ -8,5 +8,15 @@
.. _users:
Users
=====
\ No newline at end of file
=====
**Table of Contents**
.. toctree::
:maxdepth: 3
:titlesonly:
Setup/Index
\ No newline at end of file
Documentation/Users/Setup/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../Includes.txt
.. _users_setup:
Setup
=====
* Installation must be done (see :ref:`Administrators > Installation <administrators_installation>`).
* You must have created some table records (see below).
**Table of Contents**
.. toctree::
:maxdepth: 3
:titlesonly:
Records/Index
Siteplan/Index
Publishing/Index
\ No newline at end of file
Documentation/Users/Setup/Publishing/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../Includes.txt
.. _users_setup_publishing:
Publishing
==========
* Please select the page "Shop" with the plugin "Book a tile!" (see :ref:`Administrators > Installation <administrators_installation>`).
* Please select the plugin "Book a tile!"
* Tab [Plugin] > Site plan: [flea market – cloned at Mon Jul 15 20:43:54 2019]
* Tab [Caddy] > Plugin: [Caddy]
CSS
---
Please create the four records from below.
#. Title: Object default (blue 50%) | Css class: default | Color: #0080ff | Opacity: 50%
#. Title: Ticket (blue 50%) | Css class: default | Color: #0080ff | Opacity: 50%
#. Title: Ticket in the Caddy (red 50%) | Css class: caddy | Color: #ff0000 | Opacity: 50%
#. Title: Ticket selled (black 50%) | Css class: selled | Color: #000000 | Opacity: 50%
Tickets
-------
Please create the three records from below.
#. Title: 1 sqm | Gross price: 10 | Color: [Ticket (blue 50%)] | Color, if in the caddy: [Ticket in the Caddy (red 50%)] | Color, if selled: [Ticket selled (black 50%)]
#. Title: 2 sqm | Gross price: 20 | ... same like in the ticket above
#. Title: 4 sqm | Gross price: 40 | ... same like in the ticket above
Objects (categories)
--------------------
Please create the one record from below.
#. Title: Base (de: Standfläche) | Css class: [Object default (blue 50%)]
\ No newline at end of file
Documentation/Users/Setup/Records/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../Includes.txt
.. _users_setup_records:
Records
=======
* Please select the folder "Book a tile!" (see :ref:`Administrators > Installation <administrators_installation>`).
* Please select the Modul: **Web > List**
CSS
---
Please create the four records from below.
#. Title: Object default (blue 50%) | Css class: default | Color: #0080ff | Opacity: 50%
#. Title: Ticket (blue 50%) | Css class: default | Color: #0080ff | Opacity: 50%
#. Title: Ticket in the Caddy (red 50%) | Css class: caddy | Color: #ff0000 | Opacity: 50%
#. Title: Ticket selled (black 50%) | Css class: selled | Color: #000000 | Opacity: 50%
Tickets
-------
Please create the three records from below.
#. Title: 1 sqm | Gross price: 10 | Color: [Ticket (blue 50%)] | Color, if in the caddy: [Ticket in the Caddy (red 50%)] | Color, if selled: [Ticket selled (black 50%)]
#. Title: 2 sqm | Gross price: 20 | ... same like in the ticket above
#. Title: 4 sqm | Gross price: 40 | ... same like in the ticket above
Objects (categories)
--------------------
Please create the one record from below.
#. Title: Base (de: Standfläche) | Css class: [Object default (blue 50%)]
\ No newline at end of file
Documentation/Users/Setup/Siteplan/Area/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../../Includes.txt
.. _users_setup_siteplan_area:
Area
====
Create a site plan (area):
* Modul: Web > Book a Tile!
* Edit area
* Click the button [New Plan]
* Enter
* Site plan: flea market
* Length: 30
* Depth: 15
* Save the form
\ No newline at end of file
Documentation/Users/Setup/Siteplan/Golive/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../../../../Includes.txt
.. _users_setup_siteplan_golive:
Go live!
========
Go live! means:
---------------
* You are cloning the site plan (here: flea market).
* The clone will get for each of your tickets a Quick Shop ticket.
* Quick Shop tickets are the tickets for selling.
Workflow
--------
* Modul: Web > Book a Tile!
* Edit area
* Click the button [Go live!] of the row with your flea market.
* Enter
* Date of event: 15.Jul
* Destination folder: Page id of the folder with the poducts / items of the shop
* Save the form
You will receive a record like: "flea market – cloned at Mon Jul 15 20:43:54 2019"
\ No newline at end of file
Documentation/Users/Setup/Siteplan/Index.rst
0 → 100644
View file @
ce533e0a
.. ==================================================
.. FOR YOUR INFORMATION