Wednesday, January 23, 2019

Altering a Budget

You can modify a budget using the alter option.

To alter a budget
1.    Go to Gateway of Tally > Accounts Info > Budgets > Alter.
2.    Modify the fields as required, in the Budget Alteration screen.
3.    Change the period or change budgets of GroupsLedgers, and Cost Centres.
Note: By default, Set/Alter Budgets is set to No. Set this option Yes to alter.

Deleting a Budget

To delete a budget
1.    Go to Gateway of Tally> Accounts Info > Budgets > Alter.
2.    Press Alt+D to delete.

No comments:

C program to print invoice

 #include <stdio.h> #include <string.h> #include <ctype.h> #define MAX_ITEMS 5 #define MAX_NAME_LEN 20 #define MAX_CART 10...