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
|
||||
- fix update inactive card
|
||||
-0.1.24
|
||||
@ -176,7 +178,7 @@
|
||||
-0.0.51
|
||||
- fix storno @transfers -> delete from carts on storno
|
||||
-0.0.50
|
||||
- Delete contract on admin
|
||||
- Delete contract on admin
|
||||
-0.0.49
|
||||
- contract - add started_at
|
||||
- receptions/account-state/mixed
|
||||
@ -205,7 +207,7 @@
|
||||
-0.0.41
|
||||
- add button kulcs "visszaad"
|
||||
- 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
|
||||
-0.0.40
|
||||
- fix contract pdf design
|
||||
@ -247,14 +249,14 @@
|
||||
-0.0.26
|
||||
- Fix GiroUzenetsorszam case sensitive class/file name match
|
||||
-0.0.25
|
||||
- add reception key changes,
|
||||
- add money movent storno,
|
||||
- add reception key changes,
|
||||
- add money movent storno,
|
||||
- status displays
|
||||
- ticket installmetn request, ugiro, beszed, detsta
|
||||
- ticket installmetn request, ugiro, beszed, detsta
|
||||
-0.0.24
|
||||
- add transfer payment_method
|
||||
-0.0.23
|
||||
- fix small bugs
|
||||
- fix small bugs
|
||||
-0.0.22
|
||||
- fix product barcode unique on admin site
|
||||
- When checking ticket, use status = Active
|
||||
@ -287,7 +289,7 @@
|
||||
-0.0.14
|
||||
- add hidden account
|
||||
- add cart payout/delete per row
|
||||
-
|
||||
-
|
||||
-0.0.13
|
||||
- add new profile rocho-net
|
||||
-0.0.12
|
||||
@ -305,7 +307,7 @@
|
||||
add rfid_key to card and key
|
||||
add typeahead to reception product/sale
|
||||
add admin transaction/summary
|
||||
fix admin transaction/index
|
||||
fix admin transaction/index
|
||||
-0.0.8
|
||||
fix account state on reception
|
||||
add keys
|
||||
|
||||
@ -5,7 +5,7 @@ return [
|
||||
'supportEmail' => 'rocho02@gmail.com',
|
||||
'infoEmail' => 'info@rocho-net.hu',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'version' => 'v0.1.25',
|
||||
'version' => 'v0.1.26',
|
||||
'company' => 'movar',//gyor
|
||||
'company_name' => "Freimann Kft.",
|
||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||
@ -21,7 +21,7 @@ return [
|
||||
'ugiro_kezdemenyezo_szamlaszam' => '000000000000000',//5860025215371128
|
||||
'ugiro_kezdemenyezo_azonosito' => 'A25006285',//
|
||||
//a recepicó kosár csak az aktuális user által kiadott termékeket tartalmazza
|
||||
//vagy mindent
|
||||
//vagy mindent
|
||||
//értékek user|all
|
||||
// * - 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
|
||||
@ -38,7 +38,7 @@ return [
|
||||
'backend_skin' => 'skin-red', //skin-green
|
||||
/**User cart module on/off*/
|
||||
'user_cart_on' => true,
|
||||
/**
|
||||
/**
|
||||
* a termék eladás oldalon hol legyen az alaéprtelmezett focus
|
||||
* a vonalkód mezőn vagy az autocomplete mezőn
|
||||
barcode | autocomplete */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user