177 Commits

Author SHA1 Message Date
Dev Team
15f51c44a2 update void sale report and transaction sales 2025-06-30 17:23:23 +06:30
Thein Lin Kyaw
944f7a7259 fix timezone 2023-02-09 14:55:43 +06:30
Thein Lin Kyaw
3c5416a154 remove unnessary timezone convertion 2022-04-19 19:40:53 +06:30
yarzar_code
7bbfacca00 customer sales report tax fixed 2020-09-11 14:15:45 +06:30
yarzar_code
64bb022acd daily sale report fixed 2020-09-10 13:02:40 +06:30
Thein Lin Kyaw
b730da7a75 Merge branch 'r-1902001-01' into foodcourt 2020-09-10 10:31:07 +06:30
Thein Lin Kyaw
5e8f08315c Merge branch 'r-1902001-01' into customer_report 2020-09-10 10:07:18 +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
bd65edcba3 update close cashier pdf 2020-08-24 16:07:25 +06:30
yarzar_code
87906989a3 added customer report 2020-08-21 14:53:15 +06:30
yarzar_code
7aef3d7bac daily sale net sales & tax 2020-08-12 14:34:53 +06:30
Thein Lin Kyaw
53f4320371 Merge branch 'r-1902001-01' into foodcourt 2020-07-19 19:44:59 +06:30
Thein Lin Kyaw
ced6a09095 customer name filter 2020-07-19 19:31:14 +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
NyanLinHtut
f6a35d214f fixed payment methods & license 2020-06-10 18:12:15 +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
Myat Zin Wai Maw
08cc58682d receipt no detail 2020-01-15 14:15:11 +06:30
Zin Moe
a3edbb07fd replace @shop and shop_details with current_shop 2020-01-13 17:34:48 +06:30
Zin Moe
66c375cc38 clean shop code 2020-01-13 16:23:33 +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
Myat Zin Wai Maw
d43266bd7d - 2020-01-08 15:35:47 +06:30
NyanLinHtut
10c1ba12af - 2019-12-20 15:48:38 +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
b0f6368248 shop_code 2019-12-05 14:56:47 +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
Nweni
de73bf9f7d fixed conflict 2019-12-02 17:43:02 +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
Nweni
d41d957688 fixed conflict after merge with dev 2019-11-28 16:47:12 +06:30
Nweni
a0b7557f06 fixed conflict after merge with dev branch for report query updated 2019-11-27 14:09:16 +06:30
Myat Zin Wai Maw
5dd4c6e7b6 shop code filter for all reports and transactions 2019-11-26 12:06:52 +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
NyanLinHtut
0d9e363648 add staff meal 2019-11-18 09:57:55 +06:30
NyanLinHtut
7c194f8438 fixed hourly sale report 2019-10-09 10:05:46 +06:30
NyanLinHtut
bca0ffc955 add coloum title alphabet in daily sale 2019-10-07 15:22:46 +06:30
NyanLinHtut
b88fded9a9 - 2019-10-04 18:07:17 +06:30
NyanLinHtut
a61c4a1932 add print at receipt no report 2019-10-02 09:24:30 +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
284b451d4e fix conflict 2019-09-02 16:27:55 +06:30
Myat Zin Wai Maw
9b0e77674e update sale item xls 2019-09-02 16:22:09 +06:30