CarBudget

Rating: 
4.727275
Your rating: None Average: 4.7 (11 votes)

Application to log all car cost (fuel tank, tire, pieces...) and make stats with it.

This is an open project, you can contribut for translation, documentation or code by pull request on github...

This version ( < 1.0 ) is a very early version, without all statistics page and all cost managed.

At this moment, translate in English, Italian, German, Russian and French, only € and litter supported

If someone can help me to translate in other language (or fix english), there is only few word to translate, I can send TS file to translate with Qt Linguist.

 

This project is under GPLv3, you can contribut, sources are available onto:

https://github.com/condo4/carbudget

Screenshots: 

Keywords:

Application versions: 
AttachmentSizeDate
File harbour-carbudget-0.2-6.armv7hl.rpm124.49 KB27/02/2014 - 15:40
File carbudget-0.2-1.armv7hl.rpm114.15 KB13/02/2014 - 19:20
File carbudget-0.2-2.armv7hl.rpm113.86 KB30/07/2021 - 01:04
File carbudget-0.2-3.armv7hl.rpm114.04 KB16/02/2014 - 18:01
File carbudget-0.2-4.armv7hl.rpm114.49 KB17/02/2014 - 14:28
File carbudget-0.2-5.armv7hl.rpm115.68 KB18/02/2014 - 13:41
File carbudget-0.2-6.armv7hl.rpm124.49 KB27/02/2014 - 15:47
File harbour-carbudget-0.3-1.armv7hl.rpm117.83 KB27/02/2014 - 16:18
File harbour-carbudget-0.3-2.armv7hl.rpm117.45 KB28/02/2014 - 23:41
File harbour-carbudget-0.3-3.armv7hl.rpm127.45 KB03/03/2014 - 17:58
File harbour-carbudget-0.3-4.armv7hl.rpm127.22 KB03/03/2014 - 18:27
File harbour-carbudget-0.3-5.armv7hl.rpm127.5 KB14/03/2014 - 14:05
File harbour-carbudget-0.4-0.armv7hl.rpm128.86 KB25/03/2014 - 18:11
File harbour-carbudget-0.5-0.armv7hl.rpm128.92 KB07/04/2014 - 14:27
File harbour-carbudget-0.5-1.armv7hl.rpm129.77 KB08/04/2014 - 18:17
File harbour-carbudget-0.7-0.armv7hl.rpm130.06 KB18/04/2014 - 19:40
File harbour-carbudget-0.8-0.armv7hl.rpm130.08 KB07/05/2014 - 21:42
File harbour-carbudget-0.9-0.armv7hl.rpm129.89 KB10/09/2014 - 15:17
File harbour-carbudget-0.14-0.armv7hl.rpm185.57 KB23/09/2015 - 16:19
File harbour-carbudget-0.21-0.aarch64.rpm274.63 KB29/07/2021 - 15:40
File harbour-carbudget-0.21-0.armv7hl.rpm263.65 KB29/07/2021 - 15:40
File harbour-carbudget-0.21-0.i486.rpm289.62 KB29/07/2021 - 15:40
Changelog: 

(none)

Comments

Termitebug's picture

Hi, there is issue with commas and dots atleast in the gas fill up section. If locale is set to metric ( , commas) CB app reverts back to dots. Editing can be a little hassle. Can you fix that at some point?
Regards and thanks,
@Termitebug

nokiafan_xy4711's picture

That's a great app with outstanding posibilities, but:

I have a few different vehicles, some are motorbikes.
It would be very nice to get the possibility to mount only one tire.

Greetings,
Orthografixer

Brummkreisel's picture

How can I delete tires?

Marius's picture

Very nice app, I use it all the time.

It would be nice to add a graph showing amount of km driven as a function of time. Data are there (odometer reading every time the tank is filled).

Cheers, Mariusz

direc's picture

Hi

I've been missing this graph, too. I fixed a thing in my code branch, and I just might implement this myself. Stay tuned :)

boebbele's picture

How can I save or export/import my data? Is there an file that I can backup if I reset my phone?

direc's picture

Yes:
/home/nemo/.local/share/harbour-carbudget/harbour-carbudget/*.cbg

pagis's picture

Thanks for the new release, it would be nice to cover insurance costs too?

condo4's picture

Yes, today I use Cost entry to add insurance cost.

But it missing a feature to set a periodic cost... If I find time to work on this, I will do in a futur release

tiiagoFernandez's picture

Hi,

This needs and update. 

Export/import feature, maybe to xls.

Sort option in the lists (date, consumption, km, etc)

yuri's picture

Hi, thanks for this program. I think it is useful if the user can view/edit previous data. For example, "when I fill up my car?", now I can't answer the question looking in cardbudget. Many thanks :)

condo4's picture

Hi,
You can see, and edit all entries in the thank list view, by a clic on the tank button, (The picture left to the add new tank button...)

yuri's picture

wow, I had never seen it! Then your program is perfect! many thanks for your suggestion! :) bye :)

taniwha's picture

Hi,

I've got some trouble with the stats sheet, the average consumption per 100km is totally crazy. I thought it was a problem with dot and comma while typing the figures, but it aint working.

Pierre

Bobsikus's picture

Could you please add possibility to change currency ? Now I have Euro there... I know it is just visual thing, but still :) and possibility to comment any tank with my notes

condo4's picture

I added this feature in the last release

Bobsikus's picture

Very nice, THANK YOU ! :)

Bobsikus's picture

Hi, I would help with translating to czech, but since the system is not in czech (yet I hope), it doesn't matter, I have question, if I ame putting data into app, I should write down "static state" of kilometers ? I cannot see any "trip" option.. I have wanted to rewrite my data from my N900, so I am asking just for sure :) THX for the App by the way, very useful for me !

condo4's picture

Hi, I'm not sure to understand your question...

I don't understand "static state" of kilometers...

 

What I will develop is pages with

- Price for 1 or 100km (fuel price + cost + periodic cost + tire)

- Tire: Mean Consumption by tire, total distance with this tire...

- Fuel Station: Mean Consumption by station, price of fuel for 100km by station

- Graph of consumption

- Graph of fuel price

.... other ideas ....

In all case, the save file is a SQLite Database by car, and can be reuse on PC or anywhere.

In the base, I note the DB_VERSION to keep data if in future I will change database structure (automatic migration of data).

Bobsikus's picture

Well, I wasn't sure, how to say it either :) I mean, I have bought used car, which had about 98 000 km. I have made trip with it about 500km with one full tank. Should I put number 98 500km or 500 km ? :) tyres I will not measure..

EDIT: Ok, I have found out, full km (=98 500km in my example), then only have one suggestion, option to change Currency :)

KoenigseggCCGT's picture
condo4's picture

Thanks for your contribution. I re-generate ts file with your translation and add it to the project (v0.2-4)