Try alternative credentials
Username : fulldemo
Password : password
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 kvvaradha
Try alternative credentials
Username : fulldemo
Password : password
Time clock was not implemented.
You are trying in the browser. Try post man or similar to this .
And also slim 3 has been used on this api. Currently we are trying with slim 4 and access token based authentication.
We have an extension for project management and task management. It has task hours and billing feature and all. You can checkout here to know more about it.
As i can see two functions inside types.inc which is never wused inside our FA program.
payment_person_currency
payment_person_has_items
@joe, is these functions used anywhere or any future plan with this.
Try the recent FA. There is an option in company setup ->Use long description on invoices. Check this Check box and check quote off.
We can do this by writing a custom function and make a separate column and call the function with trans no and type to get the status.
Either you can use number on WhatsApp cloud or your mobile WhatsApp business account. But you can't use the same number simultaneously on both cloud api and mobile business WhatsApp app.
2. Demo can be arranged based on independent account. Kindly visit our website or pm me i will arrange a specific demo for you
Your invoice transaction might input duplicate entry in debtor trans table. So the standard FA or non standard FA. The system cant read your invoice with duplicate.
Kindly submit a support ticket on our website along with a copy of your bugged database sql file. And login credentials
e-invoice is good module, which you need to develop the extension based on the xml format which the KSeF accepts. Currently there is no PHP library made out there to program it easier. So @ksiegowosc.interne... It's bit difficult to make it from scratch, You can try with some experienced developer who already made similar E-Invoice to Egypts, India, Bolivia, etc.
If you have Cash type Bank accounts, it will be available in the drop down next to Delayed
Try create Cash accounts from your Bank Accounts and check this again.
Sorry i was also little occupied today itself got time to check it.
// Get the account number for 'XRPL Account' from 'bank_accounts' table
$sql = "SELECT bank_account_number FROM ".TB_PREF."bank_accounts WHERE bank_account_name = 'XRPL Account'";
Can you try with bank name XUMM or XRP instead of bank account name. Usually the account name depends on him. But the bank name they can use it common. And also we have to state this on our wiki to make the customers.
Change that range as your current fiscal year and make entries
. It will allow you to perform it
Php 8.1 is not officially supported by FA. Php 8 is the last supported version of FA recent.
Would you mind downgrade to 8 if you are not developer. Or if you are developer fix the problem and update the changes to the community to update the core.
I have checked. It works. You can update it .
Seems like i told before. there is chance of having inventory less than unit one full unit is also possible. But you mentioned that, it will lead mis calculation. So lets get opinion from others and finalize it.
That's right. So lets condition it with
$qoh+$qty >= 1 and make the calculation call on
@Joe we can't check some >= 1 . sometimes quantity can be saleable when its 0.5. So the limit can be like you told get_unit_dec,
When it comes -1 than go with user_qty_dec and than if the rounded value is less than 0, we shouldnt update the material cost.
Also lets hear from other developer suggestion to make it better fix for this.
@Joe
I feel to show you something on this today. Actually i told you i cant give the issue without right decimals and values in my other post on other standard cost problem with a topic. But i have a sample data to try this for you now.
$qoh = 0.08000000000000007;
$qty = -0.08;
$material_cost = 879.75;
$price_in_home_currency = 879.74550490191;
$material_cost = ($qoh * $material_cost + $qty * $price_in_home_currency) / ($qoh + $qty);
//5182495254323.2
if you applied get_qty_dec on $qoh, you will get only, 0.08 as stock, not with decimals. and also for the price in home currency you dont get more than users preferred decimal.
I told you to apply get_qty_dec and user_price_dec . run the above code and find the difference in it.
It should show may be the date of your payment in the selected range in it
I guess its little messy way to customize the fpdi.
Its possible with a template header. And it can designed as a php file and put it inside the forms directory.
Before end of the myrow while loop there we need to call the newpage and set the header again. This header should call the file name which you dropped inside forms directory.
It will get you the terms and conditions in a separate page after each invoice generated.
Hope this will be less complicated then modifying the fpdi files.
Its possible with two ways.
Get the qr code generator as image from php library and generate image and use it inside current tcpdf.
Or you can update your tcpdf with new version and get it within it.
We followed the second way for a client. And tcpdf updated version comes with more parameters as well.
Your FA has the company directory issue
Whether it may removed or permission revoked.
1. Check the directory found in this order
/company/0/pdf_files
2. Permission for each directory such as
Company
0
Pdf_files
If all have 755 or 775 it will be ok. If still not working try 777 to work.
There are few things to learn here.
Sales types helps you to define the tax inclusion or exclusion.
From sales types settings you can define the include.
From direct invocie you can choose it from Price List drop down
Supp_payment_db.inc. on line no 28 calls void_cust_allocations. it should call void_supp_allocations
@joe look into it.
FrontAccounting forum → Posts by kvvaradha
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.