You have to '000001' item defined first.
Janusz
1 05/16/2013 10:49:35 am
Re: API for Direct Invoice (2 replies, posted in Accounts Receivable)
2 05/16/2013 10:45:27 am
Re: Error with currency conversion (4 replies, posted in Banking and General Ledger)
Is any reason why you use 6 or 8 decimals? Rounding errors are normal in floating point arithmetic, and are acceptable as long as they do not amplificate somehow. Normally having 2 decimal places for price type amounts is enough, and in some countries there are further rounding used.
Janusz
3 05/16/2013 10:40:23 am
Re: Cash account cannot be $0? (8 replies, posted in Banking and General Ledger)
@twitty1437
Sure, as usually fix will be included in next release.
Janusz
4 05/16/2013 10:27:31 am
Re: Install/Activate Extensions, Theme, Chart of Accounts not working (15 replies, posted in Installation)
Check file/directory write permissions (displayed on system diagnostic page). You can also add all the translations later, when you have FA installed and running.
5 05/16/2013 10:24:58 am
Re: Dashboard Theme and Module (28 replies, posted in Announcements)
Interesting, thanks for the info, I have never encountered this issue.
Janusz
6 05/16/2013 10:22:09 am
Re: Eco Tax (3 replies, posted in Installation)
No, EcoTax is out of scope of tax system in FA which supports various mutations of VAT and/or turnover tax. Anyway you can handle the tax defining it as separate item (tax report will not include it anyway).
Janusz
7 05/16/2013 10:11:44 am
Re: Dashboard Theme and Module (28 replies, posted in Announcements)
[an error occurred while processing this directive]
Surely this is not message generated by FrontAccounting nor dashboard module.
Janusz
8 05/16/2013 10:08:30 am
Re: Welcome (7 replies, posted in Setup)
I'm not sure what you mean, but all the access roles setup is about giving access to some areas of application to selected users, while forbid it for others.
9 05/16/2013 10:03:42 am
Re: Translation portal (15 replies, posted in Translations)
I believe web translating services are handy (personaly I have never used them), but *.po files are textual and have obvious format, so you can make translation with any text editor. If you do not want to download and install any translation tools, MS Note will suffice. Sending translated file by email is also not rocket science.
Janusz
10 05/10/2013 06:50:21 am
Re: Keen on translating (25 replies, posted in Translations)
@Gunnar
Please send the asset register module translation file to contributions mailbox, then we can include it in next module package version to be available for all the FA community.
Janusz
11 05/10/2013 06:45:30 am
Re: Cash account cannot be $0? (8 replies, posted in Banking and General Ledger)
@BrianKuehn
Using <= would just raise the error when amount is equal to limit.
Seems this is rounding error, try change the line to:
if ($limit != null && floatcmp($limit,$amnt_tr)<0)Janusz
12 05/09/2013 08:25:12 am
Re: Embed Videos in Relevant tab pages? (5 replies, posted in FA Modifications)
Well, I mean php application source code. You will need change renderer.php files in all used themes, but this will require somewhat different change than described above. For example in default theme you will need change line 81 to:
echo "$himg<a target = '_blank' onclick=" .'"'."javascript:openWindow(this.href,this.target); return false;".'" '. "href='". help_url()."' accesskey='H'>" . _("Help") . "</a> ";Then you will have Alt-H hotkey active on Help link.
Janusz
13 05/08/2013 07:54:35 am
Re: HR and Payroll Module (26 replies, posted in Modules/Add-on's)
There is open source project fa-payroll-module on Google Code aimed at HR module creation under GPL3. Unfortunately it is stalled since some time due to lack of time resources, but I think it is the best start point for eveybody seriously interested in this functionality. If you are really determined to develop HR module for FA please consider joining the project.
Janusz
14 05/08/2013 07:15:49 am
Re: Embed Videos in Relevant tab pages? (5 replies, posted in FA Modifications)
There is no hotkey defined for help, but you can easily add it changing 'Help' link title in sources to '&Help', then you will have wiki available under Alt-H.
Janusz
15 05/08/2013 07:07:29 am
Re: Adding New function in Frontaccounting (1 replies, posted in Manufacturing)
Your question is too general to get any answer. Read the application sources, imagine internals and finally ask about details instead.
Janusz
16 05/08/2013 07:03:15 am
Re: Adding items having same model with different serial numbers (3 replies, posted in Items and Inventory)
You can also mark the laptop description as editable in Items, and just add serials on invoice issue, however there is not much space for item description in invoice form, so it will work for small quantities.
Janusz
17 04/28/2013 04:21:01 pm
Re: my own modifications (8 replies, posted in Wish List)
For me following features are generic enough to be included in core FA:
- Sales order list :
* allow order to be sorted by customer (and other) in order list.
- Order Delivery
* add clear quantity button, so the default quantity to dispatch to 0. (usefull when you need to dispatch only a bit from a big order).
* set the initial quantity to dispatch to what is availabe. What is available depend on what other people have order (priority according to order date). I will extract this to a module to allow priority per item.
* Add 'ALL location' in stock movement to see all moves between location. (UI needs tidying up).- Stock
* filter items in stock check sheet report using regexp or like expression. Needs SQL injection protection.-* filter invoice report per customer (usefull when a customer want you to send all the invoice). However, the UI is at the moment a bit clamby (because I can't filter the 'from' and 'to' invoice by customer).
Other things:
* sort item by stock_id when displaying cart
This cannot be done in transaction viewers (the view should display cart 'as is'), and probably would be rarely used during cart ediiton. But if implemented carefully (some small icon ui control with tabindex=-1 to not encumber keyboard entry) it could be accepted.
* Add "weights" to locations. Those weights are used to weigh quantity on hand and on demand. This allow for example to have a lost location (item 'lost' won't count as in stock) or order in 'to cancel' location, doesn't count as on demand.
This used mainly by the 'available' feature on order delivery, but could be extended to FA report.
I'm not sure I understand the idea right, but if you mean some flag (checkbox) in location catalogue, which would exclude this location as available for sales, this is good idea.
- Trial Balance
"Clear" the initial balance difference due previous year.
For example if initial balance (of the year) for the stock is 120000 | 100000
display 20000 | 0 instead.
Not acceptable I think. For some types of accounts this is important whether the balance is one or two sided.
Report
* Use readable name for some reports. This is need when you need to send an order, a statement or invoice to a customer.
The normal workflow is export the report (save it) , and attach it in the email. However, whith mangled name, it's easy to send the wrong invoice to the wrong customer.
This should be rather solved by better support for sending invoices by email to customer (when you use direct invoice mailing you have no need to save the report file on the server). We should have at least email templates implemented, as currently hardcoded template is not reday for serious usage.
Janusz
18 04/28/2013 03:39:18 pm
Re: Sales Order VAT to GST (4 replies, posted in Reporting)
The easiest and safe way is to create translation for your locales (I think this is en_AU).
Janusz
19 04/28/2013 03:14:52 pm
Re: HG 3227 - Ignore hook system in installer. ? (1 replies, posted in Installation)
Nevermind, this was bug introduced recently, which (not fixed) would result in installation failure. Fortunatelly it is already fixed.
Janusz
21 04/16/2013 10:06:58 pm
Topic: FrontAccounting git repository (1 replies, posted in Announcements)
We want to inform all interested developers working under git DVCS that FrontAccounting stable code git mirror is finally available. You can use any browser to have a look into latest code at http://devel.frontaccounting.com/git.
To make local copy of stable branch:
git clone git://devel.frontaccounting.com/fa-stable frontaccountingThere is also textcart extension module code managed by elax available at the same location, and we plan to publish code for other FA extension modules in near future too. All the open code repos are accessible anonymously in read only mode.
Open source FrontAccounting extensions developers interested in creating public git repository for their code on our server are welcome to contact me via forum PM or email.
Janusz
22 04/16/2013 08:54:53 pm
Re: textcart module instruction (5 replies, posted in Items and Inventory)
You will find detailed instructions in README file attached to the textcart package. Just read /modules/textcart/README.html
Janusz
23 04/16/2013 08:47:05 pm
Re: Edit Login window (3 replies, posted in Installation)
/access/login.php
24 04/10/2013 04:51:59 pm
Re: Purchase Order reference number on PDF prints (4 replies, posted in Accounts Payable)
Yes it is. You have entry Purchase Order first, then GRN, and finally Purchase Invoice, all in separate step, and you have full control over PO, GRN and Invoice references.
If you are skipping any of those steps (e.g. using Direct Invoice) it is assumed you are not interested in documents generated in background (i.e PO and GRN in this case, which are autogenerated),
Janusz
25 03/26/2013 07:34:31 am
Re: Sales Orders view DESC mode (6 replies, posted in Accounts Receivable)
Then just look into the sales_orders_view.php code. You have sortable 'Required by' column here.
Janusz