You might be missing the font files....

5,102

(1 replies, posted in Jobs wanted/offered, non-free offers)

PM me if you still haven't fixed it.

Has this affected the non synch of the Mercurial changes int the Official Git repo? The latter is still stale.

5,104

(6 replies, posted in Installation)

you may be able to set these php.ini settings by placing one in the webroot of the shared box and it will work if PHP is used in cgi mode without even restarting the webserver.

5,105

(4 replies, posted in Reporting)

It could be a folder path / permissions issue or a lack of fonts used.

FA takes data from several tables and modifies it based on session variables that come from config file and other sources. Table Sorter is very useful for single query / single array based results. In the case of FA, there are several levels of master / detail layouts that may not be suitable for using Table Sorter though some pages may benefit from it. FA too uses a similar class inclusion to achieve it's layout although they may be encapsulated in functions / methods.

If you make a better mousetrap do place it here for review. Information sent to the contributions mailbox will be reviewed only by Janusz/Joe.

Forum Member elax offers Prestashop and other connectors at AntERP

What is different other than the words - Promise date (Deliver By)?
Please check the wiki for adding extra lines to the header and footer.

You may want to add the currency name to the amount in words as well like
IN WORD : TAKA ONE THOUSAND TWO HUNDRED FIFTY ONLY
http://brothers-electronics.com

Still a lot of rough edges, th emenus do not work as desired by closing off the unused ones and the button based column headings need to be made to fit into one line.

The .po file needs to be compiled into a .mo file which needs to be uploaded.

An expert may not be willing to work for the $30/-.

Provide the format here and let the community see if it is interesting enough to incorporate it into the core itself.

5,112

(4 replies, posted in Setup)

Use FA for the accounting part only. CRM / leads management use vTigerCRM or other software and link them together.

5,113

(2 replies, posted in Accounts Receivable)

Post dated cheque - a cheque dated in the future - if it is within the current active fiscal year then will / should it be possible?

Do you want FA for Company A or Company B or both and are the owners different?

Which browser and version are you using?
Which version of FA are you using?
What platform are you using?
Have you used the latest snapshot from the Mercurial repo?

Across some versions especially across the last few ones, only certain files have changed and any new settings in the config file have been provided with sane defaults for backward compatibility (check the config.php.default for changes). There may practically be no changes in the last few sql files as well and in such cases, it would be easier to just overwrite with changed files. The latest too has been provided in the release announcement post.

It is possible you may have missed out some data that may refer to the original company number in it's foreign keys....
Also any newly added accounts in the masters as well as users and their ACLs may be missing too besides exchange rates.

Export the account and inventory masters and import them into a newly created company and set the preferences but all this only after you have installed and activated existing non-default extensions if any.

5,118

(1 replies, posted in Reporting)

nowrap / stretch may change font size to fit it in one line.
background of entire row may have to be addressed in the underlying pdf library otherwise.

5,119

(1 replies, posted in Items and Inventory)

Add 1 item.
Export it
study the exported file format.
Prepare the rest of the items in that format.
Now import the rest.

Does this commit fix the issue?

5,121

(2 replies, posted in Banking and General Ledger)

That is the Cash / Petty Cash Account.

Are you referring to lines 674 to 685 in includes/ui/ui_input_inc.php :

function file_cells($label, $name, $id="")
{
    if ($id != "")
        $id = "id='$id'";
    label_cells($label, "<input type='file' name='$name' $id />");
}        
function file_row($label, $name, $id = "")
{
    echo "<tr><td class='label'>$label</td>";
    file_cells(null, $name, $id);
    echo "</tr>\n";
}    

If so, then an optional extra parameter (with any as default if omitted for backward compatibility) for various file type groups can be introduced to avoid any more functions.

What platform are you on (windows/xampp, Linux/Debian/Apache, etc)?
Have you checked the file and folder permissions?
Have you looked for errors in your apache error log?

5,124

(15 replies, posted in Announcements)

Attached is the updated file set since the v2.3.21 release.

Joe -> does this need to make it to the core?

includes/archive.inc