From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- .../description/check_to_open_or_close_period.png | Bin 0 -> 134850 bytes .../static/description/close_check.png | Bin 0 -> 82391 bytes .../static/description/define_fiscal_period.png | Bin 0 -> 94746 bytes .../static/description/define_fiscal_year.png | Bin 0 -> 60699 bytes .../description/generate_period_by_month.png | Bin 0 -> 133355 bytes .../static/description/group.png | Bin 0 -> 162333 bytes .../static/description/icon.png | Bin 0 -> 4533 bytes .../static/description/index.html | 134 +++++++++++++++++++++ .../static/description/inv.png | Bin 0 -> 114814 bytes .../static/description/menu.png | Bin 0 -> 175801 bytes 10 files changed, 134 insertions(+) create mode 100644 account_fiscal_year_period/static/description/check_to_open_or_close_period.png create mode 100644 account_fiscal_year_period/static/description/close_check.png create mode 100644 account_fiscal_year_period/static/description/define_fiscal_period.png create mode 100644 account_fiscal_year_period/static/description/define_fiscal_year.png create mode 100644 account_fiscal_year_period/static/description/generate_period_by_month.png create mode 100644 account_fiscal_year_period/static/description/group.png create mode 100644 account_fiscal_year_period/static/description/icon.png create mode 100644 account_fiscal_year_period/static/description/index.html create mode 100644 account_fiscal_year_period/static/description/inv.png create mode 100644 account_fiscal_year_period/static/description/menu.png (limited to 'account_fiscal_year_period/static') diff --git a/account_fiscal_year_period/static/description/check_to_open_or_close_period.png b/account_fiscal_year_period/static/description/check_to_open_or_close_period.png new file mode 100644 index 0000000..3e718f2 Binary files /dev/null and b/account_fiscal_year_period/static/description/check_to_open_or_close_period.png differ diff --git a/account_fiscal_year_period/static/description/close_check.png b/account_fiscal_year_period/static/description/close_check.png new file mode 100644 index 0000000..4f73527 Binary files /dev/null and b/account_fiscal_year_period/static/description/close_check.png differ diff --git a/account_fiscal_year_period/static/description/define_fiscal_period.png b/account_fiscal_year_period/static/description/define_fiscal_period.png new file mode 100644 index 0000000..d514aa5 Binary files /dev/null and b/account_fiscal_year_period/static/description/define_fiscal_period.png differ diff --git a/account_fiscal_year_period/static/description/define_fiscal_year.png b/account_fiscal_year_period/static/description/define_fiscal_year.png new file mode 100644 index 0000000..be0f195 Binary files /dev/null and b/account_fiscal_year_period/static/description/define_fiscal_year.png differ diff --git a/account_fiscal_year_period/static/description/generate_period_by_month.png b/account_fiscal_year_period/static/description/generate_period_by_month.png new file mode 100644 index 0000000..46e2ca1 Binary files /dev/null and b/account_fiscal_year_period/static/description/generate_period_by_month.png differ diff --git a/account_fiscal_year_period/static/description/group.png b/account_fiscal_year_period/static/description/group.png new file mode 100644 index 0000000..e39e7bf Binary files /dev/null and b/account_fiscal_year_period/static/description/group.png differ diff --git a/account_fiscal_year_period/static/description/icon.png b/account_fiscal_year_period/static/description/icon.png new file mode 100644 index 0000000..9d403bb Binary files /dev/null and b/account_fiscal_year_period/static/description/icon.png differ diff --git a/account_fiscal_year_period/static/description/index.html b/account_fiscal_year_period/static/description/index.html new file mode 100644 index 0000000..a17d9df --- /dev/null +++ b/account_fiscal_year_period/static/description/index.html @@ -0,0 +1,134 @@ +
+
+
+

+ Account Fiscal Year Period +

+
+ +
+
    +
  • + Features +
      +
    • + Allow User To Define Fiscal + Year +
    • +
    • + Allow User To Generate Periods + For Fiscal Year (By Month) +
    • +
    • + Allow User To Open Or Close Any + Month Of The Period +
    • +
    • + Module Will Prevent Post Entry + If It's Date In: +
    • Not Defined Fiscal Year
    • +
    • Not Define Perid Record For Fiscal Year
    • +
    • Not Open Perid Record For Fiscal Year
    • +
    • Closed Month Period
    • + +
    • + + Add Security Groups: +
    • + Fiscal Year Period : For Create Fiscal Year Period Record. +
    • +
    • + Create Periods : For Generate Months For Fiscal Year Period +
    • +
    • Close Period : For Close All Period
    • +
    • + Open/Close Month : For Open Or Close Any Month Of The Period +
    • +
      + +
    +
  • +
+
+
+
+
+
+
+
+

Group In User .

+ + + +
+
+

Fiscal Year And Period Menu

+ + + +
+
+

+ Define Fiscal Year (Object Already In Odoo ,But We Add Menu For It + Here) +

+ + + +
+ +
+

+ Define Fiscal Year Period Record(By Select Fiscal Year) +

+ + + +
+ +
+

Generate Period For Fiscal Year (By Month)

+ + + +
+ +
+

+ Open Or Close Month (By Check You Open The Month,Un-check That Close The Month) + + +

+ +
+

+ If Month Is Close (Un-check) Module Prevent Post Entry,Or Invoice Validate In It, +

+ + + + + + +
+
+
+
diff --git a/account_fiscal_year_period/static/description/inv.png b/account_fiscal_year_period/static/description/inv.png new file mode 100644 index 0000000..adacf5d Binary files /dev/null and b/account_fiscal_year_period/static/description/inv.png differ diff --git a/account_fiscal_year_period/static/description/menu.png b/account_fiscal_year_period/static/description/menu.png new file mode 100644 index 0000000..2377ee5 Binary files /dev/null and b/account_fiscal_year_period/static/description/menu.png differ -- cgit v1.2.3