Commit Graph

284 Commits

Author SHA1 Message Date
yarzar_code
7bbfacca00 customer sales report tax fixed 2020-09-11 14:15:45 +06:30
Thein Lin Kyaw
b730da7a75 Merge branch 'r-1902001-01' into foodcourt 2020-09-10 10:31:07 +06:30
NyanLinHtut
46c61275a4 fix print receipt 2020-09-08 15:22:28 +06:30
Thein Lin Kyaw
e0cbe57245 Merge branch 'r-1902001-01' into foodcourt 2020-08-26 11:03:03 +06:30
Thein Lin Kyaw
289187c019 Merge branch 'printservice_dev' into r-1902001-01 2020-08-26 10:38:00 +06:30
Thein Lin Kyaw
38a01a8bde Merge branch 'r-1902001-01' into foodcourt 2020-08-25 11:56:57 +06:30
yarzar_code
b10e471ece credit payment 0 fixed 2020-08-24 10:38:13 +06:30
NyanLinHtut
b3ab999962 fixed receipt bill pdf with action cable 2020-08-21 11:24:10 +06:30
Thein Lin Kyaw
2ee1fc2423 Merge branch 'r-1902001-01' into foodcourt 2020-07-11 04:00:55 +06:30
yarzar_code
3d2d18a330 payment method changed in report 2020-07-09 14:46:18 +06:30
NyanLinHtut
d5323f603b fixed otherpayment & redeem 2020-06-22 09:56:49 +06:30
Thein Lin Kyaw
51932b8a86 other payments 2020-06-01 15:46:27 +06:30
Thein Lin Kyaw
7c2dd165fc Merge branch 'r-1902001-01' into foodcourt 2020-05-29 13:32:16 +06:30
Myat Zin Wai Maw
dde2b44be3 creditnote 2020-05-07 15:10:26 +06:30
Thein Lin Kyaw
af8a3c7a54 generate task shift_sales rake 2020-04-30 18:08:55 +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
yarzar_code
dda9f9d04c . 2020-01-14 15:14:20 +06:30
yarzar_code
48e6afa505 Fixed conflict 2020-01-14 14:25:55 +06:30
yarzar_code
4c69c1d5d2 Print close cashier 2020-01-14 14:21:46 +06:30
Myat Zin Wai Maw
60af9124bb fix 2020-01-14 13:31:54 +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
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
NyanLinHtut
b742dfa2a0 fixed accept credit with multi payment 2020-01-15 13:12:00 +06:30
NyanLinHtut
23f922b5d1 fixed daily sale ui 2019-12-27 15:19:46 +06:30
NyanLinHtut
054de3731e add audit for change tax 2019-12-24 11:14:04 +06:30
Thein Lin Kyaw
99c943a865 fix api addorder and foc payment status 2019-12-20 16:38:21 +06:30
Thein Lin Kyaw
d87ffee65b update seed generator and remove hard-coded customer id 2019-12-20 10:35:31 +06:30
Thein Lin Kyaw
92e467d512 Fix bugs and improvements
fix payment outstanding with amount <= 0
fix payment outstanding with other payments
2019-12-18 15:41:18 +06:30
Thein Lin Kyaw
e6392c3bd4 update for addorder and printer 2019-12-17 15:02:58 +06:30
Myat Zin Wai Maw
79598c0126 shop code 2019-12-10 15:18:48 +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
7afddcdf2b shop code 2019-12-04 10:49:46 +06:30
Nweni
e0b912bfa0 current shop 2019-12-03 13:43:26 +06:30
Thein Lin Kyaw
108415ed3f update dine-in pay bill 2019-12-03 10:02:49 +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
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
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
155cb0a9eb rounding decimal to print_settings precision 2019-11-06 17:34:42 +06:30
Nweni
359679d419 CBKI 2019-10-30 16:52:16 +06:30
Thein Lin Kyaw
327a6e17bf fix first bill amount less than actual sales 2019-09-27 20:35:05 +06:30
NyanLinHtut
4808947fcd fixed inventory 2019-09-13 21:13:04 +06:30