G
George
Dear friends – Sorry for the long post,
I am in the process of developing a Medical Fund database. During each
month employees (both employees and their family members) will bring invoices
to be paid. Also, doctors will send invoices for payment. There are two
cases, Case1: the doctor is a member of the Fund, so employees will not pay
him/her, he/she will send us an invoice each month indicating all employees
visits, and Case2: the doctor is not a member of the Fund, so the employee
will pay him/her and then claim the amount from the Fund.
I have a tbl_Invoices where I store this info. (InvoiceID – autonumber the
primary key, date, Doctor, ChequeNo, and type (1=payment should be made to
doctor, 2= payment should be made to member) etc, related to a
tbl_MembersBenefits –(one to many). In this table I select the benefit, e.g.
operation, the member (each family has a unique code) and the amount.
Once a month I will need to pay all unpaid invoices, either to doctors or to
employees. All invoices of the same doctor should be grouped in order to
issue a single cheque to each one of them.
Also all employees invoices should be grouped in order to issue a single
cheque to each family.
Also I need to record this cheque number in the tbl_invoices in order to
know what invoices are representing by a cheque.
Cheques should be serially numbered.
Any ideas?
Thanking you so much, in advance
GeorgeCY
I am in the process of developing a Medical Fund database. During each
month employees (both employees and their family members) will bring invoices
to be paid. Also, doctors will send invoices for payment. There are two
cases, Case1: the doctor is a member of the Fund, so employees will not pay
him/her, he/she will send us an invoice each month indicating all employees
visits, and Case2: the doctor is not a member of the Fund, so the employee
will pay him/her and then claim the amount from the Fund.
I have a tbl_Invoices where I store this info. (InvoiceID – autonumber the
primary key, date, Doctor, ChequeNo, and type (1=payment should be made to
doctor, 2= payment should be made to member) etc, related to a
tbl_MembersBenefits –(one to many). In this table I select the benefit, e.g.
operation, the member (each family has a unique code) and the amount.
Once a month I will need to pay all unpaid invoices, either to doctors or to
employees. All invoices of the same doctor should be grouped in order to
issue a single cheque to each one of them.
Also all employees invoices should be grouped in order to issue a single
cheque to each family.
Also I need to record this cheque number in the tbl_invoices in order to
know what invoices are representing by a cheque.
Cheques should be serially numbered.
Any ideas?
Thanking you so much, in advance
GeorgeCY