Thein Lin Kyaw
37380f6bfb
Fix json rendering error
2019-12-03 19:37:59 +06:30
Thein Lin Kyaw
1607cb70d3
Single database for multiple shops
...
Use ActsAsTenant as Multi-tenancy for shops
See below files:
- app/controllers/concern/multi_tenancy.rb
- app/models/application_record.rb
- app/models/shop.rb
An initializer can be created to control option in ActsAsTenant.
config/initializers/acts_as_tenant.rb
require 'acts_as_tenant/sidekiq'
ActsAsTenant.configure do |config|
config.require_tenant = false # true
end
more detail: https://github.com/ErwinM/acts_as_tenant
2019-12-02 18:02:39 +06:30
phyusin
ccd9855281
shop_detail func: update in base
2019-01-07 16:05:18 +06:30
Yan
510e3aabec
check current user session
2018-03-20 14:32:08 +06:30
phyusin
bd06e80b37
remove conflict data
2018-03-05 16:24:45 +06:30
San Wai Lwin
07c3bcd7a7
Change Dashboard, Account in login, Shop name, Reference no for other charges
2018-02-28 15:31:55 +06:30
Yan
ac470c5747
license and local move to base action and update other base
2018-02-27 11:41:24 +06:30
Yan
13b7b1f800
add action base and update base ctrls
2018-02-26 17:42:54 +06:30
Yan
a6abfb2f49
update token mismatch
2018-02-23 15:49:29 +06:30
Yan
25a212bb70
update base controllers
2018-02-23 14:45:53 +06:30
Yan
4552a4a9ac
license update, base controllers extends app controller
2018-02-21 16:42:19 +06:30
Yan
3d2d304654
license update for token
2018-02-21 16:30:14 +06:30
yamin
382e9fd4fa
inventory definition.coffee
2017-10-23 11:40:37 +06:30
yamin
1aea52619a
UI change
2017-10-23 11:38:10 +06:30
Aung Myo
ccab11acb2
update admin bsb for layout
2017-10-23 09:38:11 +06:30
Aung Myo
01e5b7ba6c
update authorize
2017-06-23 09:41:48 +06:30
Min Zeya Phyo
db3b50a496
frontend view layout
2017-04-21 05:07:00 +06:30