tryton-modules-purchase-requisition 6.0.0-3 source package in Ubuntu

Changelog

tryton-modules-purchase-requisition (6.0.0-3) sid; urgency=medium

  * Update the package URLS to https and the new mono repos location.
  * Bump the Standards-Version to 4.6.2, no changes needed.

 -- Mathias Behrle <email address hidden>  Mon, 13 Feb 2023 12:39:07 +0100

Upload details

Uploaded by:
Debian Tryton Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Tryton Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tryton-modules-purchase-requisition_6.0.0-3.dsc 2.6 KiB be10bfc8cf78045f37b495c612e86c619744cc7b58564d5f1b410d977c454e8a
tryton-modules-purchase-requisition_6.0.0.orig.tar.gz 39.0 KiB f37f08af4c265616082caa41abd5e382c170ec06732e437b37ff1fcc08263f42
tryton-modules-purchase-requisition_6.0.0.orig.tar.gz.asc 506 bytes dda36c5133b411b793754197ce4b6107ce01d321f14151bf7c64e145ee1fc666
tryton-modules-purchase-requisition_6.0.0-3.debian.tar.xz 12.0 KiB 4f7237b2bf456e9e9157b35878162a2bd9e920bff90232d69e68b023bca0b296

Available diffs

No changes file available.

Binary packages built by this source

tryton-modules-purchase-requisition: Tryton application platform - purchase requisition module

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 The Purchase Requisition module allows users to create their purchase
 requisitions.
 Those requisitions will be approved or rejected by the Approval group.
 On approval, purchase requests will be created.
 .
 Requisition
 ***********
 .
  - Employee: The requester.
  - Description: The description of the purchase requisition.
  - Supply Date: The expected date to supply.
  - Currency: define the currency to use for this requisition. All product prices
   will be computed accordingly.
  - Warehouse: Define the warehouse where the shipment will be made.
  - Purchase Requisition Lines:
 .
   - Supplier: The supplier.
   - Product: An optional reference to the product to request.
   - Description: The description of the product to request.
   - Quantity: The quantity to request.
   - Unit: The unit of measure in which is expressed the quantity.
   - Unit Price: The unit price of the product expressed in the currency of the
     purchase requisition.
   - Amount: The amount of the current line (Unit Price multiplied by Quantity).
 .
  - Total: The total amount.
  - State: The state of the purchase requisition. May take one of the following
   values: Draft, Waiting, Rejected, Processing, Done, Cancelled.
  - Company: The company which issue the purchase requisition.