Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 4.86 KB

File metadata and controls

60 lines (32 loc) · 4.86 KB

Create Purchase Bill

Context

Provides users with the scope to create purchase bills.

Actors

Employee

Role: Bill Creator

Actions

Scope

Create Purchase Bill

Search Work Order → View Work Order → Create Purchase Bill

On submit - the Forward pop-up window is opened to forward the bill for verification.

On Forward -

  1. Bill record gets saved into the system as bill type Purchase Bill, and attain a workflow state ‘Pending for verification’.
  2. Bill No. is generated in a specified format, if it is direct submit.
  3. Format for bill No. is PB/FY/<6digitrunningno.>. Example: PB/2022-23/000051
  4. The work bill is available to download in PDF as per the given format. There will be a separate ticket for PDF download.

Details

  1. Purchase bill is created for the material supplied for the in-progress projects.
  2. Create Purchase Bill form is developed as per the UI design provided and the attributes listed below.

Attributes

#FieldData TypeRequiredDescription
1Work order numberRead OnlyNAWork Order number
2Project IDRead OnlyNAProject ID
3Project DescriptionRead OnlyNAProject description of the work.
4LocationRead OnlyNALocality + Ward
Invoice Details
5Vendor's NameSearchable Drop-downYThe organization of type Vendor Only can be searched here by entering at least first 3 chars.
6Vendor IDRead OnlyYVendor ID of searched and selected vendor is displayed here.
7Invoice No.Alphanumeric (64)YVendor’s invoice number
8Invoice DateDateYInvoice date, it can not be a future date.
9Material CostNumericY
10GSTNumericN
Bill Details
11Bill DateDateYToday’s date, display only.
12Bill AmountAuto-calculatedYTotal of Material Cost + GST.
DeductionsGrid As per the configuration, deductions will be listed, deductions are applicable to vendor’s invoices only.
13DeductionDrop-downNADeduction as per the configuration, amount is auto calculated.
14Percentage/ FixedAuto-populatedNADeduction as per the configuration, amount is auto calculated.
15AmountAuto- calculatedNADeduction as per the configuration, amount is auto calculated.
16ActionButtonNADeduction as per the configuration, amount is auto calculated.
17TotalAuto-calculatedNATotal of all the deductions added.
18Net PayableRead OnlyNATotal bill amount
Relevant Documents
19Vendor InvoiceFile PickerYAll the invoices from vendors into one PDF.
20Measurement BookFile PickerYPDF copy of manual measurement book.
21Material Utilisation LogFile PickerYPDF copy of material utilization log.
22Others

Validations

Field-level validations as mentioned in the attribute tables.

Workflow

It is configurable at the ULB level, the stories for configuring the workflow are given separately.

Standard Deductions

Notifications

Not applicable.

User Interface

DIGIT-Works

Acceptance Criteria

Acceptance CriteriaDescription
1Bill created and attain the status of pending verification.
2Bill number is generated as per the format given.