| Summary: | Integrating a cash fund managing system | ||
|---|---|---|---|
| Product: | [Applications] skrooge | Reporter: | M0tty <antoinemotteditfalisse> |
| Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | stephane |
| Priority: | NOR | ||
| Version First Reported In: | 2.20.0 | ||
| Target Milestone: | 25.1.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
M0tty
2020-02-16 22:01:10 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 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, 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 |