Thein Lin Kyaw
a97b6bff3f
fix foodcourt sales transaction
2023-08-24 10:40:31 +06:30
Thein Lin Kyaw
944f7a7259
fix timezone
2023-02-09 14:55:43 +06:30
Thein Lin Kyaw
e0cbe57245
Merge branch 'r-1902001-01' into foodcourt
2020-08-26 11:03:03 +06:30
NyanLinHtut
583d7ee473
fixed print serviceaction cable
2020-08-12 15:37:38 +06:30
NyanLinHtut
314cc507a3
merge with r-19
2020-01-11 11:08:33 +06:30
Thein Lin Kyaw
e6392c3bd4
update for addorder and printer
2019-12-17 15:02:58 +06:30
Thein Lin Kyaw
58117d0f48
update order and request bill
2019-12-11 17:56:39 +06:30
Thein Lin Kyaw
3a99e1bb09
update for order process
...
Add activereocrd-import gem for bulk insert
2019-12-09 10:33:19 +06:30
Nweni
417d64ecae
fixed conflict after merch dev for current shop
2019-12-02 19:30:24 +06:30
Thein Lin Kyaw
1607cb70d3
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 detail: https://github.com/ErwinM/acts_as_tenant
2019-12-02 18:02:39 +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
Myat Zin Wai Maw
5a3f328789
test
2019-11-19 14:59:45 +06:30
Zoey
4328ab1cea
sx star printer setting rearrangement
2019-05-28 09:34:05 +06:30
phyusin
8a2512e78d
order queue station
2018-09-10 16:11:19 +06:30
phyusin
6194c56786
order queue station
2018-09-10 14:14:02 +06:30
phyusin
b8680e8b6b
add oqs for movetable
2018-09-10 10:00:35 +06:30
Aung Myo
aecccffa1e
update move table with order queue station
2018-09-07 17:35:22 +06:30
San Wai Lwin
d1852d24c3
Pull from master
2018-08-20 11:26:07 +06:30
Aung Myo
ba8c723c17
update oqs employee and oqs station
2018-08-14 17:21:06 +06:30
Aung Myo
a5bb0a6746
update optimization
2018-07-05 18:19:16 +06:30
Aung Myo
69333505e7
update reduce loading
2018-07-04 14:24:31 +06:30
phyusin
c1961720c8
change action cable issue for quick service
2018-05-31 10:29:38 +06:30
phyusin
0ff21a88cd
remove conflict
2018-05-28 10:52:51 +06:30
phyusin
c4cefb05ae
conflict data
2018-05-28 10:46:04 +06:30
EikhantMon
7ddbd7d78a
conflit modified changes
2018-05-25 17:44:36 +06:30
San Wai Lwin
3c8e3c5326
Add Order Set Pdf
2018-05-25 17:06:45 +06:30
EikhantMon
6c26dc4d5a
item_slim_customise_pdf
2018-05-25 16:23:24 +06:30
San Wai Lwin
f906134fbf
Remove lookup settings in Order Pdf
2018-05-25 16:06:10 +06:30
San Wai Lwin
d910c4078b
Add Order item & summary customise font pdf
2018-05-24 17:02:54 +06:30
Aung Myo
1b5f657d0c
update commission
2018-05-22 10:53:06 +06:30
Aung Myo
7e8b69aa7c
update action cable and other bugs
2018-05-21 13:00:55 +06:30
Aung Myo
0b7834ff29
update pay process order
2018-05-18 12:25:47 +06:30
San Wai Lwin
2f398bcfeb
Pull from master
2018-05-04 16:08:45 +06:30
phyusin
27a3026c2a
oqs edit
2018-03-19 19:41:32 +06:30
phyusin
bf84392ef8
SQA feedback
2018-03-19 19:34:34 +06:30
Aung Myo
c7b77aebfa
update taday list and addorder
2018-02-22 18:48:59 +06:30
Aung Myo
0302bb408b
update no table oqs print
2018-02-21 16:11:05 +06:30
Aung Myo
4455b03e8a
update print pay in qs
2018-02-21 12:34:03 +06:30
phyusin
45873672b6
add set menu items for template and code
2018-01-18 11:23:10 +06:30
phyusin
06686b06bb
add settings for order item, order summary slim and receiptbillA5, receiptbillShowAltName
2018-01-17 12:08:14 +06:30
phyusin
d152d62e80
Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes
2018-01-16 14:55:48 +06:30
phyusin
d8c62b0d44
change and check order_slim_pdf
2018-01-16 14:55:33 +06:30
Aung Myo
37d01f6903
Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant
2018-01-16 14:32:50 +06:30
phyusin
5a5f47c946
add order_slim_pdf in settings/lookups and change order_slim_pdf
2018-01-16 14:21:50 +06:30
Aung Myo
f2daaae801
update control payment multiple
2018-01-16 14:13:01 +06:30
Aung Myo
7c6fedebe9
update open print service
2018-01-16 13:33:29 +06:30
Yan
c660097d28
no print for cloud
2017-12-12 18:51:13 +06:30
Yan
6493a648f9
oqs fix
2017-12-01 18:54:14 +06:30
Yan
8f0b44ca7b
price 0 print
2017-11-23 12:53:07 +06:30