Aplicoop desde el repo de kidekoop
This commit is contained in:
parent
69917d1ec2
commit
7cff89e418
93 changed files with 313992 additions and 0 deletions
51
website_sale_aplicoop/readme/USAGE.md
Normal file
51
website_sale_aplicoop/readme/USAGE.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
## Creating a Group Order
|
||||
|
||||
1. Go to **Website Sale > Group Orders > Create**
|
||||
2. Fill in the order details:
|
||||
- **Order Name**: Descriptive name (e.g., "Weekly Vegetable Order")
|
||||
- **Start Date**: When the order opens for shopping (leave empty for orders that are always open)
|
||||
- **End Date**: When the order closes (optional; leave empty for permanent orders)
|
||||
- **Cutoff Day**: Day of week when purchases stop (0=Monday, 6=Sunday) - mandatory
|
||||
- **Recurrence Period**: How often the order repeats (once, weekly, biweekly, monthly)
|
||||
- **Suppliers**: Link to product suppliers (informational)
|
||||
- **Products**: Products available in this order (REQUIRED - add via the "Products" tab)
|
||||
- **Categories**: Product categories available in this order (informational)
|
||||
- **Groups**: Which user groups can participate (REQUIRED - users from these groups can shop)
|
||||
|
||||
3. **Assign Products**: Click on the "Products" tab and add all products that should be available for this order
|
||||
4. Click **Save** and transition the order to **Open** state to allow shopping
|
||||
|
||||
### Note on Start Date
|
||||
|
||||
- If **Start Date is empty**, the order is considered always open (ignoring date range checks)
|
||||
- If **Start Date is set**, the order is only active starting from that date
|
||||
- Use empty Start Date for orders that should always be available during their time window
|
||||
|
||||
## Shopping for a Group Order
|
||||
|
||||
1. Navigate to the website storefront at `/eskaera` (group orders page)
|
||||
2. View active group orders for your participating groups
|
||||
3. Select an order to view available products
|
||||
4. Add products to your cart (separate cart per order)
|
||||
5. At checkout, confirm your order to convert items to a sales order draft
|
||||
6. Proceed through standard Odoo checkout workflow
|
||||
|
||||
## Configuration
|
||||
|
||||
### Managing Groups
|
||||
|
||||
1. Go to **Contacts > Groups** (res.partner with is_group=True)
|
||||
2. Create groups for user communities
|
||||
3. Add partners/users to groups via the **Members** tab
|
||||
|
||||
### Managing Products
|
||||
|
||||
1. Products are linked to group orders via the **Group Orders** field in product settings
|
||||
2. Set pricing and availability per group order
|
||||
3. Assign products to categories used in group orders
|
||||
|
||||
### Date & Time Validation
|
||||
|
||||
- `start_date` must be ≤ `end_date` (when both filled)
|
||||
- Empty end_date = permanent order
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue