From a4d42896dbdbc528b17f2a1c074851f3073d943f Mon Sep 17 00:00:00 2001 From: Yannick Tivisse Date: Tue, 27 Oct 2015 17:07:01 +0100 Subject: [PATCH] [ADD] Accouting: Add section Accounting->Others Move Accounting->Adviser into others, as on the documentation structure --- accounting.rst | 2 +- accounting/adviser.rst | 8 -------- accounting/bank.rst | 1 + accounting/others.rst | 12 ++++++++++++ accounting/others/adviser.rst | 11 +++++++++++ .../adviser/assets.rst} | 0 accounting/others/adviser/budget.rst | 3 +++ accounting/others/adviser/fiscalyear.rst | 3 +++ accounting/others/adviser/goodcost.rst | 3 +++ accounting/{ => others}/adviser/media/image01.png | Bin accounting/{ => others}/adviser/media/image08.png | Bin accounting/{ => others}/adviser/media/image09.png | Bin accounting/{ => others}/adviser/media/image11.png | Bin accounting/others/analytic.rst | 9 +++++++++ accounting/others/analytic/purchases_expenses.rst | 3 +++ accounting/others/analytic/timesheets.rst | 3 +++ accounting/others/inventory.rst | 10 ++++++++++ accounting/others/inventory/avg_price_valuation.rst | 3 +++ accounting/others/inventory/methods.rst | 3 +++ accounting/others/inventory/use_cases.rst | 3 +++ accounting/others/reporting.rst | 8 ++++++++ accounting/others/reporting/main_reports.rst | 3 +++ accounting/others/taxes.rst | 9 +++++++++ accounting/others/taxes/application.rst | 3 +++ accounting/others/taxes/retention.rst | 3 +++ 25 files changed, 94 insertions(+), 9 deletions(-) delete mode 100644 accounting/adviser.rst create mode 100644 accounting/others.rst create mode 100644 accounting/others/adviser.rst rename accounting/{adviser/assets_management.rst => others/adviser/assets.rst} (100%) create mode 100644 accounting/others/adviser/budget.rst create mode 100644 accounting/others/adviser/fiscalyear.rst create mode 100644 accounting/others/adviser/goodcost.rst rename accounting/{ => others}/adviser/media/image01.png (100%) rename accounting/{ => others}/adviser/media/image08.png (100%) rename accounting/{ => others}/adviser/media/image09.png (100%) rename accounting/{ => others}/adviser/media/image11.png (100%) create mode 100644 accounting/others/analytic.rst create mode 100644 accounting/others/analytic/purchases_expenses.rst create mode 100644 accounting/others/analytic/timesheets.rst create mode 100644 accounting/others/inventory.rst create mode 100644 accounting/others/inventory/avg_price_valuation.rst create mode 100644 accounting/others/inventory/methods.rst create mode 100644 accounting/others/inventory/use_cases.rst create mode 100644 accounting/others/reporting.rst create mode 100644 accounting/others/reporting/main_reports.rst create mode 100644 accounting/others/taxes.rst create mode 100644 accounting/others/taxes/application.rst create mode 100644 accounting/others/taxes/retention.rst diff --git a/accounting.rst b/accounting.rst index aca37df15..ffc1de4ac 100644 --- a/accounting.rst +++ b/accounting.rst @@ -11,4 +11,4 @@ Accounting accounting/receivables accounting/payables accounting/bank - accounting/adviser + accounting/others diff --git a/accounting/adviser.rst b/accounting/adviser.rst deleted file mode 100644 index b1c87ac8b..000000000 --- a/accounting/adviser.rst +++ /dev/null @@ -1,8 +0,0 @@ -======= -Adviser -======= - -.. toctree:: - :titlesonly: - - adviser/assets_management diff --git a/accounting/bank.rst b/accounting/bank.rst index fa102ecc0..fea818df1 100644 --- a/accounting/bank.rst +++ b/accounting/bank.rst @@ -7,3 +7,4 @@ Bank & Cash bank/setup bank/feeds + bank/reconciliation \ No newline at end of file diff --git a/accounting/others.rst b/accounting/others.rst new file mode 100644 index 000000000..4344226ec --- /dev/null +++ b/accounting/others.rst @@ -0,0 +1,12 @@ +=========== +Others +=========== + +.. toctree:: + :titlesonly: + + others/analytic + others/taxes + others/adviser + others/reporting + others/inventory \ No newline at end of file diff --git a/accounting/others/adviser.rst b/accounting/others/adviser.rst new file mode 100644 index 000000000..646ecdbb3 --- /dev/null +++ b/accounting/others/adviser.rst @@ -0,0 +1,11 @@ +======= +Adviser +======= + +.. toctree:: + :titlesonly: + + adviser/assets + adviser/goodcost + adviser/fiscalyear + adviser/budget \ No newline at end of file diff --git a/accounting/adviser/assets_management.rst b/accounting/others/adviser/assets.rst similarity index 100% rename from accounting/adviser/assets_management.rst rename to accounting/others/adviser/assets.rst diff --git a/accounting/others/adviser/budget.rst b/accounting/others/adviser/budget.rst new file mode 100644 index 000000000..e90a66d6f --- /dev/null +++ b/accounting/others/adviser/budget.rst @@ -0,0 +1,3 @@ +================================= +How to manage financial budget? +================================= \ No newline at end of file diff --git a/accounting/others/adviser/fiscalyear.rst b/accounting/others/adviser/fiscalyear.rst new file mode 100644 index 000000000..e18a2f590 --- /dev/null +++ b/accounting/others/adviser/fiscalyear.rst @@ -0,0 +1,3 @@ +===================================================== +How to do a year end in Odoo? (close a fiscal year) +===================================================== \ No newline at end of file diff --git a/accounting/others/adviser/goodcost.rst b/accounting/others/adviser/goodcost.rst new file mode 100644 index 000000000..0e22dfb52 --- /dev/null +++ b/accounting/others/adviser/goodcost.rst @@ -0,0 +1,3 @@ +====================================================== +How are generated cost of good sold journal entries? +====================================================== \ No newline at end of file diff --git a/accounting/adviser/media/image01.png b/accounting/others/adviser/media/image01.png similarity index 100% rename from accounting/adviser/media/image01.png rename to accounting/others/adviser/media/image01.png diff --git a/accounting/adviser/media/image08.png b/accounting/others/adviser/media/image08.png similarity index 100% rename from accounting/adviser/media/image08.png rename to accounting/others/adviser/media/image08.png diff --git a/accounting/adviser/media/image09.png b/accounting/others/adviser/media/image09.png similarity index 100% rename from accounting/adviser/media/image09.png rename to accounting/others/adviser/media/image09.png diff --git a/accounting/adviser/media/image11.png b/accounting/others/adviser/media/image11.png similarity index 100% rename from accounting/adviser/media/image11.png rename to accounting/others/adviser/media/image11.png diff --git a/accounting/others/analytic.rst b/accounting/others/analytic.rst new file mode 100644 index 000000000..791fe2604 --- /dev/null +++ b/accounting/others/analytic.rst @@ -0,0 +1,9 @@ +=========== +Analytic +=========== + +.. toctree:: + :titlesonly: + + analytic/timesheets + analytic/purchases_expenses \ No newline at end of file diff --git a/accounting/others/analytic/purchases_expenses.rst b/accounting/others/analytic/purchases_expenses.rst new file mode 100644 index 000000000..9a5d9957f --- /dev/null +++ b/accounting/others/analytic/purchases_expenses.rst @@ -0,0 +1,3 @@ +============================================================= +How to track costs of purchases, expenses, subcontracting? +============================================================= \ No newline at end of file diff --git a/accounting/others/analytic/timesheets.rst b/accounting/others/analytic/timesheets.rst new file mode 100644 index 000000000..7dc22c24d --- /dev/null +++ b/accounting/others/analytic/timesheets.rst @@ -0,0 +1,3 @@ +======================================================== +How to track costs of human resources with timesheets? +======================================================== \ No newline at end of file diff --git a/accounting/others/inventory.rst b/accounting/others/inventory.rst new file mode 100644 index 000000000..613e90219 --- /dev/null +++ b/accounting/others/inventory.rst @@ -0,0 +1,10 @@ +=========== +Inventory +=========== + +.. toctree:: + :titlesonly: + + inventory/methods + inventory/use_cases + inventory/avg_price_valuation \ No newline at end of file diff --git a/accounting/others/inventory/avg_price_valuation.rst b/accounting/others/inventory/avg_price_valuation.rst new file mode 100644 index 000000000..d54e0d2f4 --- /dev/null +++ b/accounting/others/inventory/avg_price_valuation.rst @@ -0,0 +1,3 @@ +========================================================================= +Impact on the average price valuation when returning goods to a supplier +========================================================================= \ No newline at end of file diff --git a/accounting/others/inventory/methods.rst b/accounting/others/inventory/methods.rst new file mode 100644 index 000000000..951e0bc58 --- /dev/null +++ b/accounting/others/inventory/methods.rst @@ -0,0 +1,3 @@ +============================= +Inventory Valuation Methods +============================= diff --git a/accounting/others/inventory/use_cases.rst b/accounting/others/inventory/use_cases.rst new file mode 100644 index 000000000..1a657d2f4 --- /dev/null +++ b/accounting/others/inventory/use_cases.rst @@ -0,0 +1,3 @@ +====================================================== +Perpetual and periodic inventory valuation use cases? +====================================================== \ No newline at end of file diff --git a/accounting/others/reporting.rst b/accounting/others/reporting.rst new file mode 100644 index 000000000..5196502a7 --- /dev/null +++ b/accounting/others/reporting.rst @@ -0,0 +1,8 @@ +=========== +Reporting +=========== + +.. toctree:: + :titlesonly: + + reporting/main_reports \ No newline at end of file diff --git a/accounting/others/reporting/main_reports.rst b/accounting/others/reporting/main_reports.rst new file mode 100644 index 000000000..7243b9058 --- /dev/null +++ b/accounting/others/reporting/main_reports.rst @@ -0,0 +1,3 @@ +====================================== +What are the main reports available ? +====================================== \ No newline at end of file diff --git a/accounting/others/taxes.rst b/accounting/others/taxes.rst new file mode 100644 index 000000000..e872849ee --- /dev/null +++ b/accounting/others/taxes.rst @@ -0,0 +1,9 @@ +=========== +Taxes +=========== + +.. toctree:: + :titlesonly: + + taxes/application + taxes/retention \ No newline at end of file diff --git a/accounting/others/taxes/application.rst b/accounting/others/taxes/application.rst new file mode 100644 index 000000000..f57b18325 --- /dev/null +++ b/accounting/others/taxes/application.rst @@ -0,0 +1,3 @@ +========================================================= +How to apply specific taxes by country, state or city? +========================================================= \ No newline at end of file diff --git a/accounting/others/taxes/retention.rst b/accounting/others/taxes/retention.rst new file mode 100644 index 000000000..5c200bf5f --- /dev/null +++ b/accounting/others/taxes/retention.rst @@ -0,0 +1,3 @@ +================================ +How to manage retention taxes? +================================ \ No newline at end of file