How to re-open Closed work order.
Work order closed by mistake. There is any way to reopen this
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by boxygen
How to re-open Closed work order.
Work order closed by mistake. There is any way to reopen this
Thanks a lot for this detailed information.
Dear all UAE members here specially @rafat,
Can you please explain the FTA requirements by UAE authorities for any accounting solution? Is there any defined report/format?
Does FA fulfil those requirements or we need to do some modifications?
Thank you for your reply
In fact, I don't have a problem with working on the database, I have good experience but I need the database relationship diagram to find out the related tables, in order to change the Item Code using SQL statement.
I think the database designer should have added an independent indexed field for the barcode where it's not a primary key, this way it will be easy even to change the item barcode without effecting the whole table or other tables in the database.
Good Suggestion
The similar handling needs to be done for Supplier Transactions Allocation at Line # 410
$trans = get_supp_trans($_SESSION['alloc']->allocs[$counter]->type_no, $_SESSION['alloc']->allocs[$counter]->type, $_SESSION['alloc']->person_id);
I suggest to commit the core for this.
Ok, I found the problem. Server Locales were not updated.
I found this thread useful https://serverfault.com/questions/54591 … -on-debian
Hello I am facing difficulty in Installing Languages in latest repo of FA2.4.9.
Below is the error message.
The bug I am going to detail here needs a scenario.
Using on Journal Entry I recorded the Opening Balances of all customers.
Upon recording payment for one out of those customers I encountered following error.
/PATH-TO-FA/includes/errors.inc:207: trigger_error('DATABASE ERROR : duplicate debtor transactions found for given params
sql that failed was : SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.curr_code, cust.tax_id, trans.prep_amount>0 as prepaid,com.memo_, branch.* FROM debtor_trans trans LEFT JOIN comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN shippers ON shippers.shipper_id=trans.ship_via, debtors_master cust, cust_branch branch WHERE trans.trans_no='96' AND trans.type='0' AND trans.debtor_no=cust.debtor_no AND branch.branch_code = trans.branch_code
','256')
/PATH-TO-FA/sales/includes/db/cust_trans_db.inc:214: display_db_error('duplicate debtor transactions found for given params','SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.curr_code, cust.tax_id, trans.prep_amount>0 as prepaid,com.memo_, branch.* FROM &TB_PREF&debtor_trans trans LEFT JOIN &TB_PREF&comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN &TB_PREF&shippers ON &TB_PREF&shippers.shipper_id=trans.ship_via, &TB_PREF&debtors_master cust, &TB_PREF&cust_branch branch WHERE trans.trans_no='96' AND trans.type='0' AND trans.debtor_no=cust.debtor_no AND branch.branch_code = trans.branch_code ','1')
/PATH-TO-FA/includes/ui/allocation_cart.inc:381: get_customer_trans('96','0')
/PATH-TO-FA/sales/customer_payments.php:222: check_allocations()
/PATH-TO-FA/sales/customer_payments.php:236: can_process()
The reason for this bug is that multiple customer payments are recorded for One Transaction Number and Same Transaction Type.
I found the solution to this is to add 3rd argument in function call get_customer_trans() in /includes/ui/allocation_cart.inc as below on Line#399
$trans = get_customer_trans($_SESSION['alloc']->allocs[$counter]->type_no, $_SESSION['alloc']->allocs[$counter]->type, $_SESSION['alloc']->person_id);
I hope this shall not cause any other bug.
I have a sms plugin for FA. You can send forum email to me if needed .
in purchasing_db.inc on line # 200 the 10th argument true is extra I think
That needs customization in sales_order_entry.php
check this post https://frontaccounting.com/punbb/viewtopic.php?id=7652
I am unable to void a PaySlip. Is there any way or I am missing something. PaySlip Creates a Journal Entry that can be voided but the PaySlip itself can't be voided.
I have a comment. I defined the Salary Structure for Each Employee. That sturcuture has a Basic Salary, Conveyance amount, House Allowance etc.
While calculating the Payslip the employee had 62 Leave hours.
The system is deducting the amount against these leave hours on whole amount. But it should be only applied to Basic Salary Amount.
Here is the Screen Shot.
My point is am I correct or system is correct?
@minmaxfamily please open debug mode and then share the screen shot
As I said earlier its the accountants way to handle this. No predefined formula. Yes you may provided you can justify it.
This is a pure accounting adjustment and every accountant has his own taste.
What I do is that I have created an account named "Openging Balance" in Owners Equity Group.
After adding all entries of Assets and Liabilities either in Debit or Credit I put the the Balancing Figure in the above account.
@trainer2008, you can use modules hooks.php to call the module's sales_order_entry.php instead of core file from the Navigation of your theme.
Here is the little snippet of the code
function install_options($app) {
global $path_to_root;
switch($app->id) {
case 'orders':
$app->modules[0]->lappfunctions[3] = new app_function(_('Water In&voice'),'modules/water_invoice/sales_order_entry.php?NewInvoice=0','SA_OPEN',MENU_TRANSACTION);
$app->modules[1]->lappfunctions[2] = new app_function(_('Customer Transaction Inquiry'),'modules/water_invoice/inquiry/customer_inquiry.php?','SA_OPEN',MENU_INQUIRY);
$app->modules[2]->lappfunctions[0] = new app_function(_('Add and Manage Customers'),'modules/water_invoice/customers.php?','SA_OPEN',MENU_ENTRY);
Hello @ccmacachor, I am working as a FA consultant for more than 70 clients in my country. I have my own server and slightly modified FA version to fit in the needs of my clients. If you need my support please contact me via Forum Email.
@siddiquinoor I have that extension that may need some modifications to fit in your needs. Please Contact me via Forum Email
You can change FontSize at Line # 64
$rep = new FrontReport(_('List of Journal Entries'), "JournalEntries", user_pagesize(), 8, $orientation);
in config.php set
$go_debug = 2;
Set the debug mode to On and then try again and see the error logs. Share those Logs here.
Great @joe, does this covers the custom dashboards through modules?
@notrinos, the Employee Transaction Inquiry has a bug. Once you Select any one Employee, the Transactions related to Employee Advance is not shown. I tried a lot of ways but in vain. The SQL Query is too complex
Can anyone help out in this?
FrontAccounting forum → Posts by boxygen
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.