@joe: are we using a stale session here?
1,226 03/22/2019 03:39:10 pm
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
1,227 03/17/2019 04:11:44 pm
Re: where can i find this get_trans_view_str function? (6 replies, posted in FA Modifications)
These are for CSS Styling classes. If the function argument is a scalar, then it goes into an array and if an array it is passed on as is.
1,228 03/17/2019 04:00:31 am
Re: The POS (22 replies, posted in Accounts Receivable)
@kvvaradha: good show. Try to make for paying up balances using a link on the POS listing.
Also can convert woff2 files to ttf if needed and make it locally available using:
https://everythingfonts.com/woff2-to-ttf
1,229 03/17/2019 03:34:42 am
Re: No edit in supplier invoice quick entry (11 replies, posted in Banking and General Ledger)
@joe: is it to be added in the core?
1,230 03/17/2019 03:30:17 am
Re: where can i find this get_trans_view_str function? (6 replies, posted in FA Modifications)
There is no Array to String conversion here. The heading elements are in the array and are iterated through for display.
1,231 03/15/2019 02:39:20 am
Re: where can i find this get_trans_view_str function? (6 replies, posted in FA Modifications)
includes/ui/ui_view.inc
1,232 03/09/2019 01:53:08 pm
Re: Need to Edit Sales Invoice (13 replies, posted in Accounts Receivable)
Do not choose to inventorise the items used for service business. There are separate service business Charts (for USA / AU) in the FA24extensions repo.
1,233 03/08/2019 05:31:38 am
Re: What are Document Date: and Event Date: in journal entries for? (6 replies, posted in Banking and General Ledger)
# Booking the expense in 2018
2018-12-31: Commissions Payable Account Cr $1000 (a Balance Sheet Account)
2018-12-31: Commissions Expenses A/c - for the Year 2018 for Specific Salesman: Dr. $1000 (a P&L Expense Account)
# Making the decision to pay the commission if other conditions of service are fulfilled
2019-03-01: Commissions Payable Account Dr $1000
2019-03-01: Salesman A/c - Commissions due to Specific Salesman: Cr $1000 (a Balance Sheet Account)
# Making the payment from the bank account to the beneficiary salesman
2019-03-15 (or 01): Salesman A/c - Amount paid to Specific Salesman: Dr $1000
2019-03-15 (or 01): Bank Account - Check issued to Specific Salesman: Cr $1000 (a Balance Sheet Bank Account)
1,234 03/06/2019 05:16:08 pm
Re: looking for a real estate module (1 replies, posted in Modules Add-on's)
Agents are Salesmen in FA.
Properties are product items for sale or use recurring billing for leases.
1,235 03/06/2019 05:14:56 pm
Re: FA for real estate transactions (1 replies, posted in FA Modifications)
Rudimentary contacts CRM is available in FA. Create each customer and edit it to add contacts. Also look at pre-paid transactions, advances and allocations on billing.
1,236 03/06/2019 05:13:24 pm
Re: How to add different item type in item module (1 replies, posted in FA Modifications)
Make a different set of BOM for your choice if alternate items can be used.
1,237 03/06/2019 05:12:18 pm
Re: A non-numeric value encountered in \includes\date_functions.inc (4 replies, posted in Report Bugs here)
@joe: should this be included? Never seen such a date format in practical use though!
1,238 03/06/2019 05:07:03 pm
Re: Payment reference number reset (3 replies, posted in Banking and General Ledger)
Which version did you upgrade from?
FA 2.3.x had a normal non-pattern plain numbering system. You may have to mimic the old numbering system.
1,239 03/04/2019 03:50:17 pm
Re: Textcart module (31 replies, posted in Modules Add-on's)
@elax: awaiting the updated version.
1,240 03/04/2019 03:37:24 pm
Re: Line 1369 in en_US-demo.sql can be removed (4 replies, posted in Misc. Charts of Accounts)
The following should do the job:
sed -e 's/AUTO_INCREMENT=[0-9]* //g' -i sql/en_US-demo.sql
sed -e 's/AUTO_INCREMENT=[0-9]* //g' -i sql/en_US-new.sql
1,241 03/03/2019 05:24:15 pm
Re: Line 1369 in en_US-demo.sql can be removed (4 replies, posted in Misc. Charts of Accounts)
Line 1950 needs to be PRIMARY KEY:
UNIQUE KEY `record_id` (`record_id`,`tag_id`)
Check in en_US-new.sql also.
1,242 03/03/2019 04:34:10 pm
Topic: Line 1369 in en_US-demo.sql can be removed (4 replies, posted in Misc. Charts of Accounts)
@joe: Please check if line 1369 in en-US-demo.sql is necessary - it is dated in 2012:
('1', '0', '001/2012'),
There are many long char fields that should actually be varchar.
All AUTO_INCREMENT=XXX strings can be removed.
1,243 03/03/2019 04:24:45 am
Re: What are Document Date: and Event Date: in journal entries for? (6 replies, posted in Banking and General Ledger)
The event date is "as on" that date. In your case, though the payment was due, it was actually paid later (hence use Feb 28th) as against if payment was made on the event date and was forgotten to be booked, then it would be Nov 30th..
1,244 03/01/2019 04:41:15 pm
Re: Enter Opening balances during middle of fiscal year (2 replies, posted in Banking and General Ledger)
Take the trial balance and pass it as a JE with net zero of the credits/debits. This can be done by a CSV import using the Multiple JE import extension.
1,245 03/01/2019 04:39:41 pm
Re: Providing fix for Import Multiple Journal Entries module in v2.4rc1 (6 replies, posted in Modules Add-on's)
Read the docs/readme.txt in the module.
1,246 03/01/2019 04:34:59 pm
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
The plain default is best retained as default whilst the "best" can be others in the dropdown list.
1,247 03/01/2019 05:14:31 am
Re: function round2 on FA (3 replies, posted in Banking and General Ledger)
That is the php ternary operator.
1,248 03/01/2019 05:11:38 am
Re: Recurrent Invoices in 2.4 is not sending (15 replies, posted in Report Bugs here)
There might be a delay in generating the PDF file that needs to be emailed. Try a sleep time waster or check for the presence of the last invoice in the PDF before attempting to email.
1,249 03/01/2019 05:09:22 am
Re: how to make sure that columns table_section 2 or 3 does not show (2 replies, posted in FA Modifications)
Identify the form field names and make defaults for them and set the css style to display none.
1,250 02/27/2019 03:00:00 am
Re: How to Add Column Undefined property ? (3 replies, posted in FA Modifications)
It is in sales/includes/cart_class.inc.