Commit Graph

6 Commits

Author SHA1 Message Date
Nweni
417d64ecae fixed conflict after merch dev for current shop 2019-12-02 19:30:24 +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
Myat Zin Wai Maw
d1ab2c194d shop code 2019-11-22 18:24:02 +06:30
Aung Myo
0e7db08bfc update process payment for current user 2018-08-07 16:27:32 +06:30
Aung Myo
7945da99ed update sale audit all process in origami 2018-07-12 13:10:11 +06:30
phyusin
930e8d29d5 add new payment for aston request 2018-05-29 14:29:38 +06:30