Monthly Archives: June 2022

HTML Links

Links are found in nearly all web pages. Links allow users to click their way from page to page. HTML Links – Hyperlinks HTML links are hyperlinks. You can click on a link and jump to another document. When you move the mouse over a link, the mouse arrow will turn into a little hand.… Read More »

What is HTML Style CSS?

CSS stands for Cascading Style Sheets. CSS saves a lot of work. It can control the layout of multiple web pages all at once. What is CSS? Cascading Style Sheets (CSS) is used to format the layout of a webpage. With CSS, you can control the color, font, the size of text, the spacing between… Read More »

Interest Calculation in Advance Mode in Tally Prime

The advanced parameters are particularly useful where interest rates change from time to time. Go to Gateway of Tally> F11: Features > Accounting Features > Set Activate Interest Calculation to Yes. > Set Use Advanced Parameters to Yes. The Interest Parameters sub-screen is displayed For Ledgers created under the Group Sundry Debtors/Sundry Creditors, the Interest Parameters sub-screen is displayed as shown… Read More »

How to apply colors in HTML & CSS

HTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values. Color Names In HTML, a color can be specified by using a color name: <html><body><h1 style=”background-color:Tomato;”>Tomato</h1><h1 style=”background-color: Orange;”>Orange</h1><h1 style=”background-color: DodgerBlue;”>DodgerBlue</h1><h1 style=”background-color: MediumSeaGreen;”>MediumSeaGreen</h1><h1 style=”background-color: Gray;”>Gray</h1><h1 style=”background-color: SlateBlue;”>SlateBlue</h1><h1 style=”background-color: Violet;”>Violet</h1><h1 style=”background-color: LightGray;”>LightGray</h1></body></html> Result: Background Color You can set the background… Read More »

Interest Calculation in Simple Mode in Tally Prime

To calculate Interest in the Simple Mode: Go to Gateway of Tally> F11: Features> Accounting Features > Set Activate Interest Calculation to Yes. > Set Use Advanced Parameters to No. In the Ledger Creation screen set Activate Interest Calculation to Yes. The Interest Parameters sub screen is displayed. Enter the Rate and select the interest style from the list. Interest calculations on outstanding balances Enter Interest details in… Read More »

Active Interest Calculation in Tally

The feature Interest Calculation can be activated for any ledger in Tally.ERP 9. The Interest Calculation Report in Tally.ERP 9 gives only the implication of interest for the selected account.  The amount is not charged to the books of account until an entry is passed. To enable Interest Calculation for a Ledger: Go to Gateway of Tally > F11:Features > Accounting Features > set Activate Interest Calculation to Yes. Select the… Read More »

How to apply Comment ?

You can add comments to your HTML source by using the following syntax:<!– Write your comments here –> Notice that there is an exclamation point (!) in the start tag, but not in the end tag. Add Comments With comments you can place notifications and reminders in your HTML code: Example <html><body><!– This is a… Read More »

Purchase Order in Tally Prime

When the order is placed with the suppliers for the supply of goods, the items, quantities, date of receipt, and so on, details are given with the Purchase Order Number. Later, when these goods are received, the Purchase Order is tracked for the Order Details either in the receipt note or in the purchase Invoice.… Read More »

HTML Quotation and Citation Elements

HTML <blockquote> for Quotations The HTML <blockquote> element defines a section that is quoted from another source. Browsers usually indent <blockquote> elements. Example <html><body><p>Browsers usually indent blockquote elements.</p><blockquote cite=”http://www.worldwildlife.org/who/index.html”>For 50 years, WWF has been protecting the future of nature.The world’s leading conservation organization,WWF works in 100 countries and is supported by1.2 million members in the United States andclose to 5… Read More »

Purchase Returns in Tally Prime

Debit Note is a document issued to a party stating that you are debiting their Account in your Books of Accounts for the stated reason or vise versa. It is commonly used in case of Purchase Returns, Escalation/De-escalation in price, any other expenses incurred by you on behalf of the party etc. Record Purchase Returns… Read More »