Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store module #112

Open
killua-eu opened this issue Apr 30, 2019 · 0 comments
Open

Store module #112

killua-eu opened this issue Apr 30, 2019 · 0 comments

Comments

@killua-eu
Copy link
Collaborator

Store module (deals with sales and services) is not the stor module (deals with file storage)

  • t_store_service - popisuje službu k prodeji
  • t_store_product - popisuje produkt k prodeji (viz. také link na assets tabulky)
  • t_store_offer - zakázka (slouží jako obálka jednoho obchodního případu)
  • t_store_order_confirm - potvrzená objednávka
  • t_store_order_request - vystavená objednávka
  • t_store_invoice - faktura
  • t_store_delivery_note - dodací list
  • návaznost také na t_vector (ve všech výše uvedených na typ "opportunity")
  • asi bude potřebovat Add "domain" column to all tables #111

=====

t_store_service

  • uid column
  • unix acl columns
  • json data column
    • name - název služby
    • dscr - popis služby
    • type
      • service
      • donation
      • membership
  • unit
    - recurrence - povolené
    • 1 do once
    • 4 do 4x
- service_type
   - onetime
   - recurring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant