improve deployment
- customer angular app: add base-href and deploy url - botond_daily.sh : allow daily scripts
This commit is contained in:
parent
7bd6185334
commit
ed383ba5dd
@ -1,3 +1,5 @@
|
|||||||
|
-0.1.26
|
||||||
|
- add group training
|
||||||
-0.1.25
|
-0.1.25
|
||||||
- fix update inactive card
|
- fix update inactive card
|
||||||
-0.1.24
|
-0.1.24
|
||||||
@ -176,7 +178,7 @@
|
|||||||
-0.0.51
|
-0.0.51
|
||||||
- fix storno @transfers -> delete from carts on storno
|
- fix storno @transfers -> delete from carts on storno
|
||||||
-0.0.50
|
-0.0.50
|
||||||
- Delete contract on admin
|
- Delete contract on admin
|
||||||
-0.0.49
|
-0.0.49
|
||||||
- contract - add started_at
|
- contract - add started_at
|
||||||
- receptions/account-state/mixed
|
- receptions/account-state/mixed
|
||||||
@ -205,7 +207,7 @@
|
|||||||
-0.0.41
|
-0.0.41
|
||||||
- add button kulcs "visszaad"
|
- add button kulcs "visszaad"
|
||||||
- fix ReceptionFomr#getFirstKey method
|
- fix ReceptionFomr#getFirstKey method
|
||||||
- reception read card/key number field : if card with key is read,
|
- reception read card/key number field : if card with key is read,
|
||||||
then redirect to product/sale
|
then redirect to product/sale
|
||||||
-0.0.40
|
-0.0.40
|
||||||
- fix contract pdf design
|
- fix contract pdf design
|
||||||
@ -247,14 +249,14 @@
|
|||||||
-0.0.26
|
-0.0.26
|
||||||
- Fix GiroUzenetsorszam case sensitive class/file name match
|
- Fix GiroUzenetsorszam case sensitive class/file name match
|
||||||
-0.0.25
|
-0.0.25
|
||||||
- add reception key changes,
|
- add reception key changes,
|
||||||
- add money movent storno,
|
- add money movent storno,
|
||||||
- status displays
|
- status displays
|
||||||
- ticket installmetn request, ugiro, beszed, detsta
|
- ticket installmetn request, ugiro, beszed, detsta
|
||||||
-0.0.24
|
-0.0.24
|
||||||
- add transfer payment_method
|
- add transfer payment_method
|
||||||
-0.0.23
|
-0.0.23
|
||||||
- fix small bugs
|
- fix small bugs
|
||||||
-0.0.22
|
-0.0.22
|
||||||
- fix product barcode unique on admin site
|
- fix product barcode unique on admin site
|
||||||
- When checking ticket, use status = Active
|
- When checking ticket, use status = Active
|
||||||
@ -287,7 +289,7 @@
|
|||||||
-0.0.14
|
-0.0.14
|
||||||
- add hidden account
|
- add hidden account
|
||||||
- add cart payout/delete per row
|
- add cart payout/delete per row
|
||||||
-
|
-
|
||||||
-0.0.13
|
-0.0.13
|
||||||
- add new profile rocho-net
|
- add new profile rocho-net
|
||||||
-0.0.12
|
-0.0.12
|
||||||
@ -305,7 +307,7 @@
|
|||||||
add rfid_key to card and key
|
add rfid_key to card and key
|
||||||
add typeahead to reception product/sale
|
add typeahead to reception product/sale
|
||||||
add admin transaction/summary
|
add admin transaction/summary
|
||||||
fix admin transaction/index
|
fix admin transaction/index
|
||||||
-0.0.8
|
-0.0.8
|
||||||
fix account state on reception
|
fix account state on reception
|
||||||
add keys
|
add keys
|
||||||
|
|||||||
@ -5,7 +5,7 @@ return [
|
|||||||
'supportEmail' => 'rocho02@gmail.com',
|
'supportEmail' => 'rocho02@gmail.com',
|
||||||
'infoEmail' => 'info@rocho-net.hu',
|
'infoEmail' => 'info@rocho-net.hu',
|
||||||
'user.passwordResetTokenExpire' => 3600,
|
'user.passwordResetTokenExpire' => 3600,
|
||||||
'version' => 'v0.1.25',
|
'version' => 'v0.1.26',
|
||||||
'company' => 'movar',//gyor
|
'company' => 'movar',//gyor
|
||||||
'company_name' => "Freimann Kft.",
|
'company_name' => "Freimann Kft.",
|
||||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||||
@ -21,7 +21,7 @@ return [
|
|||||||
'ugiro_kezdemenyezo_szamlaszam' => '000000000000000',//5860025215371128
|
'ugiro_kezdemenyezo_szamlaszam' => '000000000000000',//5860025215371128
|
||||||
'ugiro_kezdemenyezo_azonosito' => 'A25006285',//
|
'ugiro_kezdemenyezo_azonosito' => 'A25006285',//
|
||||||
//a recepicó kosár csak az aktuális user által kiadott termékeket tartalmazza
|
//a recepicó kosár csak az aktuális user által kiadott termékeket tartalmazza
|
||||||
//vagy mindent
|
//vagy mindent
|
||||||
//értékek user|all
|
//értékek user|all
|
||||||
// * - user: a felhasználó csak azokat a termékeket látja a kosrába, amiket ő rakott bele
|
// * - user: a felhasználó csak azokat a termékeket látja a kosrába, amiket ő rakott bele
|
||||||
// - all: a felhasználó minden kosrában lévő terméket lát, még azokat is , amiket nem ő rakott bele
|
// - all: a felhasználó minden kosrában lévő terméket lát, még azokat is , amiket nem ő rakott bele
|
||||||
@ -38,7 +38,7 @@ return [
|
|||||||
'backend_skin' => 'skin-red', //skin-green
|
'backend_skin' => 'skin-red', //skin-green
|
||||||
/**User cart module on/off*/
|
/**User cart module on/off*/
|
||||||
'user_cart_on' => true,
|
'user_cart_on' => true,
|
||||||
/**
|
/**
|
||||||
* a termék eladás oldalon hol legyen az alaéprtelmezett focus
|
* a termék eladás oldalon hol legyen az alaéprtelmezett focus
|
||||||
* a vonalkód mezőn vagy az autocomplete mezőn
|
* a vonalkód mezőn vagy az autocomplete mezőn
|
||||||
barcode | autocomplete */
|
barcode | autocomplete */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user