Commit Graph

41 Commits

Author SHA1 Message Date
Zin Moe
a3edbb07fd replace @shop and shop_details with current_shop 2020-01-13 17:34:48 +06:30
Myat Zin Wai Maw
79598c0126 shop code 2019-12-10 15:18:48 +06:30
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
Nweni
d41d957688 fixed conflict after merge with dev 2019-11-28 16:47:12 +06:30
Aung Kyaw Phyoe
7ad4a38398 order reservation null issue checked 2019-01-14 13:48:13 +06:30
phyusin
f675179060 receipt bill order pdf 2018-12-12 11:32:26 +06:30
phyusin
9c45ee0b8b order reservation receipt bill" 2018-12-05 16:04:01 +06:30
phyusin
9dba93ea9c change api update status func: 2018-10-03 10:22:50 +06:30
phyusin
6e555e6b8c change fun: 2018-10-03 09:41:45 +06:30
phyusin
b8c87fda6c check status 2018-10-02 11:24:32 +06:30
phyusin
78da662a57 add new delivery type for turbo 2018-08-30 17:04:32 +06:30
phyusin
399c72e128 cloud domain 2018-06-27 14:38:22 +06:30
phyusin
dd58daa056 check customer 2018-06-05 15:38:42 +06:30
phyusin
7f04c284c6 customer update from doemal order 2018-06-05 13:28:36 +06:30
phyusin
9f24c56e61 add audio for order reservation 2018-06-01 17:38:59 +06:30
phyusin
2cc6a98137 check contact no for order and reservation 2018-06-01 16:56:25 +06:30
phyusin
5dd12ecf1b check customer info 2018-06-01 16:30:32 +06:30
phyusin
bf9bb1c58a transactions for order reservation and api for tax profile 2018-05-28 18:08:30 +06:30
phyusin
0970b0022e check shift open or not 2018-05-24 11:36:35 +06:30
Aung Myo
7e8b69aa7c update action cable and other bugs 2018-05-21 13:00:55 +06:30
phyusin
fa4c5d075e check menu is_available, survey id and check status with sale items SUM in receipBill 2018-05-16 17:08:00 +06:30
phyusin
1909a73fe0 add docker data 2018-05-12 16:19:18 +06:30
phyusin
0a07b3479d check shop code for new order 2018-05-11 17:03:53 +06:30
phyusin
baac2c33ea move customer func: from doemal 2018-05-11 13:45:04 +06:30
phyusin
abbff492e8 add API for order reservation 2018-05-10 12:37:17 +06:30
phyusin
4faee913f3 change order reservation -not finished 2018-05-09 11:28:01 +06:30
phyusin
1716d14df3 change order reservation 2018-05-08 17:28:09 +06:30
phyusin
965962e49d change some func: 2018-05-02 16:33:04 +06:30
phyusin
7c6d842a31 change UI and add expected waiting time 2018-05-02 11:59:35 +06:30
phyusin
929919ba0f change order reservation 2018-04-30 09:45:37 +06:30
phyusin
c14960fc96 remove conflict data 2018-04-25 15:10:10 +06:30
phyusin
b41c85132d add order and reservation, quick service in lookups and add date and order by in order reservation 2018-04-25 15:07:43 +06:30
Aung Myo
9b0a564b9a update cable for cloud 2018-04-25 13:18:54 +06:30
phyusin
e62ba4d6c2 change params 2018-04-23 19:20:03 +06:30
phyusin
3d39e398df remove actioncable 2018-04-23 16:16:41 +06:30
Aung Myo
6e3a5300a6 close cable in cloud mode 2018-04-23 15:39:56 +06:30
Aung Myo
1fe48b57d0 update action cable for order resservation 2018-04-22 14:11:04 +06:30
phyusin
9b2312d3ba change ordr reservation api 2018-04-11 14:38:16 +06:30
phyusin
27e70f1a86 modify api and change rounding adj 2018-04-11 10:28:33 +06:30
phyusin
c7e5ae8ab0 order reservation api 2018-04-10 15:21:49 +06:30