Using custom calculated item

Hello,

I just installed Manager, and quite like the user interface - very polished and intuitive.

Was trying to set up payslip, and need to calculate some items, like pension deduction.
This should be 5.1% of the Gross Pay. Is it possible to refer to the Gross Pay field, and calculate this automatically ? (Same as a VAT of 5% is calculated automatically when added to an invoice).

Thank you !

That is not possible. You can perform calculations in fields, but not reference other fields. See Perform calculations in number fields | Manager.

Ok, thank you for the prompt response.

Would you consider that in the future ? I loooked at other accounting packages, and when it comes to supporting so many countries and rules I think it’s a good idea to implement some plugin flexibility where users can write the calculations (based on input fields).

Payroll is always a great example. In Ontario, I have to include:

Now, you can try to hard code that (just joking), or you could say “we don’t support payroll in Canada, or anywhere else”. On the other hand, if you supported some modular approach, the community could write those rules and share. I have done this when I was using Odoo, and it worked great - all payroll calculations were scripted. Odoo is another sad story, but I liked the flexibility…

Thank you !

I’m a forum moderator, not the developer. I can only tell you improvements to the payroll functions have been discussed and promised on the forum previously.

And that’s the problem, isn’t it? Remember, you can also use a third-party payroll processor and just enter summaries into Manager.

Oh, sorry Tut, I wasn’t suggesting you yourself has to do that. I’m hoping the developer reads this, or is there another way to propose an enhancement to him/her ?

Yes, using a third-party processor is an alternative, but the whole point of an accounting package is to automate the work. If I wanted to do typing, I could just use Excel - which is still my accounting tool of choice until I find a (free) package that can automate payroll calculations. Odoo was one, until they decided to go mostly commercial.

The pages of payroll calculations are daunting, but once translated in code there is minimal effort to maintain them once a year. And only one person has to do it - I volunteer to maintain it for Canada - the rest of the community benefits from it.

Of course, this involves hard work on the deveolper’s part but I think having a more modular software has great benefits in the long term.

I really appreciate what you guys have achieved so far, as I said it is a great package and I hope my comments are only seen as a friendly attempt to engage. I don’t intend any offense, and I am ready to put my time where my mouth is.

Peace brother !

The developer reads the forum. Search the forum for comments already made.

That concept raises all sorts of questions. No offense, but why should any user have confidence in you? How can they know your code is correct? Will you indemnify all Canadian users against errors? The developer has to consider the fact that anything made available through the Manager web site or forum is his responsibility.

An interesting perspective from someone who insists on using free software.

Understand that Manager is not open source or crowdsourced software. It’s produced by a commercial venture following the “freemium” business model. (You can Google that.) So volunteer assistance is not part of the picture.

OK, no problem, got the hint. Back to Excel it is.
Good luck

The assumption is the entry for the calculation field would be entered in human readable text so other users from the same country can create the formula themselves or look at another users example and modify that if they wish. Modification from a tax rule for the same country and year are likely to be minor. Slightly more for the same country with marginal rate updates and possibly quite significant between countries.

As to why would one user trust the opinion / answers of another user on a forum. Past behaviour and answer reliability is a start, just the same as assessing any other information source. I suppose the point being how a user customises their company file is a users responsibility. The value in crowd sourced customisation is if supported it makes it easier for a user to do, and thus makes Manager more valuable to users, thus increasing the potential revenue return to the software owner. The concept in various forms has been discussed several times including Community Supported Localisation .

A totally closed architecture is an alternative but that will either lack country / industry specific feature, or be much more onerous for the software company to maintain. The disadvantage of allowing customisation is it can increase set up complexity. Manager addresses this elsewhere by defaulting to the simplest implementation with the option to add capability if required. A good approach which should also work for customisable calculation fields.