2014-12-09 01:12:46 +00:00
|
|
|
============
|
|
|
|
urgent
|
|
|
|
- report Matching Payment
|
|
|
|
- special cost
|
2014-12-09 04:24:41 +00:00
|
|
|
- labor cost in period
|
|
|
|
|
2014-12-09 01:12:46 +00:00
|
|
|
============
|
2014-12-04 17:32:39 +00:00
|
|
|
-- tonight -
|
|
|
|
- matching
|
|
|
|
- report expense
|
|
|
|
-- cost nurse / doctor
|
2014-12-05 02:31:48 +00:00
|
|
|
-XXXX
|
|
|
|
- reqeust fee again after request
|
2014-12-04 17:32:39 +00:00
|
|
|
|
2014-12-02 08:34:28 +00:00
|
|
|
- missing
|
|
|
|
- import schedule -> wait K. Ekk
|
2014-12-02 11:41:05 +00:00
|
|
|
- missing hd case in staff (nurse, doctor)
|
2014-12-03 02:16:05 +00:00
|
|
|
- special nurse
|
|
|
|
- report for show max cycle and got cycle
|
2014-12-03 17:46:50 +00:00
|
|
|
- create journal entry -> ok
|
|
|
|
- optimize
|
2014-12-02 11:41:05 +00:00
|
|
|
===============
|
2014-12-02 08:34:28 +00:00
|
|
|
|
2014-12-02 07:08:20 +00:00
|
|
|
hd case
|
|
|
|
start / stop -> option udpate time
|
|
|
|
======
|
2014-11-30 05:54:57 +00:00
|
|
|
improval
|
|
|
|
- type of patient
|
2014-11-29 00:48:00 +00:00
|
|
|
=====
|
|
|
|
import payment from government
|
2014-11-29 14:56:15 +00:00
|
|
|
- read file
|
|
|
|
xml
|
|
|
|
- uc
|
|
|
|
excel
|
|
|
|
- social security
|
2014-11-30 13:05:14 +00:00
|
|
|
- step
|
2014-12-02 07:08:20 +00:00
|
|
|
1. create visit -> OK
|
|
|
|
2. confirm visit -> hd case -> still run script
|
|
|
|
- after finish need to update invoice date related to hd case
|
2014-11-30 13:05:14 +00:00
|
|
|
3. match payment
|
|
|
|
- show wrong match
|
|
|
|
- show how to solve
|
2014-12-02 07:08:20 +00:00
|
|
|
|
2014-11-29 00:48:00 +00:00
|
|
|
======
|
2014-11-28 04:54:21 +00:00
|
|
|
bug:
|
2014-12-02 07:08:20 +00:00
|
|
|
- มีปัญหาการสร้าง address ของ contact จากผู้ป่วยโดยอัตโนมัติ เพราะมันไม่ได้ถูกเก็บไว้ที่ form
|
|
|
|
- export excel in matrix mode
|
2014-12-02 08:34:28 +00:00
|
|
|
-
|
2014-11-27 15:14:31 +00:00
|
|
|
=====
|
|
|
|
first:
|
|
|
|
match payment
|
|
|
|
second:
|
|
|
|
record with period
|
|
|
|
- setting
|
|
|
|
- set current period
|
|
|
|
- master data
|
|
|
|
- period
|
|
|
|
- lines
|
|
|
|
date_from , date_to
|
|
|
|
- fee nurse sum report
|
|
|
|
- can select by period
|
|
|
|
- cycle daily
|
|
|
|
- confirm
|
|
|
|
- submit according period
|
|
|
|
|
2014-11-25 11:39:53 +00:00
|
|
|
======
|
|
|
|
DROP TABLE clinic_cycle_dialy_line;
|
|
|
|
drop table clinic_cycle_item_line;
|
|
|
|
drop table clinic_cycle_item_nurse;
|
|
|
|
drop table clinic_gen_visit cascade;
|
|
|
|
drop table clinic_gen_visit_line;
|
|
|
|
drop table clinic_hd_case cascade;
|
|
|
|
drop table clinic_hd_case_dialyzer;
|
|
|
|
drop table clinic_hd_case_line;
|
|
|
|
drop table clinic_patient cascade;
|
|
|
|
drop table address cascade;
|
|
|
|
TRUNCATE clinic_dialyzer cascade;
|
|
|
|
TRUNCATE clinic_patient_cause cascade;
|
|
|
|
TRUNCATE clinic_patient_comorbidity cascade;
|
|
|
|
TRUNCATE clinic_patient_morbidity cascade;
|
|
|
|
TRUNCATE clinic_schedule_line cascade;
|
|
|
|
TRUNCATE clinic_schedule_load_nurse_line cascade;
|
|
|
|
TRUNCATE clinic_setting_level cascade;
|
|
|
|
|
2014-11-21 02:39:26 +00:00
|
|
|
=======
|
2014-11-25 10:26:10 +00:00
|
|
|
- change personal -> stuff -> link to employee
|
|
|
|
- add level to the list of the stuff
|
|
|
|
|
2014-11-25 01:41:49 +00:00
|
|
|
- design
|
|
|
|
- auto complete hd after time out
|
|
|
|
- create payment for each type of patient
|
|
|
|
- invoice
|
2014-11-25 05:24:51 +00:00
|
|
|
- reports
|
|
|
|
- visitl dialy
|
|
|
|
- summary total for each cycle
|
2014-11-24 04:00:58 +00:00
|
|
|
- define rule to get
|
|
|
|
- fee product
|
|
|
|
- invoice
|
2014-11-24 01:28:46 +00:00
|
|
|
- add picture of patient to visit/hd case dialy
|
2014-11-23 15:46:31 +00:00
|
|
|
- cycle dialy
|
|
|
|
- lines
|
|
|
|
- order by cycle
|
|
|
|
- order doctor, nurse, personal
|
2014-11-21 17:31:10 +00:00
|
|
|
- report salary
|
|
|
|
-
|
|
|
|
========
|
2014-11-18 06:02:47 +00:00
|
|
|
customize ui
|
2014-11-21 02:39:26 +00:00
|
|
|
calendar -
|
|
|
|
- show search
|
|
|
|
- change color from cycle
|
|
|
|
- filter state from attr
|
|
|
|
- can print sechedule all month
|
|
|
|
- set attribute color for field
|
|
|
|
|
|
|
|
========
|
|
|
|
|
2014-11-13 06:30:51 +00:00
|
|
|
cycle dialy
|
2014-11-17 00:59:19 +00:00
|
|
|
-list of cycle items
|
|
|
|
- report all compute all cost
|
|
|
|
|
2014-11-18 06:02:47 +00:00
|
|
|
- sale medical
|
2014-11-13 06:30:51 +00:00
|
|
|
visit dialy
|
|
|
|
list of visits
|
2014-11-14 01:58:12 +00:00
|
|
|
schedule planing for nurses / personal
|
|
|
|
|
2014-11-13 06:30:51 +00:00
|
|
|
import payment
|
|
|
|
- error report
|
2014-11-18 06:02:47 +00:00
|
|
|
- manual matching
|