Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 152 of 200)
Topics by joe User defined search
Posts found: 3,776 to 3,800 of 4,985
Hello AM,
If you have the global variable in config.php, $print_invoice_no, set to 0, FA will print the reference number on all documents instead of the internal numbers.
If possible, FA will increase the reference number by 1. F.i. A15 will increase to A16. So if you look at the number in forms setup after you have created the document, it has increased by one.
/Joe
If you mean the sales person listing, it has been implemented a long time.
/Joe
Yes, maybe we should put this information on the customer or the branch. We have doctext and doctext2 at present and they are chosen depending on the customers currency.
If we put this information from a combobox (with available doctext) documents then you can copy existing and name them doctext3 ...
This way you can have all the language you want. Default when creating a customer or branch could be existing method.
We retrieve the correct doctextX when printing the document. A candidate for 2.3.
/Joe
You can enter that information in the memo field on the document.
/Joe
What about using the reference number for that? This can be either numeric or alpha-numeric.
/Joe
Due to complications it is not possible to void a PO receival, but you can delete tehm in the Supplier Invoice form. You got a warning and you must be logged in as admin.
/Joe
Look under fawiki, https://frontaccounting.com/fawiki, on how to fix that. The topic is Exchange Rates in Banking and General Ledger, Working with FA.
/Joe
I am not sure I understand what you mean. If you receive POs, the On Order will decline with the items received. Be sure you are looking at the same location or using the same location.
/Joe
Before the tax displaying, the function get_trans_tax_details($type, $trans_no) is called in all the views and reports, so it should be fairly ok to fix this, but the line totals are displayed tax included. Wouldn't it require one more total line, f.i. Subtotal (tax included) Subtoal (tax excluded) and then the normal tax display and invoice total?
/Joe
You have encountered a bug .
There was a bug in a selector list.
The CVS Main repository is updated.
Thank you for reporting this.
You can also download the file from here:
/Joe
This was discussed a long time ago, before the establishment of the Forum.
It was at that time proposed to present it as is now. But we can let this be an object for discussion.
/Joe
Yes, this was missing in the supplier invoice/credit part. Fixed in file /purchasing/includes/ui/invoice_ui.inc
You can also download the file here:
Thanks.
/Joe
But it should keep track of a so called 'Global Customer' or 'Global Supplier'. When operating forth and back it should stay at the same Customer/Supplier, but maybe something is missing here.
/Joe
The problem is that not all are using the Customer Payment to allocate directly.
/Joe
I have answered your mail, Rod, The en_AU translation is uploaded to sourceforge.net.
Thanks.
/Joe
All transactions inside FA is split up into various types to keep them separated. The drop down list will show you the various trypes in FA.
So you can select which type this attachment belongs to.
/Joe
These are the reference numbers for the various transaction typs. Internally FA have an increasing numeric value but you can use your own set of reference numbers consisting of both alphanumeric and numeric digits.
/Joe
Hello,
If you have more than one tax types, you shoud use different Tax GL accounts.
While you can use the same account for both Sales Tax GL Account and Purchase Tax GL Account, you must have different accounts for every tax type.
We also strongly recommend to split up the Sales Tax GL Account and Purchase GL Account. It is much easier to follow the transactions this way.
/Joe
Check the POS setup in the Setup tab. Edit the POS for the user and check the correct bank account. Also check for both cash and credit sales. Then save it back again
In some COAs there was a missing link somewhere in the POS settings, that is fixed when edit and saving again.
/Joe
I guess you encountered a bug. A default parameter ($spacereak) was missing in the routine. The default parameters were changed a while ago, and this side-effect appeared. Fixed in CVS main. You can also download the file /reporting/includes/pdf_report.inc here:
You can change the TextColLines function back to what it was before. Now it will not stretch now.
/Joe
For Sales invoice, /reporting/rep107.php. Line 131, you se a line:
$rep->TextColLines(1, 2, $myrow2['StockDescription'], -2);
This function wraps the lines between column 1 and 2 (0 based). If the description part can not fit, it will scale some of the text.
You can try to use
$rep->TextColLines(1, 2, $myrow2['StockDescription'], -2, 0, 0, 0, null, 0);
instead and see if it helps. It will not scale the text.
/Joe
I think you can just void it in Setup - Void transaction.
/Joe
Please use English language in this Forum. We don't understand Indonesian
/Joe
I now see that the check printing is not in the menu in Banking and General Ledger, Reports, but in Purchases, Reports.
Please look there avb3. I am sorry for that misinformation in the readme.txt.
A new upload will be done.
/Joe
But your customers must know your bank account and swift information, right?
/Joe
Posts found: 3,776 to 3,800 of 4,985