This should not be done. A stock item is not a fixed asset item. We are now using a different function for the checks here: check_db_has_depreciable_fixed_assets()
2,052 02/03/2018 03:57:38 pm
Re: Fixed Assets (30 replies, posted in Fixed Assets)
@joe: Can commit post 12 herein.
2,053 02/03/2018 03:50:37 pm
Re: ER Diagram and Scheme (4 replies, posted in Setup)
Cascades and referential integrity constraints are not yet used in the default FA 2.4.3 for now and hence the relationships do not show up in the MySQL workbench. SQLyog is another tool to get the schema.
2,054 02/03/2018 03:46:40 pm
Re: How to increase Input text for Amount Debit and Amount Credit (4 replies, posted in Banking and General Ledger)
Search for small_amount_cells in the entire codebase and replace it with amount_cells except in the function definition page at includes/ui/ui_input.inc and where discount percentage (Disc) fields occur.
2,055 02/03/2018 06:20:29 am
Re: No edit in supplier invoice quick entry (11 replies, posted in Banking and General Ledger)
Possibly an edit might confuse the system's average / costing computation. It is easier to revert to the previous cost and then compute anew when entered again.
2,056 02/03/2018 06:16:49 am
Re: Total value in words not showing on invoice (1 replies, posted in Reporting)
The function price_in_words() prototype is defined in includes/hooks.inc and the fallback wrapper uses it in lang/new_language_template/locale.inc which needs to be put into the appropriate lang subfolder if you wish to customise it. The default function price_in_words() is defined in includes/ui/ui_view.inc and is available for Supplier Payments, Customer Payments and Cheques. By default line 865 in the said file does not provide the price in words for the Sales / Purchase Invoice. By commenting out line 866, all reports that use it will have the price in words enabled.
Refer this post.
2,058 02/01/2018 03:05:44 pm
Re: Translating 2.4.3 to german - trouble with abbreviations (4 replies, posted in Translations)
769 strings yet to be translated in Transifex.
Committed to my FA24extensions repo.
100% Translation done for the install language in German.
2,059 02/01/2018 11:37:41 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
FA 2.4.4 has not been released as yet. If you are using the post release fixes for FA 2.4.3 then make sure your config.php matches the elements of the config.default.php.
2,060 02/01/2018 11:33:50 am
Re: I need barcode working with my iphone (3 replies, posted in Jobs wanted/offered, non-free offers)
The cursor should be in the field which needs the barcode and then it should be scanned into it.
2,061 02/01/2018 11:32:32 am
Re: >FA2.4.3, Confused... (3 replies, posted in Installation)
@toHZLjGk: Thanks for the info. All those using Dashboard theme in FA 2.3.x should first uninstall it before upgrading to FA 2.4.x. The Dashboard is now built into the FA 2.4.x core.
2,062 02/01/2018 11:28:54 am
Re: How Can I cancel part of Purchase Order (8 replies, posted in Accounts Payable)
Assume you received the balance, make a GRN for it and then return those that were not delivered and make a debit note for it.
2,063 01/30/2018 08:15:55 am
Re: How Can I cancel part of Purchase Order (8 replies, posted in Accounts Payable)
Are you able to edit the Purchase Order to what has been received?
2,064 01/30/2018 07:08:41 am
Re: Expiry Date and Batch Number (3 replies, posted in Items and Inventory)
At the moment, you can use the memo field for tracking such info and link them to other tables that will have the relevant data.
2,066 01/29/2018 04:24:07 pm
Re: Sales Orders Overview (13 replies, posted in Accounts Receivable)
As long as the Qty Dec and the Prices/Amount Dec are the same the report is okay.
@joe: The variable $dec is first used in Line 157 but assigned only later at Line 164 and that too as a Quantity Unit's Decimal (get_qty_dec()) and used correctly in the next 3 lines for Quantity values but wrongly in Line 179 for Total Amount. Another variable, say $dec1 should be assigned user_price_dec() much earlier and used for the first and last occurrences of the current $dec. While at it, whitespace on Line 138 can also be removed.
2,067 01/29/2018 07:48:12 am
Re: Selling Prices - Prevent Manual Override (5 replies, posted in Items and Inventory)
Logout, clear cache and then login again.
2,068 01/28/2018 06:20:41 pm
Re: Sales Orders Overview (13 replies, posted in Accounts Receivable)
The rep105 should be retained as is and the amount can be optionally added under the "Del Date" field.
@Alaa's implementation is attached herewith.
@joe: should we add this into the Sales Orders Report in the core by placing the amount under the Del Date?
2,069 01/28/2018 05:34:40 pm
Re: Selling Prices - Prevent Manual Override (5 replies, posted in Items and Inventory)
Untick Sales price edition permission for the appropriate Non-Admin user in Setup => Access Setup.
2,070 01/28/2018 05:23:49 pm
Re: Functions of setup of Dimension (3 replies, posted in Setup)
Read the Wiki.
2,071 01/28/2018 05:21:43 pm
Re: Problem in Fiscal Year Setup (2 replies, posted in Setup)
When you close the fiscal year and want to delete it, you should make some other fiscal year your active one in the Company Setup first before attempting to delete the old fiscal year.
2,072 01/28/2018 05:18:34 pm
Re: Purchase Order Issue (1 replies, posted in Reporting)
Add Items.
Add Suppliers.
Add Purchase Orders.
Now Print PO Reports.
2,073 01/28/2018 05:14:44 pm
Re: Customized Purchase & Sales Report (1 replies, posted in Items and Inventory)
Take your report as an excel sheet and then manipulate it there. If you customise your reports then place them in the company/#/reporting folder and they will override it for that company.
2,074 01/28/2018 05:02:49 pm
Re: Quick keys not working [alt]+p etc in firefox; ok in chrome? (2 replies, posted in Installation)
Yes, Firefox even latest one too is in the same state. All ALT-[Key] combinations just choose the tab menu shortcuts if available and if not, choose the first available matching shortcut for the Key and does not allow cycling through all available matching shortcuts for the same Key.
On logging into FA, we are at the Sales Tab. If we type ALT-P, we go to the next tab, Purchases instead of cycling through the menu items on the current tab:
Invoice Prepaid Orders
Customer Payments
Sales Persons
The solution is to keep the ALT key depressed while repeatedly pressing the menu option Key till the one needed gets highlighted and then release the keys to go to that page.
Read this post.
2,075 01/28/2018 04:31:58 pm
Re: Looking for POS module (6 replies, posted in Modules Add-on's)
@notrinos has done a wonderful job!
Any public repo or is it commercial?
