13 Commits

Author SHA1 Message Date
Myat Zin Wai Maw
8abbf7f1d4 second display tax profile 2020-01-29 16:27:41 +06:30
Myat Zin Wai Maw
79598c0126 shop code 2019-12-10 15:18:48 +06:30
Thein Lin Kyaw
937f40e7c1 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 details: https://github.com/ErwinM/acts_as_tenant
2019-12-02 17:19:28 +06:30
NyanLinHtut
7de795ee27 second display 2019-06-20 15:07:18 +06:30
Aung Kyaw Phyoe
ab666e7f82 second display 2019-02-26 10:59:39 +06:30
Aung Myo
a5bb0a6746 update optimization 2018-07-05 18:19:16 +06:30
Aung Myo
7e8b69aa7c update action cable and other bugs 2018-05-21 13:00:55 +06:30
Aung Myo
9b0a564b9a update cable for cloud 2018-04-25 13:18:54 +06:30
Aung Myo
cbb7a14621 update action cable for cloud 2018-04-23 14:17:56 +06:30
Aung Myo
f8687b5010 update cloud mode off for order and queue 2018-04-20 09:23:11 +06:30
Aung Myo
830dc1b4d2 udpate order 2018-04-19 19:02:21 +06:30
San Wai Lwin
2bf08827e7 Second Display Image finished 2018-03-29 10:03:21 +06:30
Aung Myo
4ea2337fae update second display 2018-03-11 16:14:44 +06:30