92 lines
2.3 KiB
Plaintext
92 lines
2.3 KiB
Plaintext
=====
|
|
import payment from government
|
|
- read file
|
|
xml
|
|
- uc
|
|
excel
|
|
- social security
|
|
|
|
======
|
|
bug:
|
|
มีปัญหาการสร้าง address ของ contact จากผู้ป่วยโดยอัตโนมัติ เพราะมันไม่ได้ถูกเก็บไว้ที่ form
|
|
=====
|
|
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
|
|
|
|
======
|
|
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;
|
|
|
|
=======
|
|
- change personal -> stuff -> link to employee
|
|
- add level to the list of the stuff
|
|
|
|
- design
|
|
- auto complete hd after time out
|
|
- create payment for each type of patient
|
|
- invoice
|
|
- reports
|
|
- visitl dialy
|
|
- summary total for each cycle
|
|
- define rule to get
|
|
- fee product
|
|
- invoice
|
|
- add picture of patient to visit/hd case dialy
|
|
- cycle dialy
|
|
- lines
|
|
- order by cycle
|
|
- order doctor, nurse, personal
|
|
- report salary
|
|
-
|
|
========
|
|
customize ui
|
|
calendar -
|
|
- show search
|
|
- change color from cycle
|
|
- filter state from attr
|
|
- can print sechedule all month
|
|
- set attribute color for field
|
|
|
|
========
|
|
|
|
cycle dialy
|
|
-list of cycle items
|
|
- report all compute all cost
|
|
|
|
- sale medical
|
|
visit dialy
|
|
list of visits
|
|
schedule planing for nurses / personal
|
|
|
|
import payment
|
|
- error report
|
|
- manual matching
|