# Synchorization Application - Lab Sakura (Biosys integration)
## A. Main Information
- Montazze Studio [ <vino@montazze.com> ]
- Version: `2.0.4`
- Last Update: `2016-12-22 11:00:00` (`UTC+7` Timezone)
## B. How to Use
- Extract this application arhive into your server public http directory (e.g. `sync-app`) and try to access via web-browser (e.g. `http://localhost/sync-app`).
- Dashboard Page can be accessed using `/dashboard` URI Segment (e.g. `http://localhost/sync-app/dashboard`)
- Default dashboard access:
- username: `admin`
- password: `rambo789`
- Change default username / password:
- Locate `/sys/.env` and open this file using your favorite text-editor.
- Change `DASHBOARD_USERNAME` / `DASHBOARD_PASSWORD` value using your desired value.
- Back-end API can be accessed using `/api/v1` base URI Segment (for details, please check `/api-docs.md` file)
## C. How to Update
- Backup Database + Configuration Files.
- Database: "/sys/database/database.sqlite"
- Configuration Files:
- "/sys/.env"
- "/sys/storage/settings.json"
- "/sys/storage/api_tokens.json"
- Replace appilcation directory (override by new version).
- Restore Database + Configuration Files to related directory.
- Test the application via web-browser to ensure whether this application already work as we wanted.
## D. Other
- Asset for templates placed in `/static` directory. This files used for basic template design.
## E. Version History
- `2.0.4`x
- Add `Check Up \ Cancellation` end-point
- Add `Check Up \ Update` end-point
- Modify `Check Up \ Examination \ Discount Price Query`
- `2.0.3`
- Modify `Check Up \ Query`
- Modify `Patient \ History \ Query`
- `2.0.2`
- Modify `Check Up \ Query`
- `2.0.1`
- Modify `Check Up \ Query`
- `2.0.0`
- Add `Back-end \ Biosys offline` integration
- `1.0.0`
- Offline Synchronization App for Online Lab Sakura Application ( [http://labsakura.com](http://labsakura.com) )