Commit Graph

219 Commits

Author SHA1 Message Date
Thein Lin Kyaw
2ee1fc2423 Merge branch 'r-1902001-01' into foodcourt 2020-07-11 04:00:55 +06:30
Zin Moe
1dc01d6055 modify out of stock channel 2020-03-25 19:01:07 +06:30
NyanLinHtut
dce2441b9a fixed out of stock 2020-03-20 16:13:13 +06:30
Myat Zin Wai Maw
da0e7b0168 tax 2020-02-27 10:17:24 +06:30
Thein Lin Kyaw
f251d4b4e5 update settings shops 2020-01-31 15:15:01 +06:30
yarzar_code
7a09ed0108 Menu Item Groups 2020-01-30 11:57:28 +06:30
Zin Moe
0ea212bf65 modify app_id generator 2020-01-27 18:17:13 +06:30
Myat Zin Wai Maw
91ca3e04ab rake 2020-01-15 11:57:10 +06:30
Zin Moe
93928aedd5 change cloumn auth_token to app_token in employees 2020-01-14 17:23:52 +06:30
Zin Moe
406a18d1d6 . 2020-01-14 15:47:27 +06:30
Zin Moe
c5eb5d6678 add app_id and auth_token to employee 2020-01-14 14:58:23 +06:30
Zin Moe
270c2a821e delete shop scope in model 2020-01-13 18:41:37 +06:30
Zin Moe
a3edbb07fd replace @shop and shop_details with current_shop 2020-01-13 17:34:48 +06:30
Zin Moe
66c375cc38 clean shop code 2020-01-13 16:23:33 +06:30
yarzar_code
bad46cf02c Merge branch 'foodcourt' of gitlab.com:code2lab/SXRestaurant into foodcourt 2020-01-12 20:08:13 +06:30
yarzar_code
dff2c69627 Read NFC 2020-01-12 20:07:28 +06:30
NyanLinHtut
8e3f745175 add out of stock action cable 2020-01-12 15:45:56 +06:30
Myat Zin Wai Maw
cd9756d061 Merge branch 'foodcourt' of gitlab.com:code2lab/SXRestaurant into foodcourt 2019-12-17 13:50:10 +06:30
Myat Zin Wai Maw
4d0f13106d foodcourt 2019-12-17 13:49:15 +06:30
NyanLinHtut
6568c09135 fixed out of stock 2019-12-16 11:32:51 +06:30
NyanLinHtut
afe3c995ae fixed conflit 2019-12-13 10:09:25 +06:30
NyanLinHtut
c6c605bb01 add out of stock 2019-12-13 10:07:20 +06:30
Myat Zin Wai Maw
79598c0126 shop code 2019-12-10 15:18:48 +06:30
Myat Zin Wai Maw
b0f6368248 shop_code 2019-12-05 14:56:47 +06:30
Nweni
8b5d28524e shop code 2019-12-04 13:57:26 +06:30
Nweni
e0b912bfa0 current shop 2019-12-03 13:43:26 +06:30
Nweni
417d64ecae fixed conflict after merch dev for current shop 2019-12-02 19:30:24 +06:30
Nweni
6ad2f320df shop 2019-12-02 19:11:52 +06:30
Nweni
de73bf9f7d fixed conflict 2019-12-02 17:43:02 +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
cac6994ccb separate foodcourt module 2019-12-02 16:10:51 +06:30
Nweni
d41d957688 fixed conflict after merge with dev 2019-11-28 16:47:12 +06:30
Myat Zin Wai Maw
fe5dc6bb5a card payment 2019-11-27 15:05:42 +06:30
Myat Zin Wai Maw
d1ab2c194d shop code 2019-11-22 18:24:02 +06:30
Myat Zin Wai Maw
f3f74db446 delete puts in employee 2019-09-03 18:29:57 +06:30
Myat Zin Wai Maw
047f2941cb added induties 2019-06-17 17:45:21 +06:30
Myat Zin Wai Maw
eb4309355d un comment puma 2019-05-16 12:09:48 +06:30
Myat Zin Wai Maw
672eaafc42 when delete item options to update in menu items 2019-05-09 18:08:25 +06:30
Aung Kyaw Phyoe
d7d437e1d9 promotions product issue and membership setting checked 2019-02-08 14:07:18 +06:30
phyusin
eaa1a693a2 descript field for menu item 2018-11-16 15:25:18 +06:30
phyusin
574b3468be menu is_active chcked 2018-11-16 14:51:40 +06:30
yemin
4dab0442e5 Add is_ordering 2018-10-16 17:50:57 +06:30
Aung Myo
c9085a1827 Merge branch 'adminbsb_material_ui' 2018-10-09 16:13:59 +06:30
Aung Myo
87502ec0f2 update inventory and shop and seed 2018-10-09 16:12:52 +06:30
phyusin
497458371b check menu and table status 2018-10-04 10:25:15 +06:30
Aung Myo
a5ebce1c08 update menu for ordering 2018-09-21 17:32:16 +06:30
Aung Myo
85fcd43ac2 update membershp payment method 2018-09-13 18:03:48 +06:30
Aung Myo
efcef4d27b update shop note 2018-08-31 13:49:39 +06:30
Aung Myo
ba8c723c17 update oqs employee and oqs station 2018-08-14 17:21:06 +06:30
phyusin
94a65a749f change tax profile structure 2018-07-25 17:19:00 +06:30