Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 72 of 246)
Topics by apmuthu User defined search
Posts found: 1,776 to 1,800 of 6,149
Read and understand the said file and make small adjustments where you see font and observe the changes in the output and then go from there.
You can also post a bounty in the Jobs offered board here for others to see if it is worth their while to assist you.
Yes. You will have to adjust the pattern in the reflines table in Setup => Transaction References => Dimension.
As for the wiki, you are free to make it more understandable.
There is no need for the$info argument in inventory.inc as it gets assigned inside the function stock_adjustment_add() on line 19.
Committed.
Since stock transfer needs another argument, the prototypes too must be modified.
@boxygen: the json output can be parsed into an array and then manipulated.
If some currency pairs are one way only quotients exceeding 4 digits of zeroes in the decimal places then an intermediate exchange rate can be used in the division in reverse.
The Bug Tracker is sufficient for that.
Painful task. Adjust the font size to be really small and then name your items really short. Avoid all decimals if possible. Adjust the column widths! Make a copy of the reporting/rep107.php and place it in your company/#/reporting/ folder where # is your company number. Now edit the latter to suit your needs.
Reports cannot ordinarily add records.
Only the Web UI forms can do it like generating a sales invoice or allocating a supplier payment to a purchase invoice.
Provide an example of a report where you get entries generated.
Setup => Company Setup => Use Dimensions => choose 0, 1 or 2 Dimensions. The default in most charts is just 1.
In the Dimensions => Dimension Entry, the start and end dates can be the same as the fiscal year. his is where you will want your divisions to reside in a single dimension Type.
In Items and Inventory => Items, assign each item to a specific Dimension where desired.
The Wiki is quite explanatory.
If you forget to set the dimension in each entry form correctly, all the Profit and Loss Accounts pertaining to it will appear messed up.
All company information are in the sys_prefs table as records. Dimensions can be used in any classification of profit centres - dated ranges too are accommodated but departments / divisions are the general usage.
The dashboard is now integrated with FA in v2.4.x and the __construct() is implemented in the themes for the constructor. Replace the Exclusive theme files with the ones from the FA24extensions repo and see whether it works.
It is possible that several records can be added to the table for each report especially when select queries are enabled. Generally there are no update / insert SQLs captured during output of standard reports.
Turn on the debug and sql_trail flags in the config.php file.
All Charts of Accounts in the FA24extensions repo have been updated with the new flag ref_no_auto_increase in the sys_prefs table data.
You will need to adjust the font size and column size to fit in clearly and the paper size too can be set in the FrontReport object property while instanciation. All possible sizes are in the switch case statement in the constructor of the FrontReport class from Line 73 onwards in reporting/includes/pdf_report.inc.
Committed.
Includes the missing 25 stings as well (two letter abbreviations retained in English).
@mlance_2: Thanks. I have updated it and included it in Transifex and committed it to the FA24extensions repo. It is about 70% done and is for the latest po file in FA 2.4.4 last updated towards the end of FA 2.4.3.
Any further updates, you can carry out from the attachment. Please note the carriage return and line feed differences (CRLF => LF). Transifex FA24 has the install po as well done about 63% taken from your core translations.
The $info variable is populated when the api24/src/Inventory.php file got included (see line 65) and the class Inventory was instantiated in api24/index.php in line 73. The latter file calls the function stock_adjustment_add() without any arguments in line 129 where the $info gets populated from $_POST of the Ajax Request. In all of these cases, we see that the $info['type'] and $info['increase'] do not appear in any validation and hence the validations in the api24/inventory.inc file for these elements can be removed as well.
Committed.
Does this satisfy your stock transfer?
You are right. We need to remove the type and increase parameters. It is documented at the end of api_changes.txt.
Committed.
Verify if any more endpoints are needed to satisfy: ST_LOCTRANSFER / ST_INVADJUST / ST_LOCTRANSFER
The API extension for FA 2.3.x is here.
The API24 version is attached herewith. Looks like you are using the one from the official / source repos that may not be updated.
The functions you alluded to have since been updated in the FA24extensions repo and attached here.
Have a look at the Inventory => Add New Item page and view the form field names and see how they relate to the various sql statements above.
This is indeed a very nice move.
Handing the baton to the next generation developers who have shown their mettle.
Much better than corrupted democracies foisted on one and all!
Check your database name and prefix in the config_db.php file and then check that the said tables exist.
Since there is more than one issue in the topic referred to in @stefan's link, the specific post is here.
Posts found: 1,776 to 1,800 of 6,149