@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,176 03/17/2019 04:00:31 am
Re: The POS (22 replies, posted in Accounts Receivable)
1,177 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,178 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,179 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,180 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,181 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,182 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,183 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,184 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,185 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,186 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,187 03/04/2019 03:50:17 pm
Re: Textcart module (31 replies, posted in Modules Add-on's)
@elax: awaiting the updated version.
1,188 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,189 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,190 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,191 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,192 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,193 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,194 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,195 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,196 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,197 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,198 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.
1,199 02/26/2019 05:08:21 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
@braathwaate's suggestion seems nice especially for those who have no access to config.php - just form request fields for the report.
1,200 02/23/2019 06:03:43 am
Re: Bug in rep101.php (3 replies, posted in Report Bugs here)
@joe: is this warranted?: Fixed