工资预付款的自动扣除 [英] Auto Deduction of Advance from Salary

查看:144
本文介绍了工资预付款的自动扣除的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的先生,



我在vb.net上为我自己的公司命名了工资单申请,是

i create Advance表格想要提前.....以下的员工是这样的说法: -



1. Emp No ........

2. Emp名称.......

3.预约日期/月.........

4.扣除月份.........

5.分期付款金额..........



我想要向员工发放预付款,这笔预付金将从他的工资中扣除,他希望退还预付款,例如: -



如果员工X已提前2012年1月,他希望在2012年3月(不是从1月或2月)开始分期付款。当我为X先生的工资生成时,我想做什么呢? 2012年3月,该软件应从2012年3月起开始从其工资中扣除分期付款金额将他的预付款变为0.



请帮我解决上述问题,我需要在我的申请表上执行代码。

我在等积极回复。



Rgds,

Indranil

Dear Sir,

I made an application on vb.net named payroll for my own company, were
i create Advance form for employees who want to take advance.....below is the despcription :-

1. Emp No........
2. Emp Name .......
3. Advance Date/Month .........
4. Deduction from Month .........
5. Installment Amount ..........

I want to issue advance to employee and this advance will be deducted from his salary by the MONTH he want to refund his advance for example :-

If the employee X has taken advance in the month of January 2012 and he wants to return his advance in installments by the month of MARCH (NOT FROM THE MONTH OF JANUARY OR FEBRUARY) 2012. What I wanted to do that when the salary of the Mr. X is being generated for the month of MARCH 2012 the software should start deducting installment amount from his salary from the month of MARCH 2012 till his advance becomes 0.

Please help me on the above problem, i need codes to implement on my application.
I am waiting for positive reply.

Rgds,
Indranil

推荐答案

txt_advance.text=x;
txt_paid.text=y;
txt_total.text=x-y;


在数据库中,添加一个额外的列,表示是否有任何预付款。< br $>


在发出付款时,更新信号 - 1.



每次准备薪水时报告,检查SIGNAL是否为1,如果是,则获取剩余的工资并显示。
In the database, Add one extra column which signals if any advance is due to be paid or not.

At the time of issuing the payment, UPDATE SIGNAL - 1.

Each time when you prepare salary report, Check whether SIGNAL=1, If yes then fetch the remaining salary and show.


这篇关于工资预付款的自动扣除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆