aungthetkhaing
25d7356c07
fixes
2025-06-03 12:21:43 +06:30
aungthetkhaing
3c289a58ff
add print job for qr pay
2025-06-03 12:04:06 +06:30
Dev Team
555de796c4
Revert "fixes"
...
This reverts commit 174a232421 .
2025-06-02 17:21:41 +06:30
Dev Team
174a232421
fixes
2025-06-02 17:18:11 +06:30
Thein Lin Kyaw
118847a7d9
fix multi_tenancy
2022-07-14 13:12:24 +06:30
Thein Lin Kyaw
2ee1fc2423
Merge branch 'r-1902001-01' into foodcourt
2020-07-11 04:00:55 +06:30
Thein Lin Kyaw
7e9b4f7120
update license
2020-06-19 10:46:52 +06:30
Thein Lin Kyaw
11ffaa738f
update multi_tenancy/license
2020-01-29 14:20:50 +06:30
Thein Lin Kyaw
a24ada5956
update action controller
2020-01-20 16:12:27 +06:30
Thein Lin Kyaw
0df7357cc9
update rake to shop_create
2020-01-17 15:53:34 +06:30
Thein Lin Kyaw
87ad49a069
update multi tenancy
2020-01-16 17:04:31 +06:30
Myat Zin Wai Maw
c359faa764
-
2020-01-16 12:05:23 +06:30
Myat Zin Wai Maw
95da00f0fa
-
2020-01-16 11:50:41 +06:30
Zin Moe
420d384845
modify current login employee action
2020-01-15 12:28:25 +06:30
Thein Lin Kyaw
34e65ed562
update multi_tenancy
2020-01-14 12:33:53 +06:30
Zin Moe
a3edbb07fd
replace @shop and shop_details with current_shop
2020-01-13 17:34:48 +06:30
Thein Lin Kyaw
98d88218f2
update login_verification
2020-01-13 16:41:09 +06:30
Thein Lin Kyaw
3088aa3016
update multi_tenancy and current shop
2020-01-13 16:35:57 +06:30
yarzar_code
dff2c69627
Read NFC
2020-01-12 20:07:28 +06:30
NyanLinHtut
314cc507a3
merge with r-19
2020-01-11 11:08:33 +06:30
Myat Zin Wai Maw
b3a828f709
-
2020-01-02 17:59:03 +06:30
Thein Lin Kyaw
d87ffee65b
update seed generator and remove hard-coded customer id
2019-12-20 10:35:31 +06:30
Myat Zin Wai Maw
ce79038668
shop
2019-12-13 10:40:36 +06:30
Myat Zin Wai Maw
f45849de49
shop
2019-12-13 10:12:08 +06:30
Thein Lin Kyaw
58117d0f48
update order and request bill
2019-12-11 17:56:39 +06:30
NyanLinHtut
26edf23b46
fixed autoremove tax when discount & precision at receipt no report
2019-12-11 11:34:23 +06:30
Myat Zin Wai Maw
79598c0126
shop code
2019-12-10 15:18:48 +06:30
Thein Lin Kyaw
d93443ab2a
remove undenfined helper
2019-12-09 10:57:43 +06:30
Myat Zin Wai Maw
08f5689841
print
2019-12-04 13:33:13 +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
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
Thein Lin Kyaw
0ef1b4fd87
fix request bill error with show_total_before_tax
2019-11-29 14:24:35 +06:30
Thein Lin Kyaw
5b88d16485
update number_formattable
2019-11-28 19:25:52 +06:30
Nweni
3a85f1e319
current shop changes
2019-11-28 18:33:56 +06:30
Nweni
d41d957688
fixed conflict after merge with dev
2019-11-28 16:47:12 +06:30
Thein Lin Kyaw
2010b6a4bb
update number_formattable. update dashboard query.
2019-11-28 14:13:00 +06:30
Nweni
858ddfd93b
Merge branch 'foodcourt' of https://gitlab.com/code2lab/SXRestaurant into foodcourt
2019-11-27 15:51:14 +06:30
Myat Zin Wai Maw
fe5dc6bb5a
card payment
2019-11-27 15:05:42 +06:30
Nweni
a0b7557f06
fixed conflict after merge with dev branch for report query updated
2019-11-27 14:09:16 +06:30
Nweni
845d6662c9
Verify
2019-11-27 09:36:30 +06:30
Thein Lin Kyaw
3c1cc737b5
improve receipt/details reports and implement number formatting
...
1) eager load reports for receipt/details
2) introduce number_format lookups to replace print_settings for number formatting
3) implement NumberFormattable concern, reference number_format lookups or print_settings if not exist, to get number format settings and number formatting
4) replace rails NumberHelper.number_with_precision with NumberFormattable.number_format hopefully to reduce overhead, formatting numbers for huge lists of data
2019-11-25 23:17:53 +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
phyusin
ccd9855281
shop_detail func: update in base
2019-01-07 16:05:18 +06:30
phyusin
bf48376d85
license
2018-10-17 14:25:47 +06:30
Aung Myo
87502ec0f2
update inventory and shop and seed
2018-10-09 16:12:52 +06:30
phyusin
de5448b7a0
check function for order and bank
2018-08-07 14:13:00 +06:30
phyusin
9900ea385a
change token,action,secrets
2018-05-12 16:33:28 +06:30
phyusin
1909a73fe0
add docker data
2018-05-12 16:19:18 +06:30