Loading...
 
Skip to main content

Category: Accounting

Accounting
Show subcategories objects

Name Type
Accounting: account selection without function
{syntax type="tiki" editor="plain"}
When you do accounting, created a book and created some accounts, you can make bookings into a stack. When you do that, you should select creditor or debitor account. For this purpose there is drop down menu, and I would have expected that created accounts are to be found in there. But the dropdown menu is empty, it doesn't even drop down. Also, you cannot type in an account number...
tracker item
Accounting: Illogical decimal separators
/lib/core/Tracker/Field/Computed.php says "This feature is still in place for backward compatibility. While it has no known flaws, it could be used as a vector for a malicious attack. A webservice field or custom JavaScript is recommended instead of this field.". Well, I know a flaw :-)

Look at lines 46 and 53:
{CODE(Colors="Tiki")}
'dec_point' => [
'name' => tr('Decimal separator when displaying data'),
'description' => tr('Single character. Use "c" for comma, "d" for dot or "s" for space. The valid decimal separator when inserting numbers may depend on the site language and web browser. See the documentation for more details.'),
'filter' => 'text',
'default' => '.',
'legacy_index' => 2,
],
'thousands' => [
'name' => tr('Thousand separator when displaying data'),
'description' => tr('Single character: use "c" for comma, "d" for dot or "s" for space. When inserting data, no thousands separator is needed.'),
'filter' => 'text',
'default' => ',',
'legacy_index' => 3,
],
{CODE}

Well, use c for comma or d for dot or s for space. Well. But the defaults are "." and "," :-) Whoever wrote the description did not write the defaults :-)
tracker item
BlissTiki William
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
Citation
wiki
Additional Feature
This tracker is made to help filtering and sorting the features vs categories vs options we need to tag a bug/regression/wish with.
tracker item
Parameter "First for all" is not applied for tracker field currency on plugin List
The field tracker type currency as a parameter "First or all" to display the currency symbol on the first row of a tracker list.

{QUOTE(replyto="Lindon" date="2017-03-19")}In accounting, it is the norm to show the currency symbol only on the first number and the grand total, e.g., in financial statements or other accounting schedules.{QUOTE}

It is working when displaying tracker list item in the tracker view list mode or the trackerlist plugin. (on Tiki17 ?)

Not in the plugin list (may be other) - sould be check on accounting and payment part of Tiki.

So that parameter is here but not usable to create accounting statement with Tiki tools.

Check instance
tracker item
ShowCaseSupport@projectashenfire.org
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
Show PHP error messages