This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
58814 => array:4 [ | |
"2022-09-16" => array:5 [ | |
"forecast_date" => "2022-09-16" | |
"venue_id" => "58814" | |
"statistics_group_code" => "58814" | |
"forecast_last_year_actual" => 36288000 | |
"forecast_this_year_plan" => 28000000 | |
] | |
"2022-09-17" => array:5 [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cài đặt & sử dụng phần mềm chấm công | |
1. Cấu hình mặc định | |
- [DotNet >= 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) | |
- [Phần mềm cài đặt](http://bit.ly/PhanMemMayChamCong) | |
2. Hướng dẫn cài đặt | |
- Bước 1: Mở File Download & giải nén | |
- Bước 2: `Run As Administrator` file `setup.exe` hoặc `SetupFutaGoshipBioMetrix.msi` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker network create --driver bridge tgcc-erp-nw | |
docker volume create --name tgcc-db-data | |
docker run -d --name tgcc-db \ | |
--env POSTGRES_USER=odoo --env POSTGRES_PASSWORD=tgcc2019 \ | |
--env POSTGRES_DB=postgres \ | |
--network=tgcc-erp-nw --mount source=tgcc-db-data,target=/var/lib/postgresql/data \ | |
library/postgres:11.1 | |
docker logs tgcc-db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cài đặt môi trường phát triển | |
--- | |
## `I`: OS | |
1. Linux (`Bắt buộc nếu ko có Mac` Distro nên dùng `Ubuntu`, `Linux mint`, `CentOS`) | |
* Với người mới bắt đầu nên dùng [Ubuntu](https://www.ubuntu.com), [Linux mint](https://linuxmint.com) | |
* Hướng dẫn cài đặt: | |
[Ubuntu](https://www.youtube.com/watch?v=j5iFE6zBHPE) | |
[Linux mint](https://www.youtube.com/watch?v=qcMEQiDUKcw) | |
[CentOS](https://www.youtube.com/watch?v=4zKjJ0MKL50) | |
* Lệnh cơ bản tham khảo [Tại đây](https://www.cheatography.com/davechild/cheat-sheets/linux-command-line/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"LANGUAGE":"Philipines", | |
"HOME": "Trang chủ", | |
"SEARCH": "Tìm kiếm", | |
"DASHBOARD": "Bảng điều khiển", | |
"DETAIL": "Chi tiết", | |
"TOTAL": "Tổng", | |
"EXAMPLE": "Ví dụ", | |
"NOTE": "Chú ý", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"LANGUAGE":"ThaiLand", | |
"HOME": "Trang chủ", | |
"SEARCH": "Tìm kiếm", | |
"DASHBOARD": "Bảng điều khiển", | |
"DETAIL": "Chi tiết", | |
"TOTAL": "Tổng", | |
"EXAMPLE": "Ví dụ", | |
"NOTE": "Chú ý", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"LANGUAGE":"Indonasia", | |
"HOME": "Trang chủ", | |
"SEARCH": "Tìm kiếm", | |
"DASHBOARD": "Bảng điều khiển", | |
"DETAIL": "Chi tiết", | |
"TOTAL": "Tổng", | |
"EXAMPLE": "Ví dụ", | |
"NOTE": "Chú ý", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"LANGUAGE":"Vietnamese", | |
"HOME": "Trang chủ", | |
"SEARCH": "Tìm kiếm", | |
"DASHBOARD": "Bảng điều khiển", | |
"DETAIL": "Chi tiết", | |
"TOTAL": "Tổng", | |
"EXAMPLE": "Ví dụ", | |
"NOTE": "Chú ý", |