Crystal Report for Income and Expense wth opening and closing balance
By : S.Roura
Date : March 29 2020, 07:55 AM
wish of those help Instead of writing the multiple queries.. you can do the required operation in crystal report itself. Since you have Income and Expences separately. Take a main report and in that main report place 2 sub reports side by side in detail section. In sub report1 take the information of Income. Take all the required tables while making connection and link those tables in Links Tab of Database Expert. Similarly in second sub report take Expences tables and follow the same process to link the tables. code :
Group1: Sub report1 `Income`..
Sub Report2 `Expences`
Group 2: Sub Report1: Date
Sub Report2: Date
Group 3: Sub Report1: Balance
Sub Report2: Balance
|
table income and expense is better to have it together or apart
By : user2023536
Date : March 29 2020, 07:55 AM
This might help you If they both store the same fields of information, there's no reason why you can't put them both in the same table with a field marked TransType that would be set to I for Income or E for Expense. Or, you'd know the difference based on whether the value is greater than or less than zero. This way, you could report them separately if necessary.
|
Programming logic for income tax calculation
By : Satoru Oogami
Date : March 29 2020, 07:55 AM
it helps some times Is any one who can help me to create PHP or mysql Code for our Office employee salary tax table. Here is the base for our tax regulation.
|
dateTime difference income calculation
By : Qurt Qwein
Date : March 29 2020, 07:55 AM
|
income tax calculation python
By : kma1975
Date : March 29 2020, 07:55 AM
seems to work fine Q: How do I go about making a for-loop with a range 70000 and above? A: Use the itertools.count() method:
|