101

(20 replies, posted in Report Bugs here)

But there  should be a problem in it. I will further check this and let you know

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

(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 ?

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.

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

Just find this function  and compare my code. You can update the change in it.

@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

(13 replies, posted in Modules/Add-on's)

rafat wrote:

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

(13 replies, posted in Modules/Add-on's)

apmuthu wrote:

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

(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

(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

(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

(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.

YouTube  video demo

and product information here available.

Kvcodes WhatsApp module

Thank you

Your question is not clear.  Are you looking to see the due balances of a salesman while making sales order ?

115

(3 replies, posted in Modules Add-on's)

I guess nobody made this module sofar

116

(9 replies, posted in FA Modifications)

Ok. But we are not getting much changes in the core for these files.

117

(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

(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

(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

Sofar Api program is not officially available. You can get a base from simple Api and make your needy one with it.

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

(17 replies, posted in Setup)

enable debugging mode and get the errors displayed in PHP 8.

123

(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

(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

(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