mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
refactoring some methodes
This commit is contained in:
parent
697a29b97d
commit
729dad2be4
28 changed files with 567 additions and 2323 deletions
|
@ -58,6 +58,7 @@
|
|||
fgcolor1="3f3f3f"
|
||||
initMap="47.976634, 7.825490"
|
||||
map_zoom="13"
|
||||
cache_station=0
|
||||
<database>
|
||||
dbname=sharee_operator
|
||||
host=localhost
|
||||
|
@ -91,6 +92,7 @@
|
|||
fgcolor1="black"
|
||||
initMap="47.976634, 7.825490"
|
||||
map_zoom="13"
|
||||
cache_station=0
|
||||
<database>
|
||||
dbname=sharee_operator
|
||||
host=localhost
|
||||
|
@ -103,9 +105,25 @@
|
|||
</shareeweb-project>
|
||||
</website>
|
||||
|
||||
<project_conf>
|
||||
<Example>
|
||||
agb_html="site/agb.html"
|
||||
privacy_html="site/privacy.html"
|
||||
impress_html="site/impress.html"
|
||||
tariff_info_html="site/tariff.html"
|
||||
bike_info_html="site/bike_info.html"
|
||||
</Example>
|
||||
</project_conf>
|
||||
|
||||
#reverse app merchant_id
|
||||
<appsframe>
|
||||
<sharee.bike>
|
||||
merchant_id="exzooLu4oh"
|
||||
</sharee.bike>
|
||||
</appsframe>
|
||||
|
||||
<merchant_ids>
|
||||
#contact TeilRad GmbH to get access to our single-sign-on with sharee.bike App
|
||||
|
||||
#<your-primary-merchant_id>
|
||||
<queexee3Da>
|
||||
id = 298
|
||||
|
@ -169,6 +187,10 @@
|
|||
superu_id = "1234567"
|
||||
logdir = "/var/log/copri4"
|
||||
basedir = "/var/www/copri4"
|
||||
<type_id>
|
||||
300101 = "Lastenräder"
|
||||
300103 = "Stadträder"
|
||||
</type_id>
|
||||
<sharing_type>
|
||||
2 = "public"
|
||||
3 = "private"
|
||||
|
@ -211,6 +233,11 @@
|
|||
1 = "lesen"
|
||||
2 = "lesen & schreiben"
|
||||
</permission>
|
||||
<theftalarm>
|
||||
move_count = 1
|
||||
speed = 1
|
||||
meter = 50
|
||||
</theftalarm>
|
||||
jsscript = "js/mobile_script.js"
|
||||
style_bootstrap_icons = "external/bootstrap-icons-1.10.2/bootstrap-icons.css"
|
||||
</copri_conf>
|
||||
|
@ -252,7 +279,14 @@
|
|||
serviceconfig = "300025"
|
||||
|
||||
payment_state = "SEPA-Lastschrift (payone)|Kreditkarte (payone)|Überweisung|Gutschrift"
|
||||
order_state = "|angerufen|eMail gesendet|in Arbeit|cronjob fail"
|
||||
order_state = "|Zahlungseingang|Zahlung offen|eMail gesendet|in Arbeit|Betrugsfall"
|
||||
<warning_state>
|
||||
1 = "1. Zahlungserinnerung"
|
||||
2 = "2. Zahlungserinnerung"
|
||||
3 = "1. Mahnung"
|
||||
4 = "2. Mahnung"
|
||||
5 = "3. Mahnung"
|
||||
</warning_state>
|
||||
|
||||
local_style = "css/local_style20221205.css"
|
||||
jquery = "external/jquery-3.6.1.min.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue