As i am trying out with Fixed assets, and came to know what is the use of parent class id in the fixed assets class.

I feel it was not used anywhere from the depreciation to the entire system.

152

(7 replies, posted in Fixed Assets)

kvvaradha wrote:

Looks like the input_num function issue.

@joe Update this on fixed_asset_classes.php

$input_error = 0;
if(input_num('depreciation_rate') > 100){
    display_error(_("The depreciation rate can't be greater than 100%"));
    $input_error = 1;
}

and also in the update_fixed_asset_class,add_fixed_asset_class last parameter change it to input_num from $_POST.

The issue is something connected with php level. 

Php normally using the floating values with huge decimals. Which causes unexpected values in sometime. 

During the average cost calculation it happens.  Afrer that the price goes either on positive or negative.  But it goes abnormally.

154

(7 replies, posted in Fixed Assets)

Looks like the input_num function issue.

155

(2 replies, posted in Setup)

If you are asking about the paid module.  Ask the respective seller. As of now. FA doesn't have elaborate POS in it. You can see point of sale connectivity with salesman and inventory location

156

(5 replies, posted in Items and Inventory)

You have made payment for it. So goto the customer allocations with respective payment transaction no. And unallocate the invoice  and do it again. It will work for you.

157

(5 replies, posted in Items and Inventory)

First of all you need to know the procedure.  As you are crediting an invoice, you need to start from that invoice and credit the respective item it's stock ( from customer transaction inquiry  filter the type to show sales invoice.  From there you  can the credit this invoice icon. With help of it. You can credit that invoice..

While crediting the invoice you can choose thw item returned to stock if the items are ok.
And regarding payment. If you credit from invoice that will automatically change the customer payment and allocate the credit note with that.

Or you can reallocate it manually  from customer allocations page.

Hope this explains to your problem

jwbosch wrote:
advocaat.pollet wrote:

I had the same problem en changed the '%d' by '%s'.

F.

Thanks, that does the trick

@joe  update it on core

This is reference number queried in debtor_trans table. 

Type =10 and trans_no = invoice no .

It might be connected with get_customer_trans function.  Which will help you to get the reference and pass it to invoice. 

Try enable pdf debug from config.php

And use display error function to check whether the reference passed properly

160

(1 replies, posted in Reporting)

Hope you customized the invoice. Speak with the new developer and make it aligned.

161

(4 replies, posted in Wish List)

cowlas wrote:

How to set the header on the Sales Invoice because its alingnment is out from the top of the page. Please guide possible with the images or steps so i can adjust it accordingly.

How are you cowlas?

This is actually not clear. Are you looking view_invoice.php

Or rep107.php header2.inc and doctext.inc

Hope you have the dual header options that we  done last time.

162

(4 replies, posted in Wish List)

fcarll wrote:

It would be helpful to be able to allow FA to auto increment the item code when adding new items. 

I am switching from an accounting system that auto populated the item code. 

Researching the forum showed that the issue was raised in 2017 but I cannot find any further reference.

Regards, Frank Carll

Hope the core doesn't have this feature. You need to create constant in types.in and use it inside the sysnames.inc and update it on transactions_db.inc. after that you can see the item in transaction references.

Create one there with your desired format and customize the items.php and get next reference will help you to make it auto increment on item codes.

Looks like during your FA installation there might be permissions issue to create installed_languages.inc file. Which leads to this problem.  Create it manually.

<?php

/* How to make new entries here for non-packaged languages:

-- 'code' should match the name of the directory for the language under \lang
.-- 'name' is the name that will be displayed in the language selection list (in Users and Display Setup)
-- 'rtl' only needs to be set for right-to-left languages like Arabic and Hebrew
-- 'encoding' used in translation file
-- 'version' always set to '' for manually installed languages.
-- 'path' installation path related to FA root (e.g. 'lang/en_US').
*/


$installed_languages = array (
  0 => 
  array (
    'code' => 'C',
    'name' => 'English',
    'encoding' => 'iso-8859-1',
  ),
);
$dflt_lang = 'C';

Which is not available as of now.  FA  has very basic functionality with salesman. If you are looking full cover module  you need to make it as separate module and connect it.

Sales executive needs to be created as separate module to manage their payouts and balances and also enhanced version of handling the provision points. 

Even there is a flaw in salesman concept. Which is not fixed in the module. As of now the salesman works like  customer level. But we need to work on per transaction.

We need time picker and process  time. Might require additional js library and enhance the unit of measure with time factors such as 60 mins as one hour. So the calculation would go without trouble.

May be you can hire a developer to do this.

167

(57 replies, posted in Installation)

Have you implemented HMRC before give it to united kingdom people

168

(57 replies, posted in Installation)

Joe and itronics has to check the reason,  why it wont allow. The repositories are private from their source. 

Good to hear taking the FA to next level  of users.

169

(57 replies, posted in Installation)

The frontaccounting repository doesnt respond some connections from xampp localhost or the remote calls from http based sites.

Try wirh https sites.

You can use the mins as unit of measure,

And specify  82mins in the invoice. And create the item with editable description.  So you can  specify  1:22 on it.

Void the transactions that you created.and than it will allow you to delete the items.

And also you need to delete orders, and than only you can able to delete the items.

Or use database query to clear them if you are good at coding

This is something we need to round and check it.
There are two scenarios here.

1,499.94

And

1500.09

For both cases we have to round it to 1500.

Lets workout this way.

$amount = 1499.94
$rounded_amount = round(1499.94); // 1500 here

  ov discount = rounded_amount- amount

// here this will get the discount in both negative and positive.  You should  store it on ov discount.  I guess it was not used from last updates. Use it by updating the code. If you need you can add discount gl for the discount given.

173

(2 replies, posted in Reporting)

Hope you set the break point, provision 1 and provision 2.

And if you take the salesman listing report. You can see the commissions of each transaction with its salesman.

And this report has a flaw in it. It connects customers salesman instead entry level.

174

(3 replies, posted in Banking and General Ledger)

Its like a cash only termed invoice.  Create one cash customer and create tickets and make a receipt in small size as like your ticket need and print it and distribute it to customers.

175

(7 replies, posted in Installation)

Looks strange. Try from other few browsers as well.