But there should be a problem in it. I will further check this and let you know
102 10/20/2022 03:43:50 pm
Re: location transfers with standard cost (3 replies, posted in FA Modifications)
It May be the standard cost is not available in last few transactions. Check thw stock movement. For this item with last 20 transactions.
Still if you can't get it. Open stock moves table and search this item specific in it. It has standard cost column in it. You can spot where and when the standard cost changed to 0.
103 10/20/2022 06:20:56 am
Re: Can't void customer payment (20 replies, posted in Report Bugs here)
This is an issue in core.
@joe check admin/db/voiding_db.inc line no 44 onwards. The void for customer payment and sales invoice is missing. And also along with break.
Is it have any specific reason for removing it, if its removed recently ?
104 10/18/2022 06:09:40 am
Re: Cannot Post to Petty Cash in Journal Entry (4 replies, posted in Banking and General Ledger)
You can use both. When you make journal entry, the system will automatically make the bank payment or deposit based on the debit/ credit you choose in journal entry.
But Bank payment and deposit is most sophisticated way to do this. Still you can use your convenient way.
105 10/17/2022 04:06:20 am
Re: Cannot Post to Petty Cash in Journal Entry (4 replies, posted in Banking and General Ledger)
Create separate GL account and create a separate bank account. So it can be added to that account. And you can use bank payment or deposit instead of journal entry
106 10/16/2022 06:34:12 pm
Re: The Header option from module itself (19 replies, posted in Modules Add-on's)
Just find this function and compare my code. You can update the change in it.
107 10/15/2022 04:42:48 am
Re: How can i retain the session for atleast 24 hours (2 replies, posted in FA Modifications)
@shan,
This is happening because the session has been stored in your cpanel or the localhost php level session handler used by default. It will be erased in certain time. you can increase the limit if you are using it locally. but in cpanel kind on softwares. they dont allow you to keep it more than 1 hour i guess. If you wish to keep it on cpanels. there is a php session library Zebra is there to help to store your session on database and get it to work more than 24 hours like based on your extended time gap.
I have integrated it for an user. it works fine for him.
108 10/12/2022 01:41:19 pm
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules/Add-on's)
I believe this is an excellent extension. This will definitely add value to the great work done by FA developers. Keep up the good work.
Thank you @rafat.
109 10/12/2022 01:39:29 pm
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules/Add-on's)
Disqus is another provider. Looks like we can have a plugin like the exchange rates for such communication providers.
I am not sure, how the disqus can able to send invoice created, or payment recorded information to customer like email, sms, May be, will study it. Thank you.
110 10/08/2022 05:20:46 am
Re: Recuring invoices PHP strtotime (1 replies, posted in Wish List)
I agree with his suggestion. Its good to store the recurrence date and time in unix timestamp and also store the timezone of the user and make it calculated to work on creating recurrence invoice.
111 10/08/2022 05:18:10 am
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules/Add-on's)
Ultramsg is the provider which the user has to signup with them. But what I have developed is a direct WhatsApp cloud api connecting. Which helps directly connect and send message with it. And you can have all your conversation within FA and also a chat feature to chat with the new inquiries and your customer conversations.
If you wish you start developing from scratch. You need to study the WhatsApp cloud api documentation. Other than that no other documentation is worth to learn.
@apmuthu Thank you for your review and suggestion
112 10/05/2022 07:04:39 am
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules/Add-on's)
Thank you for the feedback @apmuthu
This requires Php 8.0 and above
And i used pusher library which requires php 8.0 and above. Other than that php curl library. Thats it..
We dont use any node or other js frameworks.
Yes. from Whatsapp side, they are giving 1000 free conversations per account.
We have to verify the business and phone to get brand name on whatsapp chat and also green tick.
More than 1000 conversations per month will be charged. they have separate pricing which we can refer from whatsapp business api pricing page.
I have documentation in my product page. there i have the settings information. Other than documentation process and all will be done with reference to the whatsapp documentation, which is easy to follow.
113 10/03/2022 06:11:35 am
Topic: FrontAccounting WhatsApp module (13 replies, posted in Modules/Add-on's)
Hi,
we have a new WhatsApp module for FrontAccounting, Which will help you to send and receive messages through your whatsapp from FA itself. Here are informations of the module and demonstration video.
and product information here available.
Thank you
114 09/29/2022 05:22:43 am
Re: Sales Person Name entry in the sales order (2 replies, posted in Reporting)
Your question is not clear. Are you looking to see the due balances of a salesman while making sales order ?
115 09/28/2022 02:11:01 pm
Re: Egyptian E-Invoice module (3 replies, posted in Modules Add-on's)
I guess nobody made this module sofar
116 09/11/2022 04:14:10 am
Re: Approval System. (9 replies, posted in FA Modifications)
Ok. But we are not getting much changes in the core for these files.
117 09/11/2022 12:37:30 am
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
@apmuthu fa code is correct. He might be modified. Optional parameters wont issue this error. Someone changed the 11 parameter for his code as strict parameter. Which results this issue i guess.
118 09/11/2022 12:34:53 am
Re: Approval System. (9 replies, posted in FA Modifications)
Thank you @apmuthu i am not modifying any core table to bring approval. I have used my own tables for it. And which will effect 10 levels of approval and also rejections. Once the entry is approved it will effect in core tables
119 09/09/2022 12:51:58 pm
Re: Sort Category List (2 replies, posted in Setup)
Use includes/ui/ui_lists.inc
Here search stock_master. It will show in few functions. There is some query with the stock master. Change those queries to sort based on your choice
120 09/09/2022 12:42:12 pm
Re: Save file format - OR - adding transactions from an HTTP request (1 replies, posted in Wish List)
Sofar Api program is not officially available. You can get a base from simple Api and make your needy one with it.
121 09/08/2022 06:25:10 pm
Re: How to round total selling price from $1,499.94 to $1,500 (7 replies, posted in Items and Inventory)
I have told the rounding trick above. But this unit mapping is a different concept. That we have coded here like this. Each unit will have a separate price for it and also both purchase and sales prices are available to update and use it
This video will help you to understand it.
https://youtu.be/MM415WT-kZY
122 09/05/2022 10:26:05 am
Re: PHP 8 (17 replies, posted in Setup)
enable debugging mode and get the errors displayed in PHP 8.
123 09/05/2022 07:35:10 am
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
Seems like one optional parameter changed as strict.
add_crm_person($ref, $name, $name2, $address, $phone, $phone2, $fax, $email, $lang, $notes,
$cat_ids=null, $entity=null)
Here $cat_ids is 11th parameter. Which is optional parameter in FA. How the null has been removed from your code.
124 09/05/2022 05:11:34 am
Re: Need detailed API List and parameters (3 replies, posted in Setup)
As of now. API is not a core feature, which has not made with core level. It can be module. Still the community seeks help from developers and users to make the fully functional module..
The Api module which is there is a little old one, we have to update it.
125 08/28/2022 08:58:39 am
Re: Official expense (1 replies, posted in Banking and General Ledger)
If you are doing this kind of expenses regularly try use the quick entries and add them. Finally you can easily add amount and add journal entry easily.
And journal entry with expense recording option herw