7 Commits

Author SHA1 Message Date
Thein Lin Kyaw
944f7a7259 fix timezone 2023-02-09 14:55:43 +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
Zoey
1a11b9e2e7 kbzpay 2019-07-22 15:57:33 +06:30
Zoey
931df461b5 kbzpay 2019-07-22 13:59:06 +06:30
Zoey
6247e6c37d kbz pay method 2019-07-03 14:01:17 +06:30
Zoey
79d8eb94ef kbzpay 2019-06-26 11:42:51 +06:30
Nweni
e9b6feb332 sale payment 2019-06-21 14:24:34 +06:30