Thein Lin Kyaw
e0cbe57245
Merge branch 'r-1902001-01' into foodcourt
2020-08-26 11:03:03 +06:30
Thein Lin Kyaw
63abafdbcc
use print_settings ActionCable fro call waiter, stock check, check in out
2020-08-26 10:25:02 +06:30
yarzar_code
c7cd353ba2
add action cable for call waiter,stock check & check in out
2020-08-25 14:22:38 +06:30
Thein Lin Kyaw
bd65edcba3
update close cashier pdf
2020-08-24 16:07:25 +06:30
Thein Lin Kyaw
c8b0471794
receipt bill sale payments action cable
2020-08-24 11:42:44 +06:30
NyanLinHtut
b3ab999962
fixed receipt bill pdf with action cable
2020-08-21 11:24:10 +06:30
Thein Lin Kyaw
5dfdc7353e
print settings ActionCable
2020-08-18 16:11:17 +06:30
NyanLinHtut
583d7ee473
fixed print serviceaction cable
2020-08-12 15:37:38 +06:30
Thein Lin Kyaw
61a1189083
print_channel with shop_code
2020-08-06 14:05:20 +06:30
yarzar_code
4a2dd294ab
sale item report print action cable added
2020-07-29 15:24:46 +06:30
yarzar_code
b74ef4bff1
move table & order item actioncable added
2020-07-29 11:36:43 +06:30
NyanLinHtut
366f98e51b
add print action cable
2020-07-28 13:54:08 +06:30
Thein Lin Kyaw
2ee1fc2423
Merge branch 'r-1902001-01' into foodcourt
2020-07-11 04:00:55 +06:30
NyanLinHtut
98ca01533e
change hardcoded payment methods
2020-06-08 10:13:55 +06:30
Thein Lin Kyaw
7c2dd165fc
Merge branch 'r-1902001-01' into foodcourt
2020-05-29 13:32:16 +06:30
yarzar_code
aff75a6ec8
Delete credit_bill_pdf.rb
2020-02-26 17:40:34 +06:30
yarzar_code
d403585f12
print credit payment
2020-02-25 13:58:10 +06:30
yarzar_code
98538a5a0d
Credit pdf
2020-02-21 14:00:55 +06:30
Zin Moe
0ea212bf65
modify app_id generator
2020-01-27 18:17:13 +06:30
Zin Moe
bca6fabaaf
fix cashier page height & breadcrumb helper
2020-01-27 16:30:58 +06:30
Myat Zin Wai Maw
95da00f0fa
-
2020-01-16 11:50:41 +06:30
Thein Lin Kyaw
d379c05298
edit for shop_code query
2020-01-13 15:28:26 +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
yarzar_code
2d57faf7cf
Update Shift for credit payment
2020-01-10 11:31:59 +06:30
yarzar_code
81474ec68a
.
2020-01-09 15:57:56 +06:30
Thein Lin Kyaw
5e7e92edb8
hide change tax button after first bill
2020-01-03 13:25:32 +06:30
yarzar_code
0202bc7827
Changed raw SQL query to activerecord
2020-01-03 10:16:45 +06:30
Myat Zin Wai Maw
b3a828f709
-
2020-01-02 17:59:03 +06:30
NyanLinHtut
358ff50934
daily & hourly report
2019-12-23 14:51:37 +06:30
NyanLinHtut
c87a2e579b
-
2019-12-23 09:48:11 +06:30
NyanLinHtut
10c1ba12af
-
2019-12-20 15:48:38 +06:30
Myat Zin Wai Maw
592f0e6529
print
2019-12-19 11:17:24 +06:30
Thein Lin Kyaw
e6392c3bd4
update for addorder and printer
2019-12-17 15:02:58 +06:30
Myat Zin Wai Maw
4d0f13106d
foodcourt
2019-12-17 13:49:15 +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
Myat Zin Wai Maw
79598c0126
shop code
2019-12-10 15:18:48 +06:30
Myat Zin Wai Maw
5b3a62917d
void
2019-12-09 17:27:38 +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
cab37a6bfb
fixed conflict
2019-12-04 17:06:58 +06:30
Nweni
8db0496a96
printer
2019-12-04 17:04:41 +06:30
Myat Zin Wai Maw
08f5689841
print
2019-12-04 13:33:13 +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
cac6994ccb
separate foodcourt module
2019-12-02 16:10:51 +06:30
Myat Zin Wai Maw
d1ab2c194d
shop code
2019-11-22 18:24:02 +06:30
Myat Zin Wai Maw
8b2da5e3da
-
2019-11-19 10:28:40 +06:30
Thein Lin Kyaw
f2b4114ad5
change config for local server
2019-11-19 00:08:56 +06:30