Coder Social home page Coder Social logo

opnsynid-fixed-asset's Introduction

Build Status pre-commit codecov

opnsynid-fixed-asset

opnsynid-fixed-asset

Available addons

addon version maintainers summary
ssi_fixed_asset 14.0.1.11.0 Fixed Asset
ssi_fixed_asset_complex_asset 14.0.1.1.0 Complex Fixed Asset
ssi_fixed_asset_demo 14.0.1.0.0 Fixed Asset
ssi_fixed_asset_disposal 14.0.1.4.1 Fixed Asset Disposal
ssi_fixed_asset_from_inventory 14.0.1.0.0 Fixed Asset From Inventory
ssi_fixed_asset_in_progress 14.0.1.2.0 Fixed Asset In Progress
ssi_fixed_asset_qrcode 14.0.1.1.0 Fixed Asset QR Code
ssi_fixed_asset_report 14.0.1.3.0 Fixed Asset Report
ssi_fixed_asset_salvage_value_estimation_change 14.0.1.1.0 Fixed Asset Salvage Value Estimation Change
ssi_fixed_asset_useful_life_estimation_change 14.0.1.2.0 Fixed Asset Useful Life Estimation Change

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to OCA policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

opnsynid-fixed-asset's People

Contributors

andhit-r avatar miftahussalam avatar mikevhe18 avatar ssi-bot avatar usa8bit avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

opnsynid-fixed-asset's Issues

[fixed_asset_in_progress] pembuatan baru

  • user dapat menentukan (1) nama, (2) kategori aset, (3) estimasi usia pakai, (4) metode depresiasi aset yang nanti akan digunakan dalam membuat data aset
  • user dapat memilih journal item mana saja yang dianggap sebagai bagian dari perolehan aset
  • user hanya dapat memilih journal item untuk satu aset wip

[fixed_asset_estimation_change] implementasi sequence_range

CURRENT

Pembuatan sequence pada account.asset_change_estimation_useful_life dan account.asset_change_estimation_salvage tidak menggunakan sequence_range

EXPECTED

Pembuatan sequence pada account.asset_change_estimation_useful_life dan account.asset_change_estimation_salvage menggunakan sequence_range. Field yang digunakan adalah date_change

[fixed_asset] fitur untuk menandai depreciation line sebagai Init

CURRENT

Depreciation line dengan init == False dan post == False tidak bisa dijadikan init oleh user

EXPECTED

Ada tombol pada depreciation line yang dapat merubah status init.
Depreciation line yang dapat dirubah menjadi init harus yang belum dipost, (2) depreciation line sebelumnya adalah init atau tidak ada, (3) depreciation line berikutnya tidak init dan belum dipost

[fixed_asset_from_inventory] pembuatan journal entry ketika transaksi valid

CURRENT

Tidak ada transaksi journal entry yang memindahkan nilai persediaan ke aset tetap

EXPECTED

Menambahkan field:

  • move_id (readonly, ondelete=restrict, comodel_name="account.move") pd account.asset_from_inventory

Ketika transaksi divalidasi maka:

1. Journal Entry Dibuat

Journal Entry

Date: Sesuai dengan tanggal transaksi
Period: Sesuai dengan period
Journal: Sesuai dengan isian journal_id pada transaksi

Journal Item Debit

Name: Inventory to fixed asset {nomor transaksi}
Account: Sesuai dengaan Inventory Account product
Debit: Sesuai dengan inventory value quant
Credit: 0.0
Product: Sesuai dengan product pada transaksi

Journal Item Credit

Name: Inventory to fixed asset {nomor transaksi}
Account: Sesuai dengaan Asset Account dari asset category
Debit: 0.0
Credit: Sesuai dengan inventory value quant
Asset: Sesuai dengan aset yang terbuat
Product: Sesuai dengan product pada transaksi

2. Update field move_id di transaksi dengan journal entry yang terbentuk dari langkah ke-1

Ketika transaksi di cancel:

  1. Hapus move_id apabila ada isi
  2. Hapus asset_id apabila ada isi

[fixed_asset] display name untuk asset

CURRENT

display_name diambil standar dari name. Hal ini akan menyulitkan pada saat memilih aset di field m2o. Kesulitan disebabkan karena akan banyak kemungkinan aset dengan nama yang sama bila jenis nya sama

EXPECTED

Format display_name adalah:

[code] name

[fixed_asset_impairment] implementasi sequence_range

CURRENT

Pembuatan sequence pada account.asset.impairment_common tidak menggunakan sequence_range

EXPECTED

Pembuatan sequence pada account.asset.impairment_common menggunakan sequence_range. Field yang digunakan adalah date

[fixed_asset] penentuan batas kapitalisasi

CURRENT

Mekanisme untuk menentukan batas kapitalisasi baru ada ketika fixed_asset_stock diinstall

EXPECTED

Ada penentuan batas kapitalisasi. Batas kapitalisasi ditentukan per company

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.