Change comment on llx_asset_accountancy_codes_economic-asset.sql

This commit is contained in:
Alexandre SPANGARO 2022-06-19 06:10:04 +02:00
parent 512441bbf4
commit 1e1d78037e

View File

@ -15,7 +15,8 @@
-- along with this program. If not, see https://www.gnu.org/licenses/. -- along with this program. If not, see https://www.gnu.org/licenses/.
-- ======================================================================== -- ========================================================================
-- --
-- Table to store the configuration of the accounting accounts of a fixed asset for economic status -- Table to store the configuration of the accounting accounts of a fixed asset for economic status (fk_asset will be filled and fk_asset_model will be null)
-- or to store the configuration of the accounting accounts for templates of asset (fk_asset_model will be filled and fk_asset will be null)
-- --
-- Data example: -- Data example:
-- INSERT INTO `llx_asset_accountancy_codes_economic` (`rowid`, `fk_asset`, `fk_asset_model`, `asset`, `depreciation_asset`, `depreciation_expense`, `value_asset_sold`, `receivable_on_assignment`, `proceeds_from_sales`, `vat_collected`, `vat_deductible`, `tms`, `fk_user_modif`) VALUES -- INSERT INTO `llx_asset_accountancy_codes_economic` (`rowid`, `fk_asset`, `fk_asset_model`, `asset`, `depreciation_asset`, `depreciation_expense`, `value_asset_sold`, `receivable_on_assignment`, `proceeds_from_sales`, `vat_collected`, `vat_deductible`, `tms`, `fk_user_modif`) VALUES