Bug 417760 - Integrating a cash fund managing system
Summary: Integrating a cash fund managing system
Status: RESOLVED NOT A BUG
Alias: None
Product: skrooge
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.20.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: 25.1.0
Assignee: Stephane MANKOWSKI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-16 22:01 UTC by M0tty
Modified: 2025-09-30 19:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description M0tty 2020-02-16 22:01:10 UTC
Add a tool who allow to introduce how many of each pieces of money and bills you have in a cash found before an event, then how many is there in the cash register after an event. And then add the difference in the account.

It would be an amazing tool!
Comment 1 Stephane MANKOWSKI 2020-04-25 14:27:04 UTC
Hi,

Sorry for this late answer. 

Do you known that you can enter a formula in the amounts fields ?
For example, if you have before the event 10x1€ + 5x5€ + 2x10€ and after the event 23x1€ + 12x2€ + 50€, you can enter:
(23*1+12*2+50)-(10*1+5*5+2*10)
and Skrooge will do the computation for you.
You should have the result expected with few effort.

Is it enough for your need something else ?
Regards,
Stéphane
Comment 2 M0tty 2020-04-25 16:39:06 UTC
Hi !

I do know I can use formulas in the amount field, but the formula is forgotten and replaced by the result, so there is no memory of it, so it's difficult to check for any errors after encoding. And to correct an error I have to recreate the whole formula.

Plus, the interest of my proposal is to have a visual correlation between the real cash register and the software.

Anyway, thx for this great software!
Regards,
Comment 3 Stephane MANKOWSKI 2025-09-30 19:54:18 UTC
This requirement is complex and will have a huge impact on the application.
So, I decided to not do it.

You can use the parameters to store the formula but you will have to do more actions:
- enter the formula in a property
- copy it 
- paste it in the amount field