Packing Slip is the way out.
2,077 01/27/2018 01:13:56 pm
Re: I need barcode working with my iphone (3 replies, posted in Jobs wanted/offered, non-free offers)
Barcode is just a keyboard interface. If you are already on the FA page for Invoice entry in the Item Code field, just scan in the Barcode and it will appear in the said field. Barcode reader Apps for the iPhone.
2,078 01/25/2018 02:58:15 pm
Re: Profit and Loss Statement (3 replies, posted in Banking and General Ledger)
FA does that automatically when the year gets closed.
2,079 01/25/2018 02:49:27 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Are you using the fixes after the release of FA 2.4.3?
2,080 01/25/2018 03:21:44 am
Topic: Updated id_ID language strings for FA core and install wizard (0 replies, posted in Translations)
The id_ID language uses the iso-8859-1 encoding as listed in the install wizard but is entered as UTF-8 in the .po files and this has now been rectified in my repos. Anyone using the new .mo files should update their lang/installed_languages.inc file as well.
install lang id_ID commit - install .mo file - 100% translated (17 strings left in official repo)
core id_ID lang extension commit - core extension .mo file - 433 strings untranslated still (444 in official repo)
2,081 01/25/2018 03:13:49 am
Re: How to add new entries in po-file (4 replies, posted in Translations)
You can add / modify / delete any line in the .po file and re-compile it into a .mo file and use it.
Have just updated the id_ID install language and core language strings in my repos. If you intend to use this, then change the UTF-8 encoding to iso-8859-1 encoding in your lang/installed_languages.inc file as well.
2,082 01/25/2018 02:02:36 am
Re: Improved usability for mobiles & phablets (8 replies, posted in FA Modifications)
It is best to make mobile themes self sufficient instead of tinkering with the FA core. The FA core can abstract hardcoded constructs in it into the theme where pertinent. Some elements will need different widths / font sizes to accommodate strings in other languages.
Swiftkey for Android auto injects emoicons based on context which will not be suitable for FA.
A mobile/responsive theme is available in some forks which have morphed FA considerably making it difficult to keep updating it when the core changes.
Creating additional user roles can be documented in the wiki with intent and purpose explained.
@joe: The viewport can be added if it does not violate strict browser settings.
2,083 01/24/2018 05:22:21 pm
Re: Profit and Loss Statement (3 replies, posted in Banking and General Ledger)
All debits are stored as negative numbers in the GL Trial Balance. Your cash balance should be negative (debit) too. When you close the year all P&L entries are summed up and the net Profit or Loss is moved to the balance sheet. If you are referring to the account closure that this happens in, then the contra entry will have to be added to zero out the P&L account and then migrate it (P&L) to the Balance Sheet as a debit.
2,084 01/24/2018 05:05:54 pm
Re: Error in inventory valuation report (45 replies, posted in Report Bugs here)
Since one location sells to another - treat them as different shops - each can make a profit from selling to the other. Alternatively use average costing and let the discount given to each customer vary. The exact acquisition cost will then be factored in the average cost. Anything specific can be treated as a different item for the FA internals with the same description - item_code and stock_id - you can also use manufacturing / assembly and kits. In the inevitable instance, make yourself an extension.
2,085 01/23/2018 06:23:00 pm
Re: Error in inventory valuation report (45 replies, posted in Report Bugs here)
If you wish to track the same item with vastly varying prices, then make it two differently coded items (stock_id). There is nothing wrong with the current algorithm's outcome as the item is still one of a kind.
2,086 01/23/2018 06:19:40 pm
Re: How to set inventory physical location (bin or shelf) (7 replies, posted in Items and Inventory)
All data elements go into the appropriate db field in MySQL.
The doctext.inc file should have it's path created before being copied over and edited as needed in the web folder.
If you need professional assistance post your offer in the Job Offers board.
2,087 01/23/2018 06:08:00 pm
Re: How i can disappear some menu items? (3 replies, posted in Reporting)
Setup => Access Setup => Roles => select host
2,088 01/22/2018 04:55:18 pm
Re: Exchange Rate not working (if define manually) (5 replies, posted in Banking and General Ledger)
Attached is a set of screenshots for a forex purchase invoice and the corresponding forex converted payment along with their views and GL entries.
2,089 01/22/2018 04:25:03 pm
Re: Exchange Rate not working (if define manually) (5 replies, posted in Banking and General Ledger)
At the time of making the Supplier Invoice entry in USD, there is no conversion needed even if the company currency is in SAR except for the GL entries that would get converted in the Purchases account - check the GL entries for the transaction after Purchase Invoice entry.
Again, when making payment in USD from a cheque drawn on a USD denominated bank account, no conversion is needed except for the GL entries on the purchases / stock inventory accounts - check them as well.
You should have an Exchange Variances Account assigned in Setup => System and General Setup that will be used for Balance Sheet, P&L Account and costing / settlement purposes.
Alternatively, if you entered the exchange rate manually, try to logout and login again and then make the Supplier Invoices and the Payments to Suppliers. This is assuming you are plagued with some browser cache - set the browser options to clear cache on exit.
2,090 01/22/2018 05:22:01 am
Re: Access setup: Edit one's own transactions (6 replies, posted in Setup)
Read the Wiki.
Sales => Customer Transactions => Sales Invoices (Type) => Edit Icon.
2,091 01/22/2018 04:00:20 am
Re: Exchange Rate not working (if define manually) (5 replies, posted in Banking and General Ledger)
Since both Supplier Currency and Purchase Invoice entry are in USD, there is no conversion needed. Make sure you have entered it in USD Amounts too in both cases. Hopefully, if you pay the Supplier from your USD Bank Account, then too there will not be any exchange rate conversion. Only in the Balance Sheet and P&L Account will it reflect in Saudi Riyal after conversion. Make sure your exchange rate is entered preferably a day earlier (may be there might be some glitch there - but no one has complained so far).
2,092 01/21/2018 06:29:31 pm
Re: Error System and General GL Setup (5 replies, posted in Setup)
Just downloading the charts and overwriting the counterparts in the sql folder is good only for new companies created with them. The old companies created with the erroneous charts must be synched in schema and appropriately migrated to the new one. Just make one company with the en_US-new.sql and compare the schema with your older companies and synch the latter.
2,093 01/21/2018 04:28:27 pm
Re: Error 500 modules Report Generator FA 2.4.3 (9 replies, posted in Modules Add-on's)
PHP 5.4.x should work.
Are you on Windows or Linux?
Study the Apache and FA error logs and enable debug in your config file and see where the problem lies. Check out FA troubleshooting in the FA Wiki.
2,094 01/21/2018 04:25:37 pm
Re: Currencies of Journal Entry (3 replies, posted in Banking and General Ledger)
Enable OpenSSL in your php.ini and restart your webserver.
Do not use the Yahoo exchange rate provider as they have discontinued free service.
All future transactions will be at the exchange rate you have entered.
Your supplier / customer should have their settlement currency entered and your bank account for that currency available.
2,095 01/21/2018 04:19:54 pm
Re: Looking for POS module (6 replies, posted in Modules Add-on's)
The Slim Framework page has examples.
2,096 01/21/2018 04:16:02 pm
Re: TCPDF error: Problem in "Printer / PDF" in UTF8 encoding (3 replies, posted in Report Bugs here)
Nice work.
PHP 5.1.6 (XAMPP 1.7.3 on windows) and 5.3.3 (Debian Squeeze) do not need to remove the comment though.
2,097 01/21/2018 04:12:25 pm
Re: Error System and General GL Setup (5 replies, posted in Setup)
That chart is probably old and not updated correctly. Take an updated one from the FA24extensions repo depending on if you are using the English or Arabic one.
Read the wiki, search the forum and experience the code - live and learn.
2,098 01/21/2018 04:07:29 pm
Re: Some inquiries about warehouse items are very important (1 replies, posted in Items and Inventory)
Post your job and bounty offer on the Job Offers board.
1. Inventory report is as on the time of printing - yes, continuous.
2. Enable Barcode in the Preferences. - Yes.
3. "add a call" ??? - each item sold in multiple units should be entered as separate items or use the sales kit / assembly feature.
4. Salesman facility only.
5. Expiry Date / Batch number not in native FA as of now. Some users have built their own extensions and some sell them - search the board.
The FA project is an open source one where everyone can learn and be a developer. The project has nothing to sell and everyone works at their own cost in time. Support employees / FA users to become developers and contribute your fixes / feature sets.
2,099 01/20/2018 03:36:25 pm
Re: Error System and General GL Setup (5 replies, posted in Setup)
The Retained Earnings Account and the Profit and Loss Account must exist in your chart_master table with the correct chart_type - see the sql/en_US-new.sql file for parallels and adjust your Chart accordingly.
Setup => System and General GL Setup must have the Retained Earnings and the Profit/Loss Year accounts set properly.
2,100 01/20/2018 03:33:41 pm
Re: Looking for POS module (6 replies, posted in Modules Add-on's)
Not in the official repo. Some commercial implementations are available and the SlimREST_API can be used to design one.
