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
5d10d4b6a1
fix origami dashboard
2019-11-29 17:47:16 +06:30
Thein Lin Kyaw
e3501cd43c
fix stock check error
2019-11-29 14:49:36 +06:30
Nweni
f035c2fe10
fixed conflict
2019-11-28 14:19:37 +06:30
Thein Lin Kyaw
2010b6a4bb
update number_formattable. update dashboard query.
2019-11-28 14:13:00 +06:30
Thein Lin Kyaw
2892dcfe4c
Merge branch 'r-1902001-01-dev' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-26 01:07:16 +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
NyanLinHtut
ecd1bb7931
fixed service charges & commercial tax
2019-11-25 16:24:04 +06:30
NyanLinHtut
ba340292ab
fixed no tax
2019-11-25 13:13:31 +06:30
NyanLinHtut
a36e170d94
inventory for set items
2019-11-20 15:14:09 +06:30
Thein Lin Kyaw
f2b4114ad5
change config for local server
2019-11-19 00:08:56 +06:30
NyanLinHtut
b87563fb4b
Merge branch 'r-1902001-01-dev' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-18 15:48:50 +06:30
NyanLinHtut
8638a53f12
fixed foc
2019-11-18 15:48:35 +06:30
Thein Lin Kyaw
74e29f7c39
remove def total_account from sale
2019-11-18 14:00:52 +06:30
Thein Lin Kyaw
5702819b8b
fix dashboard error for cashier
2019-11-18 11:16:14 +06:30
NyanLinHtut
8e462901ad
Merge branch 'r-1902001-01-dev' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-18 10:23:11 +06:30
NyanLinHtut
77d0e0a56c
add readme
2019-11-18 10:22:54 +06:30
Thein Lin Kyaw
a3e4cc8993
optimize for dashboards
2019-11-18 10:09:40 +06:30
NyanLinHtut
07123a25f2
Merge branch 'r-1902001-01-dev' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-18 09:58:26 +06:30
NyanLinHtut
0d9e363648
add staff meal
2019-11-18 09:57:55 +06:30
git_code2lab
6bfaea9f34
fixed conflict
2019-11-15 14:24:54 +06:30
git_code2lab
213644d8ef
commit from production server
2019-11-15 14:17:50 +06:30
Thein Lin Kyaw
dd6e8142b4
optimize query for credit payment report
2019-11-14 18:25:48 +06:30
Thein Lin Kyaw
8ebeff9477
Merge branch 'r-1902001-01-dev' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-13 15:44:28 +06:30
Thein Lin Kyaw
36b61a9d51
optmize daily sales report
2019-11-13 15:43:56 +06:30
NyanLinHtut
891995f531
Merge branch 'r-1902001-01-dev' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-13 13:35:34 +06:30
NyanLinHtut
92dd2aeb5a
Merge branch 'r-1902001-01' of gitlab.com:code2lab/SXRestaurant into r-1902001-01-dev
2019-11-13 13:34:29 +06:30
NyanLinHtut
216dfe4f2f
add loader service api
2019-11-13 13:34:11 +06:30
Thein Lin Kyaw
8046b7210b
request bill error on promotion. fix for compute sale's totals on promotion.
2019-11-08 20:35:26 +06:30
Nweni
9b798dc699
fixed conflict
2019-11-08 16:08:45 +06:30
Thein Lin Kyaw
1e2ff8b1be
number with precision in receipt report excel.
2019-11-08 10:21:58 +06:30
Thein Lin Kyaw
155cb0a9eb
rounding decimal to print_settings precision
2019-11-06 17:34:42 +06:30
Nweni
b73136dc79
print copies
2019-11-01 16:28:18 +06:30
Myat Zin Wai Maw
fbaf63f073
printcopies
2019-10-30 16:28:28 +06:30
Nweni
256fd7d939
to update
2019-10-22 13:25:10 +06:30
Nweni
e2790c1b3b
get update
2019-10-16 10:33:19 +06:30
NyanLinHtut
2b35ee033d
fixed hourly sale item
2019-10-16 09:40:17 +06:30
NyanLinHtut
7c194f8438
fixed hourly sale report
2019-10-09 10:05:46 +06:30
Thein Lin Kyaw
33670b450e
prevent order append to previous sale
2019-10-07 10:43:43 +06:30
NyanLinHtut
a61c4a1932
add print at receipt no report
2019-10-02 09:24:30 +06:30
Thein Lin Kyaw
94a1f5b2b5
bug fixes and improvements
2019-09-30 16:53:02 +06:30
NyanLinHtut
03db6bfecb
fixed conflit
2019-09-27 20:46:10 +06:30
NyanLinHtut
62c03bf5fe
fixed inventory
2019-09-27 20:43:48 +06:30
Thein Lin Kyaw
327a6e17bf
fix first bill amount less than actual sales
2019-09-27 20:35:05 +06:30
NyanLinHtut
9d330bb28c
fixed invetory
2019-09-25 11:54:54 +06:30
NyanLinHtut
4808947fcd
fixed inventory
2019-09-13 21:13:04 +06:30
NyanLinHtut
e0b54728f7
fixed inventory
2019-09-12 14:50:14 +06:30
NyanLinHtut
26f537a42d
fixed conflit
2019-09-11 13:30:45 +06:30
NyanLinHtut
90d0a4ebb1
fixed inventory
2019-09-11 13:26:01 +06:30
Myat Zin Wai Maw
ac24499319
foc
2019-09-10 13:12:41 +06:30