Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Income/expenditure report

Income/expenditure report

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    billcodes
    wrote on last edited by
    #1

    I have to prepare income-expenditure report.Both income and expenditure from logically different tables.I have to show like this: income expenditure ------ ------------ --------- ------- Can it be shown in gridview?OR do i have to use other control please explain in detail

    A D 2 Replies Last reply
    0
    • B billcodes

      I have to prepare income-expenditure report.Both income and expenditure from logically different tables.I have to show like this: income expenditure ------ ------------ --------- ------- Can it be shown in gridview?OR do i have to use other control please explain in detail

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      There are multiple way to display reports. You have to write simple SQL SP'S which will return you the required output, the Display it on GridView or Repeater Control. Even you can use XSL to render it on your page.

      cheers, Abhijit CodeProject MVP

      1 Reply Last reply
      0
      • B billcodes

        I have to prepare income-expenditure report.Both income and expenditure from logically different tables.I have to show like this: income expenditure ------ ------------ --------- ------- Can it be shown in gridview?OR do i have to use other control please explain in detail

        D Offline
        D Offline
        David Mujica
        wrote on last edited by
        #3

        What defines the income / expenditure to be on the same line ? Is it a date? For example: April 15th, 2009: Income: $500, Expense: $200 Also, is there always a match between income and expense on the same day? Example 2: May 1: Income $200, no expense or No income, $50 expense. This would determine how the SQL query is structured.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups