forked from OCA/l10n-usa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91ecb8d
commit 86ba950
Showing
2 changed files
with
26 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" /> | ||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" /> | ||
<title>United States Sample GAAP Chart of Accounts</title> | ||
<style type="text/css"> | ||
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $ | ||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
Default cascading style sheet for the HTML output of Docutils. | ||
|
@@ -37,6 +37,14 @@ | |
.hidden { | ||
display: none } | ||
|
||
.subscript { | ||
vertical-align: sub; | ||
font-size: smaller } | ||
|
||
.superscript { | ||
vertical-align: super; | ||
font-size: smaller } | ||
|
||
a.toc-backref { | ||
text-decoration: none ; | ||
color: black } | ||
|
@@ -161,12 +169,12 @@ | |
hr.docutils { | ||
width: 75% } | ||
|
||
img.align-left, .figure.align-left, object.align-left { | ||
img.align-left, .figure.align-left, object.align-left, table.align-left { | ||
clear: left ; | ||
float: left ; | ||
margin-right: 1em } | ||
|
||
img.align-right, .figure.align-right, object.align-right { | ||
img.align-right, .figure.align-right, object.align-right, table.align-right { | ||
clear: right ; | ||
float: right ; | ||
margin-left: 1em } | ||
|
@@ -177,6 +185,11 @@ | |
margin-right: auto; | ||
} | ||
|
||
table.align-center { | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
.align-left { | ||
text-align: left } | ||
|
||
|
@@ -194,6 +207,15 @@ | |
/* div.align-center * { */ | ||
/* text-align: left } */ | ||
|
||
.align-top { | ||
vertical-align: top } | ||
|
||
.align-middle { | ||
vertical-align: middle } | ||
|
||
.align-bottom { | ||
vertical-align: bottom } | ||
|
||
ol.simple, ul.simple { | ||
margin-bottom: 1em } | ||
|
||
|
@@ -346,22 +368,6 @@ <h1 class="title">United States Sample GAAP Chart of Accounts</h1> | |
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-usa/tree/12.0/l10n_us_gaap"><img alt="OCA/l10n-usa" src="https://img.shields.io/badge/github-OCA%2Fl10n--usa-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-usa-12-0/l10n-usa-12-0-l10n_us_gaap"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/203/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> | ||
<p>This module provides the capability to execute a cycle count strategy in a | ||
warehouse through different rules defined by the user. Cycle count is an | ||
alternative to full wall-to-wall physical inventories in which little | ||
portions (stock locations) of the stock are selected to count on a regular | ||
basis.</p> | ||
<p>The system propose locations in which to perform a inventory adjustment every | ||
day based on a set of rules defined for the warehouse. In addition the system | ||
can propose Zero-Confirmations which are simple and opportunistic counts to | ||
check whether a locations has actually became empty or not.</p> | ||
<p>With this strategy it is possible to:</p> | ||
<ul class="simple"> | ||
<li>Remove the need to perform full physical inventories and to stop the | ||
production in the warehouse.</li> | ||
<li>Measure the accuracy of the inventory records and improve it.</li> | ||
<li>Correct inventory errors earlier and prevent them to become bigger.</li> | ||
</ul> | ||
<p><strong>Table of contents</strong></p> | ||
<div class="contents local topic" id="contents"> | ||
<ul class="simple"> | ||
|