Skip to content

Instantly share code, notes, and snippets.

@braathwaate
braathwaate / config.php addition of config_xml
Created January 14, 2019 16:39
XML additional fields in FA
/*
XML enabled fields
*/
$config_xml=<<<XML
<xmlfields>
<page>
<title>Items</title>
<field>long_description</field>
<schema>
@braathwaate
braathwaate / enable popup search for autocomplete lists
Last active January 7, 2019 19:47
fixes to FA autocomplete by anoop
+++ b/core/includes/ui/ui_view.inc
@@ -923,24 +917,13 @@ function get_js_select_combo_item() {
}
}
} else {
+ var element = doc.getElementsByName(client_id);
+ if (element[0] != null) {
+ element[0].value=value;
+ var sname = '_'+client_id+'_update';
+ var update = doc.getElementsByName(sname)[0];
@braathwaate
braathwaate / README-qb2FA.md
Last active December 5, 2017 19:26
How to migrate from Quickbooks to FrontAccounting

Quickbooks (QB) is a popular, robust and easy-to-use accounting software package that runs on Windows operating systems. FrontAccounting (FA) is open web-based accounting software that has a comparable feature set to QB with an international flavor. While the vast majority of small business QB users have no reason to migrate away, QB proprietary nature and single machine architecture can drive IT administrators to migrate to a client / server based architecture.

The good news is that is not at all that difficult to migrate the QB database to other accounting software. In this gist, I show how to migrate the Quickbooks customer list, vendor list, and entire G/L journal and optionally the item list

@braathwaate
braathwaate / README-qbledger.md
Last active December 5, 2017 16:40 — forked from genegoykhman/qb2ledger
How to export Quickbooks transactions