Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Business

marios armakolas
marios armakolas
2,147 Points

How to create a software that stores data to a database and execute reports (in excel) from these information.

Which is/are the appropriate programing language(s), that we could create a software that make at least the following: -the user put information in fields, such as square meter of an asset (building), date of entry and end of contract lease, the amount of contract lease, floor etc. -calculate retroactive credits or debits if the dates of new amount of contract lease start at an earlier date (in essence Works accounting) -the software save these information to a database, -the user can select data within fields (for example building number from 0 to 200 and measurement type from 5 to 20) and -execute reports (in excel) from the previous information. -could find the building block from the data that user give it through google map. I ask because I want to focus on these program. languages or language that could implement this project. Thanks in advance

2 Answers

Kevin Korte
Kevin Korte
28,149 Points

The good news is, it doesn't really matter. All of the languages can accomplish something like this, so run with something you're comfortable with, or one that you like more than the others, and start building. It's a good opportunity to learn as you go! Happy coding.